aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-07-27spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LENAndy Yan2-6/+6
2017-07-27rockchip: rk3288: Add support for drive-strength in PINCTRLRomain Perier1-1/+9
2017-07-27rockchip: clk: rk3368: use correct (i.e. 'rk3368_clk_priv') structure for aut...Philipp Tomsich1-1/+1
2017-07-27rockchip: pwm: add mask for config settingKever Yang1-0/+1
2017-07-27power: pwm_regulator: remove redundant codeKever Yang1-7/+1
2017-07-27power: pwm_regulator: fix the pwm_set_config parameter orderKever Yang1-1/+1
2017-07-27rockchip: rk3288: Revert MAC_TXCLK in pinctrl for GMACRomain Perier1-0/+4
2017-07-27rockchip: rk3288: Remove phy reset GPIO pull upRomain Perier1-3/+1
2017-07-27rockchip: efuse: dm: change to use dev_read_addrPhilipp Tomsich1-1/+1
2017-07-26Merge git://git.denx.de/u-boot-uniphierTom Rini3-33/+33
2017-07-26ram: stm32: add stm32h7 supportPatrice Chotard1-1/+24
2017-07-26ram: stm32: add second SDRAM bank managementPatrice Chotard1-73/+142
2017-07-26ram: stm32: replace fdtdec_get by ofnode callsPatrice Chotard1-36/+47
2017-07-26ram: stm32: get base address from DTPatrice Chotard1-28/+64
2017-07-26ram: stm32: migrate fmc defines in driver filePatrice Chotard1-1/+58
2017-07-26clk: stm32f7: remove clock_get()Patrice Chotard1-48/+0
2017-07-26spi: stm32_qspi: add clk_get_rate() supportPatrice Chotard1-1/+9
2017-07-26serial: stm32x7: add clk_get_rate() supportPatrice Chotard2-10/+9
2017-07-26serial: stm32x7: migrate serial struct to driverPatrice Chotard2-1/+5
2017-07-26clk: stm32f7: cleanup clocks unused definitionsPatrice Chotard1-3/+0
2017-07-26clk: stm32f7: add clock .get_rate() callbackPatrice Chotard1-0/+62
2017-07-26clk: stm32f7: get RCC base address from DTPatrice Chotard1-19/+38
2017-07-26clk: stm32f7: add static for configure_clocks()Patrice Chotard1-1/+1
2017-07-26pinctrl: meson: add GPIO supportBeniamino Galvani3-2/+249
2017-07-26ARM: uniphier: remove SPL support for ARMv8 SoCsMasahiro Yamada3-33/+33
2017-07-24ubi: Kconfig: Make MTD_UBI select MTD_PARTITIONSKarl Beldan1-0/+1
2017-07-24ubi: Kconfig: Fix MTD_UBI selection dependencyKarl Beldan1-1/+1
2017-07-23serial: ns16550: Add RX interrupt buffer supportStefan Roese2-5/+128
2017-07-23powerpc: Remove 8260 remaindersChristophe Leroy2-7/+0
2017-07-23powerpc, 8xx: fix missing function declarations.Christophe Leroy1-0/+1
2017-07-19mmc: cadence: use fdt32_t for DT property value to fix sparse warningMasahiro Yamada1-1/+1
2017-07-19power: regulator: lp87565: get_enable should return integerKeerthy1-1/+1
2017-07-19power: regulator: lp873x: get_enable should return integerKeerthy1-2/+2
2017-07-19power: regulator: s5m8767: get_enable should return integerKeerthy1-2/+2
2017-07-19power: sandbox: fixed: get_enable should return integerKeerthy1-2/+2
2017-07-19power: regulator: rk8xx: get_enable should return integerKeerthy1-3/+3
2017-07-19power: regulator: tps65090: get_enable should return integerKeerthy1-1/+1
2017-07-19power: regulator: pfuze100: get_enable should return integerKeerthy1-1/+1
2017-07-19power: regulator: palmas: get_enable should return integerKeerthy1-2/+2
2017-07-19power: regulator: max77686: get_enable should return integerKeerthy1-2/+2
2017-07-19power: regulator: act8846: get_enable should return integerKeerthy1-1/+1
2017-07-19power: regulator: fixed: get_enable should return integerKeerthy1-1/+1
2017-07-19regulator: Change get_enable return type to integer from boolKeerthy1-1/+1
2017-07-19mmc: rpmb: update size format for write_counterKever Yang1-1/+1
2017-07-18Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini15-225/+265
2017-07-12Merge git://www.denx.de/git/u-boot-marvellTom Rini9-3/+656
2017-07-12imx: reorganize IMX code as other SOCsStefano Babic12-17/+17
2017-07-12mmc: fsl_esdhc: drop CONFIG_SYS_FSL_ESDHC_FORCE_VSELECTPeng Fan1-4/+0
2017-07-12dm: mmc: fsl_esdhc: handle vqmmc supplyPeng Fan1-0/+25
2017-07-12mmc: fsl_esdhc: introduce vs18_enable for 1.8V fix I/OPeng Fan1-0/+9