linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-16 07:40:28 to 2025-04-16 15:50:12 UTC [more...]

[RFC PATCH 0/5] Add NVMEM driver for i.MX93 OTP access through ELE
 2025-04-16 14:26 UTC  (6+ messages)
` [RFC PATCH 1/5] firmware: imx: ele: Add API functions for OCOTP fuse access
` [RFC PATCH 2/5] nvmem: Add i.MX OCOTP fuse driver using ELE S400 API
` [RFC PATCH 3/5] arm64: dts: imx93: Add node for EdgeLock Enclave (ELE) firmware driver
` [RFC PATCH 4/5] arm64: dts: imx93: Add node for OCOTP S400 NVMEM driver
` [RFC PATCH 5/5] arm64: dts: imx93-kontron: Add DMA memory region for ELE firmware

[PATCH RESEND] PCI: rockchip-ep: Mark RK3399 as intx_capable
 2025-04-16 14:27 UTC 

[PATCH] PCI: dw-rockchip: Configure max payload size on host init
 2025-04-16 15:19 UTC 

[PATCH 1/1] dt-bindings: media: convert imx.txt to yaml format
 2025-04-16 15:17 UTC  (3+ messages)

[PATCH v1] arm64: dts: imx8-apalis: Add PCIe and SATA support
 2025-04-16 15:13 UTC 

[PATCH v1] mm/contpte: Optimize loop to reduce redundant operations
 2025-04-16 15:08 UTC  (8+ messages)
` [mm/contpte v3 0/1] "
  ` [mm/contpte v3 1/1] "
    ` Re:Re: [mm/contpte v3 0/1] "

[PATCH 0/5] arm64: sunxi: h616: Enable Mali GPU
 2025-04-16 15:01 UTC  (6+ messages)
` [PATCH 2/5] pmdomain: sunxi: add H6 PRCM PPU driver

[PATCH V2 01/10] arm64: dts: imx8mm-beacon: Fix RTC capacitive load
 2025-04-16 14:44 UTC  (9+ messages)
` [PATCH V2 06/10] arm64: dts: imx8mm-beacon: Configure Ethernet PHY reset and GPIO IRQ
` [PATCH V2 07/10] arm64: dts: imx8mn-beacon: "
` [PATCH V2 08/10] arm64: dts: imx8mm-beacon: Enable RTC interrupt and wakeup-source
` [PATCH V2 09/10] arm64: dts: imx8mn-beacon: "

[PATCH v4 0/4] Convert Atmel PIO3 Pinctrl and GPIO bindings to yaml
 2025-04-16 14:04 UTC  (4+ messages)
` [PATCH v4 2/4] ARM: dts: microchip: Remove additional compatible string from PIO3 pinctrl nodes

[PATCH] arm[64]/memremap: fix arch_memremap_can_ram_remap()
 2025-04-16 13:57 UTC  (6+ messages)
` [PATCH v2] arm/memremap: "
` [PATCH v3] "

[PATCH v8 00/43] arm64: Support for Arm CCA in KVM
 2025-04-16 13:42 UTC  (44+ messages)
