summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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
2023-07-14video: Allow temporary colour changesSimon Glass1-0/+20
2023-07-14fdt: Allow more general use of livetreeSimon Glass1-5/+21
2023-07-14fdt: Clarify the fdt pre-relocation warningSimon Glass1-1/+1
2023-07-14console: Correct truetype spacing errorSimon Glass1-1/+1
2023-07-14video: Provide a way to clear part of the consoleSimon Glass2-69/+55
2023-07-14video: Drop #ifdefs from console_truetypeSimon Glass1-56/+56
2023-07-14dm: core: Avoid registering an inaccessible treeSimon Glass1-0/+9
2023-07-14gpio: Avoid using an invalid ofnodeSimon Glass1-1/+1
2023-07-14Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spiTom Rini9-48/+792
2023-07-14Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini1-4/+16
2023-07-14Merge tag 'u-boot-imx-20230713' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini14-147/+680
2023-07-13clk: imx8mp: Update clocks based on kernel 6.4-RC4Adam Ford1-1/+2
2023-07-13dm: adc: add iMX93 ADC supportLuca Ellero3-0/+299
2023-07-13imx: imx8ulp: start the ELE RNG at bootPeng Fan1-0/+25
2023-07-13imx: misc: ele_mu: Update ELE MU driverYe Li1-5/+15
2023-07-13imx: misc: ele_mu: Update MU TR registers countYe Li1-2/+2
2023-07-13imx: ele_api: add DEK Blob generationPeng Fan1-0/+44
2023-07-13imx: ele_api: support program secure fuse and return lifecyclePeng Fan1-1/+63
2023-07-13imx: use generic name ele(EdgeLockSecure Enclave)Peng Fan6-131/+131
2023-07-13imx: scu_api: update to version 1.16 and add more APIsPeng Fan1-0/+78
2023-07-13imx: mach: correct SCU API usagePeng Fan1-5/+4
2023-07-13mtd: spi-nor: Add support for w25q256jwmVenkatesh Yadav Abbarapu1-0/+5
2023-07-13spi: npcm_pspi: use ACTIVE_LOW flag for cs gpio and set default max_hzJim Liu1-4/+8
2023-07-13mtd: spi-nor-ids: add xtxtech part#Bruce Suen1-1/+35
2023-07-13mtd: spi-nor-ids: change full company name of XTXBruce Suen1-1/+1
2023-07-13spi: soft_spi: Support the recommended soft spi propertiesFabio Estevam1-4/+17
2023-07-13spi: synquacer: remove SPI_TX_BYTE handlingMasahisa Kojima1-5/+3
2023-07-13spi: bcmbca-hsspi: Add driver for newer HSSPI controllerWilliam Zhang3-0/+424
2023-07-13spi: bcm63xx-hsspi: Add prepend mode supportWilliam Zhang1-17/+242
2023-07-13spi: bcm63xx-hsspi: Add new compatible string supportWilliam Zhang1-0/+1
2023-07-13spi: bcm63xx-hsspi: Fix multi-bit mode settingWilliam Zhang1-7/+10
2023-07-13spi: bcm63xx-hsspi: Make driver depend on BCMBCA archWilliam Zhang1-2/+2
2023-07-13spi: pl022: Add chip-select gpio supportLukas Funke1-2/+33
2023-07-13spi: pl022: Remove platform data headerStefan Herbrechtsmeier1-1/+7
2023-07-13spi: pl022: Rename flush into pl022_spi_flushStefan Herbrechtsmeier1-3/+3
2023-07-13spi: pl022: Align compatible property with device tree bindingLukas Funke1-1/+1
2023-07-13mtd: nand: pxa3xx: Enable devbus/nand arbiter on Armada 8KChris Packham1-1/+2
2023-07-13mtd: nand: pxa3xx: Add support for the Marvell AC5 SoCChris Packham1-3/+14
2023-07-12riscv: Rename SiFive CLINT to RISC-V ALINTBin Meng2-11/+11
2023-07-12riscv: timer: Update the sifive clint timer driver to support aclintBin Meng1-5/+11
2023-07-12ram: starfive: Read memory size information from EEPROMYanhong Wang1-2/+0
2023-07-12net: dwc_eth_qos: Add StarFive ethernet driver glue layerYanhong Wang5-0/+264
2023-07-12net: phy: Add driver for Motorcomm yt8531 gigabit ethernet phyYanhong Wang3-0/+444
2023-07-11serial: pl01x: Modify pending callback to test if transmit FIFO is emptyLukasz Majewski1-1/+1
2023-07-11serial: pl01x: Prepare the driver to support SPL_OF_PLATDATALukasz Majewski1-0/+12
2023-07-11serial: pl01x: Change OF_CONTROL to OF_REALLukasz Majewski1-1/+1
2023-07-11power: imx8m-power-domain: Add delay to align with kernel driverFabio Estevam1-0/+3
2023-07-07sysreset: Change Kconfig GPIO dependencyMichal Simek1-2/+2