summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* Export redesignMartin Dorwig2015-01-29-121/+163
* dm: Update documentation for new bus featuresSimon Glass2015-01-29-13/+63
* dm: cros_ec_spi: Remove old pre-driver-model codeSimon Glass2015-01-29-49/+2
* dm: cros_ec: Don't require protocol 3 supportSimon Glass2015-01-29-4/+6
* dm: core: Ignore disabled devices when bindingSimon Glass2015-01-29-0/+5
* dm: exynos: Drop unused COMPAT features for SPISimon Glass2015-01-29-2/+0
* dm: tegra: Drop unused COMPAT features for I2C, SPISimon Glass2015-01-29-12/+0
* dm: i2c: Move slave details to child platdataSimon Glass2015-01-29-89/+41
* dm: spi: Move slave details to child platdataSimon Glass2015-01-29-76/+91
* dm: spi: Set up the spi_slave device pointer in child_pre_probe()Simon Glass2015-01-29-0/+10
* dm: core: Allow uclass to set up a device's child before it is probedSimon Glass2015-01-29-0/+85
* dm: sandbox: sf: Tidy up the error handling in sandbox_sf_probe()Simon Glass2015-01-29-2/+5
* dm: core: Allow the uclass to set up a device's child after bindingSimon Glass2015-01-29-5/+44
* dm: spi: Move the per-child data size to the uclassSimon Glass2015-01-29-8/+1
* dm: core: Allow uclasses to specify private data for a device's childrenSimon Glass2015-01-29-2/+41
* dm: core: Add a flag to control sequence numberingSimon Glass2015-01-29-58/+57
* dm: core: Add a function to get a device's uclass IDSimon Glass2015-01-29-0/+24
* dm: core: Add a post_bind method for parentsSimon Glass2015-01-29-0/+49
* dm: core: Allow uclasses to specify platdata for a device's childrenSimon Glass2015-01-29-2/+39
* dm: core: Allow parents to have platform data for their childrenSimon Glass2015-01-29-2/+132
* dm: core: Allocate platform data when binding a deviceSimon Glass2015-01-29-15/+19
* dm: core: Tidy up error handling in device_bind()Simon Glass2015-01-29-8/+10
* dm: core: Set device tree node for root deviceSimon Glass2015-01-29-0/+7
* dm: core: Improve comments for uclass_first/next_device()Simon Glass2015-01-29-0/+4
* dm: Don't run tests if U-Boot cannot be builtSimon Glass2015-01-29-2/+7
* dm: i2c: Provide an offset length parameter where neededSimon Glass2015-01-29-26/+32
* dm: i2c: Add a compatbility layerSimon Glass2015-01-29-0/+165
* dm: i2c: Rename driver model I2C functions to permit compatibilitySimon Glass2015-01-29-77/+82
* dm: Drop gpio.h header from fdtdec.cSimon Glass2015-01-29-2/+0
* dm: fdt: Remove the old GPIO functionsSimon Glass2015-01-29-172/+0
* dm: exynos: dts: Use GPIO bank phandles for GPIOsSimon Glass2015-01-29-39/+30
* dm: tegra: dts: Use TEGRA_GPIO() macro for all GPIOsSimon Glass2015-01-29-85/+109
* dm: spi: Remove use of fdtdec GPIO supportSimon Glass2015-01-29-34/+28
* dm: usb: Remove use of fdtdec GPIO supportSimon Glass2015-01-29-30/+28
* dm: mmc: Remove use of fdtdec GPIO supportSimon Glass2015-01-29-41/+28
* dm: zynq: Remove inline gpio functionsSimon Glass2015-01-29-15/+0
* dm: tegra: nand: Remove use of fdtdec GPIO supportSimon Glass2015-01-29-5/+4
* dm: tegra: video: Remove use of fdtdec GPIO supportSimon Glass2015-01-29-38/+25
* dm: exynos: Add a GPIO translation functionSimon Glass2015-01-29-1/+12
* dm: tegra: Add a GPIO translation functionSimon Glass2015-01-29-0/+18
* dm: cros_ec: Remove use of fdtdec GPIO supportSimon Glass2015-01-29-19/+8
* dm: demo: Add a simple GPIO demonstrationSimon Glass2015-01-29-2/+133
* dm: gpio: Mark the old GPIO API deprecatedSimon Glass2015-01-29-0/+21
* dm: gpio: Add better functions to request GPIOsSimon Glass2015-01-29-4/+461
* dm: gpio: Add a driver GPIO translation methodSimon Glass2015-01-29-0/+45
* dm: gpio: Add a native driver model APISimon Glass2015-01-29-71/+163
* dm: fdt: Add a function to decode phandles with argumentsSimon Glass2015-01-29-0/+177
* dm: tegra: Bring in GPIO device tree bindingSimon Glass2015-01-29-0/+40
* dm: exynos: Bring in GPIO device tree bindingSimon Glass2015-01-29-0/+41
* dm: gpio: Bring in GPIO device tree bindingSimon Glass2015-01-29-0/+211