Linux-Rockchip Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-29 15:59:35 to 2026-07-31 16:23:53 UTC [more...]

[PATCH v10 00/69] Add HDMI 2.0 support to DW HDMI QP TX
 2026-07-31 16:19 UTC  (44+ messages)
` [PATCH v10 01/69] video/hdmi: Introduce HDMI version enum
` [PATCH v10 02/69] drm/connector: hdmi: Handle reset() state allocation failure
` [PATCH v10 03/69] drm/display: hdmi: Rename drmm_connector_hdmi_init() to *_ini2()
` [PATCH v10 04/69] drm/connector: Add drmm_connector_hdmi_init() with new signature
` [PATCH v10 05/69] drm/display: bridge_connector: Convert to drmm_connector_hdmi_init()
` [PATCH v10 06/69] drm/probe-helper: Introduce .force_ctx() connector callback
` [PATCH v10 07/69] drm/connector: Add HDMI 2.0 scrambler infrastructure
` [PATCH v10 08/69] drm/display: scdc-helper: Add macro for connector-prefixed debug messages
` [PATCH v10 09/69] drm/display: scdc-helper: Add helper to set SCDC version information
` [PATCH v10 10/69] drm/display: hdmi: Add HDMI 2.0 scrambling management helpers
` [PATCH v10 11/69] drm/display: hdmi: Advertise SCDC source version when scrambling
` [PATCH v10 12/69] drm/bridge: Fix unlocked list_del in drm_bridge_add()
` [PATCH v10 13/69] drm/bridge: Fix unlocked list access in drm_bridge_attach()
` [PATCH v10 14/69] drm/bridge: Remove redundant error check in drm_bridge_helper_reset_crtc()
` [PATCH v10 15/69] drm/bridge: Add bridge ops for source-side HDMI 2.0 scrambling
` [PATCH v10 16/69] drm/display: bridge_connector: Use cached connector status in .get_modes()
` [PATCH v10 17/69] drm/display: bridge_connector: Switch to .detect_ctx() connector helper
` [PATCH v10 18/69] drm/display: bridge_connector: Switch to .force_ctx() "
` [PATCH v10 19/69] drm/display: bridge_connector: Wire up HDMI 2.0 scrambler callbacks
` [PATCH v10 20/69] drm/display: hdmi-state-helper: Add source TMDS rate validation
` [PATCH v10 21/69] drm/display: hdmi-state-helper: Pass acquire ctx to hotplug helpers
` [PATCH v10 22/69] drm/display: hdmi-state-helper: Sync SCDC state on hotplug
` [PATCH v10 23/69] drm/display: hdmi-state-helper: Set HDMI scrambling requirement
` [PATCH v10 24/69] drm/bridge: dw-hdmi-qp: Rate limit i2c read error messages
` [PATCH v10 25/69] drm/bridge: dw-hdmi-qp: Provide .{enable,disable}_hpd() PHY ops
` [PATCH v10 26/69] drm/bridge: dw-hdmi-qp: Remove unused workqueue include and define
` [PATCH v10 27/69] drm/bridge: dw-hdmi-qp: Add HDMI 2.0 scrambling support
` [PATCH v10 28/69] drm/bridge: dw-hdmi-qp: Provide dw_hdmi_qp_hpd_notify() helper
` [PATCH v10 29/69] drm/rockchip: dw_hdmi_qp: Fix invalid drvdata access in PM ops
` [PATCH v10 30/69] drm/rockchip: dw_hdmi_qp: Cancel pending HPD work on suspend
` [PATCH v10 31/69] drm/rockchip: dw_hdmi_qp: Add missing newlines in dev_err_probe() messages
` [PATCH v10 32/69] drm/rockchip: dw_hdmi_qp: Use local dev variable consistently in bind()
` [PATCH v10 33/69] drm/rockchip: dw_hdmi_qp: Avoid spurious HPD IRQ thread wakeups
` [PATCH v10 34/69] drm/rockchip: dw_hdmi_qp: Mask RK3576 HPD IRQ in io_init
` [PATCH v10 35/69] drm/rockchip: dw_hdmi_qp: Implement .{enable,disable}_hpd() PHY ops
` [PATCH v10 36/69] drm/rockchip: dw_hdmi_qp: Factor out HPD interrupt (un)mask helpers
` [PATCH v10 37/69] drm/rockchip: dw_hdmi_qp: Control the HPD IRQ line via the bridge HPD ops
` [PATCH v10 38/69] drm/rockchip: dw_hdmi_qp: Use dw_hdmi_qp_hpd_notify() for HPD reports
` [PATCH v10 39/69] drm/bridge: dw-hdmi-qp: Drop unused .setup_hpd() phy op
` [PATCH v10 40/69] drm/vc4: hdmi: Use common TMDS char rate constants
` [PATCH v10 41/69] drm/vc4: hdmi: Switch to drm_hdmi_mode_needs_scrambling()
` [PATCH v10 42/69] drm/vc4: hdmi: Switch to .force_ctx() connector helper
` [PATCH v10 43/69] drm/vc4: hdmi: Propagate -EDEADLK to the top level

[RFC PATCH v3 0/6] accel/rocket: RK3576 NPU (RKNN) enablement
 2026-07-31 16:10 UTC  (8+ messages)
` [RFC PATCH v3 1/6] dt-bindings: npu: rockchip: add rockchip,rk3576-rknn-core
` [RFC PATCH v3 2/6] pmdomain/rockchip: add optional per-domain power-on settle delay
` [RFC PATCH v3 3/6] pmdomain/rockchip: cycle optional power-domain resets on power-on
` [RFC PATCH v3 4/6] accel/rocket: add RK3576 NPU (RKNN) support
` [RFC PATCH v3 5/6] arm64: dts: rockchip: rk3576: add NPU (RKNN) nodes
` [RFC PATCH v3 6/6] arm64: dts: rockchip: rk3576-rock-4d: enable NPU

[PATCH v9 00/61] Add HDMI 2.0 support to DW HDMI QP TX
 2026-07-31 15:03 UTC  (10+ messages)
` [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 06/61] drm/display: scdc-helper: Add macro for connector-prefixed debug messages

