linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-13 04:19:17 to 2023-11-13 20:55:34 UTC [more...]

[PATCH 00/20] remove I2C_CLASS_DDC support
 2023-11-13 20:54 UTC  (9+ messages)
` [PATCH 01/20] drivers/gpu/drm/rockchip: "
` [PATCH 04/20] drivers/gpu/drm/sun4i/sun4i_hdmi_i2c.c: "
` [PATCH 10/20] drivers/video/fbdev/cyber2000fb.c: "
` [PATCH 12/20] drivers/gpu/drm/mediatek/mtk_hdmi_ddc.c: "

[PATCH] pwm: bcm2835: Fix NPD in suspend/resume
 2023-11-13 20:53 UTC  (2+ messages)

[PATCH v2 0/8] dma-buf: heaps: Add secure heap
 2023-11-13 20:40 UTC  (6+ messages)
` [PATCH v2 6/8] dt-bindings: reserved-memory: Add secure CMA reserved memory range

[PATCH RFC 00/17] Solve iommu probe races around iommu_fwspec
 2023-11-13 20:35 UTC  (27+ messages)
` [PATCH RFC 05/17] iommu: Make iommu_fwspec->ids a distinct allocation
` [PATCH RFC 06/17] iommu: Add iommu_fwspec_alloc/dealloc()
` [PATCH RFC 07/17] iommu: Add iommu_probe_device_fwspec()
` [PATCH RFC 08/17] of: Do not use dev->iommu within of_iommu_configure()
` [PATCH RFC 09/17] iommu: Add iommu_fwspec_append_ids()
` [PATCH RFC 10/17] acpi: Do not use dev->iommu within acpi_iommu_configure()
` [PATCH RFC 11/17] iommu: Hold iommu_probe_device_lock while calling ops->of_xlate
` [PATCH RFC 12/17] iommu: Make iommu_ops_from_fwnode() static
` [PATCH RFC 13/17] iommu: Remove dev_iommu_fwspec_set()
` [PATCH RFC 14/17] iommu: Remove pointless iommu_fwspec_free()
` [PATCH RFC 15/17] iommu: Add ops->of_xlate_fwspec()
` [PATCH RFC 16/17] iommu: Mark dev_iommu_get() with lockdep
` [PATCH RFC 17/17] iommu: Mark dev_iommu_priv_set() with a lockdep

[PATCH v8 0/2] PCI: brcmstb: Configure appropriate HW CLKREQ# mode
 2023-11-13 20:32 UTC  (4+ messages)
` [PATCH v8 1/2] dt-bindings: PCI: brcmstb: Add property "brcm,clkreq-mode"
` [PATCH v8 2/2] PCI: brcmstb: Configure HW CLKREQ# mode appropriate for downstream device

[PATCH] arm64: dts: imx8mm-nitrogen-r2: Fix I2C mux subnode name
 2023-11-13 20:25 UTC 

[PATCH 00/10] Introduce ExynosAutov920 SoC and SADK board
 2023-11-13 19:59 UTC  (3+ messages)

[PATCH 0/6] usb: cdns: fix suspend on J7200 by assuming reset on resume
 2023-11-13 19:58 UTC  (9+ messages)
` [PATCH 1/6] dt-bindings: usb: ti,j721e-usb: add ti,j7200-usb compatible
` [PATCH 2/6] usb: cdns3-ti: move reg writes from probe into an init_hw helper
` [PATCH 3/6] usb: cdns3-ti: add suspend/resume procedures for J7200
` [PATCH 4/6] usb: cdns3: support power-off of controller when in host role
` [PATCH 5/6] usb: cdns3-ti: notify cdns core that hardware resets across suspend on J7200
` [PATCH 6/6] arm64: dts: ti: k3-j7200: use J7200-specific USB compatible

[PATCH v2 1/2] dt-bindings: watchdog: mediatek,mtk-wdt: add MT7988 watchdog and toprgu
 2023-11-13 19:53 UTC  (3+ messages)
