Linux-Rockchip Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-27 09:16:19 to 2024-04-02 10:39:37 UTC [more...]

[PATCH] arm64: dts: rockchip: remove startup-delay-us from vcc3v3_pcie2x1l0 on rock-5b
 2024-04-02 10:39 UTC  (2+ messages)

[PATCH v5 00/10] drm/ci: Add support for GPU and display testing
 2024-04-02 10:21 UTC  (29+ messages)
` [PATCH v5 01/10] drm/ci: arm64.config: Enable CONFIG_DRM_ANALOGIX_ANX7625
` [PATCH v5 02/10] drm/ci: uprev mesa version
` [PATCH v5 03/10] drm/ci: uprev IGT and update testlist
` [PATCH v5 04/10] drm/ci: mediatek: Refactor existing mediatek jobs
` [PATCH v5 05/10] drm/ci: mediatek: Add job to test panfrost and powervr GPU driver
` [PATCH v5 06/10] drm/ci: meson: Refactor existing meson jobs
` [PATCH v5 07/10] drm/ci: meson: Add job to test panfrost GPU driver
` [PATCH v5 08/10] drm/ci: rockchip: Refactor existing rockchip jobs
` [PATCH v5 09/10] drm/ci: rockchip: Add job to test panfrost GPU driver
` [PATCH v5 10/10] drm/ci: add tests on vkms

[PATCH 0/3] Fixes for RGB30
 2024-04-02  9:27 UTC  (5+ messages)
` [PATCH 3/3] arm64: dts: rockchip: Remove UART2 from RGB30

[PATCH v2 00/18] Improve PCI memory mapping API
 2024-04-02  7:55 UTC  (27+ messages)
` [PATCH v2 01/18] PCI: endpoint: Introduce pci_epc_function_is_valid()
` [PATCH v2 02/18] PCI: endpoint: Introduce pci_epc_map_align()
` [PATCH v2 03/18] PCI: endpoint: Introduce pci_epc_mem_map()/unmap()
` [PATCH v2 04/18] PCI: endpoint: test: Use pci_epc_mem_map/unmap()
` [PATCH v2 05/18] PCI: endpoint: test: Synchronously cancel command handler work
` [PATCH v2 06/18] PCI: endpoint: test: Implement link_down event operation
` [PATCH v2 07/18] PCI: rockchip-ep: Fix address translation unit programming
` [PATCH v2 08/18] PCI: rockchip-ep: Use a macro to define EP controller .align feature
` [PATCH v2 09/18] PCI: rockchip-ep: Improve rockchip_pcie_ep_unmap_addr()
` [PATCH v2 10/18] PCI: rockchip-ep: Improve rockchip_pcie_ep_map_addr()
` [PATCH v2 11/18] PCI: rockchip-ep: Implement the map_align endpoint controller operation
` [PATCH v2 12/18] PCI: rockchip-ep: Refactor rockchip_pcie_ep_probe() memory allocations
` [PATCH v2 13/18] PCI: rockchip-ep: Refactor rockchip_pcie_ep_probe() MSI-X hiding
` [PATCH v2 14/18] PCI: rockchip-ep: Refactor endpoint link training enable
` [PATCH v2 15/18] PCI: rockship-ep: Introduce rockchip_pcie_ep_stop()
` [PATCH v2 16/18] PCI: rockchip-ep: Improve link training
` [PATCH v2 17/18] dt-bindings: pci: rockchip,rk3399-pcie-ep: Add ep-gpios property
` [PATCH v2 18/18] PCI: rockchip-ep: Handle PERST# signal in endpoint mode

Fixing the devicetree of Rock 5 Model B (and possibly others)
 2024-04-01 23:24 UTC  (3+ messages)

[PATCH] arm64: dts: rockchip: Remove unsupported node from the Pinebook Pro dts
 2024-04-01 23:07 UTC  (3+ messages)

[PATCH 0/2] Enable internal strobe pulldown on Radxa ROCK 4 SBCs
 2024-04-01 21:55 UTC  (9+ messages)
` [PATCH 1/2] arm64: dts: rockchip: Add enable-strobe-pulldown to emmc phy on ROCK Pi 4
` [PATCH 2/2] arm64: dts: rockchip: Add enable-strobe-pulldown to emmc phy on ROCK 4C+

[PATCH] arm64: dts: rockchip: drop panel port unit address in GRU Scarlet
 2024-04-01 21:55 UTC  (2+ messages)

[PATCH 1/2] arm64: dts: rockchip: Enable gpu on Cool Pi CM5
 2024-04-01 21:55 UTC  (3+ messages)
` [PATCH 2/2] arm64: dts: rockchip: Enable gpu on Cool Pi 4B

