linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-27 08:09:19 to 2023-03-27 14:39:56 UTC [more...]

[PATCH] ASoC: meson: Use the devm_clk_get_optional() helper
 2023-03-27 14:38 UTC  (3+ messages)

[PATCH v2] iommu/rockchip: Add missing set_platform_dma_ops callback
 2023-03-27 14:35 UTC  (2+ messages)

[PATCH] perf/arm-cmn: Fix and refactor device mapping resource
 2023-03-27 14:27 UTC  (3+ messages)

[RFC PATCH] arch_topology: Pre-allocate cacheinfo from primary CPU
 2023-03-27 14:23 UTC  (3+ messages)

[PATCH v2 0/3] Fix G12 PMU conflict
 2023-03-27 14:17 UTC  (7+ messages)
` [PATCH v2 1/3] arm64: dts: meson-g12-common: specify full DMC range
` [PATCH v2 2/3] perf/amlogic: resolve conflict between canvas & pmu
` [PATCH v2 3/3] perf/amlogic: adjust register offsets
` (subset) [PATCH v2 0/3] Fix G12 PMU conflict

[net-next PATCH v6 00/16] net: Add basic LED support for switch/phy
 2023-03-27 14:10 UTC  (17+ messages)
` [net-next PATCH v6 01/16] net: dsa: qca8k: move qca8k_port_to_phy() to header
` [net-next PATCH v6 02/16] net: dsa: qca8k: add LEDs basic support
` [net-next PATCH v6 03/16] net: dsa: qca8k: add LEDs blink_set() support
` [net-next PATCH v6 04/16] leds: Provide stubs for when CLASS_LED & NEW_LEDS are disabled
` [net-next PATCH v6 05/16] net: phy: Add a binding for PHY LEDs
` [net-next PATCH v6 06/16] net: phy: phy_device: Call into the PHY driver to set LED brightness
` [net-next PATCH v6 07/16] net: phy: marvell: Add software control of the LEDs
` [net-next PATCH v6 08/16] net: phy: phy_device: Call into the PHY driver to set LED blinking
` [net-next PATCH v6 09/16] net: phy: marvell: Implement led_blink_set()
` [net-next PATCH v6 10/16] dt-bindings: leds: Document support for generic ethernet LEDs
` [net-next PATCH v6 11/16] dt-bindings: net: ethernet-controller: Document support for LEDs node
` [net-next PATCH v6 12/16] dt-bindings: net: dsa: qca8k: add LEDs definition example
` [net-next PATCH v6 13/16] ARM: dts: qcom: ipq8064-rb3011: Drop unevaluated properties in switch nodes
` [net-next PATCH v6 14/16] ARM: dts: qcom: ipq8064-rb3011: Add Switch LED for each port
` [net-next PATCH v6 15/16] dt-bindings: net: phy: Document support for LEDs node
` [net-next PATCH v6 16/16] arm: mvebu: dt: Add PHY LED support for 370-rd WAN port

[PATCH 1/3] perf/amlogic: Fix config1/config2 parsing issue
 2023-03-27 14:10 UTC  (3+ messages)
` [PATCH 2/3] perf/amlogic: Fix large number of counter issue

[PATCH v11 0/5] add Amlogic A1 clock controller drivers
 2023-03-27 14:02 UTC  (16+ messages)
` [PATCH v11 3/5] dt-bindings: clock: meson: add A1 PLL and Peripherals clkcs bindings
` [PATCH v11 5/5] clk: meson: a1: add Amlogic A1 Peripherals clock controller driver

[PATCH 0/2] Add SCMI support for mailbox unidirectional channels
 2023-03-27 14:03 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: firmware: arm,scmi: Support mailboxes "
` [PATCH 2/2] firmware: arm_scmi: Add support for unidirectional mailbox channels

[PATCH 0/3] cacheinfo: Correctly fallback to using clidr_el1's information
 2023-03-27 14:13 UTC  (7+ messages)
