aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-01-29video: console: Fix buffer overflow in cmd 'font list'Janne Grunau1-1/+1
2024-01-29video: Support VIDEO_X2R10G10B10 in truetype consoleJanne Grunau1-2/+8
2024-01-29video: tidss: Use DT property names for parsing nodesDevarsh Thakkar1-5/+5
2024-01-29Merge patch series "Move framebuffer reservation for SPL to RAM end"Tom Rini1-12/+28
2024-01-29video: Fill video handoff in video post probeDevarsh Thakkar1-10/+20
2024-01-29video: Skip framebuffer reservation if already reservedDevarsh Thakkar1-2/+8
2024-01-29Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-spiTom Rini6-145/+114
2024-01-29net: sun8i-emac: Add support for fixed-link phyMaksim Kiselev1-5/+2
2024-01-29mtd: spi-nor-ids: Add Infineon(Cypress) s28hs02gt IDTakahiro Kuwano1-0/+1
2024-01-29mtd: spi-nor-core: Rework spi_nor_cypress_octal_dtr_enable()Takahiro Kuwano1-27/+27
2024-01-29mtd: spi-nor-core: Consolidate post_bfpt_fixup() for Infineon(Cypress) S25 an...Takahiro Kuwano1-46/+6
2024-01-29mtd: spi-nor-core: Consolidate setup() hook for Infineon(Cypress) S25 and S28Takahiro Kuwano1-37/+4
2024-01-29mtd: spi-nor-core: Rework s25_mdp_ready() to support Octal DTR modeTakahiro Kuwano1-3/+3
2024-01-29mtd: spi-nor-core: Use CLPEF(0x82) as alternative to CLSR(0x30) for S25 and S28Takahiro Kuwano1-1/+1
2024-01-29mtd: spi-nor-core: Rework spansion_read_any_reg() to support Octal DTR modeTakahiro Kuwano1-5/+29
2024-01-29mtd: spi-nor-core: Consolidate non-uniform erase helpers for S25 and S28Takahiro Kuwano1-10/+3
2024-01-29mtd: spi-nor-core: Clean up macros for Infineon(Cypress) S25 and S28Takahiro Kuwano1-12/+14
2024-01-29mtd: spi: spi-nor-ids: Add more XM25Q series chipsSsunk1-0/+4
2024-01-29spi: cadence_qspi: Address the comparison failure for 0-8 bytes of dataTejas Bhumkar3-3/+7
2024-01-29mtd: spi-nor-ids: Add is25lx512 chipTejas Bhumkar1-0/+2
2024-01-29spi: dw: add check for Rx FIFO overflowMaksim Kiselev1-3/+15
2024-01-27Merge branch 'master-cleanup' of https://source.denx.de/u-boot/custodians/u-b...WIP/27Jan2024Tom Rini39-39/+0
2024-01-27pinctrl: renesas: Drop include common.hMarek Vasut16-16/+0
2024-01-27clk: renesas: Drop include common.hMarek Vasut23-23/+0
2024-01-26smbios: use struct_table_length to get SMBIOS 2.1 total table lengthMasahisa Kojima1-1/+1
2024-01-24reset: reset-hisilicon: also handle #reset-cells = <2>Yang Xiwen1-2/+13
2024-01-22mtd: Make CONFIG_MTD be the gate symbol for the menuTom Rini1-2/+4
2024-01-22clk: altera: n5x: Fix MEMCLKMGR_EXTCNTRST_C0CNTRST to bit(0)Dinesh Maniyam1-2/+2
2024-01-20Merge patch series "k3-j721e: beagleboneai: Fix USB"Tom Rini1-10/+18
2024-01-20usb: cdns3: avoid error messages if phys don't existRoger Quadros1-10/+18
2024-01-19Merge tag 'u-boot-stm32-20240119' of https://source.denx.de/u-boot/custodians...Tom Rini1-2/+2
2024-01-19Merge branch '2024-01-18-assorted-fixes'Tom Rini3-8/+24
2024-01-19arm: Rename STM32MP15xPatrick Delaunay1-1/+1
2024-01-19arm: Rename STM32MP13xPatrick Delaunay1-1/+1
2024-01-19configs: rockchip: Use dwc3-generic driver on RK3328 and RK3399Jonas Karlman1-1/+0
2024-01-18nvme: Update nvme_scan_namespace to keep trying on busyMoritz Fischer1-1/+3
2024-01-18nvme: Fix error code and log to indicate busyMoritz Fischer1-2/+2
2024-01-18drivers: pci: Fix dm_pci_map_bar() to support 64b BARsMoritz Fischer1-0/+11
2024-01-18iommu: dont fail silentlyCaleb Connolly1-5/+8
2024-01-17Merge tag 'efi-2024-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini3-0/+113
2024-01-17rtc: driver for Goldfish RTCHeinrich Schuchardt3-0/+113
2024-01-16reset: npcm: Add support for Nuvoton NPCM BMC familyJim Liu3-0/+153
2024-01-16smbios: copy QEMU tablesHeinrich Schuchardt3-0/+205
2024-01-16Merge tag 'qcom-2024.04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-bo...WIP/16Jan2024Tom Rini37-336/+2330
2024-01-16pmic: qcom: dont use dev_read_addr to get USIDCaleb Connolly1-4/+11
2024-01-16spmi: msm: fix register range namesCaleb Connolly1-28/+18
2024-01-16gpio: qcom_pmic: drop gpio-count propertyCaleb Connolly1-8/+5
2024-01-16gpio: qcom_pmic: support upstream DTCaleb Connolly1-3/+28
2024-01-16gpio: qcom_pmic: drop pon GPIO driverCaleb Connolly2-107/+2
2024-01-16button: qcom-pmic: introduce Qualcomm PMIC button driverCaleb Connolly3-0/+175