summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2017-08-13rockchip: spi: enable support for the rk_spi driver for the RK3368Philipp Tomsich
2017-08-13rockchip: rk3368: add DRAM controller driver with DRAM initialisationPhilipp Tomsich
2017-08-13net: gmac_rockchip: Add support for the RK3368 GMACPhilipp Tomsich
2017-08-13rockchip: clk: rk3368: add support for configuring the SPI clocksPhilipp Tomsich
2017-08-13rockchip: clk: rk3368: mark 'priv' __maybe_unused in rk3368_clk_set_rate()Philipp Tomsich
2017-08-13rockchip: clk: rk3368: add support for GMAC (SLCK_MAC) clockPhilipp Tomsich
2017-08-13rockchip: clk: rk3368: support configuring the DRAM PLL (from TPL)Philipp Tomsich
2017-08-13rockchip: clk: rk3368: implement MMC/SD clock reparentingPhilipp Tomsich
2017-08-13rockchip: clk: rk3368: implement DPLL (DRAM PLL) supportPhilipp Tomsich
2017-08-13rockchip: clk: rk3368: do not change CPLL/GPLL before returning to BROMPhilipp Tomsich
2017-08-13rockchip: clk: rk3368: support OF_PLATDATA for the RK3368 clk driverPhilipp Tomsich
2017-08-13rockchip: clk: rk3368: implement bandwidth adjust for PLLsPhilipp Tomsich
2017-08-13rockchip: pinctrl: rk3368: add SPI supportPhilipp Tomsich
2017-08-13rockchip: pinctrl: rk3368: move IOMUX bit-definitions to pinctrl driverPhilipp Tomsich
2017-08-13rockchip: pinctrl: rk3368: add support for configuring the MMC pinsPhilipp Tomsich
2017-08-13rockchip: pinctrl: rk3368: add GMAC (RGMII only) supportPhilipp Tomsich
2017-08-13rockchip: rk3368: grf: use shifted-constantsPhilipp Tomsich
2017-08-13drivers: spl: consistently use the $(SPL_TPL_) macroPhilipp Tomsich
2017-08-13spl: dm: Kconfig: split CLK support for SPL and TPLPhilipp Tomsich
2017-08-13spl: dm: Kconfig: SPL_CLK depends on SPL_DMPhilipp Tomsich
2017-08-13spl: dm: Kconfig: introduce TPL_RAM (in analogy to SPL_RAM)Philipp Tomsich
2017-08-13spl: dm: Kconfig: SPL_RAM depends on SPL_DMPhilipp Tomsich
2017-08-13spl: dm: Kconfig: split REGMAP/SYSCON support for TPL from SPLPhilipp Tomsich
2017-08-13spl: dm: Kconfig: use more specific prereqs for SPL_REGMAP and SPL_SYSCONPhilipp Tomsich
2017-08-12Convert CONFIG_NAND to KconfigAdam Ford
2017-08-11Convert CONFIG_CMD_TCA642X to KconfigSimon Glass
2017-08-11gpio: Drop sx151x driverSimon Glass
2017-08-11Kconfig; Drop CONFIG_IDE_TI_CARDBUS and associated driverSimon Glass
2017-08-11Kconfig: Drop CONFIG_CMD_PCA953X_INFOSimon Glass
2017-08-11Convert CONFIG_CMD_PCA953X to KconfigSimon Glass
2017-08-11Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini
2017-08-10Merge git://git.denx.de/u-boot-i2cTom Rini
2017-08-10i2c: designware: Allow sending restart conditionsMarek Vasut
2017-08-10Convert CONFIG_SYS_I2C_OMAP24XX to KconfigAdam Ford
2017-08-10net: mvpp2x: Set BM poll size once during priv probeStefan Chulski
2017-08-10net: mvpp2x: remove TX drain from transmit routineStefan Chulski
2017-08-10net: mvpp2x: Set BM pool high addressStefan Chulski
2017-08-10net: mvpp2x: Remove IRQ configuration from U-BootStefan Chulski
2017-08-10net: mvpp2x: remove MBUS configurations from MvPP22 driverStefan Chulski
2017-08-10net: mvpp2x: decrease size of AGGR_TXQ and CPU_DESC_CHUNKStefan Chulski
2017-08-10net: mvpp2x: fix BM configuration overrun issueStefan Chulski
2017-08-10net: mvpp2x: Enable GoP packet padding in TXStefan Chulski
2017-08-10net: mvpp2x: fix phy connected to wrong mdio issueStefan Chulski
2017-08-10net: mvpp2x: Add GPIO configuration supportStefan Chulski
2017-08-09driver: net: fsl-mc: fsl_mc_ldpaa_exit exit earlier if dpl appliedSantan Kumar
2017-08-09mmc: fsl_esdhc: not always setting esdhc fdt status to okayYang Li
2017-08-09PCI: layerscape: Fix assigning wrong address to LS2088A pcie cfg1 spaceHou Zhiqiang
2017-08-09driver: mmc: fsl_esdhc: Fix compiling warningYork Sun
2017-08-09Configs: Migrate CONFIG_SYS_I2C_OMAP34XX to CONFIG_SYS_I2C_OMAP24XXAdam Ford
2017-08-09i2c: at91: Add missing probe function to device driverWenyou.Yang@microchip.com