` [PATCH v8 01/43] kvm: arm64: Include kvm_emulate.h in kvm/arm_psci.h
` [PATCH v8 02/43] arm64: RME: Handle Granule Protection Faults (GPFs)
` [PATCH v8 03/43] arm64: RME: Add SMC definitions for calling the RMM
` [PATCH v8 04/43] arm64: RME: Add wrappers for RMI calls
` [PATCH v8 05/43] arm64: RME: Check for RME support at KVM init
` [PATCH v8 06/43] arm64: RME: Define the user ABI
` [PATCH v8 07/43] arm64: RME: ioctls to create and configure realms
` [PATCH v8 08/43] kvm: arm64: Don't expose debug capabilities for realm guests
` [PATCH v8 09/43] KVM: arm64: Allow passing machine type in KVM creation
` [PATCH v8 10/43] arm64: RME: RTT tear down
` [PATCH v8 11/43] arm64: RME: Allocate/free RECs to match vCPUs
` [PATCH v8 12/43] KVM: arm64: vgic: Provide helper for number of list registers
` [PATCH v8 13/43] arm64: RME: Support for the VGIC in realms
` [PATCH v8 14/43] KVM: arm64: Support timers in realm RECs
` [PATCH v8 15/43] arm64: RME: Allow VMM to set RIPAS
` [PATCH v8 16/43] arm64: RME: Handle realm enter/exit
` [PATCH v8 17/43] arm64: RME: Handle RMI_EXIT_RIPAS_CHANGE
` [PATCH v8 18/43] KVM: arm64: Handle realm MMIO emulation
` [PATCH v8 19/43] arm64: RME: Allow populating initial contents
` [PATCH v8 20/43] arm64: RME: Runtime faulting of memory
` [PATCH v8 21/43] KVM: arm64: Handle realm VCPU load
` [PATCH v8 22/43] KVM: arm64: Validate register access for a Realm VM
` [PATCH v8 23/43] KVM: arm64: Handle Realm PSCI requests
` [PATCH v8 24/43] KVM: arm64: WARN on injected undef exceptions
` [PATCH v8 25/43] arm64: Don't expose stolen time for realm guests
` [PATCH v8 26/43] arm64: RME: allow userspace to inject aborts
` [PATCH v8 27/43] arm64: RME: support RSI_HOST_CALL
` [PATCH v8 28/43] arm64: RME: Allow checking SVE on VM instance
` [PATCH v8 29/43] arm64: RME: Always use 4k pages for realms
` [PATCH v8 30/43] arm64: RME: Prevent Device mappings for Realms
` [PATCH v8 31/43] arm_pmu: Provide a mechanism for disabling the physical IRQ
` [PATCH v8 32/43] arm64: RME: Enable PMU support with a realm guest
` [PATCH v8 33/43] arm64: RME: Hide KVM_CAP_READONLY_MEM for realm guests
` [PATCH v8 34/43] arm64: RME: Propagate number of breakpoints and watchpoints to userspace
` [PATCH v8 35/43] arm64: RME: Set breakpoint parameters through SET_ONE_REG
` [PATCH v8 36/43] arm64: RME: Initialize PMCR.N with number counter supported by RMM
` [PATCH v8 37/43] arm64: RME: Propagate max SVE vector length from RMM
` [PATCH v8 38/43] arm64: RME: Configure max SVE vector length for a Realm
` [PATCH v8 39/43] arm64: RME: Provide register list for unfinalized RME RECs
` [PATCH v8 40/43] arm64: RME: Provide accurate register list
` [PATCH v8 41/43] KVM: arm64: Expose support for private memory
` [PATCH v8 42/43] KVM: arm64: Expose KVM_ARM_VCPU_REC to user space
` [PATCH v8 43/43] KVM: arm64: Allow activating realms

[PATCH v2 0/7] Add module support for Arm64 Exynos MCT driver
 2025-04-16 13:46 UTC  (7+ messages)
` [PATCH v2 6/7] clocksource/drivers/exynos_mct: Add module support

[PATCH] arm64: Remove checks for broken Cavium HW from the PI code
 2025-04-16 13:05 UTC  (3+ messages)

[PATCH v1 0/3] MediaTek MT8188 MDP3 Enablement
 2025-04-16 12:54 UTC  (3+ messages)

[PATCH v2 00/15] Update PHYTEC i.MX93 DTS
 2025-04-16 12:42 UTC  (7+ messages)
` [PATCH v2 09/15] arm64: dts: freescale: imx93-phyboard-segin: Fix for ERR052021 errata
` [PATCH v2 10/15] arm64: dts: freescale: imx93-phyboard-segin: Add RTC support

[PATCH 29/34] drm: zynqmp_dp: convert to devm_drm_bridge_alloc() API
 2025-04-16 12:31 UTC  (3+ messages)

[PATCH net-next] net: stmmac: mediatek: stop initialising plat->mac_interface
 2025-04-16 12:28 UTC  (2+ messages)

[PATCH net-next] net: stmmac: dwc-qos: use PHY clock-stop capability
 2025-04-16 12:26 UTC  (2+ messages)

[PATCH v2 1/3] dt-bindings: arm: ti: Add bindings for PHYTEC AM68x based hardware
 2025-04-16 12:25 UTC  (3+ messages)

[PATCH 0/2] Imagination BXS-4-64 MC1 GPU support (DTS changes)
 2025-04-16 12:12 UTC  (5+ messages)
` [PATCH 2/2] arm64: dts: ti: k3-j721s2: Add GPU node

[PATCH 00/16] lan966x pci device: Add support for SFPs
 2025-04-16 12:05 UTC  (13+ messages)
` [PATCH 15/16] misc: lan966x_pci: Add dtso nodes in order to support SFPs

[PATCH v9 0/5] Implement vendor resets for PSCI SYSTEM_RESET2
 2025-04-16 12:05 UTC  (7+ messages)
