messages from 2022-06-11 12:08:28 to 2022-06-15 13:28:55 UTC [more...]
[PATCH 0/2] Add support for Pine64 PinePhonePro Linux phone
2022-06-15 13:28 UTC (5+ messages)
` [PATCH 1/2] dt-bindings: arm: rockchip: Add PinePhone Pro bindings
` [PATCH 2/2] arm64: dts: rockchip: Add initial support for Pine64 PinePhone Pro
[BUG] rockpro64 board hangs in console_init() after commit 10e14073107d
2022-06-15 12:50 UTC (11+ messages)
[v1] ASoC: rockchip: i2s: switch BCLK to GPIO
2022-06-15 10:33 UTC (2+ messages)
[PATCH v8 00/17] Move HEVC stateless controls out of staging
2022-06-15 10:21 UTC (35+ messages)
` [PATCH v8 01/17] videodev2.h: add V4L2_CTRL_FLAG_DYNAMIC_ARRAY
` [PATCH v8 02/17] v4l2-ctrls: add support for dynamically allocated arrays
` [PATCH v8 03/17] vivid: add dynamic array test control
` [PATCH v8 04/17] media: uapi: HEVC: Add missing fields in HEVC controls
` [PATCH v8 05/17] media: uapi: HEVC: Rename HEVC stateless controls with STATELESS prefix
` [PATCH v8 06/17] media: uapi: HEVC: Change pic_order_cnt definition in v4l2_hevc_dpb_entry
` [PATCH v8 07/17] media: uapi: HEVC: Add SEI pic struct flags
` [PATCH v8 08/17] media: uapi: HEVC: Add documentation to uAPI structure
` [PATCH v8 09/17] media: uapi: HEVC: Define V4L2_CID_STATELESS_HEVC_SLICE_PARAMS as a dynamic array
` "
` [PATCH v8 10/17] media: uapi: Move parsed HEVC pixel format out of staging
` [PATCH v8 11/17] media: uapi: Add V4L2_CID_STATELESS_HEVC_ENTRY_POINT_OFFSETS control
` [PATCH v8 12/17] media: uapi: Move the HEVC stateless control type out of staging
` [PATCH v8 13/17] media: controls: Log HEVC stateless control in .std_log
` [PATCH v8 14/17] media: hantro: Stop using Hantro dedicated control
` [PATCH v8 15/17] media: uapi: HEVC: fix padding in v4l2 control structures
` [PATCH v8 16/17] media: uapi: Change data_bit_offset definition
` [PATCH v8 17/17] media: uapi: move HEVC stateless controls out of staging
[PATCH 0/5] Simplify vfio_iommu_type1 attach/detach routine
2022-06-15 7:35 UTC (7+ messages)
` [PATCH 3/5] vfio/iommu_type1: Prefer to reuse domains vs match enforced cache coherency
[PATCH] drm/rockchip: use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()
2022-06-15 6:26 UTC
[PATCH v4 0/6] Support mt7531 on BPI-R2 Pro
2022-06-15 5:50 UTC (14+ messages)
` [PATCH v4 1/6] dt-bindings: net: dsa: convert binding for mediatek switches
` [PATCH v4 2/6] net: dsa: mt7530: rework mt7530_hw_vlan_{add,del}
` [PATCH v4 3/6] net: dsa: mt7530: rework mt753[01]_setup
` [PATCH v4 4/6] net: dsa: mt7530: get cpu-port via dp->cpu_dp instead of constant
` [PATCH v4 5/6] dt-bindings: net: dsa: make reset optional and add rgmii-mode to mt7531
` [PATCH v4 6/6] arm64: dts: rockchip: Add mt7531 dsa node to BPI-R2-Pro board
[v1] arm64: dts: rk3399: i2s: switch BCLK to GPIO
2022-06-15 4:51 UTC
[PATCH 1/2] arm64: dts: rockchip: enable hdmi tx audio on rk3568-evb1-v10
2022-06-14 23:03 UTC (2+ messages)
` [PATCH 2/2] arm64: dts: rockchip: enable hdmi tx audio on rock-3a
[PATCH v5 0/3] Enable JPEG Encoder on RK3566/RK3568
2022-06-14 21:02 UTC (5+ messages)
` [PATCH v5 1/3] media: dt-binding: media: Add rk3568-vepu binding
` [PATCH v5 2/3] media: hantro: Add support for RK356x encoder
` [PATCH v5 3/3] arm64: dts: rockchip: Add Hantro encoder node to rk356x
[PATCH 00/55] media: rkisp1: Cleanups and add support for i.MX8MP
2022-06-14 19:11 UTC (56+ messages)
` [PATCH 01/55] media: rkisp1: debug: Add dump file in debugfs for MI buffer registers
` [PATCH 02/55] media: rkisp1: Enable compilation on ARCH_MXC
` [PATCH 03/55] media: rkisp1: debug: Add debugfs files to monitor MI and ISP interrupts
` [PATCH 04/55] media: rkisp1: Disable runtime PM in probe error path
` [PATCH 05/55] media: rkisp1: Read the ID register at probe time instead of streamon
` [PATCH 06/55] media: rkisp1: Rename rkisp1_match_data to rkisp1_info
` [PATCH 07/55] media: rkisp1: Save info pointer in rkisp1_device
` [PATCH 08/55] media: rkisp1: Access ISP version from info pointer
` [PATCH 09/55] media: rkisp1: Make rkisp1_isp_mbus_info common
` [PATCH 10/55] media: rkisp1: cap: Print debug message on failed link validation
` [PATCH 11/55] media: rkisp1: Move sensor .s_stream() call to ISP
` [PATCH 12/55] media: rkisp1: Reject sensors without pixel rate control at bound time
` [PATCH 13/55] media: rkisp1: Create link from sensor to ISP at notifier "
` [PATCH 14/55] media: rkisp1: Create internal links at probe time
` [PATCH 15/55] media: rkisp1: Rename rkisp1_subdev_notifier() to rkisp1_subdev_notifier_register()
` [PATCH 16/55] media: v4l2-async: Add notifier operation to destroy asd instances
` [PATCH 17/55] media: rkisp1: Fix sensor source pad retrieval at bound time
` [PATCH 18/55] media: rkisp1: Split CSI handling to separate file
` [PATCH 19/55] media: rkisp1: isp: Start CSI-2 receiver before ISP
` [PATCH 20/55] media: rkisp1: csi: Handle CSI-2 RX configuration fully in rkisp1-csi.c
` [PATCH 21/55] media: rkisp1: csi: Rename CSI functions with a common rkisp1_csi prefix
` [PATCH 22/55] media: rkisp1: csi: Move start delay to rkisp1_csi_start()
` [PATCH 23/55] media: rkisp1: csi: Pass sensor pointer to rkisp1_csi_config()
` [PATCH 24/55] media: rkisp1: csi: Constify argument to rkisp1_csi_start()
` [PATCH 25/55] media: rkisp1: isp: Don't initialize ret to 0 in rkisp1_isp_s_stream()
` [PATCH 26/55] media: rkisp1: isp: Pass mbus type and flags to rkisp1_config_cif()
` [PATCH 27/55] media: rkisp1: isp: Rename rkisp1_device.active_sensor to source
` [PATCH 28/55] media: rkisp1: isp: Add container_of wrapper to cast subdev to rkisp1_isp
` [PATCH 29/55] media: rkisp1: isp: Add rkisp1_device backpointer "
` [PATCH 30/55] media: rkisp1: isp: Pass rkisp1_isp pointer to internal ISP functions
` [PATCH 31/55] media: rkisp1: isp: Move input configuration to rkisp1_config_isp()
` [PATCH 32/55] media: rkisp1: isp: Merge ISP_ACQ_PROP configuration in single variable
` [PATCH 33/55] media: rkisp1: isp: Initialize some variables at declaration time
` [PATCH 34/55] media: rkisp1: isp: Fix whitespace issues
` [PATCH 35/55] media: rkisp1: isp: Constify various local variables
` [PATCH 36/55] media: rkisp1: isp: Rename rkisp1_get_remote_source()
` [PATCH 37/55] media: mc-entity: Add a new helper function to get a remote pad
` [PATCH 38/55] media: mc-entity: Add a new helper function to get a remote pad for a pad
` [PATCH 39/55] media: rkisp1: isp: Disallow multiple active sources
` [PATCH 40/55] media: rkisp1: csi: Implement a V4L2 subdev for the CSI receiver
` [PATCH 41/55] media: rkisp1: csi: Plumb the CSI RX subdev
` [PATCH 42/55] media: rkisp1: Use fwnode_graph_for_each_endpoint
` [PATCH 43/55] dt-bindings: media: rkisp1: Add port for parallel interface
` [PATCH 44/55] media: rkisp1: Support the ISP parallel input
` [PATCH 45/55] media: rkisp1: Add infrastructure to support ISP features
` [PATCH 46/55] media: rkisp1: Make the internal CSI-2 receiver optional
` [PATCH 47/55] dt-bindings: media: rkisp1: Add i.MX8MP ISP to compatible
` [PATCH 48/55] media: rkisp1: Add match data for i.MX8MP ISP
` [PATCH 49/55] media: rkisp1: Configure gasket on i.MX8MP
` [PATCH 50/55] media: rkisp1: Add and set registers for crop for i.MX8MP
` [PATCH 51/55] media: rkisp1: Add and set registers for output size config on i.MX8MP
` [PATCH 52/55] media: rkisp1: Add i.MX8MP-specific registers for MI and resizer
` [PATCH 53/55] media: rkisp1: Shift DMA buffer addresses on i.MX8MP
` [PATCH 54/55] media: rkisp1: Add register definitions for the test pattern generator
` [PATCH 55/55] media: rkisp1: Fix RSZ_CTRL bits for i.MX8MP
[PATCH v1 2/5] media: rkvdec: Add an ops to check for decode errors
2022-06-14 16:14 UTC (6+ messages)
` [PATCH v1 4/5] media: rkvdec: Re-enable H.264 error detection
Making Rockchip IO domains dependency from other devices explicit
2022-06-14 12:41 UTC
[BUG] Threaded printk breaks early debugging
2022-06-14 8:38 UTC (20+ messages)
[PATCH v7 00/17] Move HEVC stateless controls out of staging
2022-06-14 8:11 UTC (20+ messages)
` [PATCH v7 01/17] videodev2.h: add V4L2_CTRL_FLAG_DYNAMIC_ARRAY
` [PATCH v7 02/17] v4l2-ctrls: add support for dynamically allocated arrays
` [PATCH v7 03/17] vivid: add dynamic array test control
` [PATCH v7 04/17] media: uapi: HEVC: Add missing fields in HEVC controls
` [PATCH v7 05/17] media: uapi: HEVC: Rename HEVC stateless controls with STATELESS prefix
` [PATCH v7 06/17] media: uapi: HEVC: Change pic_order_cnt definition in v4l2_hevc_dpb_entry
` [PATCH v7 07/17] media: uapi: HEVC: Add SEI pic struct flags
` [PATCH v7 08/17] media: uapi: HEVC: Add documentation to uAPI structure
` [PATCH v7 09/17] media: uapi: HEVC: Define V4L2_CID_STATELESS_HEVC_SLICE_PARAMS as a dynamic array
` [PATCH v7 10/17] media: uapi: Move parsed HEVC pixel format out of staging
` [PATCH v7 11/17] media: uapi: Add V4L2_CID_STATELESS_HEVC_ENTRY_POINT_OFFSETS control
` [PATCH v7 12/17] media: uapi: Move the HEVC stateless control type out of staging
` [PATCH v7 13/17] media: controls: Log HEVC stateless control in .std_log
` [PATCH v7 14/17] media: hantro: Stop using Hantro dedicated control
` [PATCH v7 15/17] media: uapi: HEVC: fix padding in v4l2 control structures
` [PATCH v7 16/17] media: uapi: Change data_bit_offset definition
` [PATCH v7 17/17] media: uapi: move HEVC stateless controls out of staging
[PATCH v2 0/3] Add support for Radxa ROCK Pi S
2022-06-14 6:48 UTC (4+ messages)
` [PATCH v2 1/3] dt-bindings: arm: rockchip: Add "
` [PATCH v2 2/3] arm64: dts: rockchip: add ROCK Pi S DTS support
` [PATCH v2 3/3] arm64: dts: rockchip: rock-pi-s add more peripherals
[RFC PATCH] Revert "arm64: dts: rockchip: add SdioAudio pd control for rk3399"
2022-06-14 1:36 UTC
[PATCH v4 15/18] PCI: dwc: Add dw_ prefix to the pcie_port structure name
2022-06-13 20:48 UTC (2+ messages)
[PATCH v6 00/17] Move HEVC stateless controls out of staging
2022-06-13 18:17 UTC (5+ messages)
` Re: [PATCH v6 16/17] media: uapi: Change data_bit_offset definition
` "
` Re: "
[PATCH 0/6] arm64: dts: Add missing space around properties
2022-06-13 16:49 UTC (9+ messages)
` [PATCH 1/6] arm64: dts: broadcom: Add missing space around status property
` [PATCH 2/6] arm64: dts: rockchip: Add missing space around regulator-name property
` [PATCH 3/6] arm64: dts: freescale: Add missing space around properties
` [PATCH 4/6] arm64: dts: hisilicon: "
` [PATCH 5/6] arm64: dts: qcom: "
` [PATCH 6/6] arm64: dts: ti: "
` (subset) [PATCH 0/6] arm64: dts: "
[PATCH] spi: rockchip: Disable local irq when pio write out of interrupt service
2022-06-13 12:37 UTC (2+ messages)
[PATCH v7 00/33] crypto: rockchip: permit to pass self-tests
2022-06-13 11:23 UTC (2+ messages)
[PATCH 00/56] Specify clock provider directly to CPU DAIs
2022-06-13 9:54 UTC (5+ messages)
[PATCH v4 0/3] Enable JPEG Encoder on RK3566/RK3568
2022-06-13 9:43 UTC (5+ messages)
` [PATCH v4 1/3] media: dt-binding: media: Add rockchip-vepu binding
net: stmmac: dwmac-meson8b: interface sometimes does not come up at boot
2022-06-13 9:10 UTC (13+ messages)
[PATCH v2 0/5] Add hdmi Support for BPI-R2-Pro
2022-06-11 16:35 UTC (2+ messages)
[PATCH] arm64: dts: rockchip: Assign RK3399 VDU clock rate
2022-06-11 15:20 UTC (2+ messages)
[PATCH v3 0/2] HDMI Audio on RK356x/Quartz64 Model A
2022-06-11 15:15 UTC (3+ messages)
[PATCH 1/3] arm64: dts: rockchip: adjust whitespace around '='
2022-06-11 15:15 UTC (2+ messages)
[PATCH] arm64: dts: rockchip: Fix Quartz64-A dwc3 otg port behavior
2022-06-11 15:15 UTC (2+ messages)
[PATCH 0/2] Support RTC on BPI-R2 Pro
2022-06-11 15:15 UTC (2+ messages)
` (subset) "
[PATCH] arm64: dts: rockchip: Fix SoQuartz CM4IO usb
2022-06-11 14:59 UTC (5+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).