summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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-21usb: cdns3: gadget: Configure speed in udc_startRavi Gunasekaran1-0/+4
2023-07-21usb: ehci-mx6: remove unnecessary regulator enable from probeTim Harvey1-16/+0
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-19Merge https://source.denx.de/u-boot/custodians/u-boot-mmcTom 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-x86Tom 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...Tom 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
2023-07-14clk: scmi: claim the dependency on CONFIG_CLKAKASHI Takahiro1-0/+1
2023-07-14misc: npcm_host_intf: change initialization sequenceJim Liu1-3/+3
2023-07-14pinctrl: nuvoton: fix reset reason error for poweronJim Liu1-0/+3
2023-07-14misc: nuvoton: fix type errorJim Liu1-1/+1
2023-07-14video: Update stb_truetypeSimon Glass2-216/+2074
2023-07-14video: Use enum with video_index_to_colour()Simon Glass1-1/+1
2023-07-14console: Allow measuring the bounding box of textSimon Glass2-2/+84