linux-rockchip.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-01 22:12:20 to 2021-11-18 16:20:49 UTC [more...]

[RFC 0/5] arm64: imx8mm: Enable Hantro VPUs
 2021-11-18 16:20 UTC  (13+ messages)
` [RFC 1/5] media: hantro: Add support for i.MX8M Mini
` [RFC 2/5] arm64: dts: imx8mm: Enable VPU-G1 and VPU-G2
` [RFC 3/5] media: hantro: Rename ROCKCHIP_VPU_ENC_FMT to HANTRO_VPU_ENC_FMT
` [RFC 4/5] media: hantro: Add H1 encoder support on i.MX8M Mini
` [RFC 5/5] arm64: dts: imx8mm: Enable Hantro H1 Encoder

[PATCH v4 00/25] Unify PCI error response checking
 2021-11-18 14:03 UTC  (2+ messages)
` [PATCH v4 15/25] PCI: rockchip: Remove redundant error fabrication when device read fails

[PATCH v3 01/25] PCI: Add PCI_ERROR_RESPONSE and it's related definitions
 2021-11-18 13:30 UTC  (3+ messages)

[PATCH v1 00/12] drm/rockchip: RK356x VOP2 support
 2021-11-18 13:24 UTC  (35+ messages)
` [PATCH 01/12] dt-bindings: display: rockchip: Add compatible for rk3568 HDMI
` [PATCH 02/12] drm/rockchip: dw_hdmi: Do not leave clock enabled in error case
` [PATCH 03/12] drm/rockchip: dw_hdmi: add rk3568 support
` [PATCH 04/12] drm/rockchip: dw_hdmi: add regulator support
` [PATCH 05/12] of: graph: Allow disabled endpoints
` [PATCH 06/12] dt-bindings: "
` [PATCH 07/12] dt-bindings: display: rockchip: Add binding for VOP2
` [PATCH 08/12] arm64: dts: rockchip: rk356x: Add VOP2 nodes
` [PATCH 09/12] arm64: dts: rockchip: rk356x: Add HDMI nodes
` [PATCH 10/12] arm64: dts: rockchip: rk3568-evb: Enable VOP2 and hdmi
  ` [PATCH] arm64: dts: rockchip: enable vop2 and hdmi tx on quartz64a
` [PATCH 11/12] drm/rockchip: Make VOP driver optional
` [PATCH 12/12] drm: rockchip: Add VOP2 driver

[PATCH v2 0/2] drm: Support input-boosted panel self-refresh exit
 2021-11-18 10:39 UTC  (7+ messages)
` [PATCH v2 1/2] drm/input_helper: Add new input-handling helper
` [PATCH v2 2/2] drm/self_refresh: Disable self-refresh on input events

[PATCH 0/2] drm: Support input-boosted panel self-refresh exit
 2021-11-18  6:39 UTC  (18+ messages)
` [PATCH 1/2] drm/input_helper: Add new input-handling helper
` [PATCH 2/2] drm/self_refresh: Disable self-refresh on input events

[PATCH v8 00/12] VP9 codec V4L2 control interface
 2021-11-17 11:52 UTC  (18+ messages)
` [PATCH v8 01/12] hantro: postproc: Fix motion vector space size
` [PATCH v8 02/12] hantro: postproc: Introduce struct hantro_postproc_ops
` [PATCH v8 03/12] hantro: Simplify postprocessor
` [PATCH v8 04/12] hantro: Add quirk for NV12/NV12_4L4 capture format
` [PATCH v8 05/12] media: uapi: Add VP9 stateless decoder controls
` [PATCH v8 06/12] media: Add VP9 v4l2 library
` [PATCH v8 07/12] media: rkvdec: Add the VP9 backend
  ` [PATCH v8.1 "
` [PATCH v8 08/12] media: hantro: Rename registers
` [PATCH v8 09/12] media: hantro: Prepare for other G2 codecs
` [PATCH v8 10/12] media: hantro: Support VP9 on the G2 core
` [PATCH v8 11/12] media: hantro: Staticize a struct in postprocessor code
` [PATCH v8 12/12] media: hantro: Support NV12 on the G2 core

[PATCH v7 00/11] VP9 codec V4L2 control interface
 2021-11-17 11:33 UTC  (15+ messages)

[PATCH] media: hantro: Avoid global variable for jpeg quantization tables
 2021-11-17 10:58 UTC  (2+ messages)

[Question] rk3399 vfio-pci/sr-iov support
 2021-11-16 10:28 UTC  (4+ messages)

[PATCH v1 01/19] lib/string_helpers: Introduce kasprintf_strarray()
 2021-11-16  9:12 UTC  (46+ messages)