` [PATCH 1/3] cacheinfo: Check sib_leaf in cache_leaves_are_shared()
` [PATCH 2/3] cacheinfo: Check cache properties are present in DT
` [PATCH 3/3] cacheinfo: Add use_arch[|_cache]_info field/function

[PATCH v3 0/4] Add ftrace direct call for arm64
 2023-03-27 13:45 UTC  (3+ messages)
` [PATCH v3 3/4] arm64: ftrace: Add direct call trampoline samples support

[PATCH 00/21] dma-mapping: unify support for cache flushes
 2023-03-27 13:37 UTC  (27+ messages)
` [PATCH 01/21] openrisc: dma-mapping: flush bidirectional mappings
` [PATCH 02/21] xtensa: dma-mapping: use normal cache invalidation rules
` [PATCH 03/21] sparc32: flush caches in dma_sync_*for_device
` [PATCH 04/21] microblaze: dma-mapping: skip extra DMA flushes
` [PATCH 05/21] powerpc: dma-mapping: split out cache operation logic
` [PATCH 06/21] powerpc: dma-mapping: minimize for_cpu flushing
` [PATCH 07/21] powerpc: dma-mapping: always clean cache in _for_device() op
` [PATCH 08/21] riscv: dma-mapping: only invalidate after DMA, not flush
` [PATCH 09/21] riscv: dma-mapping: skip invalidation before bidirectional DMA
` [PATCH 10/21] csky: dma-mapping: skip invalidating before DMA from device
` [PATCH 11/21] mips: dma-mapping: skip invalidating before bidirectional DMA
` [PATCH 12/21] mips: dma-mapping: split out cache operation logic
` [PATCH 13/21] arc: dma-mapping: skip invalidating before bidirectional DMA
` [PATCH 14/21] parisc: dma-mapping: use regular flush/invalidate ops
` [PATCH 15/21] ARM: dma-mapping: always invalidate WT caches before DMA
` [PATCH 16/21] ARM: dma-mapping: bring back dmac_{clean,inv}_range
` [PATCH 17/21] ARM: dma-mapping: use arch_sync_dma_for_{device,cpu}() internally
` [PATCH 18/21] ARM: drop SMP support for ARM11MPCore
` [PATCH 19/21] ARM: dma-mapping: use generic form of arch_sync_dma_* helpers
` [PATCH 20/21] ARM: dma-mapping: split out arch_dma_mark_clean() helper
` [PATCH 21/21] dma-mapping: replace custom code with generic implementation

[PATCH v4 0/6] Support writable CPU ID registers from userspace
 2023-03-27 13:34 UTC  (13+ messages)
` [PATCH v4 1/6] KVM: arm64: Move CPU ID feature registers emulation into a separate file
` [PATCH v4 2/6] KVM: arm64: Save ID registers' sanitized value per guest
` [PATCH v4 3/6] KVM: arm64: Use per guest ID register for ID_AA64PFR0_EL1.[CSV2|CSV3]
` [PATCH v4 4/6] KVM: arm64: Use per guest ID register for ID_AA64DFR0_EL1.PMUVer
` [PATCH v4 5/6] KVM: arm64: Introduce ID register specific descriptor
` [PATCH v4 6/6] KVM: arm64: Refactor writings for PMUVer/CSV2/CSV3

[PATCH V10 0/4] Add minimal boot support for IPQ9574
 2023-03-27 13:27 UTC  (4+ messages)
` [PATCH V10 1/4] dt-bindings: clock: Add ipq9574 clock and reset definitions
` [PATCH V10 3/4] arm64: dts: qcom: Add support for ipq9574 SoC and RDP433 variant
` [PATCH V10 4/4] arm64: defconfig: Enable IPQ9574 SoC base configs

[PATCH V2 5/6] arm64: dts: imx8mp: add vpu pgc nodes
 2023-03-27 13:23 UTC  (4+ messages)