[PATCH v8 00/21] Synopsys DisplayPort Controller improvements for Rockchip platforms
 2026-07-31 14:42 UTC  (22+ messages)
` [PATCH v8 01/21] drm/bridge: synopsys: dw-dp: Register DP AUX on bridge attach
` [PATCH v8 02/21] drm/bridge: synopsys: dw-dp: Fix incorrect resource lifetimes in bind callback
` [PATCH v8 03/21] drm/bridge: synopsys: dw-dp: Cancel pending HPD work
` [PATCH v8 04/21] drm/bridge: synopsys: dw-dp: Document missing reset line deassert
` [PATCH v8 05/21] drm/bridge: synopsys: dw-dp: Add missing mutex cleanups on module removal
` [PATCH v8 06/21] drm/bridge: synopsys: dw-dp: Fix AUX transfer timeout race condition
` [PATCH v8 07/21] drm/bridge: synopsys: dw-dp: Fix support for short I2C reads
` [PATCH v8 08/21] drm/bridge: synopsys: dw-dp: Free output_fmts when none are valid
` [PATCH v8 09/21] drm/bridge: synopsys: dw-dp: Support MEDIA_BUS_FMT_FIXED
` [PATCH v8 10/21] drm/bridge: synopsys: dw-dp: Add follow-up bridge support
` [PATCH v8 11/21] drm/bridge: Add out-of-band HPD notify handler
` [PATCH v8 12/21] drm/bridge: synopsys: dw-dp: Support software triggered OOB HPD
` [PATCH v8 13/21] drm/rockchip: dw_dp: Implement out-of-band HPD handling
` [PATCH v8 14/21] drm/bridge: synopsys: dw-dp: Add Runtime PM support
` [PATCH v8 15/21] drm/rockchip: dw_dp: Add runtime "
` [PATCH v8 16/21] drm/bridge: synopsys: dw-dp: Protect sdp_reg_bank from concurrent access
` [PATCH v8 17/21] drm/bridge: synopsys: dw-dp: Drop useless reservation of first slot
` [PATCH v8 18/21] drm/bridge: synopsys: dw-dp: Clear only enabled SDPs on atomic disable
` [PATCH v8 19/21] drm/bridge: synopsys: dw-dp: Use regmap_set_bits in dw_dp_send_sdp
` [PATCH v8 20/21] dt-bindings: display: rockchip: dw-dp: Fix sound DAI cells
` [PATCH v8 21/21] drm/bridge: synopsys: dw-dp: Add audio support

[PATCH v5 0/6] drm/bridge: Implement generic USB Type-C DP HPD bridge
 2026-07-31 14:20 UTC  (8+ messages)
` [PATCH v5 1/6] "
` [PATCH v5 2/6] drm/display: Add soft depend for aux-hpd-typec-dp-bridge module
` [PATCH v5 3/6] drm/bridge: aux: Add drm_aux_bridge_register_from_node()
` [PATCH v5 4/6] phy: rockchip: phy-rockchip-typec: Add DRM AUX bridge
` [PATCH v5 5/6] drm/rockchip: cdn-dp: Support handle lane info without extcon
` [PATCH v5 6/6] drm/rockchip: cdn-dp: Add multiple bridges to support PHY port selection

[PATCH] media: hantro: Harden MPEG-2 control access against NULL
 2026-07-31 14:07 UTC 

[PATCH v6 1/4] dt-bindings: can: rockchip: add rk3588 CAN-FD compatible
 2026-07-31 13:17 UTC  (9+ messages)
` [PATCH v6 2/4] can: rockchip: add RK3588 CAN support
` [PATCH v6 3/4] arm64: dts: rockchip: add CAN-FD nodes for RK3588
` [PATCH v6 4/4] arm64: dts: rockchip: Enable CAN controller on RK3588-Tiger-Haikou

