linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-11-19 18:19:46 to 2024-11-20 14:10:27 UTC [more...]

[PATCH AUTOSEL 6.6 4/6] ARM: 9420/1: smp: Fix SMP for xip kernels
 2024-11-20 14:06 UTC  (2+ messages)
` [PATCH AUTOSEL 6.6 5/6] ARM: 9434/1: cfi: Fix compilation corner case

[PATCH AUTOSEL 6.11 07/10] ARM: 9420/1: smp: Fix SMP for xip kernels
 2024-11-20 14:05 UTC  (2+ messages)
` [PATCH AUTOSEL 6.11 08/10] ARM: 9434/1: cfi: Fix compilation corner case

[PATCH RFCv1 0/7] vfio: Allow userspace to specify the address for each MSI vector
 2024-11-20 14:03 UTC  (8+ messages)

[PATCH 0/5] Configure imx8mp dsp node for rproc usage
 2024-11-20 13:58 UTC  (6+ messages)
` [PATCH 1/5] arm64: dts: imx8mp: Add mu2 root clock
` [PATCH 2/5] arm64: dts: imx8mp: Configure dsp node for rproc usage
` [PATCH 3/5] arm64: dts: imx8mp: Add DSP clocks
` [PATCH 4/5] arm64: dts: imx8mp: Add fsl,dsp-ctrl property for dsp
` [PATCH 5/5] arm64: dts: Add dsp rproc related mem regions

[PATCH net v2] net: mdio: aspeed: Add dummy read for fire control
 2024-11-20 13:44 UTC  (7+ messages)
  ` 回覆: "

[PATCH v3 0/2] Add Clocks for ICSSG
 2024-11-20 13:23 UTC  (9+ messages)
` [PATCH v3 1/2] dt-bindings: soc: ti: pruss: Add clocks "
` [PATCH v3 2/2] arm64: dts: ti: k3-am64-main: Switch ICSSG clock to core clock

[PATCH v2 0/5] Cleanup Spreadtrum/Unisoc ARM64 DT (part 2)
 2024-11-20 13:05 UTC  (3+ messages)
` [PATCH v2 1/5] arm64: dts: sprd: sp9860g-1h10: fix constant-charge-voltage-max-microvolt property

[PATCH v5 00/16] Add support for Synopsis DWMAC IP on NXP Automotive SoCs S32G2xx/S32G3xx/S32R45
 2024-11-20 13:01 UTC  (10+ messages)
` [PATCH v5 13/16] dt-bindings: net: Add DT bindings for DWMAC on NXP S32G/R SoCs
` [PATCH v5 16/16] net: stmmac: platform: Fix PTP clock rate reading

[PATCH v1 0/7] drm/mediatek: Add support for HDMIv2 and DDCv2 IPs
 2024-11-20 12:45 UTC  (8+ messages)
` [PATCH v1 1/7] dt-bindings: display: mediatek: Add binding for HDMIv2 DDC
` [PATCH v1 2/7] dt-bindings: display: mediatek: Add binding for MT8195 HDMI-TX v2
` [PATCH v1 3/7] drm/mediatek: mtk_cec: Switch to register as module_platform_driver
` [PATCH v1 4/7] drm/mediatek: mtk_hdmi_ddc: "
` [PATCH v1 5/7] drm/mediatek: hdmi: Use regmap instead of iomem for main registers
` [PATCH v1 6/7] drm/mediatek: mtk_hdmi: Split driver and add common probe function
` [PATCH v1 7/7] drm/mediatek: Introduce HDMI/DDC v2 for MT8195/MT8188

[PATCH v1 0/6] drm/mediatek: dpi: Add support for MT8195/8188 and Pattern Generator
 2024-11-20 12:44 UTC  (7+ messages)
` [PATCH v1 1/6] dt-bindings: display: mediatek: dpi: Add MT8195 and MT8188 compat
` [PATCH v1 2/6] drm/mediatek: mtk_dpi: Add support for Pattern Generator in debugfs
` [PATCH v1 3/6] drm/mediatek: mtk_dpi: Use an array for pixclk factor calculation
` [PATCH v1 4/6] drm/mediatek: mtk_dpi: Move pixel clock setting flow to function
` [PATCH v1 5/6] drm/mediatek: mtk_dpi: Add checks for reg_h_fre_con existence
` [PATCH v1 6/6] drm/mediatek: Add support for MT8195 Digital Parallel Interface