` [PATCH] "

[RFC PATCH] media: hantro: respect data_offset in vb2_plane
 2023-03-27 13:23 UTC 

[PATCH v1 00/18] Permission Indirection Extension
 2023-03-27 13:20 UTC  (14+ messages)
` [PATCH v1 05/18] arm64/sysreg: add PIR*_ELx registers
` [PATCH v1 06/18] arm64: cpufeature: add system register ID_AA64MMFR3
` [PATCH v1 07/18] arm64: cpufeature: add TCR2 cpucap
` [PATCH v1 08/18] arm64: cpufeature: add Permission Indirection Extension cpucap
` [PATCH v1 09/18] KVM: arm64: Save/restore TCR2_EL1
` [PATCH v1 10/18] KVM: arm64: Save/restore PIE registers

[PATCH v4 0/3] dts: imx8qxp add cdns usb3 port
 2023-03-27 13:12 UTC  (3+ messages)
` [PATCH v4 1/3] dt-bindings: usb: cdns-imx8qm: add imx8qm cdns3 glue layer

[PATCH v2] arm64: dts: rk3399-pinephone-pro: Add internal display support
 2023-03-27 13:01 UTC  (7+ messages)

[RFC 0/2] VP8 stateless V4L2 encoding uAPI + driver
 2023-03-27 12:53 UTC  (6+ messages)
` [RFC 1/2] media: uapi: Add VP8 stateless encoder controls

[PATCH v3] dt-bindings: arm-smmu: Add compatible for SM8550 SoC
 2023-03-27 12:52 UTC  (2+ messages)

[PATCH v5] iommu/arm-smmu-qcom: Limit the SMR groups to 128
 2023-03-27 12:52 UTC  (2+ messages)

[PATCH v3 0/6] Clean up Adreno SMMU bindings
 2023-03-27 12:52 UTC  (2+ messages)

[PATCH 0/2] SM6115 GPU SMMU
 2023-03-27 12:51 UTC 

[PATCH] iommu/arm-smmu-v3: Explain why ATS stays disabled with bypass
 2023-03-27 12:51 UTC  (2+ messages)

[PATCH] pwm: meson: add support for S4 chip family
 2023-03-27 12:13 UTC  (4+ messages)

[PATCH v3] fpga: zynq: Add parse_header ops support
 2023-03-27 12:20 UTC 

[PATCH 070/117] media: jpeg-core: Convert to platform remove callback returning void
 2023-03-27 12:31 UTC  (4+ messages)
` [PATCH 071/117] media: s5p_mfc: "

[PATCH v4] arm64: pmuv3: dynamically map PERF_COUNT_HW_BRANCH_INSTRUCTIONS
 2023-03-27 12:25 UTC 

[PATCH] iommu/arm-smmu-v3: Fix event queue overflow acknowledgment
 2023-03-27 12:12 UTC  (2+ messages)

[PATCH] arm64: dts: imx8mp-evk: add dual-role usb port1 support
 2023-03-27 11:48 UTC  (5+ messages)

[PATCH v5 0/5] pinctrl: s32: driver improvements and generic struct use
 2023-03-27 11:58 UTC  (3+ messages)
` [PATCH v5 5/5] pinctrl: s32: separate const device data from struct s32_pinctrl_soc_info

[PATCH] soc: bcm: brcmstb: biuctrl: fix of_iomap leak
 2023-03-27 11:54 UTC 

[PATCH v2 net-next 0/6] ATU and FDB synchronization on locked ports
 2023-03-27 11:52 UTC  (3+ messages)
` [PATCH v2 net-next 2/6] net: dsa: propagate flags down towards drivers

Race condition between Linux and M4 app with rpmsg link init
 2023-03-27 11:49 UTC 

[PATCH v18 0/3] Add MediaTek MT6370 PMIC support
 2023-03-27 11:46 UTC  (3+ messages)