[PATCH v5 1/3] can: rockchip_canfd: prevent TX stall on echo skb failure
 2026-07-31 10:39 UTC  (3+ messages)
` [PATCH v5 2/3] can: rockchip_canfd: retry the outstanding TX buffer
` [PATCH v5 3/3] can: rockchip_canfd: serialize TX state and command writes

[PATCH v5 0/3] can: rockchip_canfd: fix TX stalls and races
 2026-07-31 10:39 UTC 

[PATCH v4 0/2] phy: rockchip: inno-hdmi: Change TMDS rate handling to configure() ops
 2026-07-31 10:32 UTC  (2+ messages)

[PATCH v1 0/7] Add HPD support for Rockchip Analogix DP
 2026-07-31 10:30 UTC  (13+ messages)
` [PATCH v1 1/7] drm/bridge: analogix_dp: Manage pm runtime and IRQ for native HPD pin detection
` [PATCH v1 2/7] drm/bridge: analogix_dp: Return bitmask from analogix_dp_get_irq_type()
` [PATCH v1 3/7] drm/bridge: analogix_dp: Extend mute/unmute HPD interrupts to accept irq bitmask
` [PATCH v1 4/7] drm/bridge: analogix_dp: Extend clear_hotplug_interrupts to accept IRQ bitmask
` [PATCH v1 5/7] drm/bridge: analogix_dp: Simplify analogix_dp_config_interrupt()
` [PATCH v1 6/7] drm/bridge: analogix_dp: Use platform-specific HPD detection scheme
` [PATCH v1 7/7] drm/bridge: analogix_dp: Skip native HPD interrupt ops for GPIO HPD

[PATCH v4 1/3] can: rockchip_canfd: prevent TX stall on echo skb failure
 2026-07-31  8:46 UTC  (5+ messages)
` [PATCH v4 2/3] can: rockchip_canfd: retry the outstanding TX buffer
` [PATCH v4 3/3] can: rockchip_canfd: serialize TX state and command writes

[PATCH 0/2] accel/rocket: fix shared-device lifecycle on probe failure and unbind
 2026-07-31  6:57 UTC  (5+ messages)
` [PATCH 1/2] accel/rocket: release the shared device's devres on teardown
` [PATCH 2/2] accel/rocket: keep core slots stable across unbind and rebind

[PATCH v2 0/2] accel/rocket: fix shared-device lifecycle on probe failure and unbind
 2026-07-31  6:49 UTC  (3+ messages)
` [PATCH v2 1/2] accel/rocket: release the shared device's devres on teardown
` [PATCH v2 2/2] accel/rocket: keep core slots stable across unbind and rebind

[PATCH net-next v4] net: phy: motorcomm: enable the reference clock for YT8521
 2026-07-31  1:38 UTC 

[RFC PATCH v2 2/8] pmdomain/rockchip: add optional per-domain power-on settle delay
 2026-07-30 22:57 UTC  (4+ messages)

[PATCH net-next v3] net: phy: motorcomm: enable the reference clock for YT8521 and YT8531
 2026-07-30 22:31 UTC  (2+ messages)

[PATCH 1/1] PCI: dw-rockchip: Add support to reset Root Port upon link down event
 2026-07-30 16:50 UTC  (2+ messages)

[PATCH v9 0/5] PCI: Add support for resetting the Root Ports in a platform specific way
 2026-07-30 16:44 UTC  (2+ messages)

[PATCH v2 0/3] Fix GPU and display on ARM32 platforms using the MSM IOMMU
 2026-07-30 16:04 UTC  (4+ messages)
` [PATCH v2 1/3] iommu/msm: track a context master per device and IOMMU
` [PATCH v2 2/3] iommu/msm: use the IOMMU device for page table allocation
` [PATCH v2 3/3] drm/msm: detach the ARM DMA mapping before attaching our own domain

[PATCH v4 0/3] can: rockchip_canfd: fix TX stalls and races
 2026-07-30 15:50 UTC 

[PATCH] media: rkvdec: fix v4l2-compliance failure
 2026-07-30 15:36 UTC 

[PATCH v6 0/4] can: rockchip: add RK3588 CAN support
 2026-07-30 14:34 UTC 

