summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* gpio: at91_gpio: add the clock supportWenyou Yang2017-04-131-0/+13
* gpio: at91_gpio: add the device tree supportWenyou Yang2017-04-131-0/+15
* gpio: Kconfig: add CONFIG_AT91_GPIO optionWenyou Yang2017-04-131-0/+13
* pinctrl: at91: add pinctrl driverWenyou Yang2017-04-133-0/+468
* gpio: at91_gpio: remove CPU_HAS_PIO3 macroWenyou Yang2017-04-132-47/+99
* mtd: nand: atmel: use another functions to set gpio valueWenyou Yang2017-04-131-2/+3
* dm: core: Ensure DMA regions start up with the cache cleanSimon Glass2017-04-131-1/+29
* core/uclass: Print name of device in uclass_find_device_by_seq()Alexandru Gagniuc2017-04-131-1/+1
* serial: ns16550: Link in the DM driver when when using platdataAlexandru Gagniuc2017-04-131-5/+8
* Merge git://git.denx.de/u-boot-x86Tom Rini2017-04-104-0/+109
|\
| * serial: Add serial driver for Intel MIDAndy Shevchenko2017-04-103-0/+79
| * dm: rtc: Add 16-bit read/write supportBin Meng2017-04-101-0/+30
* | mtd: nand: am335x_spl_bch: Incorporate tWB delay in nand_command functionCooper Jr., Franklin2017-04-081-12/+40
* | ti: wdt: omap: Disable watchdog timer before performing initializationLukasz Majewski2017-04-081-15/+22
|/
* Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2017-04-084-10/+103
|\
| * nand: sunxi: Add options for the SPL NAND configurationMaxime Ripard2017-04-071-0/+16
| * mtd: sunxi: Change U-Boot offsetMaxime Ripard2017-04-071-1/+1
| * mtd: sunxi: Select the U-Boot location config optionMaxime Ripard2017-04-071-0/+1
| * mtd: ubi: Select RBTREE option from MTD_UBI Kconfig entryBoris Brezillon2017-04-071-0/+1
| * nand: sunxi: Fix modulo by zero errorMaxime Ripard2017-04-071-3/+4
| * sun8i_emac: configure PHY reset GPIO via DMPhilipp Tomsich2017-04-071-6/+80
* | 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
| |/