Linux-Rockchip Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-28 19:28:52 to 2026-05-05 10:07:48 UTC [more...]

[PATCH v8 phy-next 01/31] PCI: cadence: Preserve all error codes in cdns_plat_pcie_probe()
 2026-05-05 10:05 UTC  (18+ messages)
` [PATCH v8 phy-next 02/31] ata: add <linux/pm_runtime.h> where missing
` [PATCH v8 phy-next 03/31] PCI: Add missing headers transitively included by <linux/phy/phy.h>
` [PATCH v8 phy-next 04/31] usb: add "
` [PATCH v8 phy-next 05/31] drm: add <linux/pm_runtime.h> where missing
` [PATCH v8 phy-next 06/31] phy: "
` [PATCH v8 phy-next 07/31] phy: spacemit: include missing <linux/phy/phy.h>
` [PATCH v8 phy-next 08/31] net: lan969x: include missing <linux/of.h>
` [PATCH v8 phy-next 09/31] PCI: Remove device links to PHY
` [PATCH v8 phy-next 10/31] scsi: ufs: exynos: use dedicated API for updating PHY bus width
` [PATCH v8 phy-next 11/31] scsi: ufs: qcom: call phy_init() before phy_power_on()
` [PATCH v8 phy-next 12/31] scsi: ufs: qcom: make use of QMP PHY dynamic gear switching ability
` [PATCH v8 phy-next 13/31] scsi: ufs: qcom: keep separate track of PHY power state
` [PATCH v8 phy-next 14/31] scsi: ufs: qcom: include missing <linux/interrupt.h>
` [PATCH v8 phy-next 15/31] drm/rockchip: dw_hdmi: avoid direct dereference of phy->dev.of_node
` [PATCH v8 phy-next 16/31] usb: host: tegra: "
` [PATCH v8 phy-next 17/31] usb: gadget: tegra-xudc: "
` [PATCH v8 phy-next 19/31] phy: make phy_get_mode(), phy_get_bus_width() NULL tolerant

[PATCH 1/2] pinctrl: bcm: Move MODULE_DEVICE_TABLE next to the table itself
 2026-05-05  9:43 UTC  (2+ messages)
` [PATCH 2/2] pinctrl: rockchip: "

[PATCH v7 phy-next 01/27] ata: add <linux/pm_runtime.h> where missing
 2026-05-05  9:39 UTC  (33+ messages)
` [PATCH v7 phy-next 02/27] PCI: Add missing headers transitively included by <linux/phy/phy.h>
` [PATCH v7 phy-next 03/27] usb: add "
` [PATCH v7 phy-next 04/27] drm: add <linux/pm_runtime.h> where missing
` [PATCH v7 phy-next 05/27] phy: "
` [PATCH v7 phy-next 06/27] phy: spacemit: include missing <linux/phy/phy.h>
` [PATCH v7 phy-next 07/27] net: lan969x: include missing <linux/of.h>
` [PATCH v7 phy-next 08/27] PCI: Remove device links to PHY
` [PATCH v7 phy-next 09/27] scsi: ufs: exynos: stop poking into struct phy guts
` [PATCH v7 phy-next 10/27] scsi: ufs: qcom: keep parallel track of PHY power state
` [PATCH v7 phy-next 11/27] scsi: ufs: qcom: include missing <linux/interrupt.h>
` [PATCH v7 phy-next 12/27] drm/rockchip: dw_hdmi: avoid direct dereference of phy->dev.of_node
` [PATCH v7 phy-next 13/27] usb: host: tegra: "
` [PATCH v7 phy-next 14/27] usb: gadget: tegra-xudc: "
` [PATCH v7 phy-next 16/27] phy: make phy_get_mode(), phy_(get|set)_bus_width() NULL tolerant
` [PATCH v7 phy-next 17/27] phy: introduce phy_get_max_link_rate() helper for consumers
` [PATCH v7 phy-next 18/27] drm/rockchip: dsi: include PHY provider header
` [PATCH v7 phy-next 19/27] drm: bridge: cdns-mhdp8546: use consumer API for getting PHY bus width
` [PATCH v7 phy-next 20/27] media: sunxi: a83-mips-csi2: include PHY provider header
` [PATCH v7 phy-next 21/27] net: renesas: rswitch: "
` [PATCH v7 phy-next 22/27] pinctrl: tegra-xusb: "
` [PATCH v7 phy-next 23/27] power: supply: cpcap-charger: include missing <linux/property.h>
` [PATCH v7 phy-next 24/27] phy: include PHY provider header (1/2)
` [PATCH v7 phy-next 25/27] phy: include PHY provider header (2/2)
` [PATCH v7 phy-next 27/27] MAINTAINERS: add regexes for linux-phy

