summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* | dm: usb: tegra: Add driver model support to tegra EHCISimon Glass2015-04-181-0/+83
* | dm: usb: tegra: Move most of init/uninit into a functionSimon Glass2015-04-181-62/+81
* | dm: usb: tegra: Tidy up error handling and a static functionSimon Glass2015-04-181-8/+11
* | dm: usb: tegra: Remove the port_addr_clear_csc variableSimon Glass2015-04-181-5/+1
* | dm: usb: exynos: Add driver model support to exynos EHCISimon Glass2015-04-181-1/+111
* | dm: usb: Add support for USB ethernet devices with driver modelSimon Glass2015-04-181-8/+44
* | dm: usb: sandbox: Add a driver for sandboxSimon Glass2015-04-182-0/+118
* | dm: usb: sandbox: Add an emulator for USB hub emulationSimon Glass2015-04-182-0/+304
* | dm: usb: sandbox: Add an emulator for USB flash devicesSimon Glass2015-04-182-0/+424
* | dm: usb: sandbox: Reset emulation devices in usb stop()Simon Glass2015-04-181-0/+11
* | dm: usb: sandbox: Add a uclass for USB device emulationSimon Glass2015-04-184-0/+281
* | dm: usb: Allow setting up a USB controller as a device/gadgetSimon Glass2015-04-182-0/+28
* | dm: usb: Bind generic USB devices when there is no driverSimon Glass2015-04-181-1/+17
* | dm: usb: Allow USB drivers to be declared and auto-probedSimon Glass2015-04-181-2/+204
* | dm: usb: Add driver model support to EHCISimon Glass2015-04-182-4/+127
* | dm: usb: Change ehci_reset() to use a pointerSimon Glass2015-04-181-9/+8
* | dm: usb: Drop the EHCI weak functionsSimon Glass2015-04-185-94/+139
* | dm: usb: Refactor EHCI initSimon Glass2015-04-182-51/+72
* | dm: usb: ehci: Use a function to find the controller from struct udeviceSimon Glass2015-04-181-17/+37
* | dm: usb: Pass EHCI controller pointer to ehci_get_portsc_register()Simon Glass2015-04-183-6/+6
* | dm: usb: Pass EHCI controller pointer to ehci_set_usbmode()Simon Glass2015-04-184-8/+7
* | dm: usb: tegra: Drop use of global controller variableSimon Glass2015-04-181-7/+9
* | dm: usb: Pass EHCI controller pointer to ehci_powerup_fixup()Simon Glass2015-04-183-4/+7
* | dm: usb: tegra: Store the controller type explicitlySimon Glass2015-04-181-6/+24
* | dm: usb: Allow ECHI to hold private data for the controllerSimon Glass2015-04-182-0/+31
* | dm: usb: Pass EHCI controller pointer to ehci_get_port_speed()Simon Glass2015-04-184-7/+9
* | dm: usb: Move all the EHCI weak functions together and declare themSimon Glass2015-04-182-11/+17
* | dm: usb: Add a uclass for USB controllersSimon Glass2015-04-184-1/+413
* | dm: gpio: Add an implementation for gpio_get_number()Simon Glass2015-04-181-0/+12
* | dm: core: Add device children and sibling functionsSimon Glass2015-04-181-0/+28
* | dm: core: Mark device as active before calling uclass probe() methodsSimon Glass2015-04-181-3/+5
* | dm: core: Rename driver data function to dev_get_driver_data()Simon Glass2015-04-184-7/+7
* | dm: core: Convert driver_bind() to use constSimon Glass2015-04-182-5/+6
* | dm: core: Support allocating driver-private data for DMASimon Glass2015-04-181-2/+17
* | dm: spi: Convert Freescale QSPI driver to driver modelHaikun.Wang@freescale.com2015-04-181-329/+656
* | dm: spi: Convert Freescale DSPI driver to driver modelHaikun.Wang@freescale.com2015-04-182-0/+738
* | dm: i2c: add i2c-gpio driverPrzemyslaw Marczak2015-04-183-0/+356
* | Kconfig: i2c: fix help message related to dm i2cPrzemyslaw Marczak2015-04-181-10/+7
* | dm: gpio: request list: return the count if requests max_count reachedPrzemyslaw Marczak2015-04-181-5/+1
* | i8042: Add keyboard enable logic in kbd_reset()Simon Glass2015-04-181-0/+7
* | sandbox: cros_ec: Add Kconfig for sandbox EC configSimon Glass2015-04-181-0/+9
* | cros_ec: exynos: Match up device tree with kernel versionSimon Glass2015-04-185-9/+9
* | cros_ec: Drop unused CONFIG_DM_CROS_ECSimon Glass2015-04-184-336/+0
* | cros_ec: Reinit the cros_ec device when 'crosec init' is usedSimon Glass2015-04-181-2/+8
* | dm: cros_ec: Convert cros_ec LPC driver to driver modelSimon Glass2015-04-182-0/+50
* | dm: x86: spi: Convert ICH SPI driver to driver modelSimon Glass2015-04-181-254/+265
* | dm: sf: Add driver model read/write/erase methodsSimon Glass2015-04-181-0/+16
* | sandbox: eth: Add support for using the 'lo' interfaceJoe Hershberger2015-04-181-2/+69
* | sandbox: eth: Add a bridge to a real network for sandboxJoe Hershberger2015-04-183-0/+109
* | sandbox: eth: Add ability to disable ping reply in sandbox eth driverJoe Hershberger2015-04-181-0/+17
OpenPOWER on IntegriCloud