aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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-fsl-qoriqTom Rini6-92/+512
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-26Merge tag 'video-for-2021.01-rc1' of https://gitlab.denx.de/u-boot/custodians...WIP/26Oct2020Tom Rini1-1/+8
2020-10-26nokia_rx51: disable obsolete VIDEO configAnatolij Gustschin1-1/+1
2020-10-26eb_cpu5282: fix CONFIG_DM_VIDEO build warningsAnatolij Gustschin1-0/+7
2020-10-26riscv: Move timer portions of SiFive CLINT to drivers/timerSean Anderson2-0/+48
2020-10-26timer: Add _TIMER suffix to Andes PLMT KconfigSean Anderson2-2/+2
2020-10-26riscv: Move Andes PLMT driver to drivers/timerSean Anderson3-0/+58
2020-10-26clk: kendryte: no need to check argument of free()Heinrich Schuchardt1-2/+1
2020-10-23phy: nop-phy: add clk bulkPeng Fan1-0/+35
2020-10-23i2c: i2c-gpio: Convert to use APIs which support live DTPatrick Delaunay1-7/+3
2020-10-23power: regulator: gpio-regulator: Convert to use APIs which support live DTPatrick Delaunay1-9/+13
2020-10-23power: regulator: gpio-regulator: protect count valuePatrick Delaunay1-2/+3
2020-10-23Revert "serial: serial_xen: print U-Boot banner and others"Tom Rini1-0/+2
2020-10-23Revert "serial: serial_xen: add DEBUG_UART support"Tom Rini2-31/+3
2020-10-23dm: pci: fsl: Correct the workaround of erratum A-007815Hou Zhiqiang2-4/+18
2020-10-23net: lx2160a.c: Update to set ECx_PMUX precedenceRazvan Ionut Cirjan1-2/+2
2020-10-23gpio: mpc8xxx: support fsl-layerscape platformhui.song1-21/+87
2020-10-23pci: layerscape: add a way of specifying additional iommu mappingsLaurentiu Tudor2-0/+340
2020-10-23pci: layerscape: move pci node search in a common functionLaurentiu Tudor1-42/+34
2020-10-23pci: layerscape: move per-pci device fdt fixup in a functionLaurentiu Tudor1-26/+34
2020-10-22Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiWIP/22Oct2020Tom Rini1-251/+206
2020-10-22rtc: move pcf8563 to KconfigHeiko Schocher1-0/+6
2020-10-22mmc: mtk-sd: change some dev_err into dev_dbgFabien Parent1-3/+3
2020-10-22serial: serial_xen: add DEBUG_UART supportAKASHI Takahiro2-3/+31
2020-10-22serial: serial_xen: print U-Boot banner and othersAKASHI Takahiro1-2/+0
2020-10-22cosmetic: reset: ast2500: Rename driver and configsChia-Wei, Wang3-2/+2
2020-10-22reset: ast2500: Use SCU for reset controlChia-Wei, Wang2-51/+55
2020-10-22clk: ccf: replace the get_rate helperDario Binacchi1-25/+1
2020-10-22ARM: mvebu: a38x: Fix comment typoNaoki Hayama1-1/+1
2020-10-22mmc: Fix comment typoNaoki Hayama1-1/+1
2020-10-22rng: Add Qualcomm MSM PRNG driverRobert Marko3-0/+151
2020-10-22net: Add IPQ40xx MDIO driverRobert Marko3-0/+154