[PATCH] phy: mediatek: phy-mtk-hdmi: Register PHY provided regulator
 2024-11-20 12:41 UTC 

imx93-evk: Failure to run flexcan loopback
 2024-11-20 12:23 UTC 

[PATCH v2 0/2] Add MediaTek SMI reset controller driver
 2024-11-20 11:55 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: reset: mediatek: Add mt8188 SMI reset control binding
` [PATCH v2 2/2] reset: mediatek: Add reset controller driver for SMI

[PATCH v2 0/2] Add SMI clamp in MediaTek SMI driver
 2024-11-20 11:49 UTC  (7+ messages)
` [PATCH v2 1/2] dt-bindings: memory: mediatek: Add SMI reset and clamp related property
` [PATCH v2 2/2] memory: mtk-smi: mt8188: Add SMI clamp function

[PATCH net v2 0/2] Fix 'ethtool --show-eee' during initial stage
 2024-11-20 11:41 UTC  (7+ messages)
` [PATCH net v2 1/2] net: phy: replace phydev->eee_enabled with eee_cfg.eee_enabled

[PATCH] KVM: arm64: Mark set_sysreg_masks() as inline to avoid build failure
 2024-11-20 11:25 UTC  (2+ messages)

[PATCH v1 00/12] KVM: arm64: Rework guest VM fixed feature handling and trapping in pKVM
 2024-11-20 11:01 UTC  (14+ messages)
` [PATCH v1 01/12] KVM: arm64: Consolidate allowed and restricted VM feature checks
` [PATCH v1 02/12] KVM: arm64: Group setting traps for protected VMs by control register
` [PATCH v1 03/12] KVM: arm64: Move checking protected vcpu features to a separate function
` [PATCH v1 04/12] KVM: arm64: Use KVM extension checks for allowed protected VM capabilities
` [PATCH v1 05/12] KVM: arm64: Initialize feature id registers for protected VMs
` [PATCH v1 06/12] KVM: arm64: Set protected VM traps based on its view of feature registers
` [PATCH v1 07/12] KVM: arm64: Rework specifying restricted features for protected VMs
` [PATCH v1 08/12] KVM: arm64: Remove fixed_config.h header
` [PATCH v1 09/12] KVM: arm64: Remove redundant setting of HCR_EL2 trap bit
` [PATCH v1 10/12] KVM: arm64: Calculate cptr_el2 traps on activating traps
` [PATCH v1 11/12] KVM: arm64: Update vcpu state with live value of VBAR_EL1 on injecting an exception
` [PATCH v1 12/12] fixup! KVM: arm64: Initialize feature id registers for protected VMs

[PATCH net-next v3 0/8] net: lan969x: add RGMII support
 2024-11-20 10:57 UTC  (7+ messages)
` [PATCH net-next v3 4/8] net: sparx5: use phy_interface_mode_is_rgmii()
` [PATCH net-next v3 8/8] dt-bindings: net: sparx5: document RGMII delays

[RFC PATCH 0/2] Add support for stacked and parallel memories
 2024-11-20 10:57 UTC  (11+ messages)
` [RFC PATCH 1/2] dt-bindings: mtd: Add bindings for describing concatinated MTD devices
` [RFC PATCH 2/2] dt-bindings: spi: Update stacked and parallel bindings

[RESEND PATCH] net: microchip: vcap: Add typegroup table terminators in kunit tests
 2024-11-20 10:52 UTC  (2+ messages)

[PATCH 2/2] ARM: dts: microchip: sama5d27_wlsom1_ek: Add no-1-8-v property to sdmmc0 node
 2024-11-20 10:39 UTC  (2+ messages)

[PATCH v2] cpuidle: psci: Init cpuidle only for present CPUs
 2024-11-20 10:37 UTC 

[PATCH] ARM: dts: renesas: r7s72100: Add DMA support to RSPI
 2024-11-20 10:30 UTC 

[RFC PATCH nand/next 0/4] mtd: nand: spi: Add CASN page support
 2024-11-20 10:13 UTC  (4+ messages)

[PATCH 0/7] pinctrl: sunxi: Add Allwinner A523 support
 2024-11-20 10:12 UTC  (4+ messages)
