aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-04-16Merge tag 'arc-fixes-for-2020.07-rc1' of https://gitlab.denx.de/u-boot/custod...Tom Rini1-1/+2
2020-04-16Merge tag 'efi-2020-07-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2-2/+0
2020-04-16ARC: HSDK: CGU: fix tunnel clock calculationEugeniy Paltsev1-1/+2
2020-04-16Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dmTom Rini13-113/+129
2020-04-16dm: core: Read parent ofdata before childrenSimon Glass1-0/+16
2020-04-16dm: core: remove the duplicated function dm_ofnode_pre_relocPatrick Delaunay4-31/+3
2020-04-16dm: core: refactor functions reading an u32 from dtDario Binacchi2-36/+3
2020-04-16dm: core: support reading a single indexed u32 valueDario Binacchi3-0/+75
2020-04-16dm: core: Add a way to skip powering down power domainsSimon Glass2-2/+3
2020-04-16dm: core: Add logging on unbind failureSimon Glass2-10/+14
2020-04-16dm: core: Move "/chosen" and "/firmware" node scanPatrick Delaunay1-35/+17
2020-04-16dm: core: remove redundant assignmentHeinrich Schuchardt1-1/+1
2020-04-16dm: core: remove redundant if statementHeinrich Schuchardt1-4/+2
2020-04-16sandbox: p2sb: Silence compiler warningSimon Glass1-1/+1
2020-04-16serial: Set baudrate on bootSean Anderson1-0/+1
2020-04-16x86: Move acpi_s3.h to include/acpi/Simon Glass3-5/+3
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-16drivers: crypto: rsa_mod_exp: avoid DM_FLAG_PRE_RELOCHeinrich Schuchardt2-2/+0
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-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