[PATCH v4] media: verisilicon: Create AV1 helper library
 2026-05-05  8:19 UTC 

drm/bridge: dw-hdmi-qp: seamless handoff sets wrong tmds_char_rate, breaking audio on strict HDMI 2.1 sinks
 2026-05-05  8:18 UTC 

[PATCH v5 00/10] Add HDMI 2.0 support to DW HDMI QP TX
 2026-05-05  0:45 UTC  (5+ messages)
` [PATCH v5 05/10] drm/bridge: dw-hdmi-qp: Add HDMI 2.0 SCDC scrambling and high TMDS clock ratio support

[PATCH v4 00/17] drm: bridge: dw_hdmi: Misc enable/disable, CEC and EDID cleanup
 2026-05-04 21:21 UTC  (19+ messages)
` [PATCH v4 01/17] drm: bridge: dw_hdmi: Disable scrambler feature when not supported
` [PATCH v4 02/17] drm: bridge: dw_hdmi: Only notify connected status on HPD interrupt
` [PATCH v4 03/17] drm: bridge: dw_hdmi: Call poweron/poweroff from atomic enable/disable
` [PATCH v4 04/17] drm: bridge: dw_hdmi: Use passed mode instead of stored previous_mode
` [PATCH v4 05/17] drm: bridge: dw_hdmi: Fold poweron and setup functions
` [PATCH v4 06/17] drm: bridge: dw_hdmi: Remove previous_mode and mode_set
` [PATCH v4 07/17] drm: bridge: dw_hdmi: Invalidate CEC phys addr from connector detect
` [PATCH v4 08/17] drm: bridge: dw_hdmi: Remove cec_notifier_mutex
` [PATCH v4 09/17] drm: bridge: dw_hdmi: Extract dw_hdmi_connector_status_update()
` [PATCH v4 10/17] drm: bridge: dw_hdmi: Use dw_hdmi_connector_status_update()
` [PATCH v4 11/17] drm: bridge: dw_hdmi: Use display_info is_hdmi and has_audio
` [PATCH v4 12/17] drm: bridge: dw_hdmi: Use generic CEC notifier helpers
` [PATCH v4 13/17] drm: bridge: dw_hdmi: Use delayed_work to debounce hotplug event
` [PATCH v4 14/17] drm: bridge: dw_hdmi: Rework HDP and RXSENSE interrupt handling
` [PATCH v4 15/17] drm: bridge: dw_hdmi: Remove the empty dw_hdmi_setup_rx_sense()
` [PATCH v4 16/17] drm: bridge: dw_hdmi: Remove the empty dw_hdmi_phy_update_hpd()
` [PATCH v4 17/17] drm: bridge: dw_hdmi: Merge top and bottom half IRQ handlers

[PATCH v5 0/2] media: synopsys: csi2rx: add support for rk3588 variant
 2026-05-04 20:56 UTC  (4+ messages)
` [PATCH v5 1/2] media: dt-bindings: rockchip,rk3568-mipi-csi2: add rk3588 compatible

[PATCH V4 00/10] Add Invensense ICM42607
 2026-05-04 18:26 UTC  (18+ messages)
` [PATCH V4 01/10] dt-bindings: iio: imu: icm42600: Add icm42607 binding
` [PATCH V4 02/10] iio: imu: inv_icm42607: Add inv_icm42607 Core Driver
` [PATCH V4 03/10] iio: imu: inv_icm42607: Add I2C and SPI For icm42607
` [PATCH V4 04/10] iio: imu: inv_icm42607: Add PM support for icm42607
` [PATCH V4 05/10] iio: imu: inv_icm42607: Add Buffer "
` [PATCH V4 06/10] iio: imu: inv_icm42607: Add Temp Support in icm42607
` [PATCH V4 07/10] iio: imu: inv_icm42607: Add Accelerometer for icm42607
` [PATCH V4 08/10] iio: imu: inv_icm42607: Add Wake on Movement "
` [PATCH V4 09/10] iio: imu: inv_icm42607: Add Gyroscope to icm42607
` [PATCH V4 10/10] arm64: dts: rockchip: Add icm42607p IMU for RG-DS

[PATCH 0/5] drm/rockchip: vop2: Fix layer cfg done timeout on multi-output setups
 2026-05-04 18:24 UTC  (6+ messages)
` [PATCH 1/5] drm/rockchip: vop2: Fix wrong wait target in layer cfg done check
` [PATCH 2/5] drm/rockchip: vop2: Wait for layer cfg done before switching LAYERSEL_REGDONE_SEL
` [PATCH 3/5] drm/rockchip: vop2: Delay old_{layer|port}_sel updates in setup_layer_mixer()
` [PATCH 4/5] drm/rockchip: vop2: Drop redundant zero-init "
` [PATCH 5/5] drm/rockchip: vop2: Use vop2->old_layer_sel directly in wait_for_layer_cfg_done()

