Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-23 01:35:16 to 2026-07-23 05:16:27 UTC [more...]

[PATCH v4 0/6] Add BBML3 cpu feature
 2026-07-23  4:40 UTC  (7+ messages)
` [PATCH v4 1/6] arm64: cputype: Add Cortex-A520AE definitions
` [PATCH v4 2/6] arm64: cputype: Add C1-Nano definitions
` [PATCH v4 3/6] arm64: cpufeature: Extend bbml2_noabort support list
` [PATCH v4 4/6] arm64: sysreg: Add BBM_3
` [PATCH v4 5/6] arm64: cpufeature: Rename BBML2_NOABORT as BBML3
` [PATCH v4 6/6] arm64: cpufeature: Detect BBML3 based on ID_AA64MMFR2_EL1.BBM

[PATCH] dmaengine: at_hdmac: use more devm in _probe
 2026-07-23  5:07 UTC 

[PATCH] dmaengine: at_hdmac: ioremap and get irq early
 2026-07-23  5:06 UTC 

[PATCH] dmaengine: at_hdmac: fix memory leak in atc_prep_slave_sg
 2026-07-23  5:04 UTC 

[PATCH] dmaengine: at_hdmac: fix sparse '__iomem' cast warning in memset helpers
 2026-07-23  5:03 UTC 

[PATCH] fpga: zynq-fpga: Remove redundant dev_err()
 2026-07-23  4:55 UTC  (3+ messages)

[PATCH v2] driver: fpga: xilinx-selectmap: add csi and rdwr support
 2026-07-23  4:47 UTC  (3+ messages)

[PATCH] arm: mediatek: fix secondary CPU boot on Thumb-2 kernels with Clang
 2026-07-23  4:45 UTC  (3+ messages)

[PATCH v6 0/6] Add CAMSS and IMX577 sensor support for Shikra EVK
 2026-07-23  4:44 UTC  (6+ messages)
` [PATCH v6 1/6] dt-bindings: media: qcom: Add Shikra CAMSS compatible
` [PATCH v6 2/6] arm64: dts: qcom: shikra: Add CAMSS node
` [PATCH v6 3/6] arm64: dts: qcom: shikra: Add CCI definitions
` [PATCH v6 5/6] arm64: dts: qcom: shikra-cqm-cqs-evk-imx577-camera: Add DT overlay
` [PATCH v6 6/6] arm64: dts: qcom: shikra-iqs-evk-imx577-camera: "

[PATCH v2 0/5] ASoC: fsl_asrc/fsl_easrc: expose per-pair/context DAIs and fix DMA race
 2026-07-23  4:34 UTC  (7+ messages)
` [PATCH v2 1/5] ASoC: dt-bindings: fsl,imx-asrc: update port binding to support multiple paths
` [PATCH v2 2/5] ASoC: dt-bindings: fsl,easrc: add ports binding for multiple conversion paths
` [PATCH v2 3/5] ASoC: fsl_asrc/fsl_easrc: move DMA params into pair/context struct
` [PATCH v2 4/5] ASoC: fsl_asrc: expose individual DAIs per conversion path
` [PATCH v2 5/5] ASoC: fsl_easrc: "

[PATCH v2 0/2] soc: aspeed: ipmi: add KCS Channel 4 over PCIe
 2026-07-23  4:14 UTC  (6+ messages)
` [PATCH v2 1/2] ipmi: kcs_bmc_aspeed: g6: Add "
` [PATCH v2 2/2] ARM: dts: aspeed-g6: add pcie-kcs4

[PATCH v2] arm64: syscall: Ensure saved x0 is kept in-sync with tracer updates
 2026-07-23  4:12 UTC  (6+ messages)

[PATCH 0/2] ASoC: meson: preparation for Card capsuling
 2026-07-23  4:04 UTC  (7+ messages)
` [PATCH 2/2] ASoC: meson: meson-card: use priv instead of card on each functions

[PATCH v7 0/5] pinctrl: mediatek: Enable module build support
 2026-07-23  3:58 UTC  (6+ messages)
` [PATCH v7 1/5] pinctrl: mediatek: use devm_gpiochip_add_data() for GPIO chip
` [PATCH v7 2/5] pinctrl: mediatek: free EINT resources on unbind
` [PATCH v7 3/5] pinctrl: mediatek: allow common drivers to be built as modules
` [PATCH v7 4/5] pinctrl: mediatek: mt7986: register both platform drivers from a single initcall
` [PATCH v7 5/5] pinctrl: mediatek: enable module build support for all SoC drivers

[RFC PATCH 00/36] arm64: Add support for FEAT_NMI
 2026-07-23  3:53 UTC  (6+ messages)
