Commit Graph

29595 Commits (f84c052a3e0975cac29ecaf9df2b824874e24237)
 

Author SHA1 Message Date
Simon Glass f84c052a3e dm: usb: Move struct usb_string to a common place 9 years ago
Simon Glass 84786a4c58 dm: usb: tegra: Add vbus GPIOs for nyan 9 years ago
Simon Glass 697033cbf0 dm: usb: Support driver model with USB keyboards 9 years ago
Simon Glass 603afaf0e5 dm: usb: Split out the keyboard probe into its own function 9 years ago
Simon Glass fbeceb2602 dm: usb: Allow setting up a USB controller as a device/gadget 9 years ago
Simon Glass 449230f031 dm: usb: Bind generic USB devices when there is no driver 9 years ago
Simon Glass 0566e2403d dm: usb: Allow USB drivers to be declared and auto-probed 9 years ago
Simon Glass 46b01797f4 dm: usb: Add driver model support to EHCI 9 years ago
Simon Glass aeca43e388 dm: usb: Change ehci_reset() to use a pointer 9 years ago
Simon Glass deb8508c51 dm: usb: Drop the EHCI weak functions 9 years ago
Simon Glass 7372b5bd31 dm: usb: Refactor EHCI init 9 years ago
Simon Glass 24ed894fc0 dm: usb: ehci: Use a function to find the controller from struct udevice 9 years ago
Simon Glass 6a1a8162c6 dm: usb: Pass EHCI controller pointer to ehci_get_portsc_register() 9 years ago
Simon Glass 11d18a1946 dm: usb: Pass EHCI controller pointer to ehci_set_usbmode() 9 years ago
Simon Glass 56d4273045 dm: usb: tegra: Drop use of global controller variable 9 years ago
Simon Glass 727fce369e dm: usb: Pass EHCI controller pointer to ehci_powerup_fixup() 9 years ago
Simon Glass 27f782b6a1 dm: usb: tegra: Store the controller type explicitly 9 years ago
Simon Glass c4a3141d55 dm: usb: Allow ECHI to hold private data for the controller 9 years ago
Simon Glass 7338287d58 dm: usb: Pass EHCI controller pointer to ehci_get_port_speed() 9 years ago
Simon Glass aac064f76b dm: usb: Move all the EHCI weak functions together and declare them 9 years ago
Simon Glass acf277af68 dm: usb: Convert usb_storage to driver model 9 years ago
Simon Glass 91557579af dm: usb: Move storage device scanning into its own function 9 years ago
Simon Glass 7fc2c1ea7b Revert "usb_storage : scan all interfaces to find a storage device" 9 years ago
Simon Glass 051081323f dm: usb: Adjust usb_storage to work with sandbox 9 years ago
Simon Glass 84073b6f3c dm: usb: Simply device finding code in usb_storage 9 years ago
Simon Glass 1d5827a12e dm: usb: Fix type problems in usb_stor_get_info() 9 years ago
Simon Glass 2e17c87ebb dm: usb: Move USB storage definitions to usb_defs.h 9 years ago
Simon Glass 054fe48eb2 dm: usb: Add driver model support for hubs 9 years ago
Simon Glass 361ad6afc4 dm: usb: Split hub detection into its own function 9 years ago
Simon Glass 95fbfe4298 dm: usb: Convert core usb.c file to support driver model 9 years ago
Simon Glass 0ed27905ce dm: usb: Complete the splitting up of usb_new_device() 9 years ago
Simon Glass 91398f9854 dm: usb: Split out more code from usb_new_device() 9 years ago
Simon Glass 128fcac087 dm: usb: Move descriptor setup code into its own function 9 years ago
Simon Glass 862e75c0db dm: usb: Refactor port resets 9 years ago
Simon Glass 53d8aa0f61 dm: usb: Drop the legacy USB init sequence 9 years ago
Simon Glass 6a1b206dc4 dm: usb: Convert 'usb' command to support driver model 9 years ago
Simon Glass 79b5888729 dm: usb: Adjust usb_alloc_new_device() to return an error 9 years ago
Simon Glass cad4291cd0 dm: usb: Adjust usb command to prepare for driver model 9 years ago
Simon Glass de31213fb8 dm: usb: Add a uclass for USB controllers 9 years ago
Simon Glass 56a71f891b dm: gpio: Add an implementation for gpio_get_number() 9 years ago
Simon Glass c5785673bc dm: core: Add device children and sibling functions 9 years ago
Simon Glass 206d4d2b4b dm: core: Mark device as active before calling uclass probe() methods 9 years ago
Simon Glass 39de843352 dm: core: Rename driver data function to dev_get_driver_data() 9 years ago
Simon Glass 3479253dad dm: core: Convert driver_bind() to use const 9 years ago
Simon Glass 2c03c4633b dm: core: Support allocating driver-private data for DMA 9 years ago
Simon Glass e23eb614a4 dm: test: bus: Use a local variable to simplify code 9 years ago
Simon Glass 887bd4164d sandbox: Fix comment for os_open() 9 years ago
Simon Glass 72538f4c3e linker_lists: Add a function to access a linker list entry 9 years ago
Joe Hershberger 63c9729a13 dm: eth: Provide a way for drivers to manage packet buffers 9 years ago
Haikun.Wang@freescale.com 5bc4830896 dm: spi: Convert Freescale QSPI driver to driver model 9 years ago