linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-03 08:08:58 to 2025-09-03 17:24:16 UTC [more...]

[PATCH v1 0/7] drm/rockchip: Add MIPI DSI support for RK3368
 2025-09-03 13:37 UTC  (11+ messages)
` [PATCH v1 1/7] drm/rockchip: dsi: Add "
` [PATCH v1 2/7] drm/rockchip: vop: add lut_size for RK3368 vop_data
` [PATCH v1 3/7] dt-bindings: clock: rk3368: Add SCLK_MIPIDSI_24M
` (subset) [PATCH v1 0/7] drm/rockchip: Add MIPI DSI support for RK3368

[PATCH 0/4] arm64: dts: st: add ethernet1 controller support on stm32mp23/25 boards
 2025-09-03 13:35 UTC  (9+ messages)
` [PATCH 1/4] arm64: dts: st: add eth1 pins for stm32mp2x platforms
` [PATCH 2/4] arm64: dts: st: enable ethernet1 controller on stm32mp257f-dk
` [PATCH 3/4] arm64: dts: st: enable ethernet1 controller on stm32mp257f-ev1
` [PATCH 4/4] arm64: dts: st: enable ethernet1 controller on stm32mp235f-dk

[PATCH net-next v2 0/8] Add RPMSG Ethernet Driver
 2025-09-03 13:32 UTC  (9+ messages)
` [PATCH net-next v2 1/8] dt-bindings: net: ti,rpmsg-eth: Add DT binding for RPMSG ETH
` [PATCH net-next v2 2/8] dt-bindings: remoteproc: k3-r5f: Add rpmsg-eth subnode

[PATCH v4 00/10] cpufreq: use __free() for all cpufreq_cpu_get() references
 2025-09-03 13:23 UTC  (13+ messages)
` [PATCH v4 01/10] arm64: topology: Use scope-based cleanup helper
` [PATCH v4 02/10] ACPI: processor: thermal: "
` [PATCH v4 03/10] cpufreq: intel_pstate: "
` [PATCH v4 04/10] cpufreq: powernv: "
` [PATCH v4 05/10] PM / devfreq: "
` [PATCH v4 06/10] drm/i915: "
` [PATCH v4 07/10] powercap: dtpm_cpu: "
` [PATCH v4 08/10] thermal: imx: "
` [PATCH v4 09/10] thermal/drivers/ti-soc-thermal: "
` [PATCH v4 10/10] PM: EM: "

[PATCH RESEND] docs: arm: stm32: fix typo "busses" -> "buses"
 2025-09-03 13:20 UTC  (2+ messages)

[PATCH v3] PCI: j721e: Fix programming sequence of "strap" settings
 2025-09-03 13:21 UTC  (10+ messages)

[PATCH] gpio: nomadik: wrap a local variable in a necessary ifdef
 2025-09-03 13:19 UTC 

[PATCH v8 00/10] arm64: lan969x: Add support for Microchip LAN969x SoC
 2025-09-03 13:16 UTC  (4+ messages)
` (subset) "

[PATCH v2 0/2] can: m_can: document and add external reset
 2025-09-03 13:10 UTC  (3+ messages)
` [PATCH v2 2/2] ARM: dts: stm32: add resets property to m_can nodes in the stm32mp153

[PATCH 00/11] i.MX SDMA cleanups and fixes
 2025-09-03 13:06 UTC  (12+ messages)
