summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* clk: meson: reset mmc clock on probeJerome Brunet2020-04-063-0/+21
* mmc: meson-gx: enable input clocksJerome Brunet2020-04-061-1/+13
* clk: meson-g12a: missing breakHeinrich Schuchardt2020-04-061-0/+1
* Merge branch 'master' of git://git.denx.de/u-boot-shWIP/04Apr2020Tom Rini2020-04-041-0/+4
|\
| * net: sh_eth: Init the hardware before PHY accessMarek Vasut2020-04-041-0/+4
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini2020-04-041-17/+22
|\ \
| * | serial: ns16550: Fix ordering of getting base addressBin Meng2020-04-041-17/+22
| |/
* | Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-tegraWIP/03Apr2020Tom Rini2020-04-033-24/+119
|\ \
| * | mtd: spi: Add Macronix MX25U3235F deviceTom Warren2020-04-021-0/+1
| * | qspi: t210: Use dev_read calls to get FDT data like base, freqTom Warren2020-04-021-8/+7
| * | qspi: t210: Fix QSPI clock and tap delaysTom Warren2020-04-021-9/+15
| * | qspi: t210: Fix claim_bus's use of the wrong bus/deviceTom Warren2020-04-021-2/+4
| * | mmc: t210: Fix 'bad' SD-card clock when doing 400KHz card detectTom Warren2020-04-021-0/+19
| * | mmc: t210: Add autocal and tap/trim updates for SDMMC1/3Tom Warren2020-04-021-8/+76
| |/
* | Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-spiTom Rini2020-04-031-18/+107
|\ \
| * | spi: atmel-quadspi: Add verbose debug facilities to monitor register accessesTudor Ambarus2020-04-021-18/+96
| * | spi: atmel-quadspi: fix possible MMIO window size overrunTudor Ambarus2020-04-021-0/+11
| |/
* | video: rockchip: Support 4K resolution for rk3399, HDMIJagan Teki2020-04-021-0/+2
* | video: rockchip: Fix vop modes for rk3399Jagan Teki2020-04-022-2/+4
* | clk: rk3399: Set empty for vopl assigned-clocksJagan Teki2020-04-021-0/+7
|/
* Merge branch '2020-03-31-master-imports'WIP/31Mar2020Tom Rini2020-03-316-87/+254
|\
| * net: macb: Fix incorrect write function name when MACB_ZYNQ is enabled.Michal Simek2020-03-311-1/+1
| * mpc8xxx_spi: implement real ->set_speedRasmus Villemoes2020-03-311-11/+53
| * mpc8xxx_spi: always use 8-bit characters, don't read or write garbageRasmus Villemoes2020-03-311-53/+27
| * mpc8xxx_spi: put max_cs to useRasmus Villemoes2020-03-311-2/+7
| * gpio/mpc83xx_spisel_boot.c: gpio driver for SPISEL_BOOT signalKlaus H. Sorensen2020-03-313-0/+157
| * gpio: mpc8xxx: don't do RMW on gpdat register when setting valueRasmus Villemoes2020-03-311-18/+11
| * gpio: mpc8xxx: don't modify gpdat when setting gpio as inputRasmus Villemoes2020-03-311-8/+4
* | Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini2020-03-311-1/+2
|\ \ | |/ |/|
| * clk: renesas: Switch to fdtdec_get_addr_size_auto_noparent() on Gen2Marek Vasut2020-03-301-1/+2
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqWIP/30Mar2020Tom Rini2020-03-305-10/+85
|\ \
| * | dm: arm64: ls1046a: add i2c DM supportBiwen Li2020-03-301-2/+44
| * | pci-host-ecam-generic: access config space independent of system-wide bus idVladimir Oltean2020-03-301-4/+33
| * | armv8/ls1046ardb: RGMII ports require internal delayMadalin Bucur2020-03-301-2/+2
| * | armv8/ls1043ardb: RGMII ports require internal delayMadalin Bucur2020-03-301-2/+2
| * | net: fman: add support for all RGMII delay modesMadalin Bucur2020-03-301-0/+4
| |/
* | sunxi: Move common defconfig options to KconfigAndre Przywara2020-03-181-0/+1
|/
* watchdog: Handle timer wrap aroundChris Packham2020-03-161-1/+2
* watchdog: Align Kconfig propertiesMichal Simek2020-03-131-28/+28
* serial: mcfuart: renaming to a more appropriate nameAngelo Durgehello2020-03-132-1/+1
* serial: mcfuart: fix uart port indexAngelo Durgehello2020-03-131-2/+2
* Merge tag 'efi-2020-04-rc4-3' of https://gitlab.denx.de/u-boot/custodians/u-b...WIP/12Mar2020Tom Rini2020-03-123-2/+136
|\
| * drivers/rng: add Amlogic hardware RNG driverHeinrich Schuchardt2020-03-113-0/+129
| * drivers/rng: simplify KconfigHeinrich Schuchardt2020-03-111-2/+7
* | Merge tag 'mmc-2020-3-9' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcWIP/10Mar2020Tom Rini2020-03-1010-60/+359
|\ \ | |/ |/|
| * mmc: am654_sdhci: Implement workaround for card detectFaiz Abbas2020-03-091-41/+68
| * mmc: am654_sdhci: Update output tap delay writesFaiz Abbas2020-03-091-9/+61
| * mmc: Merge SD_LEGACY and MMC_LEGACY bus modesFaiz Abbas2020-03-094-12/+7
| * sdhci: Add sdhci_deferred_probe() APIFaiz Abbas2020-03-091-0/+15
| * mmc: Add a deferred_probe() APIFaiz Abbas2020-03-092-1/+18