aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-07-21Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiWIP/21Jul2023Tom Rini3-33/+84
2023-07-21Merge tag 'xilinx-for-v2023.10-rc1-v2' of https://source.denx.de/u-boot/custo...Tom Rini21-40/+109
2023-07-21event: Add fpga load eventChristian Taedcke1-0/+20
2023-07-21clk: zynqmp: Add gem rx and tsu clocks to return registerAshok Reddy Soma1-0/+5
2023-07-21clk: zynqmp: Add set_rate support for gem rx and tsu clksAshok Reddy Soma1-0/+2
2023-07-21net: axi_emac: Change return value to -EAGAIN if RX is not readyMaksim Kiselev1-1/+1
2023-07-21mtd: Add missing MTD dependency for cfi_mtdMichal Simek1-1/+1
2023-07-21mmc: zynq_sdhci: Dll reset only for ZynqMP platformAshok Reddy Soma1-2/+5
2023-07-21arm64: zynqmp: Switch to amd.com emailsMichal Simek10-11/+11
2023-07-21xilinx: Consolidate zynqmp_mmio_read/write in zynqmp_firmware.hMichal Simek1-0/+1
2023-07-21cadence_qspi: Enable flash reset for Versal NET platformAshok Reddy Soma2-10/+6
2023-07-21net: zynq_gem: Don't hardcode the MDC clock divisorVenkatesh Yadav Abbarapu1-8/+49
2023-07-21mtd: nand: zynq_nand: Change datatype of status and ecc_status to intAlgapally Santosh Sagar1-2/+2
2023-07-21spi: zynq_qspi: Add missing prototype for zynq_qspi_mem_exec_opAlgapally Santosh Sagar1-2/+2
2023-07-21spi: xilinx_spi: Add missing prototype for xilinx_qspi_mem_exec_opAlgapally Santosh Sagar1-2/+2
2023-07-21watchdog: versal: Use new compatible xlnx,versal-wwdtMichal Simek1-1/+2
2023-07-21phy: sun4i: Add H616 USB PHY supportAndre Przywara2-1/+12
2023-07-21phy: sun4i-usb: Add H616 USB PHY quirk supportAndre Przywara1-0/+46
2023-07-21phy: sun4i-usb: Replace types with explicit quirk flagsAndre Przywara1-32/+9
2023-07-21sunxi: Kconfig: rework PHY_USB_SUN4I selectionAndre Przywara2-1/+6
2023-07-21phy: sun4i-usb: add Allwinner F1C100s supportAndre Przywara1-0/+9
2023-07-21phy: sun4i-usb: Fix of_xlate() argument checkAndre Przywara1-1/+4
2023-07-20core: read: fix dev_read_addr_size()John Keeping2-4/+3
2023-07-20dm: core: of_access: fix return value in of_property_match_stringEugen Hristev1-1/+4
2023-07-18Merge https://source.denx.de/u-boot/custodians/u-boot-mmcWIP/18Jul2023Tom Rini2-4/+33
2023-07-18mmc: Set clock when reverting to safe bus modeValentine Barshak1-0/+1
2023-07-18mmc: renesas-sdhi: Send stop when MMC tuning command failsHai Pham1-0/+11
2023-07-18mmc: Introduce mmc_send_stop_transmission()Hai Pham1-13/+21
2023-07-18mmc: Fix MMC_CMD_STOP_TRANSMISSION response type and add commentMarek Vasut1-1/+10
2023-07-17dfu: Add proper dependency for CONFIG_DFU_MMCAshok Reddy Soma1-0/+1
2023-07-17Merge https://source.denx.de/u-boot/custodians/u-boot-x86WIP/17Jul2023Tom Rini19-66/+357
2023-07-17x86: video: Add a driver for QEMU bochs emulationSimon Glass4-0/+190
2023-07-17x86: Convert some debug statements to use loggingSimon Glass2-4/+7
2023-07-17x86: Record the start and end of the tablesSimon Glass1-0/+9
2023-07-17pci: Mask the ROM address in case it is already enabledSimon Glass1-0/+1
2023-07-17pci: Adjust video BIOS debugging to be SPL-friendlySimon Glass1-2/+2
2023-07-17x86: Pass video settings from SPL to U-Boot properSimon Glass1-21/+57
2023-07-17x86: Allow video-BIOS code to be built for SPLSimon Glass1-14/+14
2023-07-17pci: Tidy up logging and reporting for video BIOSSimon Glass1-3/+9
2023-07-17pci: Support autoconfig in SPLSimon Glass2-1/+14
2023-07-17nvme: Provide more useful debugging messagesSimon Glass1-10/+26
2023-07-17qfw: Set the address of the ACPI tablesSimon Glass1-0/+4
2023-07-17bios_emulator: Drop VIDEO_IO_OFFSETSimon Glass2-9/+10
2023-07-17bios_emulator: Add Kconfig and adjust Makefile for SPLSimon Glass3-1/+13
2023-07-16Merge tag 'video-20230714' of https://source.denx.de/u-boot/custodians/u-boot...WIP/16Jul2023Tom Rini8-20/+278
2023-07-16bootstd: Use bootdev instead of bootdeviceSimon Glass3-3/+3
2023-07-14ufs: Use 'TASK_TAG' to construct the ucd_req_ptr->header.dword_0Bhupesh Sharma1-1/+1
2023-07-14drivers: led: bcm6753: do not use null label to find the topPhilippe Reynes1-54/+60
2023-07-14net: ti: am65-cpsw-nuss: Use dedicated port mode control registersAndreas Dannenberg1-3/+6
2023-07-14firmware: scmi: return a right errno for SCMI status codeAKASHI Takahiro1-1/+1