summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* net: cosmetic: Clean up cmd_net variables and functionsJoe Hershberger2015-04-181-15/+14
* net: cosmetic: Clean up DNS variables and functionsJoe Hershberger2015-04-181-3/+3
* net: cosmetic: Clean up CDP variables and functionsJoe Hershberger2015-04-181-8/+9
* net: cosmetic: Clean up TFTP variables and functionsJoe Hershberger2015-04-181-8/+8
* net: cosmetic: Fixup var names for DHCP stringsJoe Hershberger2015-04-181-6/+6
* net: cosmetic: Fixup var names related to boot fileJoe Hershberger2015-04-183-7/+11
* net: cosmetic: Change IPaddr_t to struct in_addrJoe Hershberger2015-04-182-26/+26
* dm: usb: Support driver model with USB keyboardsSimon Glass2015-04-181-1/+33
* dm: usb: Split out the keyboard probe into its own functionSimon Glass2015-04-181-38/+51
* dm: usb: Convert usb_storage to driver modelSimon Glass2015-04-181-2/+49
* dm: usb: Move storage device scanning into its own functionSimon Glass2015-04-181-38/+59
* Revert "usb_storage : scan all interfaces to find a storage device"Simon Glass2015-04-181-28/+17
* dm: usb: Adjust usb_storage to work with sandboxSimon Glass2015-04-181-2/+4
* dm: usb: Simply device finding code in usb_storageSimon Glass2015-04-181-19/+11
* dm: usb: Fix type problems in usb_stor_get_info()Simon Glass2015-04-181-1/+5
* dm: usb: Move USB storage definitions to usb_defs.hSimon Glass2015-04-181-43/+2
* dm: usb: Add driver model support for hubsSimon Glass2015-04-181-4/+90
* dm: usb: Split hub detection into its own functionSimon Glass2015-04-181-16/+41
* dm: usb: Convert core usb.c file to support driver modelSimon Glass2015-04-181-6/+25
* dm: usb: Complete the splitting up of usb_new_device()Simon Glass2015-04-181-62/+95
* dm: usb: Split out more code from usb_new_device()Simon Glass2015-04-181-30/+42
* dm: usb: Move descriptor setup code into its own functionSimon Glass2015-04-181-65/+82
* dm: usb: Refactor port resetsSimon Glass2015-04-182-16/+28
* dm: usb: Drop the legacy USB init sequenceSimon Glass2015-04-181-22/+4
* dm: usb: Convert 'usb' command to support driver modelSimon Glass2015-04-181-2/+145
* dm: usb: Adjust usb_alloc_new_device() to return an errorSimon Glass2015-04-182-25/+35
* dm: usb: Adjust usb command to prepare for driver modelSimon Glass2015-04-181-26/+25
* cros_ec: Remove unused cros_ec_board_init() functionSimon Glass2015-04-181-5/+0
* cros_ec: Drop unused CONFIG_DM_CROS_ECSimon Glass2015-04-181-29/+1
* dm: x86: spi: Convert ICH SPI driver to driver modelSimon Glass2015-04-181-3/+0
* dm: eth: Add basic driver model support to Ethernet stackJoe Hershberger2015-04-181-0/+2
* cmd: net: Clean up return codesJoe Hershberger2015-04-181-24/+21
* net: Remove the bd* parameter from net stack functionsJoe Hershberger2015-04-182-2/+2
* common: Make sure arch-specific map_sysmem() is definedJoe Hershberger2015-04-1823-0/+23
* dm: pci: Add a uclass for PCISimon Glass2015-04-162-3/+13
* dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass2015-04-162-2/+2
* Correct map_sysmem() logic in do_mem_mw()Simon Glass2015-04-161-3/+4
* dm: Add a new CPU init function which can use driver modelSimon Glass2015-04-161-0/+6
* fastboot: Proper download gadget unregister and clear when cable is missingPaul Kocialkowski2015-04-141-0/+2
* fastboot: check for alias when looking up partition by nameMichael Scott2015-04-141-2/+24
* dfu: cmd: trigger watchdog before calling usb_gadget_handle_interruptsHeiko Schocher2015-04-141-0/+2
* cmd_usb_mass_storage: Use 'USB Mass Storage' in the help textFabio Estevam2015-04-141-1/+1
* usb: gadget: thor: Invoke board specific USB cleanup interfaceInha Song2015-04-141-0/+1
* usb: gadget: UMS: Invoke board specific USB cleanup interfaceInha Song2015-04-141-0/+1
* usb: modify usb_gadget_handle_interrupts to take controller indexKishon Vijay Abraham I2015-04-143-3/+3
* common: cmd_dfu: invoke board_usb_cleanup() for cleaning upKishon Vijay Abraham I2015-04-142-0/+7
* usb: hub: allow pgood_delay to be specified via envTim Harvey2015-04-141-0/+8
* usb: fix first descriptor fetch error handlingStephen Warren2015-04-141-1/+16
* usb: Early failure when the first descriptor read fails or is invalidPaul Kocialkowski2015-04-141-1/+4
* usb: Check usb_new_device for failurePaul Kocialkowski2015-04-141-4/+10
OpenPOWER on IntegriCloud