` [PATCH v2 2/2] watchdog: mediatek: mt7988: add wdt support

[PATCH v2 0/5] Add STM32F7 SPI support
 2023-11-13 19:40 UTC  (2+ messages)
` (subset) "

[PATCH][next] hwmon: (aspeed-pwm-tacho) Fix -Wstringop-overflow warning in aspeed_create_fan_tach_channel()
 2023-11-13 19:38 UTC 

[PATCH] arm64: dts: imx8dxl-ss-conn: Fix Ethernet interrupt-names order
 2023-11-13 19:35 UTC 

[PATCH] arm64: dts: imx8mm-emcon-avari: Fix gpio-cells
 2023-11-13 19:26 UTC 

[PATCH] arm64: dts: imx8qm-ss-dma: Pass lpuart dma-names
 2023-11-13 19:21 UTC 

[PATCH v2 00/19] Update SMMUv3 to the modern iommu API (part 1/3)
 2023-11-13 17:53 UTC  (20+ messages)
` [PATCH v2 01/19] iommu/arm-smmu-v3: Add a type for the STE
` [PATCH v2 02/19] iommu/arm-smmu-v3: Master cannot be NULL in arm_smmu_write_strtab_ent()
` [PATCH v2 03/19] iommu/arm-smmu-v3: Remove ARM_SMMU_DOMAIN_NESTED
` [PATCH v2 04/19] iommu/arm-smmu-v3: Make STE programming independent of the callers
` [PATCH v2 05/19] iommu/arm-smmu-v3: Consolidate the STE generation for abort/bypass
` [PATCH v2 06/19] iommu/arm-smmu-v3: Move arm_smmu_rmr_install_bypass_ste()
` [PATCH v2 07/19] iommu/arm-smmu-v3: Move the STE generation for S1 and S2 domains into functions
` [PATCH v2 08/19] iommu/arm-smmu-v3: Build the whole STE in arm_smmu_make_s2_domain_ste()
` [PATCH v2 09/19] iommu/arm-smmu-v3: Hold arm_smmu_asid_lock during all of attach_dev
` [PATCH v2 10/19] iommu/arm-smmu-v3: Compute the STE only once for each master
` [PATCH v2 11/19] iommu/arm-smmu-v3: Do not change the STE twice during arm_smmu_attach_dev()
` [PATCH v2 12/19] iommu/arm-smmu-v3: Put writing the context descriptor in the right order
` [PATCH v2 13/19] iommu/arm-smmu-v3: Pass smmu_domain to arm_enable/disable_ats()
` [PATCH v2 14/19] iommu/arm-smmu-v3: Remove arm_smmu_master->domain
` [PATCH v2 15/19] iommu/arm-smmu-v3: Add a global static IDENTITY domain
` [PATCH v2 16/19] iommu/arm-smmu-v3: Add a global static BLOCKED domain
` [PATCH v2 17/19] iommu/arm-smmu-v3: Use the identity/blocked domain during release
` [PATCH v2 18/19] iommu/arm-smmu-v3: Pass arm_smmu_domain and arm_smmu_device to finalize
` [PATCH v2 19/19] iommu/arm-smmu-v3: Convert to domain_alloc_paging()

[PATCH v2] KVM: arm64: Only default to enabling SVE when present
 2023-11-13 18:09 UTC 

[PATCH v2,00/21] add driver to support secure video decoder
 2023-11-13 18:04 UTC  (4+ messages)
` [PATCH v2,04/21] v4l: add documentation for secure memory flag

[PATCH v2 00/15] staging: vc04_services: bcm2835-isp support
 2023-11-13 17:56 UTC  (6+ messages)
