summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2020-10-30common: update: add a generic interface for FIT imageAKASHI Takahiro
2020-10-30dfu: modify an argument type for an addressAKASHI Takahiro
2020-10-30dfu: rename dfu_tftp_write() to dfu_write_by_name()AKASHI Takahiro
2020-10-30rtc: initialize emulated RTC from environment variableHeinrich Schuchardt
2020-10-30rtc: use probe() to initialize emulated RTCHeinrich Schuchardt
2020-10-30video: rockchip: Add missing dpcd_write() call to link_train_ce()Alper Nebi Yasak
2020-10-30ram: rockchip: px30: add a config-based ddr selectionHeiko Stuebner
2020-10-30clk: rockchip: rk3399: implement getting wdt/alive clocksJack Mitchell
2020-10-29dm: Use driver_info index instead of pointerSimon Glass
2020-10-29x86: apl: Take advantage of the of-platdata parent supportSimon Glass
2020-10-29x86: apl: Enable SPI flash in TPL with APL_SPI_FLASH_BOOTSimon Glass
2020-10-29dm: core: Convert #ifdef to if() in root.cSimon Glass
2020-10-29dm: Add a test for of-platdata parent informationSimon Glass
2020-10-29dm: Support parent devices with of-platdataSimon Glass
2020-10-29sandbox: Fix up building for of-platdataSimon Glass
2020-10-29dm: Use an allocated array for run-time device infoSimon Glass
2020-10-29dm: test: Add a test for of-platdata phandlesSimon Glass
2020-10-29dm: test: Add a check that all devices have a dev valueSimon Glass
2020-10-29dm: test: Drop of-platdata pytestSimon Glass
2020-10-29dm: core: Allow dm_warn() to be used in SPLSimon Glass
2020-10-29sandbox: Drop ad-hoc device declarations in SPLSimon Glass
2020-10-29dm: Avoid using #ifdef for CONFIG_OF_LIVESimon Glass
2020-10-29Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini
2020-10-29Merge tag 'xilinx-for-v2021.01-v2' of https://gitlab.denx.de/u-boot/custodian...Tom Rini
2020-10-29Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini
2020-10-29mtd: nand: pxa3xx: enable NAND controller if the SoC needs itShmuel Hazan
2020-10-29mmc: zynq_sdhci: Extend UHS timings till hs200Ashok Reddy Soma
2020-10-29mtd: pxa3xx_nand: remove dead codeBaruch Siach
2020-10-29mtd: pxa3xx_nand: port to use driver modelShmuel Hazan
2020-10-29phy: marvell: cp110: update mode parameter for pcie power on callsIgal Liberman
2020-10-29phy: marvell: cp110: let the firmware configure comphy for PCIeGrzegorz Jaszczyk
2020-10-29phy: marvell: cp110: let the firmware configure the comphyGrzegorz Jaszczyk
2020-10-28drivers: mux: mmio-based syscon mux controllerJean-Jacques Hiblot
2020-10-28dm: board: complete the initialization of the muxes in initr_dm()Jean-Jacques Hiblot
2020-10-28drivers: Add a new framework for multiplexer devicesJean-Jacques Hiblot
2020-10-27rtc: provide an emulated RTCHeinrich Schuchardt
2020-10-27mmc: zynq_sdhci: Add clock phase delays for VersalAshok Reddy Soma
2020-10-27mmc: zynq_sdhci: Set tapdelays based on clk phase delaysAshok Reddy Soma
2020-10-27mmc: zynq_sdhci: Read clock phase delays from dtMichal Simek
2020-10-27mmc: zynq_sdhci: Move macro to the topMichal Simek
2020-10-27mmc: Define timing macro'sAshok Reddy Soma
2020-10-27Revert "mmc: zynq: parse dt when probing"Ashok Reddy Soma
2020-10-27spi: zynq_qspi: Add function descriptionAshok Reddy Soma
2020-10-27mtd: spi: Fix incorrect indentationMichal Simek
2020-10-27xilinx: common: Move ZYNQ_GEM_I2C_MAC_OFFSET to board KconfigMichal Simek
2020-10-27spi: zynq_qspi: Use clk subsystem to get reference qspi clkT Karthik Reddy
2020-10-27spi: zynq_spi: Use clk subsystem to get reference spi clkT Karthik Reddy
2020-10-27serial: pl01x: Add error value checkingMichal Simek
2020-10-27dm: core: Add support for getting node from aliasesMichal Simek
2020-10-27spi: xilinx_spi: remove unused local variableT Karthik Reddy