| Commit message (Expand) | Author | Age | Files | Lines |
* | net: cosmetic: Fix checkpatch.pl failures in net.c | Joe Hershberger | 2015-04-18 | 4 | -14/+14 |
* | net: cosmetic: Clean up cmd_net variables and functions | Joe Hershberger | 2015-04-18 | 1 | -15/+14 |
* | net: cosmetic: Clean up DNS variables and functions | Joe Hershberger | 2015-04-18 | 1 | -3/+3 |
* | net: cosmetic: Clean up CDP variables and functions | Joe Hershberger | 2015-04-18 | 1 | -8/+9 |
* | net: cosmetic: Clean up TFTP variables and functions | Joe Hershberger | 2015-04-18 | 1 | -8/+8 |
* | net: cosmetic: Fixup var names for DHCP strings | Joe Hershberger | 2015-04-18 | 1 | -6/+6 |
* | net: cosmetic: Fixup var names related to boot file | Joe Hershberger | 2015-04-18 | 3 | -7/+11 |
* | net: cosmetic: Change IPaddr_t to struct in_addr | Joe Hershberger | 2015-04-18 | 2 | -26/+26 |
* | dm: usb: Support driver model with USB keyboards | Simon Glass | 2015-04-18 | 1 | -1/+33 |
* | dm: usb: Split out the keyboard probe into its own function | Simon Glass | 2015-04-18 | 1 | -38/+51 |
* | dm: usb: Convert usb_storage to driver model | Simon Glass | 2015-04-18 | 1 | -2/+49 |
* | dm: usb: Move storage device scanning into its own function | Simon Glass | 2015-04-18 | 1 | -38/+59 |
* | Revert "usb_storage : scan all interfaces to find a storage device" | Simon Glass | 2015-04-18 | 1 | -28/+17 |
* | dm: usb: Adjust usb_storage to work with sandbox | Simon Glass | 2015-04-18 | 1 | -2/+4 |
* | dm: usb: Simply device finding code in usb_storage | Simon Glass | 2015-04-18 | 1 | -19/+11 |
* | dm: usb: Fix type problems in usb_stor_get_info() | Simon Glass | 2015-04-18 | 1 | -1/+5 |
* | dm: usb: Move USB storage definitions to usb_defs.h | Simon Glass | 2015-04-18 | 1 | -43/+2 |
* | dm: usb: Add driver model support for hubs | Simon Glass | 2015-04-18 | 1 | -4/+90 |
* | dm: usb: Split hub detection into its own function | Simon Glass | 2015-04-18 | 1 | -16/+41 |
* | dm: usb: Convert core usb.c file to support driver model | Simon Glass | 2015-04-18 | 1 | -6/+25 |
* | dm: usb: Complete the splitting up of usb_new_device() | Simon Glass | 2015-04-18 | 1 | -62/+95 |
* | dm: usb: Split out more code from usb_new_device() | Simon Glass | 2015-04-18 | 1 | -30/+42 |
* | dm: usb: Move descriptor setup code into its own function | Simon Glass | 2015-04-18 | 1 | -65/+82 |
* | dm: usb: Refactor port resets | Simon Glass | 2015-04-18 | 2 | -16/+28 |
* | dm: usb: Drop the legacy USB init sequence | Simon Glass | 2015-04-18 | 1 | -22/+4 |
* | dm: usb: Convert 'usb' command to support driver model | Simon Glass | 2015-04-18 | 1 | -2/+145 |
* | dm: usb: Adjust usb_alloc_new_device() to return an error | Simon Glass | 2015-04-18 | 2 | -25/+35 |
* | dm: usb: Adjust usb command to prepare for driver model | Simon Glass | 2015-04-18 | 1 | -26/+25 |
* | cros_ec: Remove unused cros_ec_board_init() function | Simon Glass | 2015-04-18 | 1 | -5/+0 |
* | cros_ec: Drop unused CONFIG_DM_CROS_EC | Simon Glass | 2015-04-18 | 1 | -29/+1 |
* | dm: x86: spi: Convert ICH SPI driver to driver model | Simon Glass | 2015-04-18 | 1 | -3/+0 |
* | dm: eth: Add basic driver model support to Ethernet stack | Joe Hershberger | 2015-04-18 | 1 | -0/+2 |
* | cmd: net: Clean up return codes | Joe Hershberger | 2015-04-18 | 1 | -24/+21 |
* | net: Remove the bd* parameter from net stack functions | Joe Hershberger | 2015-04-18 | 2 | -2/+2 |
* | common: Make sure arch-specific map_sysmem() is defined | Joe Hershberger | 2015-04-18 | 23 | -0/+23 |
* | dm: pci: Add a uclass for PCI | Simon Glass | 2015-04-16 | 2 | -3/+13 |
* | dm: core: Add dev_get_uclass_priv() to access uclass private data | Simon Glass | 2015-04-16 | 2 | -2/+2 |
* | Correct map_sysmem() logic in do_mem_mw() | Simon Glass | 2015-04-16 | 1 | -3/+4 |
* | dm: Add a new CPU init function which can use driver model | Simon Glass | 2015-04-16 | 1 | -0/+6 |
* | fastboot: Proper download gadget unregister and clear when cable is missing | Paul Kocialkowski | 2015-04-14 | 1 | -0/+2 |
* | fastboot: check for alias when looking up partition by name | Michael Scott | 2015-04-14 | 1 | -2/+24 |
* | dfu: cmd: trigger watchdog before calling usb_gadget_handle_interrupts | Heiko Schocher | 2015-04-14 | 1 | -0/+2 |
* | cmd_usb_mass_storage: Use 'USB Mass Storage' in the help text | Fabio Estevam | 2015-04-14 | 1 | -1/+1 |
* | usb: gadget: thor: Invoke board specific USB cleanup interface | Inha Song | 2015-04-14 | 1 | -0/+1 |
* | usb: gadget: UMS: Invoke board specific USB cleanup interface | Inha Song | 2015-04-14 | 1 | -0/+1 |
* | usb: modify usb_gadget_handle_interrupts to take controller index | Kishon Vijay Abraham I | 2015-04-14 | 3 | -3/+3 |
* | common: cmd_dfu: invoke board_usb_cleanup() for cleaning up | Kishon Vijay Abraham I | 2015-04-14 | 2 | -0/+7 |
* | usb: hub: allow pgood_delay to be specified via env | Tim Harvey | 2015-04-14 | 1 | -0/+8 |
* | usb: fix first descriptor fetch error handling | Stephen Warren | 2015-04-14 | 1 | -1/+16 |
* | usb: Early failure when the first descriptor read fails or is invalid | Paul Kocialkowski | 2015-04-14 | 1 | -1/+4 |