Commit Graph

3391 Commits (a34f2075633d7928e2988193b0caba5854e6ef20)

Author SHA1 Message Date
Joe Hershberger 4fd5055f59 net: cosmetic: Clean up cmd_net variables and functions 10 years ago
Joe Hershberger 786eac5f9d net: cosmetic: Clean up DNS variables and functions 10 years ago
Joe Hershberger 6aede5b750 net: cosmetic: Clean up CDP variables and functions 10 years ago
Joe Hershberger 8885c5fe90 net: cosmetic: Clean up TFTP variables and functions 10 years ago
Joe Hershberger 586cbe51ab net: cosmetic: Fixup var names for DHCP strings 10 years ago
Joe Hershberger 1411157d85 net: cosmetic: Fixup var names related to boot file 10 years ago
Joe Hershberger 049a95a775 net: cosmetic: Change IPaddr_t to struct in_addr 10 years ago
Simon Glass 697033cbf0 dm: usb: Support driver model with USB keyboards 10 years ago
Simon Glass 603afaf0e5 dm: usb: Split out the keyboard probe into its own function 10 years ago
Simon Glass acf277af68 dm: usb: Convert usb_storage to driver model 10 years ago
Simon Glass 91557579af dm: usb: Move storage device scanning into its own function 10 years ago
Simon Glass 7fc2c1ea7b Revert "usb_storage : scan all interfaces to find a storage device" 10 years ago
Simon Glass 051081323f dm: usb: Adjust usb_storage to work with sandbox 10 years ago
Simon Glass 84073b6f3c dm: usb: Simply device finding code in usb_storage 10 years ago
Simon Glass 1d5827a12e dm: usb: Fix type problems in usb_stor_get_info() 10 years ago
Simon Glass 2e17c87ebb dm: usb: Move USB storage definitions to usb_defs.h 10 years ago
Simon Glass 054fe48eb2 dm: usb: Add driver model support for hubs 10 years ago
Simon Glass 361ad6afc4 dm: usb: Split hub detection into its own function 10 years ago
Simon Glass 95fbfe4298 dm: usb: Convert core usb.c file to support driver model 10 years ago
Simon Glass 0ed27905ce dm: usb: Complete the splitting up of usb_new_device() 10 years ago
Simon Glass 91398f9854 dm: usb: Split out more code from usb_new_device() 10 years ago
Simon Glass 128fcac087 dm: usb: Move descriptor setup code into its own function 10 years ago
Simon Glass 862e75c0db dm: usb: Refactor port resets 10 years ago
Simon Glass 53d8aa0f61 dm: usb: Drop the legacy USB init sequence 10 years ago
Simon Glass 6a1b206dc4 dm: usb: Convert 'usb' command to support driver model 10 years ago
Simon Glass 79b5888729 dm: usb: Adjust usb_alloc_new_device() to return an error 10 years ago
Simon Glass cad4291cd0 dm: usb: Adjust usb command to prepare for driver model 10 years ago
Simon Glass 7e0c77a2b8 cros_ec: Remove unused cros_ec_board_init() function 10 years ago
Simon Glass 60f37fc6aa cros_ec: Drop unused CONFIG_DM_CROS_EC 10 years ago
Simon Glass ba4575626e dm: x86: spi: Convert ICH SPI driver to driver model 10 years ago
Joe Hershberger 05c3e68f85 dm: eth: Add basic driver model support to Ethernet stack 10 years ago
Joe Hershberger 85848f0377 cmd: net: Clean up return codes 10 years ago
Joe Hershberger d2eaec6006 net: Remove the bd* parameter from net stack functions 10 years ago
Joe Hershberger 0eb25b6196 common: Make sure arch-specific map_sysmem() is defined 10 years ago
Simon Glass ff3e077bd2 dm: pci: Add a uclass for PCI 10 years ago
Simon Glass e564f054af dm: core: Add dev_get_uclass_priv() to access uclass private data 10 years ago
Simon Glass cc5e196e03 Correct map_sysmem() logic in do_mem_mw() 10 years ago
Simon Glass d4c671cc27 dm: Add a new CPU init function which can use driver model 10 years ago
Paul Kocialkowski a32d279129 fastboot: Proper download gadget unregister and clear when cable is missing 10 years ago
Michael Scott 8a41802f21 fastboot: check for alias when looking up partition by name 10 years ago
Heiko Schocher 0a9ac5cb5e dfu: cmd: trigger watchdog before calling usb_gadget_handle_interrupts 10 years ago
Fabio Estevam ee02a65e99 cmd_usb_mass_storage: Use 'USB Mass Storage' in the help text 10 years ago
Inha Song d281730f9c usb: gadget: thor: Invoke board specific USB cleanup interface 10 years ago
Inha Song 375f2d785c usb: gadget: UMS: Invoke board specific USB cleanup interface 10 years ago
Kishon Vijay Abraham I 2d48aa69bd usb: modify usb_gadget_handle_interrupts to take controller index 10 years ago
Kishon Vijay Abraham I db378d786d common: cmd_dfu: invoke board_usb_cleanup() for cleaning up 10 years ago
Tim Harvey 319418c01c usb: hub: allow pgood_delay to be specified via env 10 years ago
Stephen Warren 25c0673635 usb: fix first descriptor fetch error handling 10 years ago
Paul Kocialkowski 04ee6ee2ca usb: Early failure when the first descriptor read fails or is invalid 10 years ago
Paul Kocialkowski 8879be8857 usb: Check usb_new_device for failure 10 years ago