` [PATCH v18 1/3] leds: rgb: mt6370: Add MediaTek MT6370 current sink type LED Indicator support

[PATCH] perf/smmuv3: add a check of devm_add_action in smmu_pmu_setup_msi
 2023-03-27 11:26 UTC  (2+ messages)

[PATCH v5 0/2] Add MediaTek MT8365 I2C support
 2023-03-27 10:59 UTC  (6+ messages)
` [PATCH v5 1/2] arm64: dts: mediatek: add i2c support for mt8365 SoC
` [PATCH v5 2/2] arm64: dts: mediatek: enable i2c0 for mt8365-evk board

[PATCH V2 0/8] ARM: dts: imx6ull: Add chargebyte Tarragon support
 2023-03-27 10:57 UTC  (6+ messages)
` [PATCH V2 4/8] dt-bindings: iio: st-sensors: Add IIS328DQ accelerometer

[PATCH] ARM: dts: omap4: add initial support for Epson Moverio BT-200
 2023-03-27 10:57 UTC  (3+ messages)

[PATCH] arm64: dts: imx8mm-evk: correct pmic clock source
 2023-03-27 10:17 UTC  (2+ messages)

[PATCH] arm64: dts: imx8mn-evk: update i2c pinctrl to match dtschema
 2023-03-27 10:10 UTC  (4+ messages)

[PATCH v3] firmware: meson_sm: populate platform devices from sm device tree data
 2023-03-27 10:08 UTC  (2+ messages)

[PATCH 0/2] mmc: sdhci-of-arasan: Add eMMC5.1 support for Xilinx Versal Net
 2023-03-27  9:58 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: mmc: arasan,sdci: Add Xilinx Versal Net compatible

[PATCH] coresight: cti: Check if the CPU activated for the CPU CTI
 2023-03-27  9:52 UTC  (2+ messages)

[PATCH v3 0/11] Add support to configure TPDM DSB subunit
 2023-03-27  9:43 UTC  (9+ messages)
` [PATCH v3 02/11] coresight-tpda: Add DSB dataset support
` [PATCH v3 09/11] coresight-tpdm: Add nodes for timestamp request

[PATCH net] net: stmmac: don't reject VLANs when IFF_PROMISC is set
 2023-03-27  9:40 UTC  (2+ messages)

[PATCH v4 0/8] mtd: spi-nor: read while write support
 2023-03-27  9:34 UTC  (8+ messages)
` [PATCH v4 7/8] mtd: spi-nor: Enhance locking to support reads while writes

[PATCH V2 0/5] coresight: etm4x: Migrate ACPI AMBA devices to platform driver
 2023-03-27  9:33 UTC  (3+ messages)
` [PATCH V2 5/5] coresight: etm4x: Add ACPI support in "

[PATCH v7 0/2] Add ASPEED AST2600 I2Cv2 controller driver
 2023-03-27  9:25 UTC  (3+ messages)
` [PATCH v7 1/2] dt-bindings: i2c: aspeed: support for AST2600-i2cv2
` [PATCH v7 2/2] i2c: aspeed: support ast2600 i2c new register mode driver

[PATCH 1/2] arm64: dts: Add basic NanoPi R6S (RK3588S) Support
 2023-03-27  9:22 UTC  (5+ messages)
` [PATCH 2/2] dt-bindings: clock: update rk3588 clock definitions

[PATCH v2 0/4] ARM: dts: sunxi: Add MangoPi MQ-R board support
 2023-03-27  9:21 UTC  (4+ messages)
` [PATCH v2 4/4] ARM: dts: sunxi: add MangoPi MQ-R-T113 board

[PATCH net-next] net: ethernet: ti: am65-cpsw: enable p0 host port rx_vlan_remap
 2023-03-27  9:21 UTC 

[PATCH v2 0/3] Add support to configure Coresight Dummy subunit
 2023-03-27  9:13 UTC  (4+ messages)