` [PATCH 5/7] dt-bindings: pinctrl: add compatible for Allwinner A523/T527

[PATCH v3 0/8] Support spread spectrum clocking for i.MX8{M,N,P} PLLs
 2024-11-20 10:11 UTC  (14+ messages)
` [PATCH v3 1/8] dt-bindings: clock: imx8m-clock: support spread spectrum clocking

[PATCH 1/2] ARM: dts: microchip: sama5d29_curiosity: Add no-1-8-v property to sdmmc0 node
 2024-11-20 10:09 UTC  (2+ messages)

[PATCH] pinctrl: sunxi: Use minimal debouncing period as default
 2024-11-20 10:05 UTC  (7+ messages)

[PATCH] ARM: smp: Fix IPI alignment in /proc/interrupts
 2024-11-20  9:54 UTC 

[PATCH 0/3] drm/rockchip: Add driver for the new DSI2 controller
 2024-11-20  9:52 UTC  (2+ messages)

[PATCH v3 0/4] Add i.MX91 platform support
 2024-11-20  9:49 UTC  (5+ messages)
` [PATCH v3 1/4] dt-bindings: arm: fsl: Add i.MX91 11x11 evk board
` [PATCH v3 2/4] arm64: dts: freescale: Add i.MX91 dtsi support
` [PATCH v3 3/4] arm64: dts: freescale: Add i.MX91 11x11 EVK basic support
` [PATCH v3 4/4] arm64: defconfig: enable i.MX91 pinctrl

[PATCH v7 00/12] kvm/coresight: Support exclude guest and exclude host
 2024-11-20  9:43 UTC  (4+ messages)
` [PATCH v7 07/12] KVM: arm64: arm_spe: Give SPE enabled state to KVM

[PATCH] cpuidle: psci: Init cpuidle only for present CPUs
 2024-11-20  9:41 UTC  (3+ messages)

[PATCH v3 0/2] MIPI DSI phy for rk3588
 2024-11-20  9:36 UTC  (2+ messages)

[PATCH v6 0/7] gpio: siul2-s32g2: add initial GPIO driver
 2024-11-20  9:29 UTC  (11+ messages)
` [PATCH v6 1/7] dt-bindings: mfd: add support for the NXP SIUL2 module
` [PATCH v6 4/7] pinctrl: s32: convert the driver into an mfd cell

[PATCH 00/15] Add support for SAMA7D65
 2024-11-20  9:10 UTC  (18+ messages)
` [PATCH 02/15] dt-bindings: mfd: atmel,sama5d2-flexcom: add microchip,sama7d65-flexcom
` [PATCH 03/15] dt-bindings: atmel-sysreg: add sama7d65 RAM and PIT
` [PATCH 09/15] dt-bindings: clock: at91: Allow MCKs to be exported and referenced in DT
` [PATCH 11/15] ARM: dts: microchip: add sama7d65 SoC DT
` [PATCH 12/15] ARM: dts: microchip: add support for sama7d65_curiosity board
` [PATCH 13/15] clk: at91: clk-master: increase maximum number of clocks
` [PATCH 15/15] clk: at91: sama7d65: add sama7d65 pmc driver

[PATCH 0/5] RK3576 OTP support
 2024-11-20  8:57 UTC  (3+ messages)
` [PATCH 3/5] dt-bindings: nvmem: rockchip,otp: Add compatible for RK3576

[PATCH 0/6] ARM: dts: stm32: lxa-tac: fix gen{1,2} boards and add gen3 board
 2024-11-20  8:45 UTC  (3+ messages)
` [PATCH 4/6] dt-bindings: arm: stm32: add compatible strings for Linux Automation LXA TAC gen 3

[PATCH v3 0/2] Add support for nuvoton ma35d1 keypad controller
 2024-11-20  8:41 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: input: Add Nuvoton MA35D1 keypad

[PATCH net 1/1] net: stmmac: set initial EEE policy configuration
 2024-11-20  8:38 UTC 

[PATCH v3] dt-bindings: net: can: atmel: Convert to json schema
 2024-11-20  8:28 UTC 

[PATCH v2 00/21] Imagination BXS-4-64 MC1 GPU support
 2024-11-20  8:33 UTC  (19+ messages)
