summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2020-10-3021-111/+165
|\
| * dm: Use driver_info index instead of pointerSimon Glass2020-10-294-8/+15
| * x86: apl: Take advantage of the of-platdata parent supportSimon Glass2020-10-291-13/+14
| * x86: apl: Enable SPI flash in TPL with APL_SPI_FLASH_BOOTSimon Glass2020-10-291-1/+3
| * dm: core: Convert #ifdef to if() in root.cSimon Glass2020-10-291-11/+7
| * dm: Add a test for of-platdata parent informationSimon Glass2020-10-292-4/+4
| * dm: Support parent devices with of-platdataSimon Glass2020-10-291-2/+52
| * sandbox: Fix up building for of-platdataSimon Glass2020-10-293-1/+5
| * dm: Use an allocated array for run-time device infoSimon Glass2020-10-293-10/+28
| * dm: test: Add a test for of-platdata phandlesSimon Glass2020-10-292-4/+4
| * dm: test: Add a check that all devices have a dev valueSimon Glass2020-10-291-0/+1
| * dm: test: Drop of-platdata pytestSimon Glass2020-10-291-35/+0
| * dm: core: Allow dm_warn() to be used in SPLSimon Glass2020-10-292-3/+17
| * sandbox: Drop ad-hoc device declarations in SPLSimon Glass2020-10-292-0/+5
| * dm: Avoid using #ifdef for CONFIG_OF_LIVESimon Glass2020-10-292-19/+10
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellWIP/29Oct2020Tom 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