` [PATCH v2 01/15] staging: vc04_services: Add new vc-sm-cma driver

[RFC PATCH v1 0/3] Update tlb invalidation routines for FEAT_LPA2
 2023-11-13 17:49 UTC  (8+ messages)

[PATCH 00/12] arm64: Add support for FEAT_E2H0, or lack thereof
 2023-11-13 17:42 UTC  (13+ messages)
` [PATCH 01/12] arm64: cpufeatures: Correctly handle signed values
` [PATCH 02/12] arm64: cpufeature: Correctly display signed override values
` [PATCH 03/12] arm64: sysreg: Add layout for ID_AA64MMFR4_EL1
` [PATCH 04/12] arm64: cpufeature: Add ID_AA64MMFR4_EL1 handling
` [PATCH 05/12] arm64: cpufeature: Detect E2H0 not being implemented
` [PATCH 06/12] arm64: cpufeature: Detect HCR_EL2.NV1 being RES0
` [PATCH 07/12] arm64: Treat HCR_EL2.E2H as RES1 when ID_AA64MMFR4_EL1.E2H0 is non-zero
` [PATCH 08/12] arm64: Add override for ID_AA64MMFR4_EL1.E2H0
` [PATCH 09/12] arm64: Add MIDR-based override infrastructure
` [PATCH 10/12] arm64: Add MIDR-based overrides for ID_AA64MMFR4_EL1.E2H0
` [PATCH 11/12] KVM: arm64: Expose ID_AA64MMFR4_EL1 to guests
` [PATCH 12/12] KVM: arm64: Force guest's HCR_EL2.E2H RES1 when NV1 is not implemented

[PATCH v3] arm64/fpsimd: Suppress SVE access traps when loading FPSIMD state
 2023-11-13 17:37 UTC 

[PATCH v1 2/2] KVM: arm64: allow the VM to select DEVICE_* and NORMAL_NC for IO memory
 2023-11-13 17:41 UTC  (11+ messages)

[PATCH v7 0/3] PCI: brcmstb: Configure appropriate HW CLKREQ# mode
 2023-11-13 17:36 UTC  (2+ messages)

[PATCH] watchdog: bcm2835_wdt: Fix WDIOC_SETTIMEOUT handling
 2023-11-13 16:33 UTC  (3+ messages)

[PATCH 03/52] serial: 8250: Convert to platform remove callback returning void
 2023-11-13 16:22 UTC  (9+ messages)
` [PATCH 08/52] serial: atmel: "
` [PATCH 52/52] serial: xilinx_uartps: "

[PATCH 0/2] StarFive's Starlink PMU Support
 2023-11-13 16:20 UTC  (5+ messages)
` [PATCH 1/2] perf: starfive: Add StarLink PMU support
` [PATCH 2/2] dt-bindings: perf: starfive: Add StarLink PMU

[PATCH 0/3] ASoC: SOF: mediatek: remove unused variables
 2023-11-13 16:14 UTC  (2+ messages)

[PATCH] firmware: psci: Fix return value from psci_system_suspend()
 2023-11-13 15:34 UTC 

[PATCH v2 10/15] staging: vc04_services: bcm2835-isp: Add a more complex ISP processing component
 2023-11-13 15:25 UTC  (3+ messages)
` [PATCH] fixup! "

[PATCH 1/3] arm64: dts: rockchip: Add Radxa ROCK 4C+ DSI DT-overlay
 2023-11-13 15:15 UTC  (3+ messages)

[PATCH v2] ARM: multi_v7_defconfig: Enable RPMSG CHAR and CTRL
 2023-11-13 15:13 UTC 

[PATCH v6 0/9] variable-order, large folios for anonymous memory
 2023-11-13 15:04 UTC  (9+ messages)

[PATCH v3 0/9] Remove some unneeded arm/mach- dirs
 2023-11-13 14:43 UTC  (10+ messages)
