aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-04-13drivers: usb: host: Add BRCM xHCI driverRayagonda Kokatanur3-0/+107
2020-04-13usb: Migrate to support live DT for some driverKever Yang10-53/+36
2020-04-13usb: ehci-msm: Use dev interface to get device addressKever Yang1-3/+1
2020-04-13usb: dwc3-of-simple: Drop redundant inclding header fileKever Yang1-1/+0
2020-04-10Merge tag 'dm-pull9apr20' of git://git.denx.de/u-boot-dmTom Rini1-7/+11
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-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 '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