public inbox for linux-rockchip@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2023-04-11 15:17:55 to 2023-04-21 09:27:06 UTC [more...]

[PATCH v5 00/11] PCI: rockchip: Fix RK3399 PCIe endpoint controller driver
 2023-04-21  9:26 UTC  (14+ messages)
` [PATCH v5 01/11] PCI: rockchip: Remove writes to unused registers
` [PATCH v5 02/11] PCI: rockchip: Write PCI Device ID to correct register
` [PATCH v5 03/11] PCI: rockchip: Assert PCI Configuration Enable bit after probe
` [PATCH v5 04/11] PCI: rockchip: Add poll and timeout to wait for PHY PLLs to be locked
` [PATCH v5 05/11] arm64: dts: rockchip: Add dtsi entry for RK3399 PCIe endpoint core
` [PATCH v5 06/11] dt-bindings: PCI: Update the RK3399 example to a valid one
` [PATCH v5 07/11] PCI: rockchip: Fix legacy IRQ generation for RK3399 PCIe endpoint core
` [PATCH v5 08/11] PCI: rockchip: Fix window mapping and address translation for endpoint
` [PATCH v5 09/11] PCI: rockchip: Use u32 variable to access 32-bit registers
` [PATCH v5 10/11] PCI: rockchip: Don't advertise MSI-X in PCIe capabilities
` [PATCH v5 11/11] PCI: rockchip: Set address alignment for endpoint mode

[PATCH v3 0/3] Enable rk3588 timer support
 2023-04-21  7:23 UTC  (5+ messages)
` [PATCH v3 1/3] dt-bindings: timer: rockchip: Drop superfluous rk3288 compatible
` [PATCH v3 2/3] dt-bindings: timer: rockchip: Add rk3588 compatible
` [PATCH v3 3/3] arm64: dts: rockchip: Add rk3588 timer

[PATCH v2] usb: typec: tcpm: fix multiple times discover svids error
 2023-04-20 13:49 UTC  (5+ messages)

[PATCH] arm64: dts: rockchip: radxa-e25: fix typo in vcc3v3-pi6c-05-regulator
 2023-04-20 10:15 UTC 

PCIe problem on RK3568 EVB
 2023-04-20  4:09 UTC  (4+ messages)

Problems about NIC, PCIe and usb on RK3568 EVB
 2023-04-20  0:50 UTC  (10+ messages)
  ` Aw: "
    `  "
      ` Aw: "
        `  "

[PATCH] arm64: dts: rockchip: fix nEXTRST on SOQuartz
 2023-04-19 17:17 UTC 

[PATCH v4 0/2] Add Rockchip RK3588 GIC ITS support
 2023-04-19 15:56 UTC  (5+ messages)
` [PATCH v4 1/2] irqchip/gic-v3: Add Rockchip 3588001 erratum workaround
` [PATCH v4 2/2] arm64: dts: rockchip: rk3588: add GIC ITS support
` (subset) [PATCH v4 0/2] Add Rockchip RK3588 "

[PATCH] spi: spi-rockchip: Fix missing unwind goto in rockchip_sfc_probe()
 2023-04-19 13:51 UTC  (2+ messages)

[PATCHv1 0/5] Add RK3588 SATA support
 2023-04-18 21:44 UTC  (10+ messages)
` [PATCHv1 1/5] dt-bindings: soc: rockchip: add rk3588 pipe-phy syscon
` [PATCHv1 2/5] dt-bindings: ata: ahci: add RK3588 AHCI controller
` [PATCHv1 3/5] dt-bindings: phy: rockchip: rk3588 has two reset lines
` [PATCHv1 4/5] arm64: dts: rockchip: rk3588: add combo PHYs
` [PATCHv1 5/5] arm64: dts: rockchip: rk3588: add SATA support

[GIT PULL] Rockchip clock changes for 6.4 #1
 2023-04-18 19:52 UTC  (2+ messages)

[PATCH v2 0/3] Enable rk3588 timer support
 2023-04-18 16:28 UTC  (6+ messages)
