summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2016-05-17dm: mmc: Use the new select_hwpart() APISimon Glass
2016-05-17dm: blk: Add a easier way to create a named block deviceSimon Glass
2016-05-17dm: sata: Add support for driver-model block devicesSimon Glass
2016-05-17dm: scsi: Add support for driver-model block devicesSimon Glass
2016-05-17dm: ide: Add support for driver-model block devicesSimon Glass
2016-05-17dm: scsi: Drop the get_dev() functionSimon Glass
2016-05-17dm: ide: Drop the get_dev() functionSimon Glass
2016-05-17dm: usb: Drop the get_dev() functionSimon Glass
2016-05-17dm: sata: Separate the non-command code into its own fileSimon Glass
2016-05-17dm: ide: Separate the non-command code into its own fileSimon Glass
2016-05-17dm: scsi: Separate the non-command code into its own fileSimon Glass
2016-05-17dm: usb: Add a legacy block interface for USB storageSimon Glass
2016-05-17dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSISimon Glass
2016-05-06usb: hub: Don't continue on get_port_status failureMarek Vasut
2016-05-06usb: Assure Get Descriptor request is in separate microframeMarek Vasut
2016-05-06usb: Wait after sending Set Configuration requestMarek Vasut
2016-05-06usb: Don't init pointer to zero, but NULLMarek Vasut
2016-05-03fdt: fix setting MAC addresses for multiple interfacesLev Iserovich
2016-05-02Fix spelling of "occurred".Vagrant Cascadian
2016-04-25common/dlmalloc.c: Delete content that was moved to malloc.hRobert P. J. Day
2016-04-25spl: spl_mmc: Disambiguate error messageFabio Estevam
2016-04-18common: env: support sata devicePeng Fan
2016-04-11fastboot: sparse: remove unnecessary loggingSteve Rae
2016-04-11fastboot: sparse: fix block addressing for don't care chunk typeSteve Rae
2016-04-11spl: mmc: raw: Try to load u-boot if Linux image is not foundLokesh Vutla
2016-04-11env_eeprom invalidates gd->env_addr by setting it to an offset valueGuy Thouret
2016-04-11fastboot: sparse: fix sparse blocks calculationJeffy Chen
2016-04-10usb: kbd: Do not deregister usbkbd twice when using dmHans de Goede
2016-04-04common: cli: Fix typo CONFIG_CMDINE -> CONFIG_CMDLINEStefan Roese
2016-04-01common: env_sf: Add exclamation markPeng Fan
2016-04-01Common: SPL: spl_nand: Fixed debug correct NAND ECC type.Ahmed Samir Khalil
2016-04-01Drop command-processing code when CONFIG_CMDLINE is disabledSimon Glass
2016-03-27debug_uart: Remove duplicated carriage return handlingBin Meng
2016-03-27Fix typo choosen in comments and printf logsAlexander Merkle
2016-03-27lcd: Fix compile warning in 64bit modeAlexander Graf
2016-03-23Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini
2016-03-23spl: Print from which mmc slot spl is trying to bootHans de Goede
2016-03-24spl_mmc: allow to load raw imageMasahiro Yamada
2016-03-22usb: Correct return value in usb_stor_info()Simon Glass
2016-03-22Fix spelling of "transferred".Vagrant Cascadian
2016-03-22Allow command-line files to be droppedSimon Glass
2016-03-22Panic when no command line processing can be performedSimon Glass
2016-03-20usb: Change power-on / scanning timeout handlingStefan Roese
2016-03-20usb: Don't reset the USB hub a 2nd timeStefan Roese
2016-03-20usb: Remove 200 ms delay in usb_hub_port_connect_change()Stefan Roese
2016-03-20usb: legacy_hub_port_reset(): Speedup hub reset handlingStefan Roese
2016-03-17Revert "fdt: fix address cell count checking in fdt_translate_address()"Przemyslaw Marczak
2016-03-17x86: Allow use of serial soon after relocationSimon Glass
2016-03-17dm: timer: Correct timer init ordering after relocationSimon Glass
2016-03-17malloc_simple: Add a little more debuggingSimon Glass