ARM Sunxi Platform Development
 help / color / mirror / Atom feed
 messages from 2026-07-17 15:40:16 to 2026-07-23 01:35:44 UTC [more...]

[PATCH v9 00/61] Add HDMI 2.0 support to DW HDMI QP TX
 2026-07-23  1:35 UTC  (60+ 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 v3 0/4] media: rc: sunxi-cir: support the A523/H728/T527 IR receiver
 2026-07-22 23:36 UTC  (5+ messages)
` [PATCH v3 1/4] media: dt-bindings: allwinner,sun4i-a10-ir: add A523 compatible
` [PATCH v3 2/4] arm64: dts: allwinner: a523: add IR receiver nodes
` [PATCH v3 3/4] arm64: dts: allwinner: a523: enable IR receiver on the X96Q Pro+
` [PATCH v3 4/4] arm64: dts: allwinner: a523: enable IR on the Avaota A1

[PATCH] clk: sunxi-ng: ccu_mp: fix clocks without P dividers
 2026-07-22 22:48 UTC  (7+ messages)

[PATCH] arm64: dts: allwinner: a523: enable IR on the Avaota A1
 2026-07-22 22:36 UTC  (2+ messages)

[PATCH v2 0/3] media: rc: sunxi-cir: support the A523/H728/T527 IR receiver
 2026-07-22 22:31 UTC  (7+ messages)
` [PATCH v2 1/3] media: dt-bindings: allwinner,sun4i-a10-ir: add A523 compatible
` [PATCH v2 2/3] arm64: dts: allwinner: a523: add IR receiver nodes
` [PATCH v2 3/3] arm64: dts: allwinner: a523: enable IR receiver on the X96Q Pro+

[PATCH] pinctrl: sunxi: A523: fix voltage withstand encoding
 2026-07-22 22:23 UTC  (5+ messages)

[PATCH 0/3] thermal/drivers/sun8i: Add support for the Allwinner A80 thermal sensor
 2026-07-22 21:10 UTC  (11+ messages)
` [PATCH 1/3] dt-bindings: thermal: sun8i: Add binding for the A80 THS controller
` [PATCH 2/3] thermal/drivers/sun8i: Add support for the A80 THS
` [PATCH 3/3] ARM: dts: sun9i-a80: Add thermal sensor and thermal zones
` [PATCH v2 0/3] thermal/drivers/sun8i: Add support for the Allwinner A80 thermal sensor
  ` [PATCH v2 1/3] dt-bindings: thermal: sun8i: Add binding for the A80 THS controller
  ` [PATCH v2 2/3] thermal/drivers/sun8i: Add support for the A80 THS
  ` [PATCH v2 3/3] ARM: dts: sun9i-a80: Add thermal sensor and thermal zones

[PATCH] ARM: dts: allwinner: a10: Fix PMU interrupt
 2026-07-22 17:29 UTC  (2+ messages)

[PATCH v6 0/4] clk: sun6i-rtc: Add support for Allwinner A733 SoC
 2026-07-22 16:28 UTC  (11+ messages)
` [PATCH v6 1/4] clk: sunxi-ng: mux: fix determine helper rate propagation
` [PATCH v6 2/4] clk: sunxi-ng: div: add read-only operation support
` [PATCH v6 3/4] clk: sunxi-ng: sun6i-rtc: split main oscillator div and gate
` [PATCH v6 4/4] clk: sunxi-ng: sun6i-rtc: add a733 support

Fwd: Orange Pi 4A (T527/A523) mainline bring-up on 6.18.38 — patch series for review
 2026-07-22 15:00 UTC  (3+ messages)
  `  "

[PATCH v3 0/4] drm/panel: refcounting panel lookups and references
 2026-07-22 12:15 UTC  (7+ messages)
` [PATCH v3 1/4] drm/panel: have drm_panel_add/remove manage a list reference
` [PATCH v3 4/4] drm/panel: find_panel_by_fwnode() return a counted reference

[PATCH v3 06/13] media: sunxi-cir: Ensure no more interrupts can occur before free
 2026-07-22 10:36 UTC  (2+ messages)

[PATCH v8 0/5] Add SCDC information to connector debugfs
 2026-07-22  9:50 UTC  (10+ messages)
` [PATCH v8 1/5] drm/scdc-helper: Don't use ssize_t return type for scdc_read/write
` [PATCH v8 2/5] drm/scdc-helper: Add scdc_status debugfs entry
` [PATCH v8 3/5] drm/scdc-helper: Implement parsing and printing HDMI 2.1 fields
` [PATCH v8 4/5] drm/debugfs: Move HDMI debugfs registration to state helper
` [PATCH v8 5/5] drm/display: hdmi-state-helper: Init SCDC debugfs for HDMI

[PATCH v7 0/5] Add SCDC information to connector debugfs
 2026-07-22  7:48 UTC  (17+ messages)