` [PATCH v2 1/3] dt-bindings: timer: rockchip: Drop superfluous rk3288 compatible
` [PATCH v2 2/3] dt-bindings: timer: rockchip: Add rk3588 compatible
` [PATCH v2 3/3] arm64: dts: rockchip: Add rk3588 timer

[PATCH v2 0/2] Add Rockchip RK3588 GIC ITS support
 2023-04-18 14:34 UTC  (8+ messages)
` [PATCH v2 1/2] irqchip/gic-v3: Add Rockchip 3588001 errata workaround
` [PATCH v2 2/2] arm64: dts: rockchip: rk3588: add MSI support

[PATCH] arm64: dts: rockchip: Change serial baud rate for Pinephone Pro to 1.5 MB
 2023-04-18 14:26 UTC  (6+ messages)

[PATCH 0/3] Enable rk3588 timer support
 2023-04-18 14:12 UTC  (10+ messages)
` [PATCH 1/3] dt-bindings: timer: rockchip: Drop superfluous rk3288 compatible
` [PATCH 2/3] dt-bindings: timer: rockchip: Add rk3588 compatible
` [PATCH 3/3] arm64: dts: rockchip: Add rk3588 timer

[PATCH v3 0/2] Add Rockchip RK3588 GIC ITS support
 2023-04-18  8:52 UTC  (5+ messages)
` [PATCH v3 1/2] irqchip/gic-v3: Add Rockchip 3588001 errata workaround
` [PATCH v3 2/2] arm64: dts: rockchip: rk3588: add GIC ITS support

[PATCH v4 00/11] PCI: rockchip: Fix RK3399 PCIe endpoint controller driver
 2023-04-18  8:00 UTC  (22+ messages)
` [PATCH v4 01/11] PCI: rockchip: Remove writes to unused registers
` [PATCH v4 02/11] PCI: rockchip: Write PCI Device ID to correct register
` [PATCH v4 03/11] PCI: rockchip: Assert PCI Configuration Enable bit after probe
` [PATCH v4 04/11] PCI: rockchip: Add poll and timeout to wait for PHY PLLs to be locked
` [PATCH v4 05/11] arm64: dts: rockchip: Add dtsi entry for RK3399 PCIe endpoint core
` [PATCH v4 06/11] dt-bindings: PCI: Update the RK3399 example to a valid one
` [PATCH v4 07/11] PCI: rockchip: Fix legacy IRQ generation for RK3399 PCIe endpoint core
` [PATCH v4 08/11] PCI: rockchip: Fix window mapping and address translation for endpoint
` [PATCH v4 09/11] PCI: rockchip: Use u32 variable to access 32-bit registers
` [PATCH v4 10/11] PCI: rockchip: Don't advertise MSI-X in PCIe capabilities
` [PATCH v4 11/11] PCI: rockchip: Set address alignment for endpoint mode

[PATCH] arm64: dts: rk3399-pinephone-pro: Add support for volume keys
 2023-04-18  7:42 UTC  (8+ messages)

[GIT PULL] Rockchip dts64 changes for 6.4 #2
 2023-04-17 23:45 UTC 

[PATCHv2 0/2] Improve RK3588 clocks and power domains support
 2023-04-17 23:18 UTC  (2+ messages)
` (subset) "

[PATCH] drm/rockchip: vop2: Use regcache_sync() to fix suspend/resume
 2023-04-17 21:44 UTC  (2+ messages)

[PATCH] drm/rockchip: vop2: fix suspend/resume
 2023-04-17 12:38 UTC  (3+ messages)

[PATCH] drm/rockchip: vop2: fix suspend/resume
 2023-04-17 10:43 UTC  (5+ messages)

[PATCH] arm64: dts: rockchip: Add pinctrl gpio-ranges for rk356x
 2023-04-17  9:35 UTC  (4+ messages)
` [v2] "

[PATCH v2 0/3] Add regulators to Rock 5B's CPU big cores
 2023-04-17  9:35 UTC  (5+ messages)
` [PATCH v2 1/3] arm64: dts: rockchip: Drop RTC clock-frequency on rk3588-rock-5b
` [PATCH v2 2/3] arm64: dts: rockchip: Use generic name for es8316 on Pinebook Pro and Rock 5B
` [PATCH v2 3/3] arm64: dts: rockchip: Add vdd_cpu_big regulators to rk3588-rock-5b

[PATCH] iommu: Fix unwind goto issue
 2023-04-17  8:20 UTC  (2+ messages)

[PATCH 0/3] Add regulators to Rock 5B's CPU big cores
 2023-04-14 12:16 UTC  (11+ messages)