` [PATCH v2 01/21] dt-bindings: gpu: img: More explicit compatible strings
` [PATCH v2 02/21] dt-bindings: gpu: img: Further constrain clocks
` [PATCH v2 03/21] dt-bindings: gpu: img: Power domain details
` [PATCH v2 04/21] dt-bindings: gpu: img: Allow dma-coherent
` [PATCH v2 05/21] drm/imagination: Use more specific compatible strings
` [PATCH v2 07/21] arm64: dts: ti: k3-am62: New GPU binding details
` [PATCH v2 08/21] dt-bindings: gpu: img: Add BXS-4-64 devicetree bindings
` [PATCH v2 19/21] drm/imagination: Add device_memory_force_cpu_cached override
` [PATCH v2 21/21] arm64: dts: ti: k3-j721s2: Add GPU node

[PATCH v14] thermal/drivers/mediatek/auxadc_thermal: expose all thermal sensors
 2024-11-20  8:17 UTC  (5+ messages)

[RFC PATCH v1] KVM: arm64: Introduce KVM_CAP_ARM_SIGBUS_ON_SEA
 2024-11-20  7:46 UTC  (6+ messages)

[PATCH v2 0/5] Add A5 SoC PLLs and Peripheral clock
 2024-11-20  7:01 UTC  (6+ messages)
` [PATCH v2 1/5] dt-bindings: clock: add Amlogic A5 PLL clock controller
` [PATCH v2 2/5] dt-bindings: clock: add Amlogic A5 SCMI clock controller support
` [PATCH v2 3/5] dt-bindings: clock: add Amlogic A5 peripherals clock controller
` [PATCH v2 4/5] clk: meson: add support for the A5 SoC PLL clock
` [PATCH v2 5/5] clk: meson: add A5 clock peripherals controller driver

[PATCH v7 0/7] Add ITE IT6263 LVDS to HDMI converter support
 2024-11-20  6:38 UTC  (8+ messages)
` [PATCH v7 2/7] Revert "clk: imx: clk-imx8mp: Allow media_disp pixel clock reconfigure parent rate"

[PATCH v1 00/10] Add MediaTek ISP7 camera system driver
 2024-11-20  6:35 UTC  (9+ messages)
` [PATCH v1 03/10] media: platform: mediatek: add isp_7x seninf unit
` [PATCH v1 07/10] media: platform: mediatek: add isp_7x video ops
  ` [PATCH v1 06/10] media: platform: mediatek: add isp_7x utility
  ` [PATCH v1 05/10] media: platform: mediatek: add isp_7x camsys unit

[PATCH 06/15] Input: sun4i-lradc-keys - don't include 'pm_wakeup.h' directly
 2024-11-20  5:36 UTC  (2+ messages)

[PATCH v4 0/3] Update ASPEED WDT bootstatus
 2024-11-20  4:54 UTC  (13+ messages)
` [PATCH v4 1/3] watchdog: aspeed: Update bootstatus handling

[PATCH] arm64: remove duplicate word
 2024-11-20  4:54 UTC 

[PATCH] unwind: remove duplicate word
 2024-11-20  4:48 UTC 

[PATCH] Kconfig: remove duplicate word
 2024-11-20  4:46 UTC 

[PATCH] firmware: arm_scmi: fix i.MX build dependency
 2024-11-20  3:45 UTC  (2+ messages)

[PATCH] perf: imx9_perf: introduce axi filter version
 2024-11-20  3:21 UTC 

[PATCH] spi: aspeed: Fix an error handling path in aspeed_spi_[read|write]_user()
 2024-11-20  2:08 UTC  (2+ messages)

[PATCH] spi: rockchip-sfc: Support ACPI
 2024-11-20  1:22 UTC 

[PATCH v2] arm64: Allow CONFIG_AUTOFDO_CLANG to be selected
 2024-11-20  0:04 UTC  (3+ messages)

[PATCH 0/4] KVM: arm64: vgic: Collection of fixes for 6.13
 2024-11-19 23:47 UTC  (2+ messages)

[PATCH] arm64: dts: rockchip: rk3308-rock-s0: Fix sdmmc access on v1.1 boards
 2024-11-19 23:08 UTC 

[PATCH 0/2] Add atomic transfer support to i2c-xiic
 2024-11-19 23:05 UTC  (2+ messages)

[PATCH v3 1/3] i2c: lpc2k: Add check for clk_enable()
 2024-11-19 22:46 UTC  (6+ messages)