[PATCH v3] media: verisilicon: Create AV1 helper library
 2026-05-04 10:25 UTC  (3+ messages)

[PATCH v5 4/6] counter: Add rockchip-pwm-capture driver
 2026-05-04  8:25 UTC  (3+ messages)

[PATCH v4 00/16] phy: rockchip: usbdp: Fixes, DP 1-lane support and cleanups
 2026-05-03 19:12 UTC  (3+ messages)

[PATCH] phy: rockchip: inno-hdmi: Change TMDS rate handling to configure() ops
 2026-05-03 17:29 UTC 

[PATCH v5 4/6] counter: Add rockchip-pwm-capture driver
 2026-05-03 11:06 UTC  (2+ messages)

[PATCH] media: uapi: rkisp: Correct name version enum
 2026-05-02 17:39 UTC  (2+ messages)

[PATCH v2 0/7] arm64: dts: rockchip: Add peripheral support for Khadas Edge 2L
 2026-05-02 17:19 UTC  (10+ messages)
` [PATCH v2 1/7] arm64: dts: rockchip: Add PMIC "
` [PATCH v2 2/7] arm64: dts: rockchip: Add HYM8563 RTC "
` [PATCH v2 3/7] arm64: dts: rockchip: Add AP6275P wireless support "
` [PATCH v2 4/7] arm64: dts: rockchip: Enable GPU "
` [PATCH v2 5/7] arm64: dts: rockchip: Add HDMI and VOP support "
` [PATCH v2 6/7] arm64: dts: rockchip: Enable USB "
` [PATCH v2 7/7] arm64: dts: rockchip: Add Bluetooth support "

[PATCH 00/11] v4l2: Add tracing for stateless codecs
 2026-05-01 19:07 UTC  (17+ messages)
` [PATCH 01/11] media: Move visl traces to v4l2-core
` [PATCH 02/11] media: Reformat v4l2-requests trace event printk
` [PATCH 03/11] media: Add tgid and fd fields in v4l2_fh struct
` [PATCH 04/11] media: Add tgid and fd to the v4l2-requests trace fields
` [PATCH 05/11] media: Add missing types to v4l2_ctrl_ptr
` [PATCH 06/11] media: Trace the stateless controls when set in v4l2-ctrls-core.c
` [PATCH 11/11] media: hantro: Add fdinfo callback

[PATCH 0/7] dts: Add /firmware/#{address,size}-cells to Chromium-based DTs
 2026-04-30 23:54 UTC  (19+ messages)
` [PATCH 1/7] arm64: dts: rockchip: Add #{address,size}-cells to Chromium-based /firmware
` [PATCH 2/7] ARM: "
` [PATCH 3/7] ARM: dts: nvidia: "
` [PATCH 4/7] ARM: dts: samsung: "
` [PATCH 5/7] arm64: dts: mediatek: "
` [PATCH 6/7] arm64: dts: nvidia: "
` [PATCH 7/7] arm64: dts: qcom: "

[PATCH v2 00/12] Synopsys DisplayPort Controller improvements for Rockchip platforms
 2026-04-30 22:20 UTC  (13+ messages)
` [PATCH v2 01/12] drm/bridge: synopsys: dw-dp: Support unregistering the AUX channel
` [PATCH v2 02/12] drm/rockchip: dw_dp: Release core resources
` [PATCH v2 03/12] drm/bridge: synopsys: dw-dp: Simplify driver data setting
` [PATCH v2 04/12] drm/bridge: synopsys: dw-dp: Support MEDIA_BUS_FMT_FIXED
` [PATCH v2 05/12] drm/bridge: synopsys: dw-dp: Add follow-up bridge support
` [PATCH v2 06/12] drm/bridge: Add out-of-band HPD notify handler
` [PATCH v2 07/12] drm/rockchip: dw_dp: Implement out-of-band HPD handling
` [PATCH v2 08/12] drm/bridge: synopsys: dw-dp: Support software triggered OOB HPD
` [PATCH v2 09/12] drm/bridge: synopsys: dw-dp: Add Runtime PM support
` [PATCH v2 10/12] drm/rockchip: dw_dp: Add runtime "
` [PATCH RFC v2 11/12] dt-bindings: display: rockchip: dw-dp: fix sound DAI cells
` [PATCH v2 12/12] drm/bridge: synopsys: dw-dp: Add audio support

[PATCH] media: verisilicon: Stop allocate mv and rfc buffers inside frame buffers
 2026-04-30  8:27 UTC  (4+ messages)

[PATCH v3 0/2] media: verisilicon: Simplification and clean up
 2026-04-30  8:20 UTC  (5+ messages)
` [PATCH v3 1/2] media: verisilicon: Simplify motion vectors and rfc buffers allocation