` [PATCH 01/11] dmaengine: imx-sdma: drop legacy device_node np check
` [PATCH 02/11] dmaengine: imx-sdma: sdma_remove minor cleanups
` [PATCH 03/11] dmaengine: imx-sdma: cosmetic cleanup
` [PATCH 04/11] dmaengine: imx-sdma: make use of devm_kzalloc for script_addrs
` [PATCH 05/11] dmaengine: imx-sdma: make use of devm_clk_get_prepared()
` [PATCH 06/11] dmaengine: imx-sdma: make use of devm_add_action_or_reset to unregiser the dma_device
` [PATCH 07/11] dmaengine: imx-sdma: make use of dev_err_probe()
` [PATCH 08/11] dmaengine: imx-sdma: fix missing of_dma_controller_free()
` [PATCH 09/11] dmaengine: add support for device_link
` [PATCH 10/11] dmaengine: imx-sdma: drop remove callback
` [PATCH 11/11] dmaengine: imx-sdma: fix spba-bus handling for i.MX8M

[PATCH 0/2] mfd: vexpress: convert the driver to using the new generic GPIO chip API
 2025-09-03 13:05 UTC  (6+ messages)
` [GIT PULL] Immutable branch between MFD and GPIO due for the v6.18 merge window
  ` [GIT PULL v2] "

[PATCH v7 0/2] Convert inno hdmi to drm bridge
 2025-09-03 13:05 UTC  (7+ messages)
` [PATCH v7 1/2] drm/rockchip: inno-hdmi: Convert "
    `  "
` [PATCH v7 2/2] MAINTAINERS: Add entry for Innosilicon hdmi bridge library

[PATCH net-next 00/11] net: stmmac: mdio cleanups
 2025-09-03 13:04 UTC  (13+ messages)
` [PATCH net-next 01/11] net: stmmac: mdio: provide address register formatter
` [PATCH net-next 02/11] net: stmmac: mdio: provide stmmac_mdio_wait()
` [PATCH net-next 03/11] net: stmmac: mdio: provide priv->gmii_address_bus_config
` [PATCH net-next 04/11] net: stmmac: mdio: move stmmac_mdio_format_addr() into read/write
` [PATCH net-next 05/11] net: stmmac: mdio: merge stmmac_mdio_read() and stmmac_mdio_write()
` [PATCH net-next 06/11] net: stmmac: mdio: move runtime PM into stmmac_mdio_access()
` [PATCH net-next 07/11] net: stmmac: mdio: improve mdio register field definitions
` [PATCH net-next 08/11] net: stmmac: mdio: move initialisation of priv->clk_csr to stmmac_mdio
` [PATCH net-next 09/11] net: stmmac: mdio: return clk_csr value from stmmac_clk_csr_set()
` [PATCH net-next 10/11] net: stmmac: mdio: remove redundant clock rate tests
` [PATCH net-next 11/11] net: stmmac: use STMMAC_CSR_xxx definitions in platform glue

[PATCH v6 0/2] kasan: unify kasan_enabled() and remove arch-specific implementations
 2025-09-03 13:01 UTC  (4+ messages)
` [PATCH v6 1/2] kasan: introduce ARCH_DEFER_KASAN and unify static key across modes

[PATCH v6 0/2] introduce kasan.write_only option in hw-tags
 2025-09-03 12:49 UTC  (3+ messages)
` [PATCH v6 2/2] kasan: apply write-only mode in kasan kunit testcases

[PATCH 00/11] PCI: Keystone: Enable loadable module support
 2025-09-03 12:44 UTC  (12+ messages)
` [PATCH 01/11] PCI: Export pci_get_host_bridge_device() for use by pci-keystone
` [PATCH 02/11] PCI: dwc: Export dw_pcie_allocate_domains() for pci-keystone
` [PATCH 03/11] PCI: dwc: Add dw_pcie_free_domains() helper for cleanup
` [PATCH 04/11] PCI: dwc: ep: Export dw_pcie_ep_raise_msix_irq() for pci-keystone
` [PATCH 05/11] PCI: keystone: Add ks_pcie_free_msi_irq() helper for cleanup
` [PATCH 06/11] PCI: keystone: Add ks_pcie_free_intx_irq() "
` [PATCH 07/11] PCI: keystone: Add ks_pcie_host_deinit() "
` [PATCH 08/11] PCI: keystone: Add ks_pcie_disable_error_irq() "
` [PATCH 09/11] PCI: keystone: Switch to devm_request_irq() for "ks-pcie-error-irq" IRQ
` [PATCH 10/11] PCI: keystone: Exit ks_pcie_probe() for the default switch-case of "mode"
` [PATCH 11/11] PCI: keystone: Add support to build as a loadable module