` [PATCH v9 2/5] firmware: psci: Read and use vendor reset types

[PATCH net-next v5 00/11] PRU-ICSSM Ethernet Driver
 2025-04-16 12:03 UTC  (9+ messages)
` [PATCH net-next v5 02/11] net: ti: prueth: Adds ICSSM Ethernet driver
` [PATCH net-next v5 05/11] net: ti: prueth: Adds ethtool support for ICSSM PRUETH Driver
` [PATCH net-next v5 11/11] net: ti: prueth: Adds PTP OC Support for AM335x and AM437x

[PATCH] dt-bindings: i2c: i2c-mt65xx: Add MediaTek Dimensity 1200 MT6893
 2025-04-16 12:03 UTC 

[PATCH] dt-bindings: pwm: mediatek,pwm-disp: Add compatible for MT6893
 2025-04-16 12:02 UTC 

[PATCH] dt-bindings: mmc: mtk-sd: Add support for Dimensity 1200 MT6893
 2025-04-16 12:02 UTC 

[PATCH] dt-bindings: serial: mediatek,uart: Add compatible for MT6893
 2025-04-16 12:02 UTC 

[PATCH] dt-bindings: iio: adc: Add compatible for Dimensity 1200 MT6893
 2025-04-16 12:02 UTC 

[PATCH] dt-bindings: mailbox: mediatek,gce-mailbox: Add support for MT6893
 2025-04-16 12:02 UTC 

[PATCH] dt-bindings: mfd: mediatek,mt8195-scpsys: Add support for MT6893
 2025-04-16 12:02 UTC 

[PATCH 1/2] dt-bindings: phy: mediatek,dsi-phy: Add support for MT6893
 2025-04-16 12:02 UTC  (2+ messages)
` [PATCH 2/2] dt-bindings: phy: mediatek,tphy: "

[PATCH 1/2] dt-bindings: arm: add TQMa8XxS boards
 2025-04-16 11:53 UTC  (4+ messages)
` [PATCH 2/2] arm64: dts: freescale: add initial device tree for TQMa8XxS

[PATCH v2 00/11] ASoC: mediatek: Add support for MT8196 SoC
 2025-04-16 11:51 UTC  (4+ messages)
` [PATCH v2 09/11] ASoC: dt-bindings: mediatek,mt8196-afe: add audio AFE document
  ` [PATCH v2 08/11] ASoC: mediatek: mt8196: add platform driver

[REGRESSION] amdgpu: async system error exception from hdp_v5_0_flush_hdp()
 2025-04-16 11:44 UTC  (3+ messages)
  ` 回复: "

[PATCH linux-next 2/2] gpu: drm: xlnx: zynqmp_dp: Use dev_err_probe()
 2025-04-16 11:42 UTC 

[PATCH net-next v7 0/4] Add GBETH glue layer driver for Renesas RZ/V2H(P) SoC
 2025-04-16 11:24 UTC  (8+ messages)
` [PATCH net-next v7 1/4] dt-bindings: net: dwmac: Increase 'maxItems' for 'interrupts' and 'interrupt-names'
` [PATCH net-next v7 2/4] dt-bindings: net: Document support for Renesas RZ/V2H(P) GBETH
` [PATCH net-next v7 3/4] net: stmmac: Add DWMAC glue layer for Renesas GBETH
` [PATCH net-next v7 4/4] MAINTAINERS: Add entry for Renesas RZ/V2H(P) DWMAC GBETH glue layer driver

[PATCH net-next v2 0/5] net: stmmac: socfpga: fix init ordering and cleanups
 2025-04-16 11:19 UTC  (7+ messages)
` [PATCH net-next v2 1/5] net: stmmac: socfpga: init dwmac->stmmac_rst before registration
` [PATCH net-next v2 2/5] net: stmmac: socfpga: provide init function
` [PATCH net-next v2 3/5] net: stmmac: socfpga: convert to stmmac_pltfr_pm_ops
` [PATCH net-next v2 4/5] net: stmmac: socfpga: call set_phy_mode() before registration
` [PATCH net-next v2 5/5] net: stmmac: socfpga: convert to devm_stmmac_pltfr_probe()

[PATCH v3 0/5] Enable RTC for the MT6357
 2025-04-16 11:12 UTC  (4+ messages)
