summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-26video: panel: add Renesas R69328 MIPI DSI panel driverSvyatoslav Ryhel
2023-04-26video: panel: add Renesas R61307 MIPI DSI panel driverSvyatoslav Ryhel
2023-04-26video: bridge: add Solomon SSD2825 DSI/LVDS driverSvyatoslav Ryhel
2023-04-26video: add lm3533 backlight driverSvyatoslav Ryhel
2023-04-25gpio-uclass: fix off-by-one in gpio_request_list_by_name_nodev()Rasmus Villemoes
2023-04-25xen: Limit execution to EL1 onlyMichal Simek
2023-04-25xen: Add dependency on armv8Michal Simek
2023-04-25arm: omap3: Directly use SMC #1 in lowlevel_init.SPali Rohár
2023-04-25tools: env: update lock path in READMEJohn Keeping
2023-04-25ata: pci: enable bus masteringChristian Gmeiner
2023-04-25mpc8379erdb: Convert to using DM_SERIALSinan Akman
2023-04-25qemu: dfu: Correct memset call in set_dfu_alt_infoTom Rini
2023-04-25api: Rework menu, and make it depend on CC_IS_GCCTom Rini
2023-04-25sysreset: psci: add psci_sysreset_get_statusPeng Fan
2023-04-25sysreset: psci: enable DM_FLAG_PRE_RELOCPeng Fan
2023-04-25firmware: psci: enable DM_FLAG_PRE_RELOCPeng Fan
2023-04-25xen: Fix Kconfig dependenciesMichal Simek
2023-04-25pytest: Use --lazy with umountTom Rini
2023-04-25usb: gadget: f_mass_storage: Rework do_request_sense slightlyTom Rini
2023-04-25boot/image-board.c: Silence warning in select_ramdiskTom Rini
2023-04-25armv7: Use isb/dsb directly in start.STom Rini
2023-04-25arm: Centralize fixed register logicTom Rini
2023-04-25clang: Don't look for libgccTom Rini
2023-04-25clang: Add $(CLANG_TARGET) to LDPPFLAGSTom Rini
2023-04-25arm: Only support ARM64_CRC32 when using GCCTom Rini
2023-04-25fs: yaffs2: Make yaffsfs_deviceList staticBin Meng
2023-04-25test: move unit tests into a sub-menuHeinrich Schuchardt
2023-04-25test: improve configuration for Kconfig test optionsHeinrich Schuchardt
2023-04-25arm64: interrupts: print FAR_ELx on sync exceptionsPavel Skripkin
2023-04-25configs: Create minimal vexpress_fvp_defconfigPeter Hoyes
2023-04-25vexpress64: Enable VIRTIO_MMIO and RTC_PL031 in the base modelPeter Hoyes
2023-04-25vexpress64: Use OF_HAS_PRIOR_STAGE for BASE_FVP variantPeter Hoyes
2023-04-25include: configs: am64x_evm: Change to using .envNikhil M Jain
2023-04-25arch: mach-k3: j721s2_init: Disable the firewallsJayesh Choudhary
2023-04-25soc: soc_ti_k3: fix revision array bounds checksRasmus Villemoes
2023-04-25armv8: enable HAFDBS for other ELx when FEAT_HAFDBS is presentmeitao
2023-04-25arm64: Use level-2 for largest block mappings when FEAT_HAFDBS is presentMarc Zyngier
2023-04-25arm64: Use FEAT_HAFDBS to track dirty pages when availableMarc Zyngier
2023-04-25Merge branch '2023-04-25-use-bounce-buffers-for-VIRTIO_F_IOMMU_PLATFORM'Tom Rini
2023-04-25spi: synquacer: Silence uninitialized variable warningsIlias Apalodimas
2023-04-25mtd: spi-nor: missing fallthrough in set_4byte()Heinrich Schuchardt
2023-04-25spi: npcm-fiu: add regulator feature and remove set clockJim Liu
2023-04-25spi: f-ospi: Add missing spi_mem_default_supports_op() helperKunihiko Hayashi
2023-04-25spi: spi-mem: perform odd len check only while writing dataDhruva Gole
2023-04-25spi: spi-mem: s/dummy/data buswidth check in dtr_supports_op()Dhruva Gole
2023-04-25mtd: spi-nor: Add CHIP_ERASE optimizationMarek Vasut
2023-04-25virtio: Use bounce buffers when VIRTIO_F_IOMMU_PLATFORM is setWill Deacon
2023-04-25virtio: Allocate bounce buffers for devices with VIRTIO_F_IOMMU_PLATFORMWill Deacon
2023-04-25virtio: Add helper functions to attach/detach vring descriptorsWill Deacon
2023-04-25virtio: Allocate virtqueue in page-size unitsWill Deacon