summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* spi: fsl_qspi: Pet watchdog even moreAlexander Stein2017-08-011-0/+8
* Merge git://git.denx.de/u-boot-uniphierTom Rini2017-07-263-33/+33
|\
| * ARM: uniphier: remove SPL support for ARMv8 SoCsMasahiro Yamada2017-07-263-33/+33
* | ram: stm32: add stm32h7 supportPatrice Chotard2017-07-261-1/+24
* | ram: stm32: add second SDRAM bank managementPatrice Chotard2017-07-261-73/+142
* | ram: stm32: replace fdtdec_get by ofnode callsPatrice Chotard2017-07-261-36/+47
* | ram: stm32: get base address from DTPatrice Chotard2017-07-261-28/+64
* | ram: stm32: migrate fmc defines in driver filePatrice Chotard2017-07-261-1/+58
* | clk: stm32f7: remove clock_get()Patrice Chotard2017-07-261-48/+0
* | spi: stm32_qspi: add clk_get_rate() supportPatrice Chotard2017-07-261-1/+9
* | serial: stm32x7: add clk_get_rate() supportPatrice Chotard2017-07-262-10/+9
* | serial: stm32x7: migrate serial struct to driverPatrice Chotard2017-07-262-1/+5
* | clk: stm32f7: cleanup clocks unused definitionsPatrice Chotard2017-07-261-3/+0
* | clk: stm32f7: add clock .get_rate() callbackPatrice Chotard2017-07-261-0/+62
* | clk: stm32f7: get RCC base address from DTPatrice Chotard2017-07-261-19/+38
* | clk: stm32f7: add static for configure_clocks()Patrice Chotard2017-07-261-1/+1
* | pinctrl: meson: add GPIO supportBeniamino Galvani2017-07-263-2/+249
|/
* ubi: Kconfig: Make MTD_UBI select MTD_PARTITIONSKarl Beldan2017-07-241-0/+1
* ubi: Kconfig: Fix MTD_UBI selection dependencyKarl Beldan2017-07-241-1/+1
* serial: ns16550: Add RX interrupt buffer supportStefan Roese2017-07-232-5/+128
* powerpc: Remove 8260 remaindersChristophe Leroy2017-07-232-7/+0
* powerpc, 8xx: fix missing function declarations.Christophe Leroy2017-07-231-0/+1
* mmc: cadence: use fdt32_t for DT property value to fix sparse warningMasahiro Yamada2017-07-191-1/+1
* power: regulator: lp87565: get_enable should return integerKeerthy2017-07-191-1/+1
* power: regulator: lp873x: get_enable should return integerKeerthy2017-07-191-2/+2
* power: regulator: s5m8767: get_enable should return integerKeerthy2017-07-191-2/+2
* power: sandbox: fixed: get_enable should return integerKeerthy2017-07-191-2/+2
* power: regulator: rk8xx: get_enable should return integerKeerthy2017-07-191-3/+3
* power: regulator: tps65090: get_enable should return integerKeerthy2017-07-191-1/+1
* power: regulator: pfuze100: get_enable should return integerKeerthy2017-07-191-1/+1
* power: regulator: palmas: get_enable should return integerKeerthy2017-07-191-2/+2
* power: regulator: max77686: get_enable should return integerKeerthy2017-07-191-2/+2
* power: regulator: act8846: get_enable should return integerKeerthy2017-07-191-1/+1
* power: regulator: fixed: get_enable should return integerKeerthy2017-07-191-1/+1
* regulator: Change get_enable return type to integer from boolKeerthy2017-07-191-1/+1
* mmc: rpmb: update size format for write_counterKever Yang2017-07-191-1/+1
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2017-07-1815-225/+265
|\
| * imx: reorganize IMX code as other SOCsStefano Babic2017-07-1212-17/+17
| * mmc: fsl_esdhc: drop CONFIG_SYS_FSL_ESDHC_FORCE_VSELECTPeng Fan2017-07-121-4/+0
| * dm: mmc: fsl_esdhc: handle vqmmc supplyPeng Fan2017-07-121-0/+25
| * mmc: fsl_esdhc: introduce vs18_enable for 1.8V fix I/OPeng Fan2017-07-121-0/+9
| * mx6: soc: Move mxs_dma_init() into the mxs nand driverFabio Estevam2017-07-121-0/+1
| * net: fec_mxc: fix PHY initialization bug with CONFIG_DM_ETHLothar Waßmann2017-07-121-11/+13
| * serial: mxc: Add debug uart supportJagan Teki2017-07-122-0/+34
| * serial: mxc: Code cleanupJagan Teki2017-07-121-97/+94
| * serial: mxc: Move common baud gen into _mxc_serial_setbrgJagan Teki2017-07-121-26/+24
| * serial: mxc: Move common init into _mxc_serial_initJagan Teki2017-07-121-20/+17
| * serial: mxc: Move cr1 and cr2 write to mxc_serial_setbrgJagan Teki2017-07-121-5/+3
| * serial: mxc: Use RFDIV in dm-codeJagan Teki2017-07-121-3/+3
| * serial: mxc: Add common mxc_uart reg spaceJagan Teki2017-07-121-66/+49