summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-12-09net: ravb: Add R8A77995 D3 compatibleMarek Vasut1-0/+1
2017-12-09net: ravb: Add R8A77970 V3M compatibleMarek Vasut1-0/+1
2017-12-09mmc: uniphier-sd: Add R8A77995 D3 compatibleMarek Vasut1-0/+1
2017-12-09mmc: uniphier-sd: Add R8A77970 V3M compatibleMarek Vasut1-0/+1
2017-12-09gpio: rmobile: Add generic Gen3 compatibleMarek Vasut1-0/+1
2017-12-09gpio: rmobile: Add R8A77995 D3 compatibleMarek Vasut1-0/+1
2017-12-09gpio: rmobile: Add R8A77970 V3M compatibleMarek Vasut1-0/+1
2017-12-09pinctrl: rmobile: Add R8A77995 D3 PFC tablesMarek Vasut5-0/+1837
2017-12-09pinctrl: rmobile: Add R8A77970 V3M PFC tablesMarek Vasut5-0/+2620
2017-12-09clk: rmobile: Add R8A77995 D3 clock tablesMarek Vasut1-3/+164
2017-12-09clk: rmobile: Add R8A77970 V3M clock tablesMarek Vasut2-4/+121
2017-12-09clk: rmobile: Fix typo in R8A7796 RPC clock table entryMarek Vasut1-1/+1
2017-12-08Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini9-484/+534
2017-12-07i2c: at91_i2c: remove the .probe_chip functionAlan Ott1-22/+0
2017-12-07i2c: at91_i2c: Wait for TXRDY after sending the first byteAlan Ott1-0/+2
2017-12-07i2c: meson: add some commentsBeniamino Galvani1-6/+19
2017-12-07i2c: meson: fix return codes on errorBeniamino Galvani1-2/+2
2017-12-07i2c: meson: reduce timeoutBeniamino Galvani1-1/+1
2017-12-07i2c: meson: improve Kconfig descriptionBeniamino Galvani1-1/+6
2017-12-07driver: fsl-mc: MC object cleanup when DPL not loadedYogesh Gaur1-1/+2
2017-12-07driver: net: fsl-mc: flib changes for MC 10.3.0Yogesh Gaur9-483/+532
2017-12-04Merge git://git.denx.de/u-boot-uniphierTom Rini18-48/+22
2017-12-04Merge git://git.denx.de/u-boot-cfi-flashTom Rini1-3/+9
2017-12-04drivers: firmware: psci: use pr_* log functions instead of printf()Masahiro Yamada1-3/+4
2017-12-04mtd: nand: denali: consolidate include directivesMasahiro Yamada1-3/+3
2017-12-04mtd: nand: denali_dt: replace printf() with pr_err()Masahiro Yamada1-2/+2
2017-12-04mtd: nand: Rename nand.h into rawnand.hMasahiro Yamada16-16/+16
2017-12-04mtd: nand: denali: remove ad-hoc board_nand_init() entryMasahiro Yamada1-26/+0
2017-12-04mtd: nand: denali: remove bogus __maybe_unusedMasahiro Yamada1-1/+1
2017-12-04mtd: cfi: Fix checking status register featureYork Sun1-3/+9
2017-12-01rockchip: rk3128: add sdram driverKever Yang2-0/+60
2017-12-01rockchip: rk3128: add pinctrl driverKever Yang3-2/+199
2017-12-01rockchip: rk3128: add clock driverKever Yang2-1/+598
2017-11-30Merge branch 'rmobile-mx' of git://git.denx.de/u-boot-shTom Rini9-6/+423
2017-11-30Merge git://git.denx.de/u-boot-marvellTom Rini1-0/+2
2017-11-30fix: nand: pxa3xx: fix defined but not used warningsSean Nyekjaer1-0/+2
2017-11-30mmc: atmel_sdhci: not on capabilities to set gck rateLudovic Desroches1-10/+2
2017-11-30clk: at91: clk-generated: fix incorrect index of clk sourceWenyou Yang1-6/+8
2017-11-30clk: at91: clk-generated: select absolute closest rateLudovic Desroches1-3/+1
2017-11-30clk: at91: Kconfig: fix the dependency of AT91_UTMIWenyou Yang1-3/+3
2017-11-30clk: clk_stm32fx: add clock configuration for mmc usagePatrice Chotard1-1/+100
2017-11-30dm: misc: bind STM32F4/F7 clock from rcc MFD driverPatrice Chotard2-46/+50
2017-11-30clk: stm32fx: migrate define from rcc.h to driverPatrice Chotard1-1/+18
2017-11-30clk: stm32f7: rename clk_stm32f7.c to clk_stm32f.cPatrice Chotard3-9/+13
2017-11-30clk: stm32f7: add STM32F4 supportPatrice Chotard1-43/+66
2017-11-30clk: stm32f7: add dedicated STM32F7 compatible stringPatrice Chotard1-0/+1
2017-11-30clk: stm32f7: retrieve PWR base address from DTPatrice Chotard1-11/+21
2017-11-30nds32: ftsdc010: Fix SD detech fail on AE3XX.Rick Chen1-1/+0
2017-11-30nds32: ftsdc010: fix wait status error coding.Rick Chen1-2/+3
2017-11-30nds32: ftsdc010: Support ftsdc010 DM.Rick Chen2-31/+161