summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* sandbox: eth: Add ARP and PING response to sandbox driverJoe Hershberger2015-04-181-0/+107
* sandbox: eth: Add network support to sandboxJoe Hershberger2015-04-183-0/+108
* dm: eth: Add basic driver model support to Ethernet stackJoe Hershberger2015-04-181-0/+9
* net: Remove the bd* parameter from net stack functionsJoe Hershberger2015-04-182-6/+5
* common: Make sure arch-specific map_sysmem() is definedJoe Hershberger2015-04-186-0/+6
* dm: x86: pci: Add a PCI driver for driver modelSimon Glass2015-04-182-0/+25
* dm: sandbox: pci: Enable PCI for sandboxSimon Glass2015-04-181-0/+1
* dm: sandbox: Add a emulated PCI device as an exampleSimon Glass2015-04-181-0/+285
* dm: sandbox: pci: Add a PCI emulation uclassSimon Glass2015-04-162-0/+68
* dm: sandbox: Add a simple PCI driverSimon Glass2015-04-163-0/+90
* dm: pci: Add a uclass for PCISimon Glass2015-04-165-4/+714
* dm: pci: Move common PCI functions into their own fileSimon Glass2015-04-163-276/+299
* dm: core: Add a uclass pre_probe() method for devicesSimon Glass2015-04-162-2/+10
* dm: core: Mark device as active before calling its probe() methodSimon Glass2015-04-161-3/+4
* dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass2015-04-1621-42/+52
* x86: Add a x86_ prefix to the x86-specific PCI functionsSimon Glass2015-04-161-8/+8
* x86: spi: Add support for lynxpointSimon Glass2015-04-161-1/+2
* x86: video: Allow keyboard presence to be controlled by device treeSimon Glass2015-04-161-8/+21
* ti: dwc3: Enable clocks in enable_basic_clocks() in hw_data.cKishon Vijay Abraham I2015-04-161-16/+0
* Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini2015-04-168-153/+185
|\
| * i2c: mvtwsi: Support for up to 4 different controllersPaul Kocialkowski2015-04-151-29/+99
| * sunxi: axp221: Use vbus-available rather then vbus-usable for vbus-detectHans de Goede2015-04-151-1/+1
| * power: axp209: Registers definitions in headerPaul Kocialkowski2015-04-151-38/+0
| * power: axp152: Registers definitions in headerPaul Kocialkowski2015-04-151-11/+0
| * sunxi: Complete mmc pin mux for each supported platform, configured with KconfigPaul Kocialkowski2015-04-151-0/+14
| * sunxi: GPIO pin mux hardware-feature-specific function index definesPaul Kocialkowski2015-04-152-5/+5
| * sunxi: common VBUS detection logic in usbcPaul Kocialkowski2015-04-151-29/+6
OpenPOWER on IntegriCloud