linux-rockchip.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-30 09:23:36 to 2025-07-09 08:41:35 UTC [more...]

[PATCH v2 00/12] Apply drm_bridge_connector helper for the Analogix DP driver
 2025-07-09  7:22 UTC  (14+ messages)
  ` [PATCH v2 01/12] drm/bridge: analogix_dp: Formalize the struct analogix_dp_device
  ` [PATCH v2 02/12] drm/bridge: analogix_dp: Move &drm_bridge_funcs.mode_set to &drm_bridge_funcs.atomic_enable
  ` [PATCH v2 03/12] drm/bridge: analogix_dp: Add &analogix_dp_plat_data.bridge
  ` [PATCH v2 04/12] drm/exynos: exynos_dp: Remove &exynos_dp_device.ptn_bridge
  ` [PATCH v2 05/12] drm/exynos: exynos_dp: Remove redundant &analogix_dp_plat_data.skip_connector
  ` [PATCH v2 06/12] drm/bridge: analogix_dp: "
  ` [PATCH v2 07/12] drm/bridge: analogix_dp: Add support to find panel or bridge
  ` [PATCH v2 08/12] drm/rockchip: analogix_dp: Apply drmm_encoder_init() instead of drm_simple_encoder_init()
  ` [PATCH v2 09/12] drm/rockchip: analogix_dp: Apply analogix_dp_find_panel_or_bridge()
  ` [PATCH v2 10/12] drm/exynos: exynos_dp: "
  ` [PATCH v2 11/12] drm/bridge: analogix_dp: Remove unused APIs for AUX bus
  ` [PATCH v2 12/12] drm/bridge: analogix_dp: Apply drm_bridge_connector helper

[PATCH 0/6] arm64: dts: rockchip: Add ROCK 2A/2F, Sige1 and NanoPi Zero2
 2025-07-09  7:00 UTC  (10+ messages)
` [PATCH 1/6] dt-bindings: arm: rockchip: Add Radxa ROCK 2A/2F
` [PATCH 2/6] arm64: dts: "
` [PATCH 3/6] dt-bindings: arm: rockchip: Add ArmSoM Sige1
` [PATCH 4/6] arm64: dts: "
` [PATCH 5/6] dt-bindings: arm: rockchip: Add FriendlyElec NanoPi Zero2
` [PATCH 6/6] arm64: dts: "

[PATCH 0/8] media: Introduce V4L2 extensible parameters
 2025-07-09  6:20 UTC  (11+ messages)
` [PATCH 1/8] media: uapi: Introduce V4L2 extensible params
` [PATCH 2/8] media: uapi: Convert RkISP1 to "
` [PATCH 3/8] media: uapi: Convert Amlogic C3 "
` [PATCH 4/8] media: Documentation: uapi: Add V4L2 extensible parameters
` [PATCH 5/8] media: v4l2-common: Introduce v4l2-params.c
` [PATCH 6/8] media: rkisp1: Use v4l2-params for validation
` [PATCH 7/8] media: amlogic-c3: "
` [PATCH 8/8] media: Documentation: kapi: Add v4l2 extensible parameters

[GIT PULL] Rockchip dts fixes for 6.16 #1
 2025-07-08 20:41 UTC 

[PATCH 00/13] Support DSI output on rk3576 and roc-rk3576-pc board
 2025-07-08 20:10 UTC  (20+ messages)