` [PATCH v3 3/3] i2c: rk3x: "

[PATCH v4 0/6] PCI: mediatek-gen3: mtk_pcie_en7581_power_up() code refactoring
 2024-11-19 22:32 UTC  (3+ messages)
` [PATCH v4 5/6] PCI: mediatek-gen3: Add reset delay in mtk_pcie_en7581_power_up()

[v2,0/1] i2c: mediatek: add runtime PM operations and bus regulator control
 2024-11-19 22:08 UTC  (5+ messages)
` [v2,1/1] "

[PATCH] clk: imx: clk-imx8mp: Allow media_disp pixel clock reconfigure parent rate
 2024-11-19 21:21 UTC  (11+ messages)

[PATCH v13 0/7] Introduction of a remoteproc tee to load signed firmware
 2024-11-19 20:38 UTC  (5+ messages)
` [PATCH v13 4/7] remoteproc: Introduce release_fw optional operation

[PATCH 0/8] Add SBI v3.0 PMU enhancements
 2024-11-19 20:29 UTC  (9+ messages)
` [PATCH 1/8] drivers/perf: riscv: Add SBI v3.0 flag
` [PATCH 2/8] drivers/perf: riscv: Fix Platform firmware event data
` [PATCH 3/8] drivers/perf: riscv: Add raw event v2 support
` [PATCH 4/8] RISC-V: KVM: Add support for Raw event v2
` [PATCH 5/8] drivers/perf: riscv: Implement PMU event info function
` [PATCH 6/8] drivers/perf: riscv: Export "
` [PATCH 7/8] RISC-V: KVM: Implement get "
` [PATCH 8/8] RISC-V: KVM: Upgrade the supported SBI version to 3.0

[PATCH] KVM: arm64: Ignore PMCNTENSET_EL0 while checking for overflow status
 2024-11-19 21:35 UTC  (2+ messages)

[PATCH v2] i3c: Use i3cdev->desc->info instead of calling i3c_device_get_info() to avoid deadlock
 2024-11-19 21:19 UTC  (3+ messages)

[PATCH] media: s5p-mfc: Fix an error handling path s5p_mfc_open()
 2024-11-19 20:42 UTC 

[PATCH] net: microchip: vcap: Add typegroup table terminators in kunit tests
 2024-11-19 20:09 UTC 

[PATCH v6.13-rc1] arm64: mte: set VM_MTE_ALLOWED for hugetlbfs at correct place
 2024-11-19 20:09 UTC 

[PATCH v1 0/1] net: stmmac: dwmac-tegra: Read iommu stream id from device tree
 2024-11-19 19:47 UTC  (10+ messages)
` [PATCH v1 1/1] "

[PATCH v8 0/7] PCI: dwc: opitimaze RC Host/EP pci_fixup_addr()
 2024-11-19 19:44 UTC  (8+ messages)
` [PATCH v8 1/7] of: address: Add parent_bus_addr to struct of_pci_range
` [PATCH v8 2/7] PCI: dwc: Use devicetree 'ranges' property to get rid of cpu_addr_fixup() callback
` [PATCH v8 3/7] PCI: dwc: ep: Add bus_addr_base for outbound window
` [PATCH v8 4/7] PCI: imx6: Remove cpu_addr_fixup()
` [PATCH v8 5/7] dt-bindings: PCI: fsl,imx6q-pcie-ep: Add compatible string fsl,imx8q-pcie-ep
` [PATCH v8 6/7] PCI: imx6: Pass correct sub mode when calling phy_set_mode_ext()
` [PATCH v8 7/7] PCI: imx6: Add i.MX8Q PCIe Endpoint (EP) support

[PATCH v2] iommu/arm-smmu: Defer probe of clients after smmu device bound
 2024-11-19 19:10 UTC  (4+ messages)

[PATCH] arm64: dts: ti: k3-j784s4: use ti,j7200-padconf compatible
 2024-11-19 19:01 UTC  (2+ messages)

[PATCH] scsi: ufs: Switch back to struct platform_driver::remove()
 2024-11-19 18:28 UTC 

[net-next 0/3] Add Aspeed G7 MDIO support
 2024-11-19 18:20 UTC  (5+ messages)
` [net-next 1/3] dt-bindings: net: add support for AST2700
` [net-next 2/3] net: mdio: aspeed: Add "


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).