[PATCH] PCI: mvebu: Fix the use of the for_each_of_range() iterator
 2025-09-03 12:44 UTC  (2+ messages)

[PATCH] arm64: kvm: Fix incorrect VNCR invalidation range calculation
 2025-09-03 12:39 UTC 

[PATCH 1/2] dt-bindings: iio: afe: current-sense-amplifier: Add io-channel-cells
 2025-09-03 11:37 UTC  (2+ messages)
` [PATCH 2/2] arm64: dts: freescale: imx93-phyboard-nash: Current sense via iio-hwmon

[PATCH v4 0/9] Add support for i.MX94 DCIF
 2025-09-03 12:33 UTC  (6+ messages)
` [PATCH v4 4/9] dt-bindings: display: imx: Add bindings "
` [PATCH v4 5/9] drm/imx: Add support "
` [PATCH v4 6/9] dt-bindings: clock: nxp,imx95-blk-ctl: Add ldb child node
` [PATCH v4 7/9] arm64: dts: imx943: Add display pipeline nodes
` [PATCH v4 8/9] arm64: dts: imx943-evk: Add display support using IT6263

[PATCH v3 00/24] pmdomain: Add generic ->sync_state() support to genpd
 2025-09-03 12:33 UTC  (7+ messages)
` [PATCH v3 20/24] pmdomain: core: Default to use of_genpd_sync_state() for genpd providers

[PATCH 0/5] KVM: arm64: GICv5 legacy (GCIE_LEGACY) NV enablement and cleanup
 2025-09-03 12:07 UTC  (3+ messages)
` [PATCH 5/5] irqchip/gic-v5: Drop has_gcie_v3_compat from gic_kvm_info

[PATCH 0/2] Add HARDLOCKUP_DETECTOR_PERF for riscv
 2025-09-03 11:56 UTC  (6+ messages)
` [PATCH 1/2] watchdog: refactor watchdog_hld functionality
    ` [External] "

[PATCH v4 0/5] initialize SCTRL2_ELx
 2025-09-03 12:08 UTC  (12+ messages)
` [PATCH v4 2/5] arm64: initialise SCTLR2_ELx register at boot time

[GIT PULL] Rockchip dts fixes for 6.17 #1
 2025-09-03 12:29 UTC 

[PATCH v2 0/3] On-chip RTC support for ExynosAutov9
 2025-09-03 12:23 UTC  (3+ messages)

[PATCH] PM / devfreq: mtk-cci: avoid redundant conditions
 2025-09-03 12:14 UTC 

[PATCH] cpufreq: mediatek: avoid redundant conditions
 2025-09-03 12:12 UTC 

[PATCH v7 00/16] pinctrl: introduce the concept of a GPIO pin function category
 2025-09-03 12:07 UTC  (17+ messages)
` [PATCH v7 07/16] pinctrl: imx: don't access the pin function radix tree directly
` [PATCH v7 16/16] pinctrl: qcom: make the pinmuxing strict

[PATCH v11 0/2] Add Meta (Facebook) Ventura BMC (AST2600)
 2025-09-03 12:06 UTC  (3+ messages)
` [PATCH v11 1/2] dt-bindings: arm:aspeed add Meta Ventura board
` [PATCH v11 2/2] ARM: dts: aspeed: ventura: add Meta Ventura BMC

[PATCH v3 00/12] cpufreq: use __free() for all cpufreq_cpu_get() references
 2025-09-03 11:43 UTC  (11+ messages)
` [PATCH v3 02/12] ACPI: processor: thermal: Use scope-based cleanup helper
` [PATCH v3 03/12] cpufreq: intel_pstate: "
` [PATCH v3 09/12] powercap: dtpm_cpu: "

[PATCH] arm64: dts: ti: k3-j721e-main: Add DSI and DPHY-TX
 2025-09-03 11:39 UTC  (2+ messages)

[PATCH 0/3] arm64: uapi: Provide correct __BITS_PER_LONG for the compat vDSO
 2025-09-03 11:21 UTC  (3+ messages)