` [PATCH v2 3/3] Documentation: trace: Add documentation for Coresight Dummy Trace

[PATCH net-next] net: ethernet: ti: am65-cpsw: add .ndo to set dma per-queue rate
 2023-03-27  8:57 UTC 

[PATCH v2] treewide: Fix instantiation of devices in DT overlays
 2023-03-27  8:54 UTC  (3+ messages)

[PATCH] arm64: dts: ti: k3-j784s4-evm: Add OSPI0 flash support
 2023-03-27  8:57 UTC  (3+ messages)

[GIT PULL 0/4] Renesas SoC updates for v6.4
 2023-03-27  8:57 UTC  (5+ messages)
` [GIT PULL 1/4] Renesas ARM defconfig "
` [GIT PULL 2/4] Renesas driver "
` [GIT PULL 3/4] Renesas DT binding "
` [GIT PULL 4/4] Renesas DTS "

[PATCH 1/2] arm64: dts: imx8mm: Fix lcdif compatible
 2023-03-27  8:50 UTC  (3+ messages)

[PATCH v2 00/17] MT6795 Helio X10 and Sony Xperia M5: DT step 2!
 2023-03-27  8:36 UTC  (18+ messages)
` [PATCH v2 01/17] arm64: dts: mediatek: mt6795: Add Frequency Hopping Controller node
` [PATCH v2 02/17] arm64: dts: mediatek: mt6795: Add apmixedsys syscon node
` [PATCH v2 03/17] arm64: dts: mediatek: mt6795: xperia-m5: Enable Frequency Hopping
` [PATCH v2 04/17] dt-bindings: i2c: i2c-mt65xx: Add compatible for MT6795 Helio X10
` [PATCH v2 05/17] arm64: dts: mediatek: mt6795: Add nodes for I2C controllers
` [PATCH v2 06/17] arm64: dts: mediatek: mt6795: Add SoC power domains
` [PATCH v2 07/17] dt-bindings: mailbox: mediatek,gce-mailbox: Add support for MT6795
` [PATCH v2 08/17] arm64: dts: mediatek: mt6795: Add support for the CMDQ/GCE mailbox
` [PATCH v2 09/17] arm64: dts: mediatek: mt6795: Add MMSYS node for multimedia clocks
` [PATCH v2 10/17] arm64: dts: mediatek: mt6795: Add VDECSYS and VENCSYS clocks
` [PATCH v2 11/17] arm64: dts: mediatek: mt6795: Add support for IOMMU and LARBs
` [PATCH v2 12/17] arm64: dts: mediatek: mt6795-xperia-m5: Enable I2C 0-3 busses
` [PATCH v2 13/17] arm64: dts: mediatek: mt6795-xperia-m5: Add Synaptics RMI4 Touchscreen
` [PATCH v2 14/17] arm64: dts: mediatek: mt6795-xperia-m5: Add Bosch BMA255 Accelerometer
` [PATCH v2 15/17] arm64: dts: mediatek: mt6795-xperia-m5: Add Bosch BMM050 Magnetometer
` [PATCH v2 16/17] arm64: dts: mediatek: mt6795-xperia-m5: Add Sensortek STK3310 Proximity
` [PATCH v2 17/17] arm64: dts: mediatek: mt6795-xperia-m5: Add NXP PN547 NFC on I2C3

[PATCH] arm64: dts: ti: k3-j784s4-evm: Add eMMC mmc0 support
 2023-03-27  8:31 UTC 

[PATCH v1 00/18] MT6795 Helio X10 and Sony Xperia M5: DT step 2!
 2023-03-27  8:24 UTC  (7+ messages)
` [PATCH v1 03/18] arm64: dts: mediatek: mt6795: xperia-m5: Enable Frequency Hopping
` [PATCH v1 08/18] dt-bindings: gce: Add header for MT6795's GCE mailbox

[PATCH v3,0/7] media: mediatek: vcodec: Add debugfs file for decode and encode
 2023-03-27  8:18 UTC  (9+ messages)
` [PATCH v3,1/7] media: mediatek: vcodec: Add debugfs interface to get debug information
` [PATCH v3,2/7] media: mediatek: vcodec: Add debug params to control different log level
` [PATCH v3,6/7] media: mediatek: vcodec: Change dbgfs interface to support encode
` [PATCH v3,7/7] media: mediatek: vcodec: Add encode to support dbgfs

[PATCH v4 0/3] AM57x EVM Device Tree Overlays
 2023-03-27  8:10 UTC  (2+ messages)

Regression: serial: imx: overrun errors on debug UART
 2023-03-27  8:07 UTC  (8+ 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).