summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2015-04-18dm: usb: Move storage device scanning into its own functionSimon Glass
2015-04-18Revert "usb_storage : scan all interfaces to find a storage device"Simon Glass
2015-04-18dm: usb: Adjust usb_storage to work with sandboxSimon Glass
2015-04-18dm: usb: Simply device finding code in usb_storageSimon Glass
2015-04-18dm: usb: Fix type problems in usb_stor_get_info()Simon Glass
2015-04-18dm: usb: Move USB storage definitions to usb_defs.hSimon Glass
2015-04-18dm: usb: Add driver model support for hubsSimon Glass
2015-04-18dm: usb: Split hub detection into its own functionSimon Glass
2015-04-18dm: usb: Convert core usb.c file to support driver modelSimon Glass
2015-04-18dm: usb: Complete the splitting up of usb_new_device()Simon Glass
2015-04-18dm: usb: Split out more code from usb_new_device()Simon Glass
2015-04-18dm: usb: Move descriptor setup code into its own functionSimon Glass
2015-04-18dm: usb: Refactor port resetsSimon Glass
2015-04-18dm: usb: Drop the legacy USB init sequenceSimon Glass
2015-04-18dm: usb: Convert 'usb' command to support driver modelSimon Glass
2015-04-18dm: usb: Adjust usb_alloc_new_device() to return an errorSimon Glass
2015-04-18dm: usb: Adjust usb command to prepare for driver modelSimon Glass
2015-04-18cros_ec: Remove unused cros_ec_board_init() functionSimon Glass
2015-04-18cros_ec: Drop unused CONFIG_DM_CROS_ECSimon Glass
2015-04-18dm: x86: spi: Convert ICH SPI driver to driver modelSimon Glass
2015-04-18dm: eth: Add basic driver model support to Ethernet stackJoe Hershberger
2015-04-18cmd: net: Clean up return codesJoe Hershberger
2015-04-18net: Remove the bd* parameter from net stack functionsJoe Hershberger
2015-04-18common: Make sure arch-specific map_sysmem() is definedJoe Hershberger
2015-04-16dm: pci: Add a uclass for PCISimon Glass
2015-04-16dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass
2015-04-16Correct map_sysmem() logic in do_mem_mw()Simon Glass
2015-04-16dm: Add a new CPU init function which can use driver modelSimon Glass
2015-04-14fastboot: Proper download gadget unregister and clear when cable is missingPaul Kocialkowski
2015-04-14fastboot: check for alias when looking up partition by nameMichael Scott
2015-04-14dfu: cmd: trigger watchdog before calling usb_gadget_handle_interruptsHeiko Schocher
2015-04-14cmd_usb_mass_storage: Use 'USB Mass Storage' in the help textFabio Estevam
2015-04-14usb: gadget: thor: Invoke board specific USB cleanup interfaceInha Song
2015-04-14usb: gadget: UMS: Invoke board specific USB cleanup interfaceInha Song
2015-04-14usb: modify usb_gadget_handle_interrupts to take controller indexKishon Vijay Abraham I
2015-04-14common: cmd_dfu: invoke board_usb_cleanup() for cleaning upKishon Vijay Abraham I
2015-04-14usb: hub: allow pgood_delay to be specified via envTim Harvey
2015-04-14usb: fix first descriptor fetch error handlingStephen Warren
2015-04-14usb: Early failure when the first descriptor read fails or is invalidPaul Kocialkowski
2015-04-14usb: Check usb_new_device for failurePaul Kocialkowski
2015-04-14usb: usb_new_device return codes consistencyPaul Kocialkowski
2015-04-14usb_storage:Fix USB storage capacity detection on 64 bit architecturesSergey Temerkhanov
2015-04-14usb_storage : scan all interfaces to find a storage deviceFranck Jullien
2015-04-10common/armflash: Support for ARM flash imagesLinus Walleij
2015-04-10Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2015-04-10common, ubi: use positive return values for ubi checkStefan Agner
2015-04-10Introduce CONFIG_SPL_PANIC_ON_RAW_IMAGEAlbert ARIBAUD \(3ADEV\)
2015-04-10lpc32xx: add lpc32xx-spl.bin boot image targetAlbert ARIBAUD \(3ADEV\)
2015-04-07cmd_mem.c: Update 'iteration_limit' to unsigned longTom Rini
2015-04-07cmd_mem: cleanups, catch bad usagePavel Machek