` [PATCH v3 3/5] rtc: Fix the RTC time comparison issues adding cast

[PATCH] cpufreq: apple-soc: Fix possible null pointer dereference
 2025-04-16 10:22 UTC  (4+ messages)

[PATCH 1/1] arm64: dts: allwinner: correct the model name for Radxa Cubie A5E
 2025-04-16 10:11 UTC  (2+ messages)

[PATCH v3 0/8] Add Bananapi R4 variants and add xsphy
 2025-04-16  9:54 UTC  (9+ messages)
` [PATCH v3 1/8] dt-bindings: arm: mediatek: add bpi-r4 2g5 phy variant
` [PATCH v3 2/8] arm64: dts: mediatek: mt7988a-bpi-r4: allow hw variants of bpi-r4
` [PATCH v3 3/8] dt-bindings: phy: mtk-xs-phy: Add mt7988 compatible
` [PATCH v3 4/8] dt-bindings: phy: mtk-xs-phy: support type switch by pericfg
` [PATCH v3 5/8] dt-bindings: mfd: syscon: Add mt7988-topmisc
` [PATCH v3 6/8] phy: mediatek: xsphy: support type switch by pericfg
` [PATCH v3 7/8] arm64: dts: mediatek: mt7988: Add xsphy for ssusb0/pcie2
` [PATCH v3 8/8] arm64: dts: mediatek: mt7988a-bpi-r4: enable xsphy

[PATCH net-next v2] net: stmmac: visconti: convert to set_clk_tx_rate() method
 2025-04-16  9:43 UTC 

[PATCH 00/26] clk: mediatek: Add MT8196 clock support
 2025-04-16  9:20 UTC  (5+ messages)
` [PATCH 06/26] dt-bindings: clock: mediatek: Add new MT8196 clock
` [PATCH 09/26] clk: mediatek: Add MT8196 topckgen clock support

[PATCH] net: ethtool: Adjust exactly ETH_GSTRING_LEN-long stats to use memcpy
 2025-04-16  9:09 UTC  (3+ messages)

[PATCH v5 0/8] arm64: dts: freescale: Add support for the GOcontroll Moduline Display
 2025-04-16  9:06 UTC  (8+ messages)
` [PATCH v5 5/8] arm64: dts: freescale: add Ka-Ro Electronics tx8p-ml81 COM
` [PATCH v5 6/8] arm64: dts: freescale: Add the GOcontroll Moduline Display baseboard

[PATCH v4 00/11] drm: Add new pixel formats for Xilinx Zynqmp
 2025-04-16  8:59 UTC  (13+ messages)
` [PATCH v4 03/11] drm/fourcc: Add DRM_FORMAT_Y8

[PATCH v6 00/10] arm64: Introduce CIX P1 (SKY1) SoC
 2025-04-16  8:56 UTC  (13+ messages)
` [PATCH v6 05/10] dt-bindings: mailbox: add cix,sky1-mbox
` [PATCH v6 07/10] arm64: defconfig: enable CIX mailbox
` [PATCH v6 08/10] dt-bindings: clock: cix: Add CIX sky1 scmi clock id

[PATCH v3 1/1] KVM: arm64: Allow cacheable stage 2 mapping using VMA flags
 2025-04-16  8:51 UTC  (12+ messages)

[PATCH] arm64: dts: imx8mp: add cpuidle state "cpu-pd-wait"
 2025-04-16  8:46 UTC  (8+ messages)

[PATCH v3 0/1] *** SUBJECT HERE ***
 2025-04-16  8:42 UTC  (3+ messages)
` [PATCH v3 1/1] drm/mediatek: Adjust bandwidth limit for DP

[PATCH v7 0/3] pinctrl: mediatek: Add pinctrl driver on mt8196
 2025-04-16  8:38 UTC  (2+ messages)
` (subset) "

[PATCH v1 0/3] MediaTek Dimensity 1200 - Add Pin Controller support
 2025-04-16  8:37 UTC  (2+ messages)
` (subset) "

[PATCH v5 0/1] Add EINT support for multiple addresses
 2025-04-16  8:36 UTC  (4+ messages)
` [PATCH v5 1/1] pinctrl: mediatek: "

[PATCH] gpio: nomadik: Add check for clk_enable()
 2025-04-16  8:35 UTC  (4+ messages)

[PATCH v9 00/23] Add support for MT8195/88 HDMIv2 and DDCv2
 2025-04-16  8:36 UTC  (5+ messages)
` [PATCH v9 17/23] drm/mediatek: mtk_hdmi: Split driver and add common probe function

[PATCH RESEND v6 0/7] Add some enhancements for i.MX95 PCIe
 2025-04-16  8:13 UTC  (8+ messages)
