aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-04-14arm: mvebu: drivers/ddr: remove redundant assignmentHeinrich Schuchardt1-4/+0
2020-04-14ddr: marvell: a38x: Allow boards to specify CK_DELAY parameterChris Packham4-0/+19
2020-04-13Merge branch 'next'Tom Rini57-517/+1731
2020-04-12Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xxTom Rini1-6/+7
2020-04-10video: sunxi: Change sunxi_get_mon_desc() to not return NULL for the default ...Bin Meng1-2/+2
2020-04-10Merge tag 'dm-pull9apr20' of git://git.denx.de/u-boot-dmTom Rini1-7/+11
2020-04-10Revert "mpc85xx: ddr: Always start DDR RAM in Self Refresh mode"Biwen Li1-6/+7
2020-04-09dm: dump.c: Refactor dm_dump_drivers printsOvidiu Panait1-7/+11
2020-04-09dm: dump.c: Fix segfault when entry->of_match is NULLOvidiu Panait1-1/+2
2020-04-09usb: Keep async schedule running only across mass storage xfersMarek Vasut3-14/+89
2020-04-09cmd: Add test and fix bugs for dm driversSean Anderson1-1/+2
2020-04-08Merge tag 'u-boot-amlogic-20200406' of https://gitlab.denx.de/u-boot/custodia...Tom Rini4-1/+35
2020-04-07Merge 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-05clk: socfpga: Read the clock parent's register base in probe functionChee Hong Ang1-22/+18
2020-04-04Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini1-0/+4
2020-04-04Merge 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-02mtd: spi: Add Macronix MX25U3235F deviceTom Warren1-0/+1
2020-04-02qspi: t210: Use dev_read calls to get FDT data like base, freqTom Warren1-8/+7
2020-04-02qspi: t210: Fix QSPI clock and tap delaysTom Warren1-9/+15
2020-04-02qspi: t210: Fix claim_bus's use of the wrong bus/deviceTom Warren1-2/+4
2020-04-02mmc: t210: Fix 'bad' SD-card clock when doing 400KHz card detectTom Warren1-0/+19
2020-04-02mmc: 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-03-31Merge 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