aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge https://source.denx.de/u-boot/custodians/u-boot-mmcWIP/18Jul2023Tom Rini2023-07-182-4/+33
|\
| * mmc: Set clock when reverting to safe bus modeValentine Barshak2023-07-181-0/+1
| * mmc: renesas-sdhi: Send stop when MMC tuning command failsHai Pham2023-07-181-0/+11
| * mmc: Introduce mmc_send_stop_transmission()Hai Pham2023-07-181-13/+21
| * mmc: Fix MMC_CMD_STOP_TRANSMISSION response type and add commentMarek Vasut2023-07-181-1/+10
* | dfu: Add proper dependency for CONFIG_DFU_MMCAshok Reddy Soma2023-07-171-0/+1
|/
* Merge https://source.denx.de/u-boot/custodians/u-boot-x86WIP/17Jul2023Tom Rini2023-07-1719-66/+357
|\
| * x86: video: Add a driver for QEMU bochs emulationSimon Glass2023-07-174-0/+190
| * x86: Convert some debug statements to use loggingSimon Glass2023-07-172-4/+7
| * x86: Record the start and end of the tablesSimon Glass2023-07-171-0/+9
| * pci: Mask the ROM address in case it is already enabledSimon Glass2023-07-171-0/+1
| * pci: Adjust video BIOS debugging to be SPL-friendlySimon Glass2023-07-171-2/+2
| * x86: Pass video settings from SPL to U-Boot properSimon Glass2023-07-171-21/+57
| * x86: Allow video-BIOS code to be built for SPLSimon Glass2023-07-171-14/+14
| * pci: Tidy up logging and reporting for video BIOSSimon Glass2023-07-171-3/+9
| * pci: Support autoconfig in SPLSimon Glass2023-07-172-1/+14
| * nvme: Provide more useful debugging messagesSimon Glass2023-07-171-10/+26
| * qfw: Set the address of the ACPI tablesSimon Glass2023-07-171-0/+4
| * bios_emulator: Drop VIDEO_IO_OFFSETSimon Glass2023-07-172-9/+10
| * bios_emulator: Add Kconfig and adjust Makefile for SPLSimon Glass2023-07-173-1/+13
| * bootstd: Use bootdev instead of bootdeviceSimon Glass2023-07-163-3/+3
* | Merge tag 'video-20230714' of https://source.denx.de/u-boot/custodians/u-boot...WIP/16Jul2023Tom Rini2023-07-168-20/+278
|\ \ | |/ |/|
| * video: rockchip: dw_mipi_dsi: Fix GRF accessOndrej Jirman2023-07-141-6/+10
| * video: rockchip: dw_mipi_dsi: Correct check for lacking phy phandleOndrej Jirman2023-07-141-2/+2
| * video: rockchip: dw_mipi_dsi: Fix best_rate calculationOndrej Jirman2023-07-141-2/+1
| * video: rockchip: dw_mipi_dsi: Return 0 from dsi_phy_init on successOndrej Jirman2023-07-141-1/+1
| * video: rockchip: dw_mipi_dsi: Fix error path checks in probe functionOndrej Jirman2023-07-141-2/+5
| * video: rockchip: dw_mipi_dsi: Fix external phy existence checkOndrej Jirman2023-07-141-3/+3
| * video: dw_mipi_dsi: Fix hsync/vsync settingsOndrej Jirman2023-07-141-2/+2
| * video: rockchip: vop: Fix whitespaceOndrej Jirman2023-07-141-1/+1
| * video: backlight: pwm: avoid integer overflow in duty cycle calculationMatthias Schiffer2023-07-141-1/+1
| * video: hx8394: Add panel driver for hannstar,hsd060bhw4Ondrej Jirman2023-07-143-0/+246
| * video: console: Fix default font selectionOndrej Jirman2023-07-141-0/+6
* | ufs: Use 'TASK_TAG' to construct the ucd_req_ptr->header.dword_0Bhupesh Sharma2023-07-141-1/+1
* | drivers: led: bcm6753: do not use null label to find the topPhilippe Reynes2023-07-141-54/+60
* | net: ti: am65-cpsw-nuss: Use dedicated port mode control registersAndreas Dannenberg2023-07-141-3/+6
* | firmware: scmi: return a right errno for SCMI status codeAKASHI Takahiro2023-07-141-1/+1
* | clk: scmi: claim the dependency on CONFIG_CLKAKASHI Takahiro2023-07-141-0/+1
* | misc: npcm_host_intf: change initialization sequenceJim Liu2023-07-141-3/+3
* | pinctrl: nuvoton: fix reset reason error for poweronJim Liu2023-07-141-0/+3
* | misc: nuvoton: fix type errorJim Liu2023-07-141-1/+1
* | video: Update stb_truetypeSimon Glass2023-07-142-216/+2074
* | video: Use enum with video_index_to_colour()Simon Glass2023-07-141-1/+1
* | console: Allow measuring the bounding box of textSimon Glass2023-07-142-2/+84
* | video: Allow temporary colour changesSimon Glass2023-07-141-0/+20
* | fdt: Allow more general use of livetreeSimon Glass2023-07-141-5/+21
* | fdt: Clarify the fdt pre-relocation warningSimon Glass2023-07-141-1/+1
* | console: Correct truetype spacing errorSimon Glass2023-07-141-1/+1
* | video: Provide a way to clear part of the consoleSimon Glass2023-07-142-69/+55
* | video: Drop #ifdefs from console_truetypeSimon Glass2023-07-141-56/+56