` (subset) "

[PATCH v10 00/43] arm64: Support for Arm CCA in KVM
 2025-09-03 11:15 UTC  (3+ messages)
` [PATCH v10 05/43] arm64: RME: Check for RME support at KVM init

[PATCH v1 0/3] coresight: add static TPDM support
 2025-09-03 11:06 UTC  (3+ messages)
` [PATCH v1 2/3] coresight: tpdm: add static tpdm support

[PATCH v5 0/7] drm/bridge: imx: Add HDMI PAI driver on i.MX8MP
 2025-09-03 10:41 UTC  (4+ messages)
` [PATCH v5 4/7] drm/bridge: dw-hdmi: Add API dw_hdmi_set_sample_iec958() for iec958 format

[PATCH 1/2] i2c: s3c2410: Drop S3C2410 OF support
 2025-09-03 10:37 UTC  (3+ messages)

[PATCH 0/5] arm64: allwinner: a523: Enable CPU clocks
 2025-09-03 10:26 UTC  (10+ messages)
` [PATCH 1/5] dt-bindings: clock: sun55i-a523-ccu: Add A523 CPU CCU clock controller
` [PATCH 3/5] clk: sunxi-ng: mp: support clocks with just a shift register
` [PATCH 4/5] clk: sunxi-ng: add support for the A523/T527 CPU CCU

[PATCH v2 0/3] media: imx-mipi-csis: Get the number of active lanes from mbus_config
 2025-09-03 10:22 UTC  (4+ messages)
` [PATCH v2 1/3] media: v4l: Add helper to get number of active lanes via a pad
` [PATCH v2 2/3] media: imx-mipi-csis: Store the number of data_lanes configured in dt
` [PATCH v2 3/3] media: imx-mipi-csis: Get number of active lanes via mbus_config

[PATCH v2 0/4] irqchip: Add support for Aspeed AST2700 SCU interrupt controller
 2025-09-03 10:03 UTC  (4+ messages)
` [PATCH v2 1/4] irqchip/aspeed-scu-ic: Refactor driver to support variant-based initialization

[PATCH net-next v4 0/3] net: stmmac: allow generation of flexible PPS relative to MAC time
 2025-09-03  9:57 UTC  (3+ messages)
` [PATCH net-next v4 1/3] time: export timespec64_add_safe() symbol

[PATCH net-next 0/4] Add GMAC support for Renesas RZ/{T2H, N2H} SoCs
 2025-09-03  9:56 UTC  (4+ messages)
` [PATCH net-next 2/4] dt-bindings: net: renesas,rzv2h-gbeth: Document Renesas RZ/T2H and RZ/N2H SoCs

[PATCH v3 0/9] Add support ANS2 NVMe on Apple A11
 2025-09-03  9:53 UTC  (6+ messages)
` [PATCH v3 7/9] nvme: apple: Add Apple A11 support

[PATCH v2 0/4] arm64: dts: ti: Add bootph-all tag to USB PHY controller
 2025-09-03  9:52 UTC  (2+ messages)

[PATCH v2 1/2] dt-bindings: net: altr,socfpga-stmmac: Constrain interrupts
 2025-09-03  9:45 UTC  (5+ messages)
` [PATCH v2 2/2] dt-bindings: net: renesas,rzn1-gmac: "

[PATCH v1] coresight: tpda: fix the logic to setup the element size
 2025-09-03  9:45 UTC  (3+ messages)

[PATCH RESEND v2 0/2] Enable TI SCI INTA MSI as loadable module
 2025-09-03  9:44 UTC  (3+ messages)
` [PATCH RESEND v2 2/2] soc: ti: ti_sci_inta_msi: Enable module compilation support

[PATCH v4 0/5] barrier: Add smp_cond_load_*_timewait()
 2025-09-03  9:27 UTC  (4+ messages)

[EXT] Re: [PATCH v18 3/7] firmware: imx: add driver for NXP EdgeLock Enclave
 2025-09-03  9:18 UTC  (13+ messages)

[PATCH] ARM: dts: imx6ul-tx6ul: Switch away from deprecated `phy-reset-gpios`
 2025-09-03  9:01 UTC  (9+ messages)