` [PATCH 01/13] drm/panel: ilitek-ili9881c: turn off power-supply when init fails
` [PATCH 02/13] drm/panel: ilitek-ili9881c: move display_on/_off dcs calls to (un-)prepare
` [PATCH 03/13] drm/panel: ilitek-ili9881c: convert (un-)prepare to mipi_dsi_multi_context
` [PATCH 04/13] dt-bindings: vendor-prefixes: Add prefix for Shenzhen Bestar Electronic
` [PATCH 05/13] dt-bindings: display: ili9881c: Add Bestar BSD1218-A101KL68 LCD panel
` [PATCH 06/13] drm/panel: ilitek-ili9881c: Add Bestar BSD1218-A101KL68 support
` [PATCH 07/13] dt-bindings: soc: rockchip: add rk3576 mipi dcphy syscon
` [PATCH 08/13] dt-bindings: display: rockchip: Add rk3576 to RK3588 DW DSI2 controller schema
` [PATCH 09/13] drm/rockchip: dsi2: add support rk3576
` [PATCH 10/13] arm64: dts: rockchip: add mipi-dcphy to rk3576
` [PATCH 11/13] arm64: dts: rockchip: add the dsi controller "
` [PATCH 12/13] arm64: dts: rockchip: add vcc3v3-lcd-s0 regulator to roc-rk3576-pc
` [PATCH 13/13] arm64: dts: rockchip: add dm-m10r800-v3s overlay for roc-rk3576-pc

[PATCH 00/12] Add HDMI 2.1 FRL support to phy-rockchip-samsung-hdptx
 2025-07-08 19:35 UTC  (13+ messages)
` [PATCH 01/12] phy: hdmi: Add HDMI 2.1 FRL configuration options
` [PATCH 02/12] phy: rockchip: samsung-hdptx: Reduce ROPLL loop bandwidth
` [PATCH 03/12] phy: rockchip: samsung-hdptx: Prevent Inter-Pair Skew from exceeding the limits
` [PATCH 04/12] phy: rockchip: samsung-hdptx: Use usleep_range() instead of udelay()
` [PATCH 05/12] phy: rockchip: samsung-hdptx: Fix coding style alignment
` [PATCH 06/12] phy: rockchip: samsung-hdptx: Consistently use [rk_]hdptx_[tmds_] prefixes
` [PATCH 07/12] phy: rockchip: samsung-hdptx: Enable lane output in common helper
` [PATCH 08/12] phy: rockchip: samsung-hdptx: Cleanup *_cmn_init_seq lists
` [PATCH 09/12] phy: rockchip: samsung-hdptx: Compute clk rate from PLL config
` [PATCH 10/12] phy: rockchip: samsung-hdptx: Switch to driver specific HDMI config
` [PATCH 11/12] phy: rockchip: samsung-hdptx: Extend rk_hdptx_phy_verify_hdmi_config() helper
` [PATCH 12/12] phy: rockchip: samsung-hdptx: Add HDMI 2.1 FRL support

[PATCH v4] drm/rockchip: cdn-dp: Convert to drm bridge
 2025-07-08 17:35 UTC  (2+ messages)

[PATCH] drm/rockchip: Use dev_err_probe() to simplify code
 2025-07-08 17:35 UTC  (2+ messages)

[PATCH] drm/rockchip: lvds: Convert to drm bridge
 2025-07-08 17:35 UTC  (2+ messages)

[PATCH v5 00/10] Convert inno hdmi to drm bridge
 2025-07-08 17:35 UTC  (2+ messages)
` (subset) "

[PATCH] drm/rockchip: vop2: Fix the update of LAYER/PORT select registers when there are multi display output on rk3588/rk3568
 2025-07-08 17:35 UTC  (2+ messages)

[PATCH] drm/rockchip: vop2: fail cleanly if missing a primary plane for a video-port
 2025-07-08 17:35 UTC  (2+ messages)

[PATCH v3 00/10] Fix several DTB validation issues
 2025-07-08 16:18 UTC  (4+ messages)
