summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-04-16dm: core: Add basic ACPI supportSimon Glass3-0/+43
2020-04-16pci: Adjust dm_pci_read_bar32() to return errors correctlySimon Glass1-1/+8
2020-04-16dm: pci: Allow disabling auto-config for a deviceSimon Glass1-0/+2
2020-04-16tpm: Don't cleanup unless an error happensSimon Glass1-3/+10
2020-04-16tpm: cr50: Use the correct GPIO bindingSimon Glass1-1/+1
2020-04-16tpm: cr50: Add a comment for cr50_privSimon Glass1-0/+9
2020-04-16tpm: cr50: Release locality on exitSimon Glass1-2/+11
2020-04-16cpu: Support querying the address widthSimon Glass1-0/+1
2020-04-16serial: ns16550: Provide UART base clock speed in ->getinfo()Andy Shevchenko1-0/+2
2020-04-16dm: serial: Add clock member to struct serial_device_infoAndy Shevchenko1-0/+1
2020-04-15Merge tag 'u-boot-stm32-20200415' of https://gitlab.denx.de/u-boot/custodians...Tom Rini3-3/+73
2020-04-15configs: stm32mp1: replace STM32MP1_TRUSTED by TFABOOTPatrick Delaunay2-2/+2
2020-04-15net: dwc_eth_qos: implement phy reg and max-speed for stm32Patrick Delaunay1-1/+18
2020-04-15net: dwc_eth_qos: implement reset-gpios for stm32Christophe Roullier1-0/+53
2020-04-15watchdog: sp805_wdt: get platform clock from dt fileRayagonda Kokatanur1-2/+13
2020-04-15watchdog: honour hw_margin_ms DT propertyRasmus Villemoes1-1/+10
2020-04-15watchdog: move initr_watchdog() to wdt-uclass.cRasmus Villemoes1-0/+33
2020-04-14Merge branch 'master' of git://git.denx.de/u-boot-marvellTom Rini5-4/+19
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 'master' of git://git.denx.de/u-boot-usbTom Rini3-0/+107
2020-04-13Merge branch 'next'Tom Rini57-517/+1731
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-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-10dm: dump.c: Refactor dm_dump_drivers printsOvidiu Panait1-7/+11
2020-04-10dm: 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-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-06clk: socfpga: Read the clock parent's register base in probe functionChee Hong Ang1-22/+18
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