[PATCH net-next 0/3] ptp: add pulse signal loopback support for debugging
 2025-09-03  8:37 UTC  (4+ messages)
` [PATCH net-next 1/3] ptp: add debugfs interfaces to loop back the periodic output signal
` [PATCH net-next 2/3] ptp: netc: add the periodic output signal loopback support
` [PATCH net-next 3/3] ptp: qoriq: covert to use generic interfaces to set loopback mode

[PATCH v4] dmaengine: xilinx: xdma: Fix regmap max_register
 2025-09-03  8:56 UTC 

[PATCH] arm64: dts: exynos8895: Minor whitespace cleanup
 2025-09-03  8:52 UTC  (2+ messages)

[PATCH] arm64: dts: cix: add DT nodes for all I2C and I3C ports for sky1
 2025-09-03  8:47 UTC 

[PATCH] crypto: atmel - Fix dma_unmap_sg() direction
 2025-09-03  8:34 UTC 

[PATCH] arm: dts: stm32: Drop redundant status=okay
 2025-09-03  8:31 UTC  (2+ messages)

[PATCH] crypto: rockchip - Fix dma_unmap_sg() nents value
 2025-09-03  8:06 UTC 

[PATCH 00/12] gpio: replace legacy bgpio_init() with its modernized alternative - part 3
 2025-09-03  8:00 UTC  (13+ messages)
` [PATCH 01/12] gpio: ixp4xx: allow building the module with COMPILE_TEST enabled
` [PATCH 02/12] gpio: ixp4xx: use new generic GPIO chip API
` [PATCH 03/12] gpio: idt3243x: "
` [PATCH 04/12] gpio: blzp1600: "
` [PATCH 05/12] gpio: tb10x: order includes alphabetically
` [PATCH 06/12] gpio: tb10x: allow building the module with COMPILE_TEST=y
` [PATCH 07/12] gpio: tb10x: use new generic GPIO chip API
` [PATCH 08/12] gpio: mlxbf: "
` [PATCH 09/12] gpio: ep93xx: allow building the module with COMPILE_TEST enabled
` [PATCH 10/12] gpio: ep93xx: order includes alphabetically
` [PATCH 11/12] gpio: ep93xx: use new generic GPIO chip API
` [PATCH 12/12] gpio: mlxbf3: "

[PATCH v4 0/3] Add pin control driver for BCM2712 SoC
 2025-09-03  8:00 UTC  (3+ messages)

[PATCH 1/2] net: ethernet: sun4i-emac: free dma desc
 2025-09-03  7:49 UTC  (2+ messages)
` [PATCH] net: ethernet: sun4i-emac: free dma descriptor

[Bug 220479] New: [regression 6.16] mvebu: no pci devices detected on turris omnia
 2025-09-03  7:50 UTC  (5+ messages)

[PATCH 1/2] ARM: dts: stm32: Minor whitespace cleanup
 2025-09-03  7:46 UTC  (3+ messages)
` [PATCH 2/2] arm64: "

[PATCH] ARM: dts: stm32: stm32mp151c-plyaqm: Use correct dai-format property
 2025-09-03  7:38 UTC  (2+ messages)

[PATCH v2] dt-bindings: mfd: Move embedded controllers to own directory
 2025-09-03  7:39 UTC  (3+ messages)
  ` (subset) "

[PATCH 0/6] gpio: remove references to gpio_chip::base from debugfs callbacks
 2025-09-03  7:38 UTC  (2+ messages)

[PATCH 00/12] gpio: replace legacy bgpio_init() with its modernized alternative - part 2
 2025-09-03  7:38 UTC  (2+ messages)

[PATCH v2 0/3] Add exynosautov920 thermal support
 2025-09-03  7:36 UTC  (4+ messages)
    ` [PATCH v2 1/3] dt-bindings: thermal: samsung: Add tmu-name and sensor-index-ranges properties
    ` [PATCH v2 2/3] thermal: exynos_tmu: Support new hardware and update TMU interface
    ` [PATCH v2 3/3] arm64: dts: exynosautov920: Add tmu hardware binding


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