` [PATCH v3 03/10] dt-bindings: display: rockchip,dw-mipi-dsi: Drop address/size cells

[PATCH] arm64: dts: rockchip: Add UFS support on the ROCK 4D
 2025-07-08 15:50 UTC 

[PATCH 00/12] media: rkvdec: Add support for VDPU381 and VDPU383
 2025-07-08 15:19 UTC  (13+ messages)
` [PATCH 01/12] media: rkvdec: Switch to using structs instead of writel
` [PATCH 02/12] media: rkvdec: Move cabac table to its own source file
` [PATCH 03/12] media: rkvdec: Use structs to represent the HW RPS
` [PATCH 04/12] media: rkvdec: Move h264 functions to common file
` [PATCH 05/12] media: rkvdec: Add per variant configuration
` [PATCH 06/12] media: rkvdec: Add RCB and SRAM support
` [PATCH 07/12] media: rkvdec: Support per-variant interrupt handler
` [PATCH 08/12] media: rkvdec: Enable all clocks without naming them
` [PATCH 09/12] media: rkvdec: Add H264 support for the VDPU381 variant
` [PATCH 10/12] media: rkvdec: Add H264 support for the VDPU383 variant
` [PATCH 11/12] media: rkvdec: Add HEVC support for the VDPU381 variant
` [PATCH 12/12] media: rkvdec: Add HEVC support for the VDPU383 variant

[RESEND PATCH v9 0/4] PCI: rockchip: Improve driver quality
 2025-07-07 23:04 UTC  (11+ messages)
` [RESEND PATCH v9 1/4] PCI: rockchip: Use standard PCIe defines
` [RESEND PATCH v9 2/4] PCI: rockchip: Set Target Link Speed before retraining
` [RESEND PATCH v9 3/4] phy: rockchip-pcie: Enable all four lanes if required
` [RESEND PATCH v9 4/4] phy: rockchip-pcie: Properly disable TEST_WRITE strobe signal
` (subset) [RESEND PATCH v9 0/4] PCI: rockchip: Improve driver quality

[PATCH 05/80] hwrng: Remove redundant pm_runtime_mark_last_busy() calls
 2025-07-07 15:57 UTC  (13+ messages)
` [PATCH 41/80] media: "
` [PATCH 61/80] spi: "
` [PATCH 64/80] media: rkvdec: "

[PATCH v4] pmdomain: Use str_enable_disable() and str_on_off() helpers
 2025-07-07 12:17 UTC 

[PATCH] mtd: rawnand: rockchip: Add missing check after DMA map
 2025-07-07  7:15 UTC 

[PATCH v2] rockchip/drm: vop2: make vp registers nonvolatile
 2025-07-06 10:46 UTC  (5+ messages)

[PATCH] arm64: dts: rockchip: Enable mipi dsi on rk3568-evb1-v10
 2025-07-06 11:38 UTC 

[PATCH v4 0/3] drm: rockchip: vop2: Add VP clock resets support
 2025-07-06 10:23 UTC  (3+ messages)
` [PATCH v4 1/3] dt-bindings: display: vop2: Add VP clock resets

[PATCH v4 0/5] Add support for Verisilicon IOMMU used by media codec blocks
 2025-07-05 18:38 UTC  (7+ messages)
` [PATCH v4 3/5] iommu: Add verisilicon IOMMU driver

[PATCH 0/5] Add HDMI CEC support to Rockchip RK3588/RK3576 SoCs
 2025-07-05 13:23 UTC  (11+ messages)
` [PATCH 1/5] drm/rockchip: dw_hdmi_qp: Provide CEC IRQ in dw_hdmi_qp_plat_data
` [PATCH 2/5] drm/bridge: dw-hdmi-qp: Add CEC support
` [PATCH 3/5] drm/rockchip: dw_hdmi_qp: Provide ref clock rate in dw_hdmi_qp_plat_data
` [PATCH 4/5] drm/bridge: dw-hdmi-qp: Fixup timer base setup
` [PATCH 5/5] arm64: defconfig: Enable DW HDMI QP CEC support

[PATCH] rockchip/drm: vop2: make vp registers nonvolatile
 2025-07-05 11:47 UTC  (3+ messages)
`  "

[PATCH] ASoC: codec: rockchip_sai: Remove including of_gpio.h
 2025-07-04 21:42 UTC  (3+ messages)

[PATCH] arm64: dts: rockchip: fix PHY handling for ROCK 4D
 2025-07-04 17:31 UTC 

[PATCH] arm64: dts: rockchip: Enable HDMI receiver on RK3588 EVB1
 2025-07-04 17:14 UTC 

[PATCH] ARM: rockchip: fix kernel hang during smp initialization
 2025-07-03 14:04 UTC 

[PATCH V4 0/5] Add Texas Instruments BQ25703A Charger
 2025-07-02 20:40 UTC  (6+ messages)
` [PATCH V4 1/5] dt-bindings: mfd: ti,bq25703a: Add TI "

[PATCH V3 0/5] Add Texas Instruments BQ25703A Charger
 2025-07-02 15:02 UTC  (3+ messages)
