summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-01-30Export redesignMartin Dorwig3-40/+83
2015-01-30dm: exynos: Drop unused COMPAT features for SPISimon Glass1-1/+0
2015-01-30dm: tegra: Drop unused COMPAT features for I2C, SPISimon Glass1-6/+0
2015-01-30dm: i2c: Move slave details to child platdataSimon Glass1-2/+2
2015-01-30dm: spi: Move slave details to child platdataSimon Glass1-10/+32
2015-01-30dm: core: Allow uclass to set up a device's child before it is probedSimon Glass3-0/+15
2015-01-30dm: core: Allow the uclass to set up a device's child after bindingSimon Glass1-0/+2
2015-01-30dm: core: Allow uclasses to specify private data for a device's childrenSimon Glass1-0/+4
2015-01-30dm: core: Add a flag to control sequence numberingSimon Glass1-0/+5
2015-01-30dm: core: Add a function to get a device's uclass IDSimon Glass1-0/+8
2015-01-30dm: core: Add a post_bind method for parentsSimon Glass1-0/+2
2015-01-30dm: core: Allow uclasses to specify platdata for a device's childrenSimon Glass1-0/+5
2015-01-30dm: core: Allow parents to have platform data for their childrenSimon Glass1-0/+19
2015-01-30dm: core: Improve comments for uclass_first/next_device()Simon Glass1-0/+4
2015-01-30dm: i2c: Provide an offset length parameter where neededSimon Glass1-2/+6
2015-01-30dm: i2c: Add a compatbility layerSimon Glass1-0/+59
2015-01-30dm: i2c: Rename driver model I2C functions to permit compatibilitySimon Glass1-10/+9
2015-01-30dm: fdt: Remove the old GPIO functionsSimon Glass1-77/+0
2015-01-30dm: mmc: Remove use of fdtdec GPIO supportSimon Glass1-3/+3
2015-01-30dm: cros_ec: Remove use of fdtdec GPIO supportSimon Glass1-1/+2
2015-01-30dm: demo: Add a simple GPIO demonstrationSimon Glass1-0/+4
2015-01-30dm: gpio: Mark the old GPIO API deprecatedSimon Glass1-0/+21
2015-01-30dm: gpio: Add better functions to request GPIOsSimon Glass1-0/+199
2015-01-30dm: gpio: Add a driver GPIO translation methodSimon Glass1-0/+29
2015-01-30dm: gpio: Add a native driver model APISimon Glass1-0/+16
2015-01-30dm: fdt: Add a function to decode phandles with argumentsSimon Glass1-0/+53
2015-01-30generic-board: show model name in board_init_f() tooMasahiro Yamada1-6/+7
2015-01-30ARM: UniPhier: enable CONFIG_I2C_EEPROMMasahiro Yamada1-0/+3
2015-01-27Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini8-3/+89
2015-01-26Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini6-4/+41
2015-01-26Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblazeTom Rini1-10/+67
2015-01-26ARM: zynq: Add USB lthor download protocol supportSiva Durga Prasad Paladugu1-2/+7
2015-01-26ARM: zynq: Enable DFU functionality in zynqSiva Durga Prasad Paladugu1-2/+47
2015-01-26ARM: zynq: provide config option to select emioSiva Durga Prasad Paladugu1-0/+6
2015-01-26ARM: zynq: Group ethernet configuration options togetherMichal Simek1-6/+5
2015-01-26ARM: zynq: Use CMD_FS_GENERICMichal Simek1-2/+3
2015-01-26ARM: zynq: Show board information by defaultMichal Simek1-0/+1
2015-01-26Merge branch 'master' of git://git.denx.de/u-boot-marvellTom Rini7-17/+79
2015-01-26marvell: kirkwood: guruplug refresh for newer kernelGerald Kerma1-17/+67
2015-01-26kirkwood: sheevaplug: add CONFIG_SYS_GENERIC_BOARD defineLuka Perkov1-0/+2
2015-01-26kirkwood: pogo_e02: add CONFIG_SYS_GENERIC_BOARD defineLuka Perkov1-0/+2
2015-01-26kirkwood: iconnect: add CONFIG_SYS_GENERIC_BOARD defineLuka Perkov1-0/+2
2015-01-26kirkwood: goflexhome: add CONFIG_SYS_GENERIC_BOARD defineLuka Perkov1-0/+2
2015-01-26kirkwood: dockstar: add CONFIG_SYS_GENERIC_BOARD defineLuka Perkov1-0/+2
2015-01-26kirkwood: ib62x0: add CONFIG_SYS_GENERIC_BOARD defineLuka Perkov1-0/+2
2015-01-24fsl/ls1021qds: Add deep sleep supporttang yuantian1-1/+7
2015-01-24x86: config: chromebook_link: Enable environmentSimon Glass1-0/+7
2015-01-24x86: config: Enable hook for saving MRC configurationSimon Glass1-0/+1
2015-01-24x86: spi: Add device tree supportSimon Glass1-0/+1
2015-01-24x86: rtc: mc146818: Add helpers to read/write CMOS RAMSimon Glass1-0/+32