summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeLines
* rockchip: Add SPI driverSimon Glass2015-09-02-0/+507
* rockchip: Add I2C driverSimon Glass2015-09-02-0/+401
* rockchip: Add an MMC driverSimon Glass2015-09-02-0/+108
* rockchip: rk3288: Add pinctrl driverSimon Glass2015-09-02-0/+459
* rockchip: rk3288: Add clock driverSimon Glass2015-09-02-0/+619
* power: regulator: Add a driver for ACT8846 regulatorsSimon Glass2015-09-02-0/+165
* power: Add support for ACT8846 PMICSimon Glass2015-09-02-0/+100
* rockchip: gpio: Add rockchip GPIO driverSimon Glass2015-09-02-0/+133
* rockchip: Add serial supportSimon Glass2015-09-02-0/+53
* dm: Provide better debugging when a device fails to bindSimon Glass2015-09-02-1/+4
* dm: Improve handling of a missing uclassSimon Glass2015-09-02-2/+9
* mmc: Support bypass mode with the get_mmc_clk() methodSimon Glass2015-09-02-2/+2
* dm: led: Tidy up SPL options for the led and led-gpioSimon Glass2015-09-02-3/+10
* pinctrl: Add the concept of peripheral IDsSimon Glass2015-09-02-9/+31
* pinctrl: Add help text to KconfigSimon Glass2015-09-02-1/+10
* Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini2015-08-31-159/+187
|\
| * sunxi: mmc: set transfer timeout according to byte_cnt.Yousong Zhou2015-08-31-2/+4
| * mtd: nand: Make CONFIG_SYS_NAND_U_BOOT_OFFS configurable through KconfigHans de Goede2015-08-31-0/+9
| * sunxi_nand_spl: clear status flags in SPL implementationBoris Brezillon2015-08-31-3/+8
| * sunxi_nand_spl: Remove NAND_SUNXI_SPL_SYNDROME_PARTITIONS_ENDHans de Goede2015-08-31-10/+6
| * sunxi_nand_spl: Rename SPL_NAND_SUNXI to NAND_SUNXIHans de Goede2015-08-31-10/+10
| * sunxi_nand_spl: Add support for backup boot partitionsHans de Goede2015-08-31-0/+16
| * sunxi_nand_spl: Auto detect nand configuration parametersHans de Goede2015-08-31-29/+39
| * sunxi_nand_spl: Parametrize lowlevel read functionsHans de Goede2015-08-31-38/+48
| * sunxi_nand_spl: Properly config page-size in the nand ctl registerHans de Goede2015-08-31-0/+5
| * sunxi_nand_spl: Add support for sun4i and sun5i SoCsHans de Goede2015-08-31-2/+2
| * sunxi_nand_spl: Use kernel driver algorithm for determining ecc_mode / _offHans de Goede2015-08-31-46/+12
| * sunxi_nand_spl: Add proper cache flusingHans de Goede2015-08-31-0/+8
| * sunxi_nand_spl: Turn off clocks when we're done with the nandHans de Goede2015-08-31-2/+15
| * sunxi_nand_spl: Use SYS_NAND_SELF_INIT and only do nand init when necessaryHans de Goede2015-08-31-0/+3
| * sunxi_nand_spl: Do not bother writing the spare-area reg in syndrome modeHans de Goede2015-08-31-4/+1
| * sunxi_nand_spl: We only need to reset the nand chip onceHans de Goede2015-08-31-10/+10
| * sunxi_nand_spl: Drop unnecessary temp bufHans de Goede2015-08-31-27/+8
| * sunxi: musb: Drop no longer accurate comment in Kconfig help textHans de Goede2015-08-31-3/+1
| * sunxi: axp221: Allow specifying dcdc2 voltage via KconfigHans de Goede2015-08-31-0/+9
* | Merge git://git.denx.de/u-boot-dmTom Rini2015-08-31-1298/+1915
|\ \
| * | pinctrl: sandbox: add sandbox pinctrl driverMasahiro Yamada2015-08-31-0/+157
| * | pinctrl: add pin control uclass supportMasahiro Yamada2015-08-31-0/+709
| * | dm: core: allow device_bind() to not return a device pointerMasahiro Yamada2015-08-31-2/+4
| * | dm: tpm: Convert LPC driver to driver modelSimon Glass2015-08-31-155/+131
| * | dm: tpm: Convert I2C driver to driver modelSimon Glass2015-08-31-346/+203
| * | dm: tpm: sandbox: Convert TPM driver to driver modelSimon Glass2015-08-31-12/+45
| * | dm: tpm: Add a uclass for Trusted Platform ModulesSimon Glass2015-08-31-286/+434
| * | tpm: tpm_tis_i2c: Tidy up delaysSimon Glass2015-08-31-31/+28
| * | tpm: tpm_tis_i2c: Use a consistent tpm_tis_i2c_ prefixSimon Glass2015-08-31-55/+58
| * | tpm: tpm_tis_i2c: Simplify init codeSimon Glass2015-08-31-23/+10
| * | tpm: tpm_tis_i2c: Move definitions into the header fileSimon Glass2015-08-31-335/+335
| * | tpm: tpm_tis_i2c: Merge struct tpm into tpm_chipSimon Glass2015-08-31-15/+10
| * | tpm: tpm_tis_i2c: Merge struct tpm_dev into tpm_chipSimon Glass2015-08-31-44/+25
| * | tpm: tpm_tis_i2c: Drop struct tpm_vendor_specificSimon Glass2015-08-31-60/+35