` [PATCH v3 1/9] ARM: Kconfig: move platform selection into its own Kconfig file
` [PATCH v3 2/9] ARM: mach-asm9260: Move ASM9260 support into Kconfig.platforms
` [PATCH v3 3/9] ARM: mach-rda: Move RDA Micro "
` [PATCH v3 4/9] ARM: mach-uniphier: Move Socionext UniPhier "
` [PATCH v3 5/9] ARM: mach-moxart: Move MOXA ART "
` [PATCH v3 6/9] ARM: mach-airoha: Rework support and directory structure
` [PATCH v3 7/9] ARM: mach-sunplus: "
` [PATCH v3 8/9] ARM: mach-hpe: "
` [PATCH v3 9/9] ARM: mach-nspire: "

[PATCH] firmware: arm_scmi: Populate fastchannel info only if set operations are allowed
 2023-11-13 14:32 UTC 

[RFC v5 0/4] firmware: arm_scmi: Add SCMI v3.2 pincontrol protocol basic support
 2023-11-13 14:23 UTC  (8+ messages)
` [RFC v5 5/5] dt-bindings: firmware: arm,scmi: Add support for pinctrl protocol

[PATCH] pinctrl: stm32: Add check for devm_kcalloc
 2023-11-13 14:12 UTC  (2+ messages)

[PATCH] dt-bindings: iommu: arm,smmu: document clocks for the SM8350 GPU SMMU
 2023-11-13 13:53 UTC  (2+ messages)

[PATCH 0/9] staging: vc04_services: Smatch fixes and remove custom logging
 2023-11-13 13:44 UTC  (6+ messages)
` [PATCH 5/9] staging: vc04_services: Do not pass NULL to vchiq_log_error()

[PATCH 0/4] Improvement around mtk_vcodec_mem_free() logging and usage
 2023-11-13 12:26 UTC  (5+ messages)
` [PATCH 1/4] media: mediatek: vcodec: Replace dev_name in error string
` [PATCH 2/4] media: mediatek: vcodec: Drop unnecessary variable
` [PATCH 3/4] media: mediatek: vcodec: Fix mtk_vcodec_mem_free() error log criteria
` [PATCH 4/4] media: mediatek: vcodec: Drop VA check against mtk_vcodec_mem_free()

[PATCH] gpio: mxc: implement get_direction callback
 2023-11-13 12:29 UTC  (3+ messages)

[PATCH 0/4] firmware: arm_ffa: Few fixes for FF-A notification support
 2023-11-13 12:25 UTC  (2+ messages)

[PATCH] firmware: arm_ffa: Declare ffa_bus_type structure in the header
 2023-11-13 12:25 UTC  (2+ messages)

[PATCH] firmware: arm_ffa: Fix the size of the allocation in ffa_partitions_cleanup()
 2023-11-13 12:25 UTC  (2+ messages)

[PATCH] firmware: arm_ffa: Fix ffa_notification_info_get() IDs handling
 2023-11-13 12:24 UTC  (2+ messages)

[PATCH v14 00/34] KVM: guest_memfd() and per-page attributes
 2023-11-13 12:21 UTC  (2+ messages)

[PATCH v4 00/12] KVM: arm64: Support FEAT_LPA2 at hyp s1 and vm s2
 2023-11-13 12:16 UTC  (5+ messages)
` [PATCH v4 04/12] KVM: arm64: Add ARM64_HAS_LPA2 CPU capability

[PATCH 0/8] Add support for Sonoff iHost RV1126 Smart Home Gateway
 2023-11-13 12:07 UTC  (9+ messages)
` [PATCH 1/8] ARM: dts: rockchip: rv1126: Add alternate UART pins
` [PATCH 2/8] ARM: dts: rockchip: rv1126: Serial aliases
` [PATCH 3/8] i2c: rk3x: Adjust grf offset for i2c2 on rv1126
` [PATCH 4/8] ARM: dts: rockchip: rv1126: Add i2c2 nodes
` [PATCH 5/8] ARM: dts: rockchip: rv1126: Split up rgmii1 pinctrl
` [PATCH 6/8] ARM: dts: rockchip: rv1126: Add ethernet alias
` [PATCH 7/8] ARM: dts: Add Sonoff iHost Smart Home Hub
` [PATCH 8/8] dt-bindings: arm: rockchip: Add Sonoff iHost

[PATCH v3 1/2] dt-bindings: arm: Add compatible for SKOV i.MX8MP RevB board
 2023-11-13 11:38 UTC  (2+ messages)