` [PATCH RESEND v6 1/7] PCI: imx6: Start link directly when workaround is not required
` [PATCH RESEND v6 2/7] PCI: imx6: Skip one dw_pcie_wait_for_link() in workaround link training
` [PATCH RESEND v6 3/7] PCI: imx6: Toggle the cold reset for i.MX95 PCIe
` [PATCH RESEND v6 4/7] PCI: imx6: Workaround i.MX95 PCIe may not exit L23 ready
` [PATCH RESEND v6 5/7] PCI: imx6: Let i.MX95 PCIe compliance with 8GT/s Receiver Impedance ECN
` [PATCH RESEND v6 6/7] PCI: imx6: Add PLL clock lock check for i.MX95 PCIe
` [PATCH RESEND v6 7/7] PCI: imx6: Save and restore the LUT setting "

[PATCH net-next 0/5] net: stmmac: socfpga: fix init ordering and cleanups
 2025-04-16  8:32 UTC  (4+ messages)

[PATCH 00/13] ARM: vt8500: DT bindings and dts updates
 2025-04-16  8:21 UTC  (14+ messages)
` [PATCH 01/13] dt-bindings: i2c: i2c-wmt: Convert to YAML
` [PATCH 02/13] dt-bindings: interrupt-controller: via,vt8500-intc: "
` [PATCH 03/13] dt-bindings: mmc: vt8500-sdmmc: "
` [PATCH 04/13] dt-bindings: net: via-rhine: "
` [PATCH 05/13] dt-bindings: pwm: vt8500-pwm: "
` [PATCH 06/13] dt-bindings: timer: via,vt8500-timer: "
` [PATCH 07/13] dt-bindings: arm: vt8500: Add VIA APC Rock/Paper boards
` [PATCH 08/13] ARM: dts: vt8500: Add node address and reg in CPU nodes
` [PATCH 09/13] ARM: dts: vt8500: Move memory nodes to board dts and fix addr/size
` [PATCH 10/13] ARM: dts: vt8500: Use generic compatibles for EHCI
` [PATCH 11/13] ARM: dts: vt8500: Use generic node name for the SD/MMC controller
` [PATCH 12/13] ARM: dts: vt8500: Add VIA APC Rock/Paper board
` [PATCH 13/13] ARM: dts: vt8500: Add L2 cache controller on WM8850/WM8950

[PATCH] irqchip/irq-bcm2712-mip: Add ARCH_BCM2835 arch option
 2025-04-16  8:25 UTC 

[REGRESSION] Kernel reboots unexpectdely on i.MX8X when Cortex-M4 is running and it was started by U-Boot bootaux
 2025-04-16  8:19 UTC  (9+ messages)

[PATCH v6 0/5] Add support for the Exynos7870 SoC, along with three devices
 2025-04-16  7:15 UTC  (2+ messages)

[PATCH v3 0/3] fixed mediatek-cpufreq has multi policy concurrency issue
 2025-04-16  8:05 UTC  (11+ messages)
` [PATCH v3 1/3] cpufreq: mediatek: using global lock avoid race condition

[PATCH 0/9] Remove per-architecture poly1305 shash glue code
 2025-04-16  8:00 UTC  (2+ messages)

[PATCH v2 0/3] Use a local device pointer for hwrng drivers instead of casting constantly
 2025-04-16  7:58 UTC  (2+ messages)

[PATCH v2 0/5] ARM: dts: use correct ohci/ehci node names
 2025-04-16  7:58 UTC  (5+ messages)
` [PATCH v2 5/5] ARM: dts: vt8500: "
  ` (subset) "

Proszę o kontakt
 2025-04-16  7:56 UTC 

[PATCH v5] remoteproc: imx_dsp_rproc: Add support for DSP-specific features
 2025-04-16  7:56 UTC 

[PATCH v2] crypto: atmel - add CRYPTO_ALG_KERN_DRIVER_ONLY flag to atmel-aes, atmel-sha, atmel-tdes drivers
 2025-04-16  7:55 UTC  (2+ messages)

[PATCH net-next 0/4] RGMII mode clarification + am65-cpsw fix
 2025-04-16  7:48 UTC  (9+ messages)
` [PATCH net-next 1/4] dt-bindings: net: ethernet-controller: update descriptions of RGMII modes
` [PATCH net-next 4/4] checkpatch: check for comment explaining rgmii(|-rxid|-txid) PHY modes

[PATCH] arm64: dts: mediatek: mt7622: Align GPIO hog name with bindings
 2025-04-16  7:41 UTC  (2+ messages)

[PATCH 0/3] Generic SPMI NVMEM cell driver
 2025-04-16  7:39 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: spmi: Add generic SPMI NVMEM

[PATCH v1] arm64: dts: exynos: update all samsung,mode constants
 2025-04-16  7:38 UTC  (2+ messages)

[PATCH v3] clk: samsung: Use samsung CCF common function
 2025-04-16  7:37 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).