aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-04-15Merge tag 'u-boot-imx-master-20240415' of https://gitlab.denx.de/u-boot/custo...WIP/15Apr2024Tom Rini4-245/+65
2024-04-15Merge https://source.denx.de/u-boot/custodians/u-boot-mmcTom Rini19-130/+174
2024-04-15clk: imx93: fix anatop basePeng Fan1-1/+1
2024-04-15cpu: drop imx9_cpuPeng Fan1-224/+0
2024-04-15serial: lpuart: use ipg clk for i.MX7ULPPeng Fan1-16/+26
2024-04-15gpio: imx_rgpio2p: support one addressPeng Fan1-4/+38
2024-04-15mmc: cv1800b_sdhci: Remove the unused argumentJaehoon Chung1-1/+1
2024-04-15mmc: hi6220_dw_mmc: add fifoth_val to private data and set it in .probeYang Xiwen1-1/+10
2024-04-15mmc: dw_mmc: Don't return error if data busy timeoutYang Xiwen1-2/+2
2024-04-15mmc: hi6220-dwmmc: handle clocks and resets if CONFIG_CLK and CONFIG_DM_RESET...Yang Xiwen1-1/+60
2024-04-15mmc: Unconditionally call mmc_deinit()Marek Vasut2-16/+16
2024-04-15mmc: renesas-sdhi: Do not access SCC during tuning in send_cmd callbackMarek Vasut1-1/+4
2024-04-15mmc: Add generic tuning flagMarek Vasut1-1/+7
2024-04-15mmc: Convert hs400_tuning flag from u8 to boolMarek Vasut1-2/+2
2024-04-15mmc: renesas-sdhi: Stop transmission in case tuning block transfer failsMarek Vasut1-7/+7
2024-04-15mmc: tmio: Check INFO1 for completion during DMA transferMarek Vasut1-1/+7
2024-04-15mmc: Drop unused mmc_send_tuning() cmd_error parameterMarek Vasut9-21/+26
2024-04-15mmc: arm_pl180_mmci: Rely on DMLinus Walleij2-64/+3
2024-04-15mmc: Add SPL_MMC_PWRSEQ to fix link issue when building SPLJonas Karlman4-5/+13
2024-04-15mmc: Don't suggest to build modules in Kconfig.Heinrich Schuchardt1-5/+5
2024-04-15mmc: Avoid buffer overrun in mmc_startup()Heinrich Schuchardt1-2/+11
2024-04-15drivers: misc: Fixes: Rename CONFIG_SPL_SOCFPGA_SEC_REG to CONFIG_SPL_SOCFPGA...Wan Yee Lau1-1/+1
2024-04-14Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini2-46/+85
2024-04-14Merge tag 'u-boot-nand-20240414' of https://source.denx.de/u-boot/custodians/...Tom Rini8-60/+1582
2024-04-14mtd: spinand: Add support for XTX SPINANDBruce Suen3-1/+268
2024-04-14mtd: nand: raw: atmel: Fix comment in timings preparationAlexander Dahl1-1/+1
2024-04-14mtd: nand: raw: Fix (most) Kconfig indentationAlexander Dahl1-53/+53
2024-04-14mtd: nand: raw: Port another option flag from LinuxAlexander Dahl1-2/+0
2024-04-14mtd: nand: raw: Use macro nand_to_mtd() where appropriateAlexander Dahl1-3/+3
2024-04-14mtd: rawnand: Meson NAND controller supportArseniy Krasnov3-0/+1258
2024-04-12net: designware: Pass all multicast frames in designware driverJim Liu1-0/+5
2024-04-12net: designware: Invalidate RX buffer cache before freeing the DMA descriptorJim Liu1-0/+5
2024-04-12net: dwc_eth_qos: Fix compilation warning in eqos_free_pkt()Patrice Chotard1-1/+1
2024-04-12Merge patch series "Introduce ICSSG Ethernet driver"Tom Rini10-0/+2299
2024-04-12net: ti: icssg: Add support sending FDB command to update rx_flow_idMD Danish Anwar4-0/+98
2024-04-12net: ti: icssg: Add ICSSG ethernet driverMD Danish Anwar4-0/+702
2024-04-12net: ti: icssg: Add icssg queues APIs and macrosMD Danish Anwar2-0/+56
2024-04-12net: ti: icssg: Add Firmware config and classification APIs.MD Danish Anwar5-0/+1234
2024-04-12net: ti: icssg: Add Firmware Interface for ICSSG Ethernet driver.MD Danish Anwar1-0/+209
2024-04-11firmware: ti_sci: Bind sysreset driver when enabledAndrew Davis2-6/+7
2024-04-11net: ti: am65-cpsw: Fix buffer overflowMichael Walle1-2/+2
2024-04-10Merge patch series "Resolve issues with booting distros on x86"Tom Rini3-7/+19
2024-04-10x86: Enable SSE in 64-bit modeSimon Glass1-0/+1
2024-04-10video: Drop unnecessary truetype operations from SPLSimon Glass1-0/+10
2024-04-10video: Correct setting of cursor positionSimon Glass1-7/+8
2024-04-10fastboot: Update help text with respect to CMDLINETom Rini1-0/+4
2024-04-10Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled"Tom Rini3-29/+26
2024-04-10fastboot: Remove dependencies on CMDLINESimon Glass2-17/+14
2024-04-10fastboot: Change fastboot_buf_addr to an addressSimon Glass2-16/+16
2024-04-10Merge tag 'xilinx-for-v2024.07-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini3-14/+30