summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2017-07-27rockchip: rk3288: Remove phy reset GPIO pull upRomain Perier
2017-07-27rockchip: efuse: dm: change to use dev_read_addrPhilipp Tomsich
2017-07-26Merge git://git.denx.de/u-boot-uniphierTom Rini
2017-07-26ram: stm32: add stm32h7 supportPatrice Chotard
2017-07-26ram: stm32: add second SDRAM bank managementPatrice Chotard
2017-07-26ram: stm32: replace fdtdec_get by ofnode callsPatrice Chotard
2017-07-26ram: stm32: get base address from DTPatrice Chotard
2017-07-26ram: stm32: migrate fmc defines in driver filePatrice Chotard
2017-07-26clk: stm32f7: remove clock_get()Patrice Chotard
2017-07-26spi: stm32_qspi: add clk_get_rate() supportPatrice Chotard
2017-07-26serial: stm32x7: add clk_get_rate() supportPatrice Chotard
2017-07-26serial: stm32x7: migrate serial struct to driverPatrice Chotard
2017-07-26clk: stm32f7: cleanup clocks unused definitionsPatrice Chotard
2017-07-26clk: stm32f7: add clock .get_rate() callbackPatrice Chotard
2017-07-26clk: stm32f7: get RCC base address from DTPatrice Chotard
2017-07-26clk: stm32f7: add static for configure_clocks()Patrice Chotard
2017-07-26pinctrl: meson: add GPIO supportBeniamino Galvani
2017-07-26ARM: uniphier: remove SPL support for ARMv8 SoCsMasahiro Yamada
2017-07-24ubi: Kconfig: Make MTD_UBI select MTD_PARTITIONSKarl Beldan
2017-07-24ubi: Kconfig: Fix MTD_UBI selection dependencyKarl Beldan
2017-07-23serial: ns16550: Add RX interrupt buffer supportStefan Roese
2017-07-23powerpc: Remove 8260 remaindersChristophe Leroy
2017-07-23powerpc, 8xx: fix missing function declarations.Christophe Leroy
2017-07-19mmc: cadence: use fdt32_t for DT property value to fix sparse warningMasahiro Yamada
2017-07-19power: regulator: lp87565: get_enable should return integerKeerthy
2017-07-19power: regulator: lp873x: get_enable should return integerKeerthy
2017-07-19power: regulator: s5m8767: get_enable should return integerKeerthy
2017-07-19power: sandbox: fixed: get_enable should return integerKeerthy
2017-07-19power: regulator: rk8xx: get_enable should return integerKeerthy
2017-07-19power: regulator: tps65090: get_enable should return integerKeerthy
2017-07-19power: regulator: pfuze100: get_enable should return integerKeerthy
2017-07-19power: regulator: palmas: get_enable should return integerKeerthy
2017-07-19power: regulator: max77686: get_enable should return integerKeerthy
2017-07-19power: regulator: act8846: get_enable should return integerKeerthy
2017-07-19power: regulator: fixed: get_enable should return integerKeerthy
2017-07-19regulator: Change get_enable return type to integer from boolKeerthy
2017-07-19mmc: rpmb: update size format for write_counterKever Yang
2017-07-18Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini
2017-07-12Merge git://www.denx.de/git/u-boot-marvellTom Rini
2017-07-12imx: reorganize IMX code as other SOCsStefano Babic
2017-07-12mmc: fsl_esdhc: drop CONFIG_SYS_FSL_ESDHC_FORCE_VSELECTPeng Fan
2017-07-12dm: mmc: fsl_esdhc: handle vqmmc supplyPeng Fan
2017-07-12mmc: fsl_esdhc: introduce vs18_enable for 1.8V fix I/OPeng Fan
2017-07-12mx6: soc: Move mxs_dma_init() into the mxs nand driverFabio Estevam
2017-07-12net: fec_mxc: fix PHY initialization bug with CONFIG_DM_ETHLothar Waßmann
2017-07-12serial: mxc: Add debug uart supportJagan Teki
2017-07-12serial: mxc: Code cleanupJagan Teki
2017-07-12serial: mxc: Move common baud gen into _mxc_serial_setbrgJagan Teki
2017-07-12serial: mxc: Move common init into _mxc_serial_initJagan Teki
2017-07-12serial: mxc: Move cr1 and cr2 write to mxc_serial_setbrgJagan Teki