[PATCH] dt-bindings: rockchip: grf: Add missing type to 'pcie-phy' node
 2024-04-01 20:49 UTC 

[PATCH v2] PCI: rockchip-host: Fix rockchip_pcie_host_init_port() PERST# handling
 2024-04-01 17:28 UTC  (4+ messages)

[PATCH] dt-bindings: PCI: rockchip,rk3399-pcie: add missing maxItems to ep-gpios
 2024-04-01 10:46 UTC  (2+ messages)

[PATCH 0/3] phy: rockchip: emmc: Enable internal strobe pull-down by default
 2024-03-31 19:26 UTC  (11+ messages)
` [PATCH 1/3] phy: rockchip: emmc: Enable pulldown for strobe line
` [PATCH 2/3] devicetree: phy: rockchip-emmc: Document changed strobe-pulldown property

[PATCH v1 0/2] Patches for rockchip clk input / output switch
 2024-03-31  8:24 UTC  (3+ messages)
` [PATCH v1 2/2] dt-bindings: clock: rockchip: Add support for "

[PATCH 00/19] Improve PCI memory mapping API
 2024-03-31  5:40 UTC  (29+ messages)
` [PATCH 01/19] PCI: endpoint: Introduce pci_epc_check_func()
` [PATCH 02/19] PCI: endpoint: Improve pci_epc_mem_alloc_addr()
` [PATCH 03/19] PCI: endpoint: Introduce pci_epc_map_align()
` [PATCH 04/19] PCI: endpoint: Introduce pci_epc_mem_map()/unmap()
` [PATCH 05/19] PCI: endpoint: test: Use pci_epc_mem_map/unmap()
` [PATCH 06/19] PCI: endpoint: test: Synchronously cancel command handler work
` [PATCH 07/19] PCI: endpoint: test: Implement link_down event operation
` [PATCH 08/19] PCI: rockchip-ep: Fix address translation unit programming
` [PATCH 09/19] PCI: rockchip-ep: use macro to define EP controller .align feature
` [PATCH 10/19] PCI: rockchip-ep: Improve rockchip_pcie_ep_unmap_addr()
` [PATCH 11/19] PCI: rockchip-ep: Improve rockchip_pcie_ep_map_addr()
` [PATCH 12/19] PCI: rockchip-ep: Implement the map_info endpoint controller operation
` [PATCH 13/19] PCI: rockchip-ep: Refactor rockchip_pcie_ep_probe() memory allocations
` [PATCH 14/19] PCI: rockchip-ep: Refactor rockchip_pcie_ep_probe() MSIX hiding
` [PATCH 15/19] PCI: rockchip-ep: Refactor endpoint link training enable
` [PATCH 16/19] PCI: rockship-ep: Introduce rockchip_pcie_ep_stop()
` [PATCH 17/19] PCI: rockchip-ep: Improve link training
` [PATCH 18/19] dt-bindings: pci: rockchip,rk3399-pcie-ep: Add ep-gpios property
` [PATCH 19/19] PCI: rockchip-ep: Handle PERST signal in endpoint mode

[PATCH] drm/rockchip: cdn-dp: drop driver owner assignment
 2024-03-30 20:27 UTC 

[PATCH 1/9] arm64: dts: rockchip: Add cpu regulators and vcc5v0_sys to Khadas Edge 2
 2024-03-30 11:25 UTC  (2+ messages)