` [PATCH V3 2/5] mfd: bq257xx: Add support for BQ25703A core driver

[PATCH 0/4] ROCK 4D audio enablement
 2025-07-02  9:49 UTC  (9+ messages)
` [PATCH 1/4] dt-bindings: input: adc-keys: allow linux,input-type property
` [PATCH 2/4] Input: adc-keys - support types that aren't just keyboard keys
` [PATCH 3/4] arm64: dts: rockchip: add analog audio to ROCK 4D
` [PATCH 4/4] arm64: dts: rockchip: add HDMI audio on "

[PATCH] dt-bindings: gpio: Create a trivial GPIO schema
 2025-07-02  9:17 UTC  (2+ messages)

[PATCH v7 00/10] New DRM accel driver for Rockchip's RKNN NPU
 2025-07-01 19:31 UTC  (5+ messages)
` [PATCH v7 03/10] accel/rocket: Add IOCTL for BO creation
` [PATCH v7 04/10] accel/rocket: Add job submission IOCTL

[PATCH v3] pmdomain: Use str_enable_disable() and str_on_off() helpers
 2025-07-01  9:35 UTC  (2+ messages)

[PATCH 0/3] ROCK 4D DT additions: regulators, usb, rfkill
 2025-07-01  9:07 UTC  (9+ messages)
` [PATCH 1/3] arm64: dts: rockchip: adjust dcin regulator on ROCK 4D
` [PATCH 2/3] arm64: dts: rockchip: complete USB nodes "
` [PATCH 3/3] arm64: dts: rockchip: theoretically enable Wi-Fi "

[PATCH V5 RESEND] drm/rockchip: Reject AFBC for res >2560 on rk3399
 2025-07-01  2:55 UTC  (2+ messages)
`  "

[PATCH v8 0/4] PCI: rockchip: Improve driver quality
 2025-06-30 22:28 UTC  (8+ messages)
` [PATCH v8 1/4] PCI: rockchip: Use standard PCIe defines
` [PATCH v8 2/4] PCI: rockchip: Set Target Link Speed before retraining
` [PATCH v8 3/4] phy: rockchip-pcie: Enable all four lanes if required
` [PATCH v8 4/4] phy: rockchip-pcie: Properly disable TEST_WRITE strobe signal

[PATCH v9 0/4] PCI: rockchip: Improve driver quality
 2025-06-30 21:56 UTC  (5+ messages)
` [PATCH v9 1/4] PCI: rockchip: Use standard PCIe defines
` [PATCH v9 2/4] PCI: rockchip: Set Target Link Speed before retraining
` [PATCH v9 3/4] phy: rockchip-pcie: Enable all four lanes if required
` [PATCH v9 4/4] phy: rockchip-pcie: Properly disable TEST_WRITE strobe signal

[PATCH v7 0/4] PCI: rockchip: Improve driver quality
 2025-06-30 17:55 UTC  (4+ messages)
` [PATCH v7 3/4] phy: rockchip-pcie: Enable all four lanes if required

[PATCH 2/8] arm64: dts: rockchip: Refactor DSI nodes on rk3399 boards
 2025-06-30 13:12 UTC  (5+ messages)

[PATCH v9 00/13] media: rockchip: add a driver for the rockchip camera interface
 2025-06-30 10:12 UTC  (3+ messages)
` [PATCH v9 06/13] "

[PATCH v4 0/4] Describe the cameras in the PinePhone Pro dts
 2025-06-30  9:50 UTC  (4+ messages)

[PATCH 0/3] arm64: dts: rockchip: Fix HDMI output on RK3576
 2025-06-30  9:45 UTC  (3+ messages)
` (subset) "

[PATCH] arm64: dts: rockchip: Add bluetooth support to ArmSoM Sige7
 2025-06-30  9:45 UTC  (2+ messages)

[PATCH] arm64: dts: rockchip: enable PCIe on ROCK 4D
 2025-06-30  9:45 UTC  (2+ messages)

[PATCH] arm64: dts: rockchip: Fix eMMC HS200 mode on Radxa E20C
 2025-06-30  9:45 UTC  (2+ messages)

[PATCH] arm64: dts: rockchip: Enable HDMI receiver on CM3588
 2025-06-30  9:45 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).