` [RFC PATCH 30/36] arm64: irq: Report FEAT_NMI masking local IRQs

[PATCH v9 00/61] Add HDMI 2.0 support to DW HDMI QP TX
 2026-07-23  1:35 UTC  (62+ messages)
` [PATCH v9 01/61] video/hdmi: Introduce HDMI version enum
` [PATCH v9 02/61] drm/display: hdmi: Rename drmm_connector_hdmi_init() to *_ini2()
` [PATCH v9 03/61] drm/connector: Add drmm_connector_hdmi_init() with new signature
` [PATCH v9 04/61] drm/display: bridge_connector: Convert to drmm_connector_hdmi_init()
` [PATCH v9 05/61] drm/connector: Add HDMI 2.0 scrambler infrastructure
` [PATCH v9 06/61] drm/display: scdc-helper: Add macro for connector-prefixed debug messages
` [PATCH v9 07/61] drm/display: scdc-helper: Add helper to set SCDC version information
` [PATCH v9 08/61] drm/display: hdmi: Add HDMI 2.0 scrambling management helpers
` [PATCH v9 09/61] drm/display: hdmi: Advertise SCDC source version when scrambling
` [PATCH v9 10/61] drm/bridge: Remove redundant error check in drm_bridge_helper_reset_crtc()
` [PATCH v9 11/61] drm/bridge: Add bridge ops for source-side HDMI 2.0 scrambling
` [PATCH v9 12/61] drm/display: bridge_connector: Use cached connector status in .get_modes()
` [PATCH v9 13/61] drm/display: bridge_connector: Switch to .detect_ctx() connector helper
` [PATCH v9 14/61] drm/display: bridge_connector: Wire up HDMI 2.0 scrambler callbacks
` [PATCH v9 15/61] drm/display: hdmi-state-helper: Add source TMDS rate validation
` [PATCH v9 16/61] drm/display: hdmi-state-helper: Pass acquire ctx to hotplug helpers
` [PATCH v9 17/61] drm/display: hdmi-state-helper: Sync SCDC state on hotplug
` [PATCH v9 18/61] drm/display: hdmi-state-helper: Set HDMI scrambling requirement
` [PATCH v9 19/61] drm/bridge: dw-hdmi-qp: Rate limit i2c read error messages
` [PATCH v9 20/61] drm/bridge: dw-hdmi-qp: Provide .{enable,disable}_hpd() PHY ops
` [PATCH v9 21/61] drm/bridge: dw-hdmi-qp: Remove unused workqueue include and define
` [PATCH v9 22/61] drm/bridge: dw-hdmi-qp: Add HDMI 2.0 scrambling support
` [PATCH v9 23/61] drm/bridge: dw-hdmi-qp: Provide dw_hdmi_qp_hpd_notify() helper
` [PATCH v9 24/61] drm/rockchip: dw_hdmi_qp: Fix NULL deref in PM ops on incomplete bind
` [PATCH v9 25/61] drm/rockchip: dw_hdmi_qp: Add missing newlines in dev_err_probe() messages
` [PATCH v9 26/61] drm/rockchip: dw_hdmi_qp: Use local dev variable consistently in bind()
` [PATCH v9 27/61] drm/rockchip: dw_hdmi_qp: Avoid spurious HPD IRQ thread wakeups
` [PATCH v9 28/61] drm/rockchip: dw_hdmi_qp: Mask RK3576 HPD IRQ in io_init
` [PATCH v9 29/61] drm/rockchip: dw_hdmi_qp: Implement .{enable,disable}_hpd() PHY ops
` [PATCH v9 30/61] drm/rockchip: dw_hdmi_qp: Factor out HPD interrupt (un)mask helpers
` [PATCH v9 31/61] drm/rockchip: dw_hdmi_qp: Control the HPD IRQ line via the bridge HPD ops
` [PATCH v9 32/61] drm/rockchip: dw_hdmi_qp: Use dw_hdmi_qp_hpd_notify() for HPD reports
` [PATCH v9 33/61] drm/bridge: dw-hdmi-qp: Drop unused .setup_hpd() phy op
` [PATCH v9 34/61] drm/vc4: hdmi: Use common TMDS char rate constants
` [PATCH v9 35/61] drm/vc4: hdmi: Switch to drm_hdmi_mode_needs_scrambling()
` [PATCH v9 36/61] drm/vc4: hdmi: Propagate -EDEADLK to the top level
` [PATCH v9 37/61] drm/vc4: hdmi: Convert to drmm_connector_hdmi_init()
` [PATCH v9 38/61] drm/vc4: hdmi: Convert to common HDMI 2.0 scrambling infrastructure
` [PATCH v9 39/61] drm/vc4: hdmi: Defer pixel clock validation to HDMI helpers
` [PATCH v9 40/61] drm/bridge: adv7511: Advertise HDMI 1.2 capabilities
` [PATCH v9 41/61] drm/bridge: inno-hdmi: "
` [PATCH v9 42/61] drm/bridge: ite-it6263: Drop redundant .mode_valid hook
` [PATCH v9 43/61] drm/bridge: ite-it6263: Advertise HDMI 1.3 capabilities
` [PATCH v9 44/61] drm/bridge: ite-it66121: Advertise HDMI 1.2 capabilities
` [PATCH v9 45/61] drm/bridge: lontium-lt9611: Advertise HDMI 1.4 capabilities
` [PATCH v9 46/61] drm/rockchip: rk3066_hdmi: "
` [PATCH v9 47/61] drm/sun4i: hdmi: Convert to drmm_connector_hdmi_init()
` [PATCH v9 48/61] drm/tests: edid: Add 4K@60Hz EDID with 600MHz TMDS
` [PATCH v9 49/61] drm/tests: edid: Fix conformity for 1080p+4K YUV420 200MHz EDID
` [PATCH v9 50/61] drm/tests: edid: Fix conformity for 4K RGB/YUV 340MHz EDID
` [PATCH v9 51/61] drm/tests: bridge: Set supported HDMI version
` [PATCH v9 52/61] drm/tests: connector: Convert to drmm_connector_hdmi_init()
` [PATCH v9 53/61] drm/tests: connector: Add HDMI max_tmds_char_rate init coverage
` [PATCH v9 54/61] drm/tests: connector: Add HDMI source-side scrambler coverage
` [PATCH v9 55/61] drm/tests: hdmi_state_helper: Convert to drmm_connector_hdmi_init()
` [PATCH v9 56/61] drm/tests: hdmi_state_helper: Add connector-provided max_tmds_char_rate coverage
` [PATCH v9 57/61] drm/tests: hdmi_state_helper: Cover source-side scrambling decision
` [PATCH v9 58/61] drm/connector: Remove drmm_connector_hdmi_ini2()
` [PATCH v9 59/61] drm/connector: Drop redundant hdmi vendor/product fields
` [PATCH v9 60/61] drm/connector: Drop redundant hdmi supported_formats field
` [PATCH v9 61/61] drm/connector: Drop redundant max_bpc field

