summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-04-18dm: usb: Add a uclass for USB controllersSimon Glass4-1/+413
2015-04-18dm: gpio: Add an implementation for gpio_get_number()Simon Glass1-0/+12
2015-04-18dm: core: Add device children and sibling functionsSimon Glass1-0/+28
2015-04-18dm: core: Mark device as active before calling uclass probe() methodsSimon Glass1-3/+5
2015-04-18dm: core: Rename driver data function to dev_get_driver_data()Simon Glass4-7/+7
2015-04-18dm: core: Convert driver_bind() to use constSimon Glass2-5/+6
2015-04-18dm: core: Support allocating driver-private data for DMASimon Glass1-2/+17
2015-04-18dm: spi: Convert Freescale QSPI driver to driver modelHaikun.Wang@freescale.com1-329/+656
2015-04-18dm: spi: Convert Freescale DSPI driver to driver modelHaikun.Wang@freescale.com2-0/+738
2015-04-18dm: i2c: add i2c-gpio driverPrzemyslaw Marczak3-0/+356
2015-04-18Kconfig: i2c: fix help message related to dm i2cPrzemyslaw Marczak1-10/+7
2015-04-18dm: gpio: request list: return the count if requests max_count reachedPrzemyslaw Marczak1-5/+1
2015-04-18i8042: Add keyboard enable logic in kbd_reset()Simon Glass1-0/+7
2015-04-18sandbox: cros_ec: Add Kconfig for sandbox EC configSimon Glass1-0/+9
2015-04-18cros_ec: exynos: Match up device tree with kernel versionSimon Glass5-9/+9
2015-04-18cros_ec: Drop unused CONFIG_DM_CROS_ECSimon Glass4-336/+0
2015-04-18cros_ec: Reinit the cros_ec device when 'crosec init' is usedSimon Glass1-2/+8
2015-04-18dm: cros_ec: Convert cros_ec LPC driver to driver modelSimon Glass2-0/+50
2015-04-18dm: x86: spi: Convert ICH SPI driver to driver modelSimon Glass1-254/+265
2015-04-18dm: sf: Add driver model read/write/erase methodsSimon Glass1-0/+16
2015-04-18sandbox: eth: Add support for using the 'lo' interfaceJoe Hershberger1-2/+69
2015-04-18sandbox: eth: Add a bridge to a real network for sandboxJoe Hershberger3-0/+109
2015-04-18sandbox: eth: Add ability to disable ping reply in sandbox eth driverJoe Hershberger1-0/+17
2015-04-18sandbox: eth: Add ARP and PING response to sandbox driverJoe Hershberger1-0/+107
2015-04-18sandbox: eth: Add network support to sandboxJoe Hershberger3-0/+108
2015-04-18dm: eth: Add basic driver model support to Ethernet stackJoe Hershberger1-0/+9
2015-04-18net: Remove the bd* parameter from net stack functionsJoe Hershberger2-6/+5
2015-04-18common: Make sure arch-specific map_sysmem() is definedJoe Hershberger6-0/+6
2015-04-18dm: x86: pci: Add a PCI driver for driver modelSimon Glass2-0/+25
2015-04-18dm: sandbox: pci: Enable PCI for sandboxSimon Glass1-0/+1
2015-04-18dm: sandbox: Add a emulated PCI device as an exampleSimon Glass1-0/+285
2015-04-17dm: sandbox: pci: Add a PCI emulation uclassSimon Glass2-0/+68
2015-04-17dm: sandbox: Add a simple PCI driverSimon Glass3-0/+90
2015-04-17dm: pci: Add a uclass for PCISimon Glass5-4/+714
2015-04-17dm: pci: Move common PCI functions into their own fileSimon Glass3-276/+299
2015-04-17dm: core: Add a uclass pre_probe() method for devicesSimon Glass2-2/+10
2015-04-17dm: core: Mark device as active before calling its probe() methodSimon Glass1-3/+4
2015-04-17dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass21-42/+52
2015-04-17x86: Add a x86_ prefix to the x86-specific PCI functionsSimon Glass1-8/+8
2015-04-17x86: spi: Add support for lynxpointSimon Glass1-1/+2
2015-04-17x86: video: Allow keyboard presence to be controlled by device treeSimon Glass1-8/+21
2015-04-16ti: dwc3: Enable clocks in enable_basic_clocks() in hw_data.cKishon Vijay Abraham I1-16/+0
2015-04-16Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini8-153/+185
2015-04-15i2c: mvtwsi: Support for up to 4 different controllersPaul Kocialkowski1-29/+99
2015-04-15sunxi: axp221: Use vbus-available rather then vbus-usable for vbus-detectHans de Goede1-1/+1
2015-04-15power: axp209: Registers definitions in headerPaul Kocialkowski1-38/+0
2015-04-15power: axp152: Registers definitions in headerPaul Kocialkowski1-11/+0
2015-04-15sunxi: Complete mmc pin mux for each supported platform, configured with KconfigPaul Kocialkowski1-0/+14
2015-04-15sunxi: GPIO pin mux hardware-feature-specific function index definesPaul Kocialkowski2-5/+5
2015-04-15sunxi: common VBUS detection logic in usbcPaul Kocialkowski1-29/+6