summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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-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-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-18sunxi: Move common defconfig options to KconfigAndre Przywara1-0/+1
2020-03-16watchdog: Handle timer wrap aroundChris Packham1-1/+2
2020-03-13watchdog: Align Kconfig propertiesMichal Simek1-28/+28
2020-03-13serial: mcfuart: renaming to a more appropriate nameAngelo Durgehello2-1/+1
2020-03-13serial: mcfuart: fix uart port indexAngelo Durgehello1-2/+2
2020-03-12Merge tag 'efi-2020-04-rc4-3' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini3-2/+136
2020-03-11drivers/rng: add Amlogic hardware RNG driverHeinrich Schuchardt3-0/+129
2020-03-11drivers/rng: simplify KconfigHeinrich Schuchardt1-2/+7
2020-03-11Merge tag 'mmc-2020-3-9' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini10-60/+359
2020-03-10power-domain: fix hang in endless loop on i.MX8Anatolij Gustschin1-0/+11
2020-03-10Merge tag 'u-boot-imx-20200310' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-1/+1
2020-03-10Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-netTom Rini7-76/+955