summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Remove various unused interrupt related codeTom Rini2017-04-061-17/+0
* Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2017-04-065-13/+13
|\
| * sunxi: prepare for sharing MACH_SUN8I_H3 config symbolAndre Przywara2017-04-054-5/+5
| * SPI: SPL: sunxi: fix 64-bit buildAndre Przywara2017-04-051-8/+8
* | dm: serial: Allow driver-model serial to be disabled for TPLSimon Glass2017-04-052-1/+21
* | dm: core: Allow driver model to be disabled for TPLSimon Glass2017-04-052-1/+15
* | board_f: Drop return value from initdram()Simon Glass2017-04-051-0/+2
* | i2c: Drop unused i2c_soft...() functionsSimon Glass2017-04-051-44/+0
* | SPARC: RemoveTom Rini2017-04-053-759/+0
* | Blackfin: RemoveTom Rini2017-04-0521-1824/+4
* | Merge git://git.denx.de/u-boot-dmTom Rini2017-04-0512-21/+40
|\ \
| * | dm: core: Add dm_remove_devices_flags() and hook it into device_remove()Stefan Roese2017-04-042-4/+22
| * | dm: core: Add flags parameter to device_remove()Stefan Roese2017-04-0412-17/+18
| |/
* | rockchip: clk: rk3399: 24MHz is not a power of 2Philipp Tomsich2017-04-041-2/+2
* | net: gmac_rockchip: Add support for the RK3399 GMACPhilipp Tomsich2017-04-041-29/+111
* | rockchip: clk: rk3399: add clocking support for EthernetPhilipp Tomsich2017-04-041-0/+4
* | rockchip: clk: rk3399: fix warnings for unused variables in SPL/non-SPLPhilipp Tomsich2017-04-041-0/+5
* | rockchip: pinctrl: rk3399: add GMAC (RGMII only) supportPhilipp Tomsich2017-04-041-0/+42
* | rockchip: video: Split out HDMI controller codeJernej Skrabec2017-04-044-735/+789
* | rockchip: i2c: Add compatibles for Rockchip Cortex-A9 socsHeiko Stübner2017-04-041-0/+2
* | rockchip: clk: rk3188: Allow configuration of the armclkHeiko Stübner2017-04-041-0/+63
* | rockchip: pinctrl: use per-SoC option names for KconfigPhilipp Tomsich2017-04-041-4/+4
|/
* Merge git://git.denx.de/u-boot-tegraTom Rini2017-04-042-0/+27
|\
| * mmc: tegra: allow disabling external clock loopbackMarcel Ziswiler2017-04-012-0/+27
* | Merge git://git.denx.de/u-boot-mmcTom Rini2017-04-041-27/+73
|\ \
| * | mmc: omap_hsmmc: add support for CONFIG_BLKJean-Jacques Hiblot2017-03-301-0/+17
| * | mmc: omap_hsmmc: move the mmc_config to platdata when DM_MMC is usedJean-Jacques Hiblot2017-03-301-5/+22
| * | mmc: omap_hsmmc: use mmc_get_blk_desc() to get the block device descJean-Jacques Hiblot2017-03-301-1/+1
| * | mmc: omap_hsmmc: use an accessor to get the private dataJean-Jacques Hiblot2017-03-301-21/+33
| |/
* | Merge git://git.denx.de/u-boot-dmTom Rini2017-04-048-2/+500
|\ \
| * | Add single register pin controller driverFelix Brack2017-03-263-0/+153
| * | reset: Add STi reset supportPatrice Chotard2017-03-263-0/+329
| * | pci: correct a function descriptionHou Zhiqiang2017-03-261-2/+3
| * | lib: tpm: Add command to list resourcesmario.six@gdsys.cc2017-03-261-0/+7
| * | tpm: Add function to load keys via their parent's SHA1 hashmario.six@gdsys.cc2017-03-261-0/+8
| |/
* | Merge git://www.denx.de/git/u-boot-marvellTom Rini2017-04-042-226/+1625
|\ \
| * | net: mvpp2: Remove unreferenced in_use_thresh from struct mvpp2_bm_poolStefan Roese2017-03-291-4/+0
| * | net: mvpp2: Configure SMI PHY address needed for PHY pollingStefan Roese2017-03-291-0/+11
| * | net: mvpp2: Enable PHY polling mode on PPv2.2Stefan Roese2017-03-291-2/+3
| * | net: mvpp2: Add missing PHY_INTERFACE_MODE_RGMII_IDStefan Roese2017-03-291-0/+1
| * | net: mvpp2: Add GoP and NetC support for port 0 (SFI)Stefan Roese2017-03-291-0/+161
| * | net: mvpp2: Add GoP and NetC support for ports 2 & 3 (RGMII & SGMII)Stefan Roese2017-03-291-8/+756
| * | net: mvpp2: Read phy-speed from DT to select between 1GB and 2.5GB SGMIIStefan Roese2017-03-291-0/+11
| * | net: mvpp2: Restructure probe / init functionsStefan Roese2017-03-291-30/+46
| * | net: mvpp2: Add RX and TX FIFO configuration for PPv2.2Stefan Roese2017-03-291-7/+68
| * | net: mvpp2: Handle eth device naming in multi-CP case correctlyStefan Roese2017-03-291-1/+10
| * | net: mvpp2: Enable compilation for Armada 7K/8K platformsStefan Roese2017-03-291-3/+3
| * | net: mvpp2.c: Clear all buffer / descriptor areas before usageStefan Roese2017-03-291-0/+3
| * | net: mvpp2: Move probe function from MISC to ETH DM driverStefan Roese2017-03-291-37/+43
| * | net: mvpp2: Add MDIO support for PPv2.2Stefan Roese2017-03-291-6/+13