aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-11-05x86: Fix up driver names to avoid dtoc warningsSimon Glass5-9/+9
2020-11-05cros_ec: Fix up driver names to avoid dtoc warningsSimon Glass3-6/+6
2020-11-01Merge tag 'efi-2020-01-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-b...WIP/01Nov2020Tom Rini7-78/+163
2020-10-30Merge tag 'u-boot-rockchip-20201031' of https://gitlab.denx.de/u-boot/custodi...Tom Rini5-2/+57
2020-10-30Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini21-111/+165
2020-10-30video: rockchip: Support 4K resolution for rk3288, HDMIJagan Teki1-2/+2
2020-10-30dfu: add dfu_write_by_alt()AKASHI Takahiro1-0/+47
2020-10-30dfu: export dfu_listAKASHI Takahiro1-1/+1
2020-10-30common: update: add a generic interface for FIT imageAKASHI Takahiro1-0/+1
2020-10-30dfu: modify an argument type for an addressAKASHI Takahiro1-3/+3
2020-10-30dfu: rename dfu_tftp_write() to dfu_write_by_name()AKASHI Takahiro3-4/+22
2020-10-30rtc: initialize emulated RTC from environment variableHeinrich Schuchardt2-8/+21
2020-10-30rtc: use probe() to initialize emulated RTCHeinrich Schuchardt1-6/+12
2020-10-30video: rockchip: Add missing dpcd_write() call to link_train_ce()Alper Nebi Yasak1-0/+6
2020-10-30ram: rockchip: px30: add a config-based ddr selectionHeiko Stuebner2-0/+29
2020-10-30clk: rockchip: rk3399: implement getting wdt/alive clocksJack Mitchell1-0/+20
2020-10-29dm: Use driver_info index instead of pointerSimon Glass4-8/+15
2020-10-29x86: apl: Take advantage of the of-platdata parent supportSimon Glass1-13/+14
2020-10-29x86: apl: Enable SPI flash in TPL with APL_SPI_FLASH_BOOTSimon Glass1-1/+3
2020-10-29dm: core: Convert #ifdef to if() in root.cSimon Glass1-11/+7
2020-10-29dm: Add a test for of-platdata parent informationSimon Glass2-4/+4
2020-10-29dm: Support parent devices with of-platdataSimon Glass1-2/+52
2020-10-29sandbox: Fix up building for of-platdataSimon Glass3-1/+5
2020-10-29dm: Use an allocated array for run-time device infoSimon Glass3-10/+28
2020-10-29dm: test: Add a test for of-platdata phandlesSimon Glass2-4/+4
2020-10-29dm: test: Add a check that all devices have a dev valueSimon Glass1-0/+1
2020-10-29dm: test: Drop of-platdata pytestSimon Glass1-35/+0
2020-10-29dm: core: Allow dm_warn() to be used in SPLSimon Glass2-3/+17
2020-10-29sandbox: Drop ad-hoc device declarations in SPLSimon Glass2-0/+5
2020-10-29dm: Avoid using #ifdef for CONFIG_OF_LIVESimon Glass2-19/+10
2020-10-29Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellWIP/29Oct2020Tom Rini3-1248/+205
2020-10-29Merge tag 'xilinx-for-v2021.01-v2' of https://gitlab.denx.de/u-boot/custodian...Tom Rini11-66/+524
2020-10-29Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini6-92/+512
2020-10-29mtd: nand: pxa3xx: enable NAND controller if the SoC needs itShmuel Hazan2-10/+44
2020-10-29mmc: zynq_sdhci: Extend UHS timings till hs200Ashok Reddy Soma1-1/+1
2020-10-29mtd: pxa3xx_nand: remove dead codeBaruch Siach1-9/+3
2020-10-29mtd: pxa3xx_nand: port to use driver modelShmuel Hazan2-63/+54
2020-10-29phy: marvell: cp110: update mode parameter for pcie power on callsIgal Liberman1-2/+5
2020-10-29phy: marvell: cp110: let the firmware configure comphy for PCIeGrzegorz Jaszczyk1-439/+12
2020-10-29phy: marvell: cp110: let the firmware configure the comphyGrzegorz Jaszczyk1-727/+89
2020-10-28drivers: mux: mmio-based syscon mux controllerJean-Jacques Hiblot3-0/+157
2020-10-28dm: board: complete the initialization of the muxes in initr_dm()Jean-Jacques Hiblot1-0/+23
2020-10-28drivers: Add a new framework for multiplexer devicesJean-Jacques Hiblot5-0/+332
2020-10-27rtc: provide an emulated RTCHeinrich Schuchardt3-0/+92
2020-10-27mmc: zynq_sdhci: Add clock phase delays for VersalAshok Reddy Soma1-4/+156
2020-10-27mmc: zynq_sdhci: Set tapdelays based on clk phase delaysAshok Reddy Soma1-5/+123
2020-10-27mmc: zynq_sdhci: Read clock phase delays from dtMichal Simek1-0/+85
2020-10-27mmc: zynq_sdhci: Move macro to the topMichal Simek1-2/+2
2020-10-27mmc: Define timing macro'sAshok Reddy Soma1-13/+11
2020-10-27Revert "mmc: zynq: parse dt when probing"Ashok Reddy Soma2-1/+7