summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-01-30dm: cros_ec_spi: Remove old pre-driver-model codeSimon Glass1-49/+2
2015-01-30dm: cros_ec: Don't require protocol 3 supportSimon Glass1-4/+6
2015-01-30dm: core: Ignore disabled devices when bindingSimon Glass1-0/+5
2015-01-30dm: i2c: Move slave details to child platdataSimon Glass6-87/+39
2015-01-30dm: spi: Move slave details to child platdataSimon Glass5-63/+56
2015-01-30dm: spi: Set up the spi_slave device pointer in child_pre_probe()Simon Glass1-0/+10
2015-01-30dm: core: Allow uclass to set up a device's child before it is probedSimon Glass2-0/+17
2015-01-30dm: sandbox: sf: Tidy up the error handling in sandbox_sf_probe()Simon Glass1-2/+5
2015-01-30dm: core: Allow the uclass to set up a device's child after bindingSimon Glass1-5/+16
2015-01-30dm: spi: Move the per-child data size to the uclassSimon Glass9-8/+1
2015-01-30dm: core: Allow uclasses to specify private data for a device's childrenSimon Glass2-0/+8
2015-01-30dm: core: Add a flag to control sequence numberingSimon Glass4-15/+16
2015-01-30dm: core: Add a function to get a device's uclass IDSimon Glass1-0/+5
2015-01-30dm: core: Add a post_bind method for parentsSimon Glass1-0/+12
2015-01-30dm: core: Allow uclasses to specify platdata for a device's childrenSimon Glass1-0/+4
2015-01-30dm: core: Allow parents to have platform data for their childrenSimon Glass2-2/+32
2015-01-30dm: core: Allocate platform data when binding a deviceSimon Glass2-13/+17
2015-01-30dm: core: Tidy up error handling in device_bind()Simon Glass1-8/+10
2015-01-30dm: core: Set device tree node for root deviceSimon Glass1-0/+3
2015-01-30dm: i2c: Provide an offset length parameter where neededSimon Glass3-9/+11
2015-01-30dm: i2c: Add a compatbility layerSimon Glass2-0/+99
2015-01-30dm: i2c: Rename driver model I2C functions to permit compatibilitySimon Glass3-8/+9
2015-01-30dm: spi: Remove use of fdtdec GPIO supportSimon Glass1-34/+28
2015-01-30dm: usb: Remove use of fdtdec GPIO supportSimon Glass3-30/+28
2015-01-30dm: mmc: Remove use of fdtdec GPIO supportSimon Glass2-35/+21
2015-01-30dm: tegra: nand: Remove use of fdtdec GPIO supportSimon Glass1-5/+4
2015-01-30dm: tegra: video: Remove use of fdtdec GPIO supportSimon Glass1-34/+20
2015-01-30dm: exynos: Add a GPIO translation functionSimon Glass1-1/+12
2015-01-30dm: tegra: Add a GPIO translation functionSimon Glass1-0/+18
2015-01-30dm: cros_ec: Remove use of fdtdec GPIO supportSimon Glass1-18/+6
2015-01-30dm: demo: Add a simple GPIO demonstrationSimon Glass2-0/+91
2015-01-30dm: gpio: Add better functions to request GPIOsSimon Glass2-2/+184
2015-01-30dm: gpio: Add a driver GPIO translation methodSimon Glass1-0/+16
2015-01-30dm: gpio: Add a native driver model APISimon Glass1-71/+147
2015-01-30i2c: UniPhier: add driver for UniPhier FIFO-builtin i2c controllerMasahiro Yamada3-0/+388
2015-01-30i2c: UniPhier: add driver for UniPhier i2c controllerMasahiro Yamada3-0/+248
2015-01-30i2c: add CONFIG_DM_I2C to KconfigMasahiro Yamada1-0/+6
2015-01-27Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini14-139/+384
2015-01-26Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblazeTom Rini1-23/+7
2015-01-26serial: Extend structure comments with register offsetMichal Simek1-6/+6
2015-01-26serial: zynq: Use global baudrate instead of hardcoded oneMichal Simek1-17/+1
2015-01-26Merge branch 'master' of git://git.denx.de/u-boot-marvellTom Rini1-0/+4
2015-01-26kirkwood: define empty CONFIG_MVGBE_PORTS by defaultLuka Perkov1-0/+4
2015-01-24x86: spi: Add device tree supportSimon Glass1-0/+7
2015-01-24x86: rtc: mc146818: Add helpers to read/write CMOS RAMSimon Glass1-48/+73
2015-01-24crypto/fsl: Add fixup for crypto nodeRuchika Gupta2-0/+185
2015-01-24arm/ls1021a: Add workaround for DDR erratum A008378York Sun1-0/+8
2015-01-24pci: tegra: Fix port information parsingSjoerd Simons1-3/+2
2015-01-24x86: video: Add support for CONFIG_CONSOLE_SCROLL_LINESSimon Glass1-9/+17
2015-01-24x86: Access the VGA ROM when neededSimon Glass2-2/+33