summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini2020-10-293-1248/+205
|\ \ \
| * | | mtd: nand: pxa3xx: enable NAND controller if the SoC needs itShmuel Hazan2020-10-292-10/+44
| * | | mtd: pxa3xx_nand: remove dead codeBaruch Siach2020-10-291-9/+3
| * | | mtd: pxa3xx_nand: port to use driver modelShmuel Hazan2020-10-292-63/+54
| * | | phy: marvell: cp110: update mode parameter for pcie power on callsIgal Liberman2020-10-291-2/+5
| * | | phy: marvell: cp110: let the firmware configure comphy for PCIeGrzegorz Jaszczyk2020-10-291-439/+12
| * | | phy: marvell: cp110: let the firmware configure the comphyGrzegorz Jaszczyk2020-10-291-727/+89
* | | | Merge tag 'xilinx-for-v2021.01-v2' of https://gitlab.denx.de/u-boot/custodian...Tom Rini2020-10-2911-66/+524
|\ \ \ \ | |_|/ / |/| | |
| * | | mmc: zynq_sdhci: Extend UHS timings till hs200Ashok Reddy Soma2020-10-291-1/+1
| * | | mmc: zynq_sdhci: Add clock phase delays for VersalAshok Reddy Soma2020-10-271-4/+156
| * | | mmc: zynq_sdhci: Set tapdelays based on clk phase delaysAshok Reddy Soma2020-10-271-5/+123
| * | | mmc: zynq_sdhci: Read clock phase delays from dtMichal Simek2020-10-271-0/+85
| * | | mmc: zynq_sdhci: Move macro to the topMichal Simek2020-10-271-2/+2
| * | | mmc: Define timing macro'sAshok Reddy Soma2020-10-271-13/+11
| * | | Revert "mmc: zynq: parse dt when probing"Ashok Reddy Soma2020-10-272-1/+7
| * | | spi: zynq_qspi: Add function descriptionAshok Reddy Soma2020-10-271-12/+36
| * | | mtd: spi: Fix incorrect indentationMichal Simek2020-10-271-1/+1
| * | | xilinx: common: Move ZYNQ_GEM_I2C_MAC_OFFSET to board KconfigMichal Simek2020-10-271-7/+0
| * | | spi: zynq_qspi: Use clk subsystem to get reference qspi clkT Karthik Reddy2020-10-271-8/+28
| * | | spi: zynq_spi: Use clk subsystem to get reference spi clkT Karthik Reddy2020-10-271-7/+28
| * | | serial: pl01x: Add error value checkingMichal Simek2020-10-271-1/+12
| * | | dm: core: Add support for getting node from aliasesMichal Simek2020-10-271-0/+22
| * | | spi: xilinx_spi: remove unused local variableT Karthik Reddy2020-10-271-3/+3
| * | | mailbox: zynqmp: Extend timeout for getting observation bitMichal Simek2020-10-271-1/+1
| * | | firmware: zynqmp: Swap addr_hi/low when PM_FPGA_LOAD is calledMichal Simek2020-10-271-0/+8
| * | | spi: xilinx_spi: Remove unused variableMichal Simek2020-10-271-1/+1
* | | | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini2020-10-296-92/+512
|\ \ \ \ | |_|/ / |/| | |
| * | | dm: pci: fsl: Correct the workaround of erratum A-007815Hou Zhiqiang2020-10-232-4/+18
| * | | net: lx2160a.c: Update to set ECx_PMUX precedenceRazvan Ionut Cirjan2020-10-231-2/+2
| * | | gpio: mpc8xxx: support fsl-layerscape platformhui.song2020-10-231-21/+87
| * | | pci: layerscape: add a way of specifying additional iommu mappingsLaurentiu Tudor2020-10-232-0/+340
| * | | pci: layerscape: move pci node search in a common functionLaurentiu Tudor2020-10-231-42/+34
| * | | pci: layerscape: move per-pci device fdt fixup in a functionLaurentiu Tudor2020-10-231-26/+34
* | | | drivers: mux: mmio-based syscon mux controllerJean-Jacques Hiblot2020-10-283-0/+157
* | | | dm: board: complete the initialization of the muxes in initr_dm()Jean-Jacques Hiblot2020-10-281-0/+23
* | | | drivers: Add a new framework for multiplexer devicesJean-Jacques Hiblot2020-10-285-0/+332
* | | | rtc: provide an emulated RTCHeinrich Schuchardt2020-10-273-0/+92
* | | | Merge tag 'video-for-2021.01-rc1' of https://gitlab.denx.de/u-boot/custodians...Tom Rini2020-10-261-1/+8
|\ \ \ \
| * | | | nokia_rx51: disable obsolete VIDEO configAnatolij Gustschin2020-10-261-1/+1
| * | | | eb_cpu5282: fix CONFIG_DM_VIDEO build warningsAnatolij Gustschin2020-10-261-0/+7
| | |/ / | |/| |
* | | | riscv: Move timer portions of SiFive CLINT to drivers/timerSean Anderson2020-10-262-0/+48
* | | | timer: Add _TIMER suffix to Andes PLMT KconfigSean Anderson2020-10-262-2/+2
* | | | riscv: Move Andes PLMT driver to drivers/timerSean Anderson2020-10-263-0/+58
* | | | clk: kendryte: no need to check argument of free()Heinrich Schuchardt2020-10-261-2/+1
|/ / /
* | | phy: nop-phy: add clk bulkPeng Fan2020-10-231-0/+35
* | | i2c: i2c-gpio: Convert to use APIs which support live DTPatrick Delaunay2020-10-231-7/+3
* | | power: regulator: gpio-regulator: Convert to use APIs which support live DTPatrick Delaunay2020-10-231-9/+13
* | | power: regulator: gpio-regulator: protect count valuePatrick Delaunay2020-10-231-2/+3
* | | Revert "serial: serial_xen: print U-Boot banner and others"Tom Rini2020-10-231-0/+2
* | | Revert "serial: serial_xen: add DEBUG_UART support"Tom Rini2020-10-232-31/+3