` [PATCH v1 02/19] lib/string_helpers: Introduce managed variant of kasprintf_strarray()
` [PATCH v1 03/19] pinctrl/rockchip: Drop wrong kernel doc annotation
` [PATCH v1 04/19] pinctrl/rockchip: Use temporary variable for struct device
` [PATCH v1 05/19] pinctrl/rockchip: Make use of the devm_platform_get_and_ioremap_resource()
` [PATCH v1 06/19] pinctrl/rockchip: Convert to use dev_err_probe()
` [PATCH v1 07/19] pinctrl/rockchip: Switch to use devm_kasprintf_strarray()
` [PATCH v1 08/19] pinctrl: armada-37xx: Fix function name in the kernel doc
` [PATCH v1 09/19] pinctrl: armada-37xx: Use temporary variable for struct device
` [PATCH v1 10/19] pinctrl: armada-37xx: Make use of the devm_platform_ioremap_resource()
` [PATCH v1 11/19] pinctrl: armada-37xx: Convert to use dev_err_probe()
` [PATCH v1 12/19] pinctrl: armada-37xx: Switch to use devm_kasprintf_strarray()
` [PATCH v1 13/19] pinctrl: st: Drop wrong kernel doc annotations
` [PATCH v1 14/19] pinctrl: st: Use temporary variable for struct device
` [PATCH v1 15/19] pinctrl: st: Make use of the devm_platform_ioremap_resource_byname()
` [PATCH v1 16/19] pinctrl: st: Convert to use dev_err_probe()
` [PATCH v1 17/19] pinctrl: st: Switch to use devm_kasprintf_strarray()
` [PATCH v1 18/19] pinctrl: zynqmp: Unify pin naming
` [PATCH v1 19/19] gpio: mockup: Switch to use kasprintf_strarray()

Fotowoltaika dla firm
 2021-11-16  8:51 UTC 

[PATCH] ARM: rockchip: Use memcpy_toio instead of memcpy on smp bring-up
 2021-11-16  8:46 UTC 

[PATCH] dma-buf: add DMA_BUF_IOCTL_SYNC_PARTIAL support
 2021-11-15 11:42 UTC  (2+ messages)

[PATCH v2] arm64: dts: rockchip: remove mmc-hs400-enhanced-strobe from rk3399-khadas-edge
 2021-11-15  8:33 UTC 

[PATCH v3 0/3] Add Naneng combo PHY support for RK3568
 2021-11-14 11:40 UTC  (9+ messages)
` [PATCH v3 1/3] dt-bindings: phy: rockchip: Add Naneng combo PHY bindings
` [PATCH v3 2/3] phy/rockchip: add naneng combo phy for RK3568
` [PATCH v3 3/3] arm64: dts: rockchip: add naneng combo phy nodes for rk3568

[PATCH] media: rockchip: rkisp1: use device name for debugfs subdir name
 2021-11-13 23:33 UTC  (2+ messages)

[PATCH] arm64: dts: rockchip: Fix Bluetooth on ROCK Pi 4 boards
 2021-11-12 14:23 UTC 

[PATCH v2 0/4] media: HEVC: RPS clean up
 2021-11-10 19:26 UTC  (4+ messages)
` [PATCH v2 1/4] media: hevc: Remove RPS named flags

[PATCH] arm64: dts: rockchip: emmc remove mmc-hs400-enhanced-strobe rk3399-khadas-edge
 2021-11-10  5:53 UTC 

[PATCH AUTOSEL 5.15 15/82] arm64: dts: rockchip: Disable CDN DP on Pinebook Pro
 2021-11-10  0:49 UTC  (5+ messages)
` [PATCH AUTOSEL 5.15 17/82] arm64: dts: rockchip: add Coresight debug range for RK3399

[PATCH AUTOSEL 4.14 03/14] arm64: dts: rockchip: add Coresight debug range for RK3399
 2021-11-09 22:23 UTC 

[PATCH AUTOSEL 4.19 05/21] arm64: dts: rockchip: add Coresight debug range for RK3399
 2021-11-09 22:22 UTC 

[PATCH AUTOSEL 5.4 06/30] arm64: dts: rockchip: add Coresight debug range for RK3399
 2021-11-09 22:22 UTC 

[PATCH AUTOSEL 5.10 09/50] arm64: dts: rockchip: Disable CDN DP on Pinebook Pro
 2021-11-09 22:20 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 11/50] arm64: dts: rockchip: add Coresight debug range for RK3399

[PATCH AUTOSEL 5.14 14/75] arm64: dts: rockchip: Disable CDN DP on Pinebook Pro
 2021-11-09 22:18 UTC  (2+ messages)
` [PATCH AUTOSEL 5.14 16/75] arm64: dts: rockchip: add Coresight debug range for RK3399

[PATCH] drm: Fix wrong use of connector in vop_get_edp_connector
 2021-11-09  2:06 UTC  (2+ messages)

phy: rockchip-inno-usb2: Don't print useless error
 2021-11-07 19:19 UTC  (2+ messages)

[PATCH] drm/prime/gem: drm_gem_object_release_handle by handle
 2021-11-05  8:33 UTC 

[PATCH] arm64: dts: rockchip: Add rock pi s dts support
 2021-11-04 16:12 UTC  (2+ messages)

[PATCH 0/2] clk: rockchip: cleanup errors in (module-)driver handling
 2021-11-03  0:59 UTC  (5+ messages)

[PATCH v1 1/6] clk: divider: Implement and wire up .determine_rate by default
 2021-11-02 21:40 UTC  (9+ messages)
` [PATCH] clk: composite: Also consider .determine_rate for rate + mux composites

[PATCH 0/2] arm64: dts: rockchip: fix a couple of vin-supply typos
 2021-11-02 18:29 UTC  (3+ messages)
` [PATCH 1/2] arm64: dts: rockchip: fix rk3308-roc-cc vcc-sd supply
` [PATCH 2/2] arm64: dts: rockchip: fix rk3399-leez-p710 vcc3v3-lan supply


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).