summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* dm: core: Move "/chosen" and "/firmware" node scanPatrick Delaunay2020-04-161-35/+17
* dm: core: remove redundant assignmentHeinrich Schuchardt2020-04-161-1/+1
* dm: core: remove redundant if statementHeinrich Schuchardt2020-04-161-4/+2
* sandbox: p2sb: Silence compiler warningSimon Glass2020-04-161-1/+1
* serial: Set baudrate on bootSean Anderson2020-04-161-0/+1
* Merge tag 'u-boot-stm32-20200415' of https://gitlab.denx.de/u-boot/custodians...WIP/15Apr2020Tom Rini2020-04-153-3/+73
|\
| * configs: stm32mp1: replace STM32MP1_TRUSTED by TFABOOTPatrick Delaunay2020-04-152-2/+2
| * net: dwc_eth_qos: implement phy reg and max-speed for stm32Patrick Delaunay2020-04-151-1/+18
| * net: dwc_eth_qos: implement reset-gpios for stm32Christophe Roullier2020-04-151-0/+53
* | watchdog: sp805_wdt: get platform clock from dt fileRayagonda Kokatanur2020-04-151-2/+13
* | watchdog: honour hw_margin_ms DT propertyRasmus Villemoes2020-04-151-1/+10
* | watchdog: move initr_watchdog() to wdt-uclass.cRasmus Villemoes2020-04-151-0/+33
|/
* Merge branch 'master' of git://git.denx.de/u-boot-marvellWIP/14Apr2020Tom Rini2020-04-145-4/+19
|\
| * arm: mvebu: drivers/ddr: remove redundant assignmentHeinrich Schuchardt2020-04-141-4/+0
| * ddr: marvell: a38x: Allow boards to specify CK_DELAY parameterChris Packham2020-04-144-0/+19
* | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2020-04-133-0/+107
|\ \ | |/ |/|
| * drivers: usb: host: Add BRCM xHCI driverRayagonda Kokatanur2020-04-133-0/+107
| * usb: Migrate to support live DT for some driverKever Yang2020-04-1310-53/+36
| * usb: ehci-msm: Use dev interface to get device addressKever Yang2020-04-131-3/+1
| * usb: dwc3-of-simple: Drop redundant inclding header fileKever Yang2020-04-131-1/+0
* | Merge branch 'next'Tom Rini2020-04-1357-517/+1731
|\ \
| * | video: sunxi: Change sunxi_get_mon_desc() to not return NULL for the default ...Bin Meng2020-04-101-2/+2
| * | Merge tag 'u-boot-amlogic-20200406' of https://gitlab.denx.de/u-boot/custodia...WIP/08Apr2020-nextTom Rini2020-04-084-1/+35
| |\ \
| | * | clk: meson: reset mmc clock on probeJerome Brunet2020-04-063-0/+21
| | * | mmc: meson-gx: enable input clocksJerome Brunet2020-04-061-1/+13
| | * | clk: meson-g12a: missing breakHeinrich Schuchardt2020-04-061-0/+1
| * | | Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u...WIP/07Apr2020-nextTom Rini2020-04-0731-184/+839
| |\ \ \
| | * | | serial: zynq: Change uart initialization logicMichal Simek2020-04-061-5/+6
| | * | | watchdog: versal: Add support for Xilinx window watchdogAshok Reddy Soma2020-04-063-0/+189
| | * | | firmware: zynqmp: Enable IPI code calling also in EL3Michal Simek2020-04-061-1/+1
| | * | | watchdog: cadence: Remove DECLARE_GLOBAL_DATA_PTR from driverMichal Simek2020-04-061-2/+0
| | * | | net: zynq-gem: Setup and use mdio base separatelyMichal Simek2020-04-061-6/+10
| | * | | nand: raw: zynq: Do not try to probe driver if nand flash is disabledMichal Simek2020-04-061-0/+5
| | * | | nand: raw: Do not free xnand structureMichal Simek2020-04-061-11/+9
| | * | | net: zynq_gem: Add cache flush to zynq_gem_free_pktAshok Reddy Soma2020-04-061-0/+12
| | |/ /
| * | | Merge branch 'next' of git://git.denx.de/u-boot-usb into nextWIP/31Mar2020-nextTom Rini2020-03-3119-91/+206
| |\ \ \
| | * | | usb: Migrate to support live DT for some driverKever Yang2020-03-3010-53/+36
| | * | | usb: ehci-msm: Use dev interface to get device addressKever Yang2020-03-301-3/+1
| | * | | usb: dwc3-of-simple: Drop redundant inclding header fileKever Yang2020-03-301-1/+0
| * | | | timer: sti: use clk API to get timer clock rateNicolas Heemeryck2020-03-241-2/+15
| * | | | timer: sti: convert to livetreeNicolas Heemeryck2020-03-241-6/+3
| * | | | i2c: stm32f7_i2c: allows for any bus frequencyAlain Volmat2020-03-241-46/+59
| * | | | ram: stm32mp1: the property st, phy-cal becomes optionalPatrick Delaunay2020-03-244-16/+51
| * | | | ram: stm32mp1: reduce delay after BIST reset for tuningPatrick Delaunay2020-03-241-1/+1
| * | | | ram: stm32mp1_ddr: fix self refresh disable during DQS trainingPatrick Delaunay2020-03-242-1/+5
| * | | | ram: stm32mp1: update BIST config for tuningPatrick Delaunay2020-03-241-9/+142
| * | | | ram: stm32mp1: tuning: deactivate derating during BIST testPatrick Delaunay2020-03-241-0/+15
| * | | | ram: stm32mp1: tuning: add timeout for polling BISTGSR.BDDONEPatrick Delaunay2020-03-241-20/+25
| * | | | ram: stm32mp1: don't display the prompt two timesPatrick Delaunay2020-03-241-3/+1
| * | | | ram: stm32mp1: display result for software read DQS gatingPatrick Delaunay2020-03-241-4/+6