summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* DM: crypto/rsa_mod_exp: Add rsa Modular Exponentiation DM driverRuchika Gupta2015-01-295-0/+83
* dm: cros_ec_spi: Remove old pre-driver-model codeSimon Glass2015-01-291-49/+2
* dm: cros_ec: Don't require protocol 3 supportSimon Glass2015-01-291-4/+6
* dm: core: Ignore disabled devices when bindingSimon Glass2015-01-291-0/+5
* dm: i2c: Move slave details to child platdataSimon Glass2015-01-296-87/+39
* dm: spi: Move slave details to child platdataSimon Glass2015-01-295-63/+56
* dm: spi: Set up the spi_slave device pointer in child_pre_probe()Simon Glass2015-01-291-0/+10
* dm: core: Allow uclass to set up a device's child before it is probedSimon Glass2015-01-292-0/+17
* dm: sandbox: sf: Tidy up the error handling in sandbox_sf_probe()Simon Glass2015-01-291-2/+5
* dm: core: Allow the uclass to set up a device's child after bindingSimon Glass2015-01-291-5/+16
* dm: spi: Move the per-child data size to the uclassSimon Glass2015-01-299-8/+1
* dm: core: Allow uclasses to specify private data for a device's childrenSimon Glass2015-01-292-0/+8
* dm: core: Add a flag to control sequence numberingSimon Glass2015-01-294-15/+16
* dm: core: Add a function to get a device's uclass IDSimon Glass2015-01-291-0/+5
* dm: core: Add a post_bind method for parentsSimon Glass2015-01-291-0/+12
* dm: core: Allow uclasses to specify platdata for a device's childrenSimon Glass2015-01-291-0/+4
* dm: core: Allow parents to have platform data for their childrenSimon Glass2015-01-292-2/+32
* dm: core: Allocate platform data when binding a deviceSimon Glass2015-01-292-13/+17
* dm: core: Tidy up error handling in device_bind()Simon Glass2015-01-291-8/+10
* dm: core: Set device tree node for root deviceSimon Glass2015-01-291-0/+3
* dm: i2c: Provide an offset length parameter where neededSimon Glass2015-01-293-9/+11
* dm: i2c: Add a compatbility layerSimon Glass2015-01-292-0/+99
* dm: i2c: Rename driver model I2C functions to permit compatibilitySimon Glass2015-01-293-8/+9
* dm: spi: Remove use of fdtdec GPIO supportSimon Glass2015-01-291-34/+28
* dm: usb: Remove use of fdtdec GPIO supportSimon Glass2015-01-293-30/+28
* dm: mmc: Remove use of fdtdec GPIO supportSimon Glass2015-01-292-35/+21
* dm: tegra: nand: Remove use of fdtdec GPIO supportSimon Glass2015-01-291-5/+4
* dm: tegra: video: Remove use of fdtdec GPIO supportSimon Glass2015-01-291-34/+20
* dm: exynos: Add a GPIO translation functionSimon Glass2015-01-291-1/+12
* dm: tegra: Add a GPIO translation functionSimon Glass2015-01-291-0/+18
* dm: cros_ec: Remove use of fdtdec GPIO supportSimon Glass2015-01-291-18/+6
* dm: demo: Add a simple GPIO demonstrationSimon Glass2015-01-292-0/+91
* dm: gpio: Add better functions to request GPIOsSimon Glass2015-01-292-2/+184
* dm: gpio: Add a driver GPIO translation methodSimon Glass2015-01-291-0/+16
* dm: gpio: Add a native driver model APISimon Glass2015-01-291-71/+147
* i2c: UniPhier: add driver for UniPhier FIFO-builtin i2c controllerMasahiro Yamada2015-01-293-0/+388
* i2c: UniPhier: add driver for UniPhier i2c controllerMasahiro Yamada2015-01-293-0/+248
* i2c: add CONFIG_DM_I2C to KconfigMasahiro Yamada2015-01-291-0/+6
* Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini2015-01-2614-139/+384
|\
| * x86: spi: Add device tree supportSimon Glass2015-01-241-0/+7
| * x86: rtc: mc146818: Add helpers to read/write CMOS RAMSimon Glass2015-01-241-48/+73
| * pci: tegra: Fix port information parsingSjoerd Simons2015-01-231-3/+2
| * x86: video: Add support for CONFIG_CONSOLE_SCROLL_LINESSimon Glass2015-01-231-9/+17
| * x86: Access the VGA ROM when neededSimon Glass2015-01-232-2/+33
| * x86: ahci: Make sure interface is not busy after enabling the portBin Meng2015-01-231-1/+19
| * x86: Drop the x86_fb driverSimon Glass2015-01-233-48/+0
| * x86: Add a VESA video driverSimon Glass2015-01-233-0/+75
| * x86: pci: Don't stop when we get a vendor/device mismatchSimon Glass2015-01-231-1/+1
| * bios_emulator: Add some VESA interface debuggingSimon Glass2015-01-231-20/+141
| * bios_emulator: Don't display error when emulator terminatesSimon Glass2015-01-231-1/+1
OpenPOWER on IntegriCloud