summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-04-10video: sunxi: Change sunxi_get_mon_desc() to not return NULL for the default ...Bin Meng1-2/+2
2020-04-08Merge tag 'u-boot-amlogic-20200406' of https://gitlab.denx.de/u-boot/custodia...Tom Rini4-1/+35
2020-04-08Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini31-184/+839
2020-04-06serial: zynq: Change uart initialization logicMichal Simek1-5/+6
2020-04-06watchdog: versal: Add support for Xilinx window watchdogAshok Reddy Soma3-0/+189
2020-04-06firmware: zynqmp: Enable IPI code calling also in EL3Michal Simek1-1/+1
2020-04-06watchdog: cadence: Remove DECLARE_GLOBAL_DATA_PTR from driverMichal Simek1-2/+0
2020-04-06net: zynq-gem: Setup and use mdio base separatelyMichal Simek1-6/+10
2020-04-06nand: raw: zynq: Do not try to probe driver if nand flash is disabledMichal Simek1-0/+5
2020-04-06nand: raw: Do not free xnand structureMichal Simek1-11/+9
2020-04-06net: zynq_gem: Add cache flush to zynq_gem_free_pktAshok Reddy Soma1-0/+12
2020-04-06clk: meson: reset mmc clock on probeJerome Brunet3-0/+21
2020-04-06mmc: meson-gx: enable input clocksJerome Brunet1-1/+13
2020-04-06clk: meson-g12a: missing breakHeinrich Schuchardt1-0/+1
2020-04-05Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini1-0/+4
2020-04-05Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini1-17/+22
2020-04-04serial: ns16550: Fix ordering of getting base addressBin Meng1-17/+22
2020-04-04net: sh_eth: Init the hardware before PHY accessMarek Vasut1-0/+4
2020-04-03Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-tegraTom Rini3-24/+119
2020-04-03Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-spiTom Rini1-18/+107
2020-04-03mtd: spi: Add Macronix MX25U3235F deviceTom Warren1-0/+1
2020-04-03qspi: t210: Use dev_read calls to get FDT data like base, freqTom Warren1-8/+7
2020-04-03qspi: t210: Fix QSPI clock and tap delaysTom Warren1-9/+15
2020-04-03qspi: t210: Fix claim_bus's use of the wrong bus/deviceTom Warren1-2/+4
2020-04-03mmc: t210: Fix 'bad' SD-card clock when doing 400KHz card detectTom Warren1-0/+19
2020-04-03mmc: t210: Add autocal and tap/trim updates for SDMMC1/3Tom Warren1-8/+76
2020-04-02video: rockchip: Support 4K resolution for rk3399, HDMIJagan Teki1-0/+2
2020-04-02video: rockchip: Fix vop modes for rk3399Jagan Teki2-2/+4
2020-04-02clk: rk3399: Set empty for vopl assigned-clocksJagan Teki1-0/+7
2020-04-02spi: atmel-quadspi: Add verbose debug facilities to monitor register accessesTudor Ambarus1-18/+96
2020-04-02spi: atmel-quadspi: fix possible MMIO window size overrunTudor Ambarus1-0/+11
2020-04-01Merge branch 'next' of git://git.denx.de/u-boot-usb into nextTom Rini19-91/+206
2020-03-31Merge branch '2020-03-31-master-imports'Tom Rini6-87/+254
2020-03-31net: macb: Fix incorrect write function name when MACB_ZYNQ is enabled.Michal Simek1-1/+1
2020-03-31mpc8xxx_spi: implement real ->set_speedRasmus Villemoes1-11/+53
2020-03-31mpc8xxx_spi: always use 8-bit characters, don't read or write garbageRasmus Villemoes1-53/+27
2020-03-31mpc8xxx_spi: put max_cs to useRasmus Villemoes1-2/+7
2020-03-31gpio/mpc83xx_spisel_boot.c: gpio driver for SPISEL_BOOT signalKlaus H. Sorensen3-0/+157
2020-03-31gpio: mpc8xxx: don't do RMW on gpdat register when setting valueRasmus Villemoes1-18/+11
2020-03-31gpio: mpc8xxx: don't modify gpdat when setting gpio as inputRasmus Villemoes1-8/+4
2020-03-31Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini1-1/+2
2020-03-30Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini5-10/+85
2020-03-30dm: arm64: ls1046a: add i2c DM supportBiwen Li1-2/+44
2020-03-30pci-host-ecam-generic: access config space independent of system-wide bus idVladimir Oltean1-4/+33
2020-03-30armv8/ls1046ardb: RGMII ports require internal delayMadalin Bucur1-2/+2
2020-03-30armv8/ls1043ardb: RGMII ports require internal delayMadalin Bucur1-2/+2
2020-03-30net: fman: add support for all RGMII delay modesMadalin Bucur1-0/+4
2020-03-30clk: renesas: Switch to fdtdec_get_addr_size_auto_noparent() on Gen2Marek Vasut1-1/+2
2020-03-30usb: Migrate to support live DT for some driverKever Yang10-53/+36
2020-03-30usb: ehci-msm: Use dev interface to get device addressKever Yang1-3/+1