[PATCH v2] ARM: dts: aspeed: g6: Add missing uart nodes
 2026-07-23  3:48 UTC 

[PATCH] arm64: smp: distinguish secondary CPUs that hang after reaching head.S
 2026-07-23  2:49 UTC  (2+ messages)

[PATCH] soc: fsl: dpio: Remove redundant dev_err()
 2026-07-23  2:47 UTC 

[PATCH v3 0/9] KVM: arm64: selftests: Basic nested guest support
 2026-07-23  2:47 UTC  (3+ messages)
` [PATCH v3 8/9] KVM: arm64: selftests: Add infrastructure for using stage-2 in guest

[PATCH] soc: ixp4xx: Remove redundant dev_err()
 2026-07-23  2:45 UTC 

[PATCH] soc: mediatek: mtk-svs: Remove redundant dev_err_probe()
 2026-07-23  2:40 UTC 

[PATCH] soc: ti: wkup_m3_ipc: Remove redundant dev_err()
 2026-07-23  2:36 UTC 

[PATCH v2] soc: ti: wkup_m3_ipc: Remove redundant dev_err()
 2026-07-23  2:34 UTC  (2+ messages)

[PATCH] soc: xilinx: Remove redundant dev_err()
 2026-07-23  2:28 UTC 

[PATCH v2 0/7] display: lcdif: imx: add display support for imx8dxl and imx8qxp
 2026-07-23  2:22 UTC  (8+ messages)
` [PATCH v2 3/7] drm/panel: simple: Add waiken WKS101WX001-WCT support

[PATCH v17 00/15] arm64: entry: Convert to Generic Entry
 2026-07-23  1:54 UTC  (5+ messages)
` [PATCH v17 15/15] arm64: vdso: Expose sigreturn address on vdso to the kernel

[PATCH v2] soc: xilinx: Remove redundant dev_err()
 2026-07-23  2:09 UTC  (2+ messages)

[PATCH v5 0/3] pmdomain: imx: build the SCU power domain driver as a module
 2026-07-23  2:05 UTC  (4+ messages)
` [PATCH v5 1/3] of: export of_stdout symbol
` [PATCH v5 2/3] pmdomain: imx: scu-pd: allow building as a module
` [PATCH v5 3/3] clk: imx: imx8qxp: add soft dependency on SCU power domain driver

[PATCH 0/2] Add CoreSight nodes for Qualcomm Shikra SoC
 2026-07-23  1:46 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: arm: qcom,coresight-ctcu: Add Shikra
` [PATCH 2/2] arm64: dts: qcom: shikra: Add coresight nodes


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox