aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-04-06net: designware: add Amlogic Meson8b & later glue driverNeil Armstrong3-0/+159
2021-04-06net: add Amlogic Meson G12A MDIO MUX driverNeil Armstrong3-0/+157
2021-04-06net: designware: add DM_MDIO supportNeil Armstrong1-1/+92
2021-04-06net: add MMIO Register MDIO MUX driverNeil Armstrong3-0/+137
2021-03-31Merge tag 'xilinx-for-v2021.07' of https://source.denx.de/u-boot/custodians/u...WIP/31Mar2021-nextTom Rini3-94/+190
2021-03-30Merge tag 'u-boot-atmel-2021.07-a' of https://source.denx.de/u-boot/custodian...WIP/30Mar2021-nextTom Rini1-3/+23
2021-03-30spi: xilinx_spi: Trivial fixes in axi qspi driverT Karthik Reddy1-5/+3
2021-03-30clk: zynqmp: Fix clk dump valuesT Karthik Reddy1-81/+170
2021-03-30net: gem: Fix setting PCS auto-negotiation stateRobert Hancock1-8/+17
2021-03-29Merge tag 'v2021.04-rc5' into nextWIP/29Mar2021-nextTom Rini7-19/+49
2021-03-27spi: spi-uclass: Add support to manually relocate spi memory opsT Karthik Reddy1-0/+11
2021-03-27cpu: Rename SPL_CPU_SUPPORT to SPL_CPUSimon Glass2-6/+2
2021-03-27sf: Support querying write-protectSimon Glass5-0/+38
2021-03-27sandbox: Provide a way to bind fixed/removeable devicesSimon Glass1-4/+4
2021-03-27sandbox: cros_ec: Only write EC state when the EC is probedSimon Glass1-0/+4
2021-03-27sandbox: Only call timer_timebase_fallback() if presentSimon Glass1-1/+2
2021-03-27x86: video: Allow coreboot video to be used on any x86 boardSimon Glass2-5/+13
2021-03-27video: Fix video on coreboot with the copy bufferSimon Glass1-5/+2
2021-03-27x86: Make coreboot sysinfo available to any x86 boardSimon Glass3-3/+3
2021-03-27mmc: pci_mmc: Set up the card detectSimon Glass1-1/+5
2021-03-27tegra: i2c: Drop LOG_DEBUGSimon Glass1-1/+0
2021-03-27x86: Probe device if needed in intel_gpio_xlate()Simon Glass1-1/+13
2021-03-27x86: p2sb: Drop LOG_DEBUGSimon Glass1-1/+0
2021-03-27mtd: spi_flash_free()Heinrich Schuchardt1-5/+0
2021-03-26Merge tag 'dm-pull-26mar21-take2' of git://git.denx.de/u-boot-dm into nextWIP/26Mar2021-nextTom Rini17-125/+237
2021-03-26dm: core: Use separate priv/plat data regionSimon Glass2-6/+15
2021-03-26dm: core: Allow storing priv/plat data separatelySimon Glass1-0/+12
2021-03-26dm: core: Move flags to device-runtime infoSimon Glass1-0/+33
2021-03-26dm: core: Create a struct for device runtime infoSimon Glass1-1/+13
2021-03-26Revert "sandbox: Disable I2C emulators in SPL"Simon Glass1-2/+0
2021-03-26sandbox: i2c: Support i2c emulation with of-platdataSimon Glass2-2/+28
2021-03-26dm: Rename device_get_by_driver_info_idx()Simon Glass4-7/+13
2021-03-26sandbox: i2c: Move platdata structs to header filesSimon Glass2-31/+1
2021-03-26dm: core: Drop uclass_find_device_by_phandle() with of-platdataSimon Glass1-1/+1
2021-03-26dm: core: Drop device_get_by_driver_info()Simon Glass1-15/+0
2021-03-26clk: sandbox: Create a special fixed-rate driverSimon Glass1-0/+33
2021-03-26clk: fixed-rate: Export driver parts for OF_PLATDATA_INSTSimon Glass1-4/+10
2021-03-26clk: sandbox: Move priv/plat data to a header fileSimon Glass2-13/+0
2021-03-25dfu: dfu_sf: avoid double free of SPI deviceHeinrich Schuchardt1-1/+17
2021-03-23mtd: rawnand: fsl_ifc: fix FSL NAND driver to read all ONFI parameter pagesMaxim Kochetkov1-7/+10
2021-03-23pci: layerscape: Change to allocate zeroed memery for struct ls_pcieHou Zhiqiang2-2/+2
2021-03-23rtc: ds1307: Add ds1339 compatibleChris Packham1-0/+2
2021-03-22dm: core: Skip adding uclasses with OF_PLATDATA_INSTSimon Glass1-1/+4
2021-03-22dm: core: Set up driver model for OF_PLATDATA_INSTSimon Glass1-12/+30
2021-03-22dm: core: Adjust uclass setup with of-platdataSimon Glass1-2/+6
2021-03-22dm: core: Allow dropping run-time binding of devicesSimon Glass1-17/+25
2021-03-22bus: ti-sysc: change in a normal driverDario Binacchi1-6/+0
2021-03-22dtoc: Generate device instancesSimon Glass1-0/+4
2021-03-22dtoc: Generate uclass devicesSimon Glass1-0/+1
2021-03-22sandbox: i2c: Rename driver names to work with of-platdataSimon Glass2-3/+3