` [PATCH v7 1/5] drm/scdc-helper: Don't use ssize_t return type for scdc_read/write
` [PATCH v7 2/5] drm/scdc-helper: Add scdc_status debugfs entry
` [PATCH v7 3/5] drm/scdc-helper: Implement parsing and printing HDMI 2.1 fields
` [PATCH v7 4/5] drm/debugfs: Move HDMI debugfs registration to state helper
` [PATCH v7 5/5] drm/display: hdmi-state-helper: Init SCDC debugfs for HDMI

[PATCH] arm64: dts: allwinner: a523: x96qpro+: overvolting eMMC
 2026-07-21 22:38 UTC  (4+ messages)

[PATCH v5 0/5] Allwinner: A523: add support for A523 THS0/1 controllers
 2026-07-21 15:23 UTC  (5+ messages)
` [PATCH v5 4/5] thermal/drivers/sun8i: Add "
` [PATCH v5 5/5] arm64: dts: allwinner: sun55i: add thermal sensors

[PATCH] mailbox: Remove redundant dev_err()/dev_err_probe()
 2026-07-21  7:28 UTC  (3+ messages)

[PATCH 0/4] media: rc: sunxi-cir: support the A523/H728/T527 IR receiver
 2026-07-20 21:33 UTC  (3+ messages)

[PATCH 1/2] arm64: dts: allwinner: a523: Add missing SPDIF pin
 2026-07-20 20:24 UTC  (3+ messages)
` [PATCH 2/2] arm64: dts: allwinner: a523: Add SPDIF to x96qpro+ device

[PATCH RFC] arm64: dts: allwinner: a523: Add SPDIF to x96qproplus device
 2026-07-20 16:46 UTC  (3+ messages)

[PATCH 0/8] nvmem: make reg_write() take a const void *
 2026-07-20 11:05 UTC  (5+ messages)
` [PATCH 8/8] media: ov2740: remove NULL reg_write callback

[PATCH v1 0/4] clk: sunxi-ng: fix the A523/T527 GPU clock model, enable GPU DVFS
 2026-07-19 21:35 UTC  (7+ messages)
` [PATCH v1 1/4] clk: sunxi-ng: add cycle-masking divider (maskdiv) clock type
` [PATCH v1 2/4] clk: sunxi-ng: sun55i-a523: GPU clock divider is fractional, not linear
` [PATCH v1 3/4] clk: sunxi-ng: sun55i-a523: reparent GPU while pll-gpu changes rate
` [PATCH v1 4/4] arm64: dts: allwinner: t527-orangepi-4a: add GPU OPP table

[PATCH] clk: sunxi-ng: div: implement set_rate_and_parent
 2026-07-19 21:09 UTC  (3+ messages)

[PATCH v5 0/4] clk: sun6i-rtc: Add support for Allwinner A733 SoC
 2026-07-19 15:12 UTC  (11+ messages)
` [PATCH v5 1/4] clk: sunxi-ng: mux: fix determine helper rate propagation
` [PATCH v5 2/4] clk: sunxi-ng: div: add read-only operation support
` [PATCH v5 4/4] clk: sunxi-ng: sun6i-rtc: add a733 support

[PATCH 5.15] crypto: sun4i-ss - Remove insecure and unused rng_alg
 2026-07-19 15:00 UTC  (2+ messages)

[PATCH 7.1,6.18,6.12,6.6,6.1] crypto: sun4i-ss - Remove insecure and unused rng_alg
 2026-07-19 15:00 UTC  (2+ messages)

[PATCH v5 0/2] media: sun6i-csi: Convert to active state and improve MC support
 2026-07-19 11:27 UTC  (5+ messages)
` [PATCH v5 1/2] media: sun6i-csi: bridge: Use V4L2 subdev active state
` [PATCH v5 2/2] media: sun6i-csi: capture: Implement vidioc_enum_framesizes

[PATCH v2 0/8] clk: sunxi-ng: Add support for Allwinner A733 CCU and PRCM
 2026-07-18 14:46 UTC  (5+ messages)
` [PATCH v2 3/8] clk: sunxi-ng: a733: Add PRCM CCU

[PATCH RFC 3/8] clk: sunxi-ng: a733: Add PRCM CCU
 2026-07-17 21:57 UTC  (3+ messages)

[PATCH v2 0/3] mtd: rawnand: sunxi: fix H6/H616 controller timings
 2026-07-17 17:33 UTC  (4+ messages)
` [PATCH v2 1/3] mtd: rawnand: sunxi: group controller delay tables
` [PATCH v2 2/3] mtd: rawnand: sunxi: describe tADL and tWHR delays
` [PATCH v2 3/3] mtd: rawnand: sunxi: fix H6/H616 controller timings

[PATCH v4 0/2] media: sun6i-csi: Convert to active state and improve MC support
 2026-07-17 17:17 UTC  (5+ messages)
` [PATCH v4 1/2] media: sun6i-csi: bridge: Use V4L2 subdev active state
` [PATCH v4 2/2] media: sun6i-csi: capture: Implement vidioc_enum_framesizes

[PATCH v2] mtd: rawnand: sunxi: add H616 MBUS DMA support
 2026-07-17 16:41 UTC 


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