Commit Graph

6508 Commits (dfd840010b83a4fa9789e7f36999cbad239abd91)

Author SHA1 Message Date
Simon Glass dfd840010b dm: usb: sandbox: Add a driver for sandbox 10 years ago
Simon Glass 5db439920b dm: usb: sandbox: Add an emulator for USB hub emulation 10 years ago
Simon Glass f4f715360c dm: usb: sandbox: Add an emulator for USB flash devices 10 years ago
Simon Glass 095fdef081 dm: usb: sandbox: Reset emulation devices in usb stop() 10 years ago
Simon Glass 019808f97c dm: usb: sandbox: Add a uclass for USB device emulation 10 years ago
Simon Glass fbeceb2602 dm: usb: Allow setting up a USB controller as a device/gadget 10 years ago
Simon Glass 449230f031 dm: usb: Bind generic USB devices when there is no driver 10 years ago
Simon Glass 0566e2403d dm: usb: Allow USB drivers to be declared and auto-probed 10 years ago
Simon Glass 46b01797f4 dm: usb: Add driver model support to EHCI 10 years ago
Simon Glass aeca43e388 dm: usb: Change ehci_reset() to use a pointer 10 years ago
Simon Glass deb8508c51 dm: usb: Drop the EHCI weak functions 10 years ago
Simon Glass 7372b5bd31 dm: usb: Refactor EHCI init 10 years ago
Simon Glass 24ed894fc0 dm: usb: ehci: Use a function to find the controller from struct udevice 10 years ago
Simon Glass 6a1a8162c6 dm: usb: Pass EHCI controller pointer to ehci_get_portsc_register() 10 years ago
Simon Glass 11d18a1946 dm: usb: Pass EHCI controller pointer to ehci_set_usbmode() 10 years ago
Simon Glass 56d4273045 dm: usb: tegra: Drop use of global controller variable 10 years ago
Simon Glass 727fce369e dm: usb: Pass EHCI controller pointer to ehci_powerup_fixup() 10 years ago
Simon Glass 27f782b6a1 dm: usb: tegra: Store the controller type explicitly 10 years ago
Simon Glass c4a3141d55 dm: usb: Allow ECHI to hold private data for the controller 10 years ago
Simon Glass 7338287d58 dm: usb: Pass EHCI controller pointer to ehci_get_port_speed() 10 years ago
Simon Glass aac064f76b dm: usb: Move all the EHCI weak functions together and declare them 10 years ago
Simon Glass de31213fb8 dm: usb: Add a uclass for USB controllers 10 years ago
Simon Glass 56a71f891b dm: gpio: Add an implementation for gpio_get_number() 10 years ago
Simon Glass c5785673bc dm: core: Add device children and sibling functions 10 years ago
Simon Glass 206d4d2b4b dm: core: Mark device as active before calling uclass probe() methods 10 years ago
Simon Glass 39de843352 dm: core: Rename driver data function to dev_get_driver_data() 10 years ago
Simon Glass 3479253dad dm: core: Convert driver_bind() to use const 10 years ago
Simon Glass 2c03c4633b dm: core: Support allocating driver-private data for DMA 10 years ago
Haikun.Wang@freescale.com 5bc4830896 dm: spi: Convert Freescale QSPI driver to driver model 10 years ago
Haikun.Wang@freescale.com a891937110 dm: spi: Convert Freescale DSPI driver to driver model 10 years ago
Przemyslaw Marczak c54473cb25 dm: i2c: add i2c-gpio driver 10 years ago
Przemyslaw Marczak 705fcf4de4 Kconfig: i2c: fix help message related to dm i2c 10 years ago
Przemyslaw Marczak 2984e7a102 dm: gpio: request list: return the count if requests max_count reached 10 years ago
Simon Glass f9f788f072 i8042: Add keyboard enable logic in kbd_reset() 10 years ago
Simon Glass 47cb8c654b sandbox: cros_ec: Add Kconfig for sandbox EC config 10 years ago
Simon Glass 3fbb78711c cros_ec: exynos: Match up device tree with kernel version 10 years ago
Simon Glass 60f37fc6aa cros_ec: Drop unused CONFIG_DM_CROS_EC 10 years ago
Simon Glass e96fc7dfc8 cros_ec: Reinit the cros_ec device when 'crosec init' is used 10 years ago
Simon Glass 72a38e06a2 dm: cros_ec: Convert cros_ec LPC driver to driver model 10 years ago
Simon Glass ba4575626e dm: x86: spi: Convert ICH SPI driver to driver model 10 years ago
Simon Glass 8d987abc6a dm: sf: Add driver model read/write/erase methods 10 years ago
Joe Hershberger 22f68524f8 sandbox: eth: Add support for using the 'lo' interface 10 years ago
Joe Hershberger a346ca7902 sandbox: eth: Add a bridge to a real network for sandbox 10 years ago
Joe Hershberger 2eede1f363 sandbox: eth: Add ability to disable ping reply in sandbox eth driver 10 years ago
Joe Hershberger d87a457be8 sandbox: eth: Add ARP and PING response to sandbox driver 10 years ago
Joe Hershberger 3ea143abe9 sandbox: eth: Add network support to sandbox 10 years ago
Joe Hershberger 05c3e68f85 dm: eth: Add basic driver model support to Ethernet stack 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 a219daeafe dm: x86: pci: Add a PCI driver for driver model 10 years ago