` [PATCH 1/3] arm64: dts: rockchip: Drop RTC clock-frequency on rk3588-rock-5b
` [PATCH 2/3] arm64: dts: rockchip: Use generic name for es8316 "
` [PATCH 3/3] arm64: dts: rockchip: Add vdd_cpu_big regulators to rk3588-rock-5b

[PATCH v2] media: verisilicon: Fix crash when probing encoder
 2023-04-14 10:37 UTC  (4+ messages)

[PATCH] media: verisilicon: Fix crash when probing encoder
 2023-04-13 19:45 UTC  (2+ messages)

[PATCH v2 0/9] PCI: rockchip: Fix RK3399 PCIe endpoint controller driver
 2023-04-13 14:34 UTC  (12+ messages)

subscribe to linux-rockchip-join@lists.infradead.org
 2023-04-13 11:20 UTC 

[BUG] Rockchip VOP2 Mainline Resume from Suspend
 2023-04-13 11:10 UTC  (2+ messages)

[PATCH v4] iommu/rockchip: Add missing set_platform_dma_ops callback
 2023-04-13  9:51 UTC  (2+ messages)

[PATCH v6 00/13] AV1 stateless decoder for RK3588
 2023-04-13  9:16 UTC  (24+ messages)
` [PATCH v6 01/13] dt-bindings: media: rockchip-vpu: Add rk3588 vpu compatible
` [PATCH v6 02/13] media: AV1: Make sure that bit depth in correctly initialize
` [PATCH v6 03/13] v4l2-common: Add support for fractional bpp
` [PATCH v6 04/13] media: Add NV15_4L4 pixel format
` [PATCH v6 05/13] media: verisilicon: Get bit depth for V4L2_PIX_FMT_NV15_4L4
` [PATCH v6 06/13] media: verisilicon: Add AV1 decoder mode and controls
` [PATCH v6 07/13] media: verisilicon: Check AV1 bitstreams bit depth
` [PATCH v6 08/13] media: verisilicon: Compute motion vectors size for AV1 frames
` [PATCH v6 09/13] media: verisilicon: Add AV1 entropy helpers
` [PATCH v6 10/13] media: verisilicon: Add Rockchip AV1 decoder
` [PATCH v6 11/13] media: verisilicon: Add film grain feature to AV1 driver
` [PATCH v6 12/13] media: verisilicon: Enable AV1 decoder on rk3588
` [PATCH v6 13/13] media: verisilicon: Conditionally ignore native formats

[PATCH v9 0/6] media: verisilicon: HEVC: fix 10bits handling
 2023-04-12 16:53 UTC  (5+ messages)
  ` [PATCH v9 1/6] media: verisilicon: Do not set context src/dst formats in reset functions

[PATCHv2 0/7] phy-rockchip-inno-usb2: add RK3588 support
 2023-04-12 16:44 UTC  (3+ messages)
` [PATCHv2 5/7] phy: phy-rockchip-inno-usb2: add rk3588 phy tuning support

[PATCH] phy: rockchip: remove unused hw_to_inno function
 2023-04-12 16:17 UTC  (2+ messages)

[PATCH v3 0/1] Add PWM fan support to Rock 5B board
 2023-04-12 15:17 UTC  (4+ messages)
` [PATCH v3 1/1] dt-bindings: hwmon: pwm-fan: Convert to DT schema

[PATCH] arm64: dts: rockchip: add Hynitron cst340 for Anbernic 353 series
 2023-04-12  9:50 UTC  (3+ messages)
` [PATCH] arm64: dts: rockchip: add panel to Anbernic RG353 series

Słowa kluczowe do wypozycjonowania
 2023-04-12  7:40 UTC 

[PATCH v5 00/13] AV1 stateless decoder for RK3588
 2023-04-11 16:01 UTC  (12+ messages)
` [PATCH v5 03/13] media: Add NV12_10LE40_4L4 pixel format
` [PATCH v5 10/13] media: verisilicon: Add film grain feature to AV1 driver
` [PATCH v5 11/13] media: verisilicon: Enable AV1 decoder on rk3588
` [PATCH v5 12/13] media: verisilicon: Conditionally ignore native formats
` [PATCH v5 13/13] media: AV1: Make sure that bit depth in correctly initialize


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