summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dm: Update documentation for new bus featuresSimon Glass2015-01-292-13/+63
* 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: exynos: Drop unused COMPAT features for SPISimon Glass2015-01-292-2/+0
* dm: tegra: Drop unused COMPAT features for I2C, SPISimon Glass2015-01-292-12/+0
* dm: i2c: Move slave details to child platdataSimon Glass2015-01-297-89/+41
* dm: spi: Move slave details to child platdataSimon Glass2015-01-297-76/+91
* 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-297-0/+85
* 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-293-5/+44
* 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-294-2/+41
* dm: core: Add a flag to control sequence numberingSimon Glass2015-01-299-58/+57
* dm: core: Add a function to get a device's uclass IDSimon Glass2015-01-293-0/+24
* dm: core: Add a post_bind method for parentsSimon Glass2015-01-293-0/+49
* dm: core: Allow uclasses to specify platdata for a device's childrenSimon Glass2015-01-293-2/+39
* dm: core: Allow parents to have platform data for their childrenSimon Glass2015-01-294-2/+132
* dm: core: Allocate platform data when binding a deviceSimon Glass2015-01-293-15/+19
* 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-292-0/+7
* dm: core: Improve comments for uclass_first/next_device()Simon Glass2015-01-291-0/+4
* dm: Don't run tests if U-Boot cannot be builtSimon Glass2015-01-291-2/+7
* dm: i2c: Provide an offset length parameter where neededSimon Glass2015-01-2912-26/+32
* dm: i2c: Add a compatbility layerSimon Glass2015-01-294-0/+165
* dm: i2c: Rename driver model I2C functions to permit compatibilitySimon Glass2015-01-2912-77/+82
* dm: Drop gpio.h header from fdtdec.cSimon Glass2015-01-291-2/+0
* dm: fdt: Remove the old GPIO functionsSimon Glass2015-01-292-172/+0
* dm: exynos: dts: Use GPIO bank phandles for GPIOsSimon Glass2015-01-2912-39/+30
* dm: tegra: dts: Use TEGRA_GPIO() macro for all GPIOsSimon Glass2015-01-2918-85/+109
* 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-295-41/+28
* dm: zynq: Remove inline gpio functionsSimon Glass2015-01-291-15/+0
* 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-292-38/+25
* 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-292-19/+8
* dm: demo: Add a simple GPIO demonstrationSimon Glass2015-01-295-2/+133
* dm: gpio: Mark the old GPIO API deprecatedSimon Glass2015-01-291-0/+21
* dm: gpio: Add better functions to request GPIOsSimon Glass2015-01-295-4/+461
* dm: gpio: Add a driver GPIO translation methodSimon Glass2015-01-292-0/+45
* dm: gpio: Add a native driver model APISimon Glass2015-01-292-71/+163
* dm: fdt: Add a function to decode phandles with argumentsSimon Glass2015-01-292-0/+177
* dm: tegra: Bring in GPIO device tree bindingSimon Glass2015-01-291-0/+40
* dm: exynos: Bring in GPIO device tree bindingSimon Glass2015-01-291-0/+41
* dm: gpio: Bring in GPIO device tree bindingSimon Glass2015-01-291-0/+211
* generic-board: show model name in board_init_f() tooMasahiro Yamada2015-01-295-24/+46
OpenPOWER on IntegriCloud