` [PATCH v3 2/2] arm64: dts: freescale: Add SKOV IMX8MP CPU revB board

[PATCH v5 0/3] arm64: perf: Add support for event counting threshold
 2023-11-13 11:25 UTC  (4+ messages)
` [PATCH v5 1/3] arm64: perf: Include threshold control fields in PMEVTYPER mask
` [PATCH v5 2/3] arm64: perf: Add support for event counting threshold
` [PATCH v5 3/3] Documentation: arm64: Document the PMU event counting threshold feature

[PATCH 1/4] mtd: rawnand: brcmnand: Convert to platform remove callback returning void
 2023-11-13 11:12 UTC  (2+ messages)

[PATCH v9 0/4] Implement MTE tag compression for swapped pages
 2023-11-13 10:52 UTC  (5+ messages)
` [PATCH v9 1/4] arm64: mte: implement CONFIG_ARM64_MTE_COMP
` [PATCH v9 2/4] arm64: mte: add a test for MTE tags compression
` [PATCH v9 3/4] arm64: mte: add compression support to mteswap.c
` [PATCH v9 4/4] arm64: mte: implement CONFIG_ARM64_MTE_SWAP_STATS

[PATCH v8 0/3] Implement MTE tag compression for swapped pages
 2023-11-13 10:45 UTC  (5+ messages)
` [PATCH v8 3/3] arm64: mte: add compression support to mteswap.c

[PATCH RFC 00/22] Initial cleanups for vCPU hotplug
 2023-11-13 10:01 UTC  (18+ messages)
` [PATCH RFC 05/22] ACPI: Move ACPI_HOTPLUG_CPU to be disabled on arm64 and riscv
` [PATCH RFC 10/22] drivers: base: Move cpu_dev_init() after node_dev_init()
` [PATCH RFC 17/22] x86/topology: convert to use arch_cpu_is_hotpluggable()
` [PATCH RFC 18/22] LoongArch: Switch over to GENERIC_CPU_DEVICES
` [PATCH RFC 20/22] LoongArch: convert to use arch_cpu_is_hotpluggable()
` [PATCH RFC 21/22] riscv: Switch over to GENERIC_CPU_DEVICES
` [PATCH RFC 22/22] riscv: convert to use arch_cpu_is_hotpluggable()

[PATCH] arm64: dts: imx93: correct mediamix power
 2023-11-13 10:02 UTC 

[PATCH v2 0/2] iommu: Allow passing custom allocators to pgtable drivers
 2023-11-13  9:11 UTC  (7+ messages)

[PATCH 00/11] pwm: Some random cleanups
 2023-11-13  8:35 UTC  (8+ messages)
` [PATCH 01/11] pwm: bcm-iproc: Simplify using devm functions
` [PATCH 02/11] pwm: bcm2835: "
` [PATCH 03/11] pwm: brcmstb: "

[PATCH v6 0/5] Add support for DCMIPP camera interface of STMicroelectronics STM32 SoC series
 2023-11-13  7:05 UTC  (6+ messages)
` [PATCH v6 1/5] dt-bindings: media: add bindings for stm32 dcmipp
` [PATCH v6 2/5] media: MAINTAINERS: add entry for STM32 DCMIPP driver
` [PATCH v6 3/5] media: stm32-dcmipp: STM32 DCMIPP camera interface driver
` [PATCH v6 4/5] ARM: dts: stm32: add dcmipp support to stm32mp135
` [PATCH v6 5/5] ARM: multi_v7_defconfig: enable STM32 DCMIPP media support

[PATCH v5 0/5] Add support for DCMIPP camera interface of STMicroelectronics STM32 SoC series
 2023-11-13  7:02 UTC  (4+ messages)
` [PATCH v5 3/5] media: stm32-dcmipp: STM32 DCMIPP camera interface driver

[PATCH v1] mtd: rawnand: meson: initialize clock register
 2023-11-13  6:47 UTC  (3+ messages)

[PATCH 0/3] Add GPIO interrupt support for Amlogic-T7 SoCs
 2023-11-13  6:03 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).