[PATCH RFC 0/3] media: videobuf2: opt-in dma_resv producer fences for V4L2 dmabuf exports
 2026-04-30  6:51 UTC  (6+ messages)
` [PATCH RFC 1/3] media: videobuf2: add dma_resv release-fence helper
` [PATCH RFC 2/3] media: hantro: attach dma_resv release fence at buf_queue
` [PATCH RFC 3/3] media: rockchip-rga: "

[PATCH] devfreq: event: rockchip-dfi: fix missing clk_disable_unprepare() on error
 2026-04-29 22:35 UTC  (2+ messages)

[PATCH V3 0/9] Add Invensense ICM42607
 2026-04-29 19:46 UTC  (5+ messages)
` [PATCH V3 6/9] iio: imu: inv_icm42607: Add Accelerometer for icm42607

[PATCH] media: verisilicon: remove hantro_run declaration
 2026-04-29 19:01 UTC  (2+ messages)

[PATCH v3 0/4] media: rkvdec: Switch to using a bitwriter
 2026-04-29 18:21 UTC  (9+ messages)
` [PATCH v3 1/4] media: rkvdec: Introduce a global bitwriter helper
` [PATCH v3 2/4] media: rkvdec: Use the global bitwriter instead of local one
` [PATCH v3 3/4] media: rkvdec: common: Drop bitfields for the bitwriter
` [PATCH v3 4/4] media: rkvdec: vdpu383: "

[PATCH] media: verisilicon: Fix format enumeration when post-processor is mandatory
 2026-04-29 18:05 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: mfd: rockchip: drop redundant wakeup-source definitions
 2026-04-29 17:12 UTC  (6+ messages)
` [PATCH 2/2] ASoC: dt-bindings: "

[PATCH 0/6] Add Anbernic RG Vita-Pro
 2026-04-29 11:58 UTC  (7+ messages)
` [PATCH 1/6] dt-bindings: power: supply: sgm41542: document sgm41542

[PATCH v3 00/13] drm: bridge: dw_hdmi: Misc enable/disable, CEC and EDID cleanup
 2026-04-29  9:46 UTC  (14+ messages)
` [PATCH v3 09/13] drm: bridge: dw_hdmi: Use delayed_work to debounce hotplug event
` [PATCH v3 12/13] drm: bridge: dw_hdmi: Use dw_hdmi_connector_status_update()

[PATCH 0/6] arm64: dts: rockchip: Add peripheral support for Khadas Edge 2L
 2026-04-29  6:51 UTC  (7+ messages)
` [PATCH 5/6] arm64: dts: rockchip: Enable USB "
` [PATCH 6/6] arm64: dts: rockchip: Add Bluetooth support "

[PATCH 0/3] drm/bridge: Add Lontium LT8711UXD DP-to-HDMI transparent bridge
 2026-04-29  4:15 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: display: bridge: simple: document the Lontium LT8711UXD DP-to-HDMI bridge
` [PATCH 2/3] drm/bridge: simple: Add "
` [PATCH 3/3] arm64: dts: rockchip: orangepi-5-pro: Add "

[PATCH v9 0/4] Add support for Orange Pi 5 Pro
 2026-04-29  2:47 UTC  (5+ messages)
` [PATCH v9 1/4] dt-bindings: arm: rockchip: Add "
` [PATCH v9 2/4] arm64: dts: rockchip: rk3588s-orangepi-5: rename PLDO regulator labels to match schematic
` [PATCH v9 3/4] arm64: dts: rockchip: refactor items from Orange Pi 5/b to prep for Pro
` [PATCH v9 4/4] arm64: dts: rockchip: Add Orange Pi 5 Pro board support


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