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