[PATCH 0/3] Fix GPU and display on ARM32 platforms using the MSM IOMMU
 2026-07-30 14:30 UTC  (10+ messages)
` [PATCH 1/3] iommu/msm: track a context master per device and IOMMU
` [PATCH 2/3] ARM: dma-mapping: reset DMA ops before detaching from the IOMMU
` [PATCH 3/3] drm/msm: detach the ARM DMA mapping before attaching our own domain

[PATCH v5 3/4] arm64: dts: rockchip: add CAN-FD nodes for RK3588
 2026-07-30 14:13 UTC  (7+ messages)
` [PATCH v5 4/4] arm64: dts: rockchip: Enable CAN controller on RK3588-Tiger-Haikou

[PATCH v3 1/3] can: rockchip_canfd: prevent TX stall on echo skb failure
 2026-07-30 14:09 UTC  (5+ messages)
` [PATCH v3 2/3] can: rockchip_canfd: retry the outstanding TX buffer
` [PATCH v3 3/3] can: rockchip_canfd: serialize TX state and command writes

[PATCH v3 0/3] can: rockchip_canfd: fix TX stalls and races
 2026-07-30 13:48 UTC 

[PATCH 0/2] Add support for Vicharak Axon Lite board
 2026-07-30 13:48 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: arm: rockchip: Add "
` [PATCH 2/2] arm64: dts: "

[PATCH 0/2] arm64: dts: rockchip: support CAN1-CAN2-UART4 adapter for RK3588 Jaguar + enable CAN0
 2026-07-30 13:18 UTC  (3+ messages)
` [PATCH 1/2] arm64: dts: rockchip: enable CAN0 on RK3588 Jaguar
` [PATCH 2/2] arm64: dts: rockchip: support CAN1-CAN2-UART4 adapter for "

[PATCH v2 1/3] can: rockchip_canfd: prevent TX stall on echo skb failure
 2026-07-30 12:39 UTC  (5+ messages)
` [PATCH v2 2/3] can: rockchip_canfd: retry the outstanding TX buffer
` [PATCH v2 3/3] can: rockchip_canfd: serialize TX state and command writes

[PATCH v10 00/11] Add eDP support for RK3576
 2026-07-30 11:56 UTC  (2+ messages)

[PATCH net-next 0/3] net: stmmac: dwmac-rk: add RK3576 GMAC 25M refout support
 2026-07-30 11:41 UTC  (7+ messages)
` [PATCH net-next 1/3] dt-bindings: net: rockchip-dwmac: Add 25M refout clock
` [PATCH net-next 2/3] arm64: dts: rockchip: Add RK3576 GMAC 25M refout clocks

[PATCH v2 0/3] can: rockchip_canfd: fix TX stalls and races
 2026-07-30 10:11 UTC 

[PATCH 1/3] can: rockchip_canfd: prevent TX stall on echo skb failure
 2026-07-30  6:11 UTC  (3+ messages)
` [PATCH 2/3] can: rockchip_canfd: retry the outstanding TX buffer
` [PATCH 3/3] can: rockchip_canfd: fix TX echo skb race

[PATCH 0/3] can: rockchip_canfd: fix TX stalls and echo skb races
 2026-07-30  6:11 UTC 

[PATCH v3 0/2] Add support for Vicharak Vaaman board
 2026-07-30  4:59 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: arm: rockchip: Add "
` [PATCH v3 2/2] arm64: dts: "

[PATCH] drm/rockchip: vop2: give rk3576 VP2 a primary plane
 2026-07-30  3:49 UTC  (4+ messages)

[PATCH v3] media: hantro: release runtime resources when device_run fails
 2026-07-29 20:37 UTC  (2+ messages)

[PATCH v2 1/2] dt-bindings: arm: rockchip: Add EmbedFire LubanCat 4 board
 2026-07-29 17:39 UTC  (2+ messages)

[PATCH] arm64: dts: rockchip: Add DSI LCD display on rk3576-evb1
 2026-07-29 17:35 UTC  (6+ messages)

[PATCH v5 0/2] media: hantro: fix runtime PM resource handling
 2026-07-29 17:16 UTC  (5+ messages)
` [PATCH v5 1/2] media: hantro: release runtime resources when device_run fails
` [PATCH v5 2/2] media: hantro: use DEFINE_RUNTIME_DEV_PM_OPS

[PATCH v3 0/7] dt-bindings: Orientation defines
 2026-07-29 17:07 UTC  (2+ messages)

[PATCH 2/4] dt-bindings: vendor-prefixes: Add techvision
 2026-07-29 16:38 UTC  (3+ messages)
` (subset) "

[PATCH] arm64: dts: rockchip: Drop data-mapping from Engicam PX30 Core
 2026-07-29 15:59 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