[PATCH 0/0] (proposed?) Add ACPI binding to Rockchip RK3xxx I2C bus
 2024-03-29 23:25 UTC  (2+ messages)
`  "

[PATCH v12 0/8] PCI: dwc: ep: Fix DBI access failure for drivers requiring refclk from host
 2024-03-29 19:17 UTC  (6+ messages)
` [PATCH v12 7/8] PCI: dwc: ep: Call dw_pcie_ep_init_registers() API directly from all glue drivers
` [PATCH v12 8/8] PCI: endpoint: Remove "core_init_notifier" flag

[PATCH 0/5] Add Support for RK3326 GameForce Chi
 2024-03-29 16:37 UTC  (4+ messages)
` [PATCH 3/5] drm/panel: st7703: Add GameForce Chi Panel Support
` (subset) [PATCH 0/5] Add Support for RK3326 GameForce Chi

[PATCH AUTOSEL 5.15 07/20] arm64: dts: rockchip: fix rk3328 hdmi ports node
 2024-03-29 12:32 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 08/20] arm64: dts: rockchip: fix rk3399 "

[PATCH AUTOSEL 6.8 29/98] ARM: dts: rockchip: fix rk3288 hdmi ports node
 2024-03-29 12:37 UTC  (4+ messages)
` [PATCH AUTOSEL 6.8 30/98] ARM: dts: rockchip: fix rk322x "
` [PATCH AUTOSEL 6.8 31/98] arm64: dts: rockchip: fix rk3328 "
` [PATCH AUTOSEL 6.8 32/98] arm64: dts: rockchip: fix rk3399 "

[PATCH AUTOSEL 4.19 06/19] arm64: dts: rockchip: fix rk3399 hdmi ports node
 2024-03-29 12:50 UTC 

[PATCH AUTOSEL 5.4 08/23] arm64: dts: rockchip: fix rk3328 hdmi ports node
 2024-03-29 12:49 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 09/23] arm64: dts: rockchip: fix rk3399 "

[PATCH AUTOSEL 5.10 09/31] arm64: dts: rockchip: fix rk3328 hdmi ports node
 2024-03-29 12:48 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 10/31] arm64: dts: rockchip: fix rk3399 "

[PATCH AUTOSEL 5.15 10/34] arm64: dts: rockchip: fix rk3328 hdmi ports node
 2024-03-29 12:47 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 11/34] arm64: dts: rockchip: fix rk3399 "

[PATCH AUTOSEL 6.1 15/52] arm64: dts: rockchip: fix rk3328 hdmi ports node
 2024-03-29 12:45 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 16/52] arm64: dts: rockchip: fix rk3399 "

[PATCH] PCI: rockchip-host: Fix rockchip_pcie_host_init_port() PERST handling
 2024-03-29 12:46 UTC  (2+ messages)

[PATCH AUTOSEL 6.6 19/75] ARM: dts: rockchip: fix rk3288 hdmi ports node
 2024-03-29 12:42 UTC  (4+ messages)
` [PATCH AUTOSEL 6.6 20/75] ARM: dts: rockchip: fix rk322x "
` [PATCH AUTOSEL 6.6 21/75] arm64: dts: rockchip: fix rk3328 "
` [PATCH AUTOSEL 6.6 22/75] arm64: dts: rockchip: fix rk3399 "

[PATCH AUTOSEL 4.19 04/11] arm64: dts: rockchip: fix rk3399 hdmi ports node
 2024-03-29 12:35 UTC 

[PATCH AUTOSEL 5.4 06/15] arm64: dts: rockchip: fix rk3328 hdmi ports node
 2024-03-29 12:34 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 07/15] arm64: dts: rockchip: fix rk3399 "

[PATCH AUTOSEL 5.10 06/17] arm64: dts: rockchip: fix rk3328 hdmi ports node
 2024-03-29 12:33 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 07/17] arm64: dts: rockchip: fix rk3399 "

[PATCH AUTOSEL 6.1 10/31] arm64: dts: rockchip: fix rk3328 hdmi ports node
 2024-03-29 12:31 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 11/31] arm64: dts: rockchip: fix rk3399 "

[PATCH AUTOSEL 6.6 15/52] ARM: dts: rockchip: fix rk3288 hdmi ports node
 2024-03-29 12:28 UTC  (4+ messages)
` [PATCH AUTOSEL 6.6 16/52] ARM: dts: rockchip: fix rk322x "
` [PATCH AUTOSEL 6.6 17/52] arm64: dts: rockchip: fix rk3328 "
` [PATCH AUTOSEL 6.6 18/52] arm64: dts: rockchip: fix rk3399 "

[PATCH AUTOSEL 6.8 24/68] ARM: dts: rockchip: fix rk3288 hdmi ports node
 2024-03-29 12:25 UTC  (4+ messages)
` [PATCH AUTOSEL 6.8 25/68] ARM: dts: rockchip: fix rk322x "
` [PATCH AUTOSEL 6.8 26/68] arm64: dts: rockchip: fix rk3328 "
` [PATCH AUTOSEL 6.8 27/68] arm64: dts: rockchip: fix rk3399 "

[PATCH] arm64: dts: rockchip: Enable device-tree overlay support for select devices
 2024-03-28 18:47 UTC  (2+ messages)

[PATCH v3 0/5] Add RK816 PMIC support
 2024-03-28 11:55 UTC  (3+ messages)
` [PATCH v3 2/5] mfd: rk8xx: Add RK816 support

[PATCH] media: verisilicon: AV1: Be more fexible on postproc capabilities
 2024-03-28  9:34 UTC  (2+ messages)
` [PATCH] media: verisilicon: Fix auxiliary buffers allocation size

[PATCH v1] dmaengine: Add support for audio interleaved transfer
 2024-03-28  7:00 UTC  (2+ messages)

[PATCH v3 0/6] Add Synopsys DesignWare HDMI RX Controller
 2024-03-27 22:50 UTC  (7+ messages)
` [PATCH v3 1/6] dt-bindings: reset: Define reset id used for HDMI Receiver
` [PATCH v3 2/6] clk: rockchip: rst-rk3588: Add reset line "
` [PATCH v3 3/6] dt-bindings: media: Document HDMI RX Controller
` [PATCH v3 4/6] arm64: dts: rockchip: Add device tree support for "
` [PATCH v3 5/6] media: platform: synopsys: Add support for hdmi input driver
` [PATCH v3 6/6] MAINTAINERS: Add entry for Synopsys DesignWare HDMI RX Driver

[PATCH 1/2] arm64: dts: rockchip: enable gpu on rk3588-jaguar
 2024-03-27 20:30 UTC  (7+ messages)
` [PATCH 2/2] arm64: dts: rockchip: enable gpu on rk3588-tiger

[PATCH] arm64: dts: rockchip: quartzpro64: Enable the GPU
 2024-03-27 20:28 UTC  (3+ messages)

[PATCH v2 0/2] Enable JPEG encoding on rk3588
 2024-03-27 17:45 UTC  (6+ messages)
` [PATCH v2 1/2] media: dt-binding: media: Document rk3588’s VEPU121
` [PATCH v2 2/2] arm64: dts: rockchip: Add VEPU121 to rk3588

[PATCH v2] thermal: devfreq_cooling: Fix perf state when calculate dfc res_util
 2024-03-27 15:29 UTC  (3+ messages)

[PATCH] PCI: dw-rockchip: Fix GPIO initialization flag
 2024-03-27 15:25 UTC 

[PATCH 0/4] Enable JPEG encoding on rk3588
 2024-03-27 13:09 UTC  (5+ messages)
` [PATCH 3/4] arm64: dts: rockchip: Add VEPU121 to rk3588

[PATCH v2 0/4] RK3588 GPU support
 2024-03-27 10:28 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 read-only IMAP folder(s) and NNTP newsgroup(s).