summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger
2015-04-18net: cosmetic: Cleanup internal packet buffer namesJoe Hershberger
2015-04-18net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger
2015-04-18net: cosmetic: Change IPaddr_t to struct in_addrJoe Hershberger
2015-04-18dm: spi_flash: fix wrong dependencyMasahiro Yamada
2015-04-18dm: usb: exynos: Adjust XHCI driver to support driver modelSimon Glass
2015-04-18dm: usb: Rename the XHCI HCD to U-BootSimon Glass
2015-04-18dm: usb: Support driver model in XHCISimon Glass
2015-04-18dm: usb: xhci: Factor out common init/uninitSimon Glass
2015-04-18dm: usb: xhci: Use explicit parameters for xhci_setup_addressable_virt_dev()Simon Glass
2015-04-18dm: usb: xhci: Use explicit parameters for xhci_alloc_virt_device()Simon Glass
2015-04-18dm: usb: xhci: Use a function to get xhci_ctrlSimon Glass
2015-04-18dm: usb: tegra: Add driver model support to tegra EHCISimon Glass
2015-04-18dm: usb: tegra: Move most of init/uninit into a functionSimon Glass
2015-04-18dm: usb: tegra: Tidy up error handling and a static functionSimon Glass
2015-04-18dm: usb: tegra: Remove the port_addr_clear_csc variableSimon Glass
2015-04-18dm: usb: exynos: Add driver model support to exynos EHCISimon Glass
2015-04-18dm: usb: Add support for USB ethernet devices with driver modelSimon Glass
2015-04-18dm: usb: sandbox: Add a driver for sandboxSimon Glass
2015-04-18dm: usb: sandbox: Add an emulator for USB hub emulationSimon Glass
2015-04-18dm: usb: sandbox: Add an emulator for USB flash devicesSimon Glass
2015-04-18dm: usb: sandbox: Reset emulation devices in usb stop()Simon Glass
2015-04-18dm: usb: sandbox: Add a uclass for USB device emulationSimon Glass
2015-04-18dm: usb: Allow setting up a USB controller as a device/gadgetSimon Glass
2015-04-18dm: usb: Bind generic USB devices when there is no driverSimon Glass
2015-04-18dm: usb: Allow USB drivers to be declared and auto-probedSimon Glass
2015-04-18dm: usb: Add driver model support to EHCISimon Glass
2015-04-18dm: usb: Change ehci_reset() to use a pointerSimon Glass
2015-04-18dm: usb: Drop the EHCI weak functionsSimon Glass
2015-04-18dm: usb: Refactor EHCI initSimon Glass
2015-04-18dm: usb: ehci: Use a function to find the controller from struct udeviceSimon Glass
2015-04-18dm: usb: Pass EHCI controller pointer to ehci_get_portsc_register()Simon Glass
2015-04-18dm: usb: Pass EHCI controller pointer to ehci_set_usbmode()Simon Glass
2015-04-18dm: usb: tegra: Drop use of global controller variableSimon Glass
2015-04-18dm: usb: Pass EHCI controller pointer to ehci_powerup_fixup()Simon Glass
2015-04-18dm: usb: tegra: Store the controller type explicitlySimon Glass
2015-04-18dm: usb: Allow ECHI to hold private data for the controllerSimon Glass
2015-04-18dm: usb: Pass EHCI controller pointer to ehci_get_port_speed()Simon Glass
2015-04-18dm: usb: Move all the EHCI weak functions together and declare themSimon Glass
2015-04-18dm: usb: Add a uclass for USB controllersSimon Glass
2015-04-18dm: gpio: Add an implementation for gpio_get_number()Simon Glass
2015-04-18dm: core: Add device children and sibling functionsSimon Glass
2015-04-18dm: core: Mark device as active before calling uclass probe() methodsSimon Glass
2015-04-18dm: core: Rename driver data function to dev_get_driver_data()Simon Glass
2015-04-18dm: core: Convert driver_bind() to use constSimon Glass
2015-04-18dm: core: Support allocating driver-private data for DMASimon Glass
2015-04-18dm: spi: Convert Freescale QSPI driver to driver modelHaikun.Wang@freescale.com
2015-04-18dm: spi: Convert Freescale DSPI driver to driver modelHaikun.Wang@freescale.com
2015-04-18dm: i2c: add i2c-gpio driverPrzemyslaw Marczak
2015-04-18Kconfig: i2c: fix help message related to dm i2cPrzemyslaw Marczak