summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* rockchip: spi: enable support for the rk_spi driver for the RK3368Philipp Tomsich2017-08-131-0/+9
* rockchip: rk3368: add DRAM controller driver with DRAM initialisationPhilipp Tomsich2017-08-133-0/+1016
* net: gmac_rockchip: Add support for the RK3368 GMACPhilipp Tomsich2017-08-131-0/+78
* rockchip: clk: rk3368: add support for configuring the SPI clocksPhilipp Tomsich2017-08-131-26/+107
* rockchip: clk: rk3368: mark 'priv' __maybe_unused in rk3368_clk_set_rate()Philipp Tomsich2017-08-131-1/+1
* rockchip: clk: rk3368: add support for GMAC (SLCK_MAC) clockPhilipp Tomsich2017-08-131-2/+17
* rockchip: clk: rk3368: support configuring the DRAM PLL (from TPL)Philipp Tomsich2017-08-131-6/+7
* rockchip: clk: rk3368: implement MMC/SD clock reparentingPhilipp Tomsich2017-08-131-28/+91
* rockchip: clk: rk3368: implement DPLL (DRAM PLL) supportPhilipp Tomsich2017-08-131-0/+35
* rockchip: clk: rk3368: do not change CPLL/GPLL before returning to BROMPhilipp Tomsich2017-08-131-1/+17
* rockchip: clk: rk3368: support OF_PLATDATA for the RK3368 clk driverPhilipp Tomsich2017-08-131-0/+17
* rockchip: clk: rk3368: implement bandwidth adjust for PLLsPhilipp Tomsich2017-08-131-5/+12
* rockchip: pinctrl: rk3368: add SPI supportPhilipp Tomsich2017-08-131-0/+118
* rockchip: pinctrl: rk3368: move IOMUX bit-definitions to pinctrl driverPhilipp Tomsich2017-08-131-0/+366
* rockchip: pinctrl: rk3368: add support for configuring the MMC pinsPhilipp Tomsich2017-08-131-0/+48
* rockchip: pinctrl: rk3368: add GMAC (RGMII only) supportPhilipp Tomsich2017-08-131-0/+36
* rockchip: rk3368: grf: use shifted-constantsPhilipp Tomsich2017-08-131-6/+3
* drivers: spl: consistently use the $(SPL_TPL_) macroPhilipp Tomsich2017-08-131-20/+16
* spl: dm: Kconfig: split CLK support for SPL and TPLPhilipp Tomsich2017-08-132-1/+11
* spl: dm: Kconfig: SPL_CLK depends on SPL_DMPhilipp Tomsich2017-08-131-1/+1
* spl: dm: Kconfig: introduce TPL_RAM (in analogy to SPL_RAM)Philipp Tomsich2017-08-131-0/+9
* spl: dm: Kconfig: SPL_RAM depends on SPL_DMPhilipp Tomsich2017-08-131-1/+1
* spl: dm: Kconfig: split REGMAP/SYSCON support for TPL from SPLPhilipp Tomsich2017-08-132-2/+21
* spl: dm: Kconfig: use more specific prereqs for SPL_REGMAP and SPL_SYSCONPhilipp Tomsich2017-08-131-2/+2
* Convert CONFIG_NAND to KconfigAdam Ford2017-08-121-2/+5
* Convert CONFIG_CMD_TCA642X to KconfigSimon Glass2017-08-111-0/+9
* gpio: Drop sx151x driverSimon Glass2017-08-112-243/+0
* Kconfig; Drop CONFIG_IDE_TI_CARDBUS and associated driverSimon Glass2017-08-112-624/+0
* Kconfig: Drop CONFIG_CMD_PCA953X_INFOSimon Glass2017-08-111-8/+0
* Convert CONFIG_CMD_PCA953X to KconfigSimon Glass2017-08-111-0/+9
* Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2017-08-113-4/+14
|\
| * driver: net: fsl-mc: fsl_mc_ldpaa_exit exit earlier if dpl appliedSantan Kumar2017-08-091-2/+9
| * mmc: fsl_esdhc: not always setting esdhc fdt status to okayYang Li2017-08-091-2/+0
| * PCI: layerscape: Fix assigning wrong address to LS2088A pcie cfg1 spaceHou Zhiqiang2017-08-091-0/+3
| * driver: mmc: fsl_esdhc: Fix compiling warningYork Sun2017-08-091-0/+2
* | Merge git://git.denx.de/u-boot-i2cTom Rini2017-08-104-4/+32
|\ \
| * | i2c: designware: Allow sending restart conditionsMarek Vasut2017-08-101-1/+2
| * | Convert CONFIG_SYS_I2C_OMAP24XX to KconfigAdam Ford2017-08-101-0/+6
| * | Configs: Migrate CONFIG_SYS_I2C_OMAP34XX to CONFIG_SYS_I2C_OMAP24XXAdam Ford2017-08-091-1/+0
| * | i2c: at91: Add missing probe function to device driverWenyou.Yang@microchip.com2017-08-091-2/+24
* | | net: mvpp2x: Set BM poll size once during priv probeStefan Chulski2017-08-101-4/+1
* | | net: mvpp2x: remove TX drain from transmit routineStefan Chulski2017-08-101-21/+0
* | | net: mvpp2x: Set BM pool high addressStefan Chulski2017-08-101-0/+6
* | | net: mvpp2x: Remove IRQ configuration from U-BootStefan Chulski2017-08-101-45/+1
* | | net: mvpp2x: remove MBUS configurations from MvPP22 driverStefan Chulski2017-08-101-5/+6
* | | net: mvpp2x: decrease size of AGGR_TXQ and CPU_DESC_CHUNKStefan Chulski2017-08-101-2/+2
* | | net: mvpp2x: fix BM configuration overrun issueStefan Chulski2017-08-101-8/+17
* | | net: mvpp2x: Enable GoP packet padding in TXStefan Chulski2017-08-101-12/+0
* | | net: mvpp2x: fix phy connected to wrong mdio issueStefan Chulski2017-08-101-1/+25
* | | net: mvpp2x: Add GPIO configuration supportStefan Chulski2017-08-101-0/+31
|/ /