linux-rockchip.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-07 18:37:25 to 2020-04-14 16:43:57 UTC [more...]

[PATCH] dt-bindings: thermal: Get rid of thermal.txt and replace references
 2020-04-14 16:43 UTC  (2+ messages)

[PATCH 0/2] Fix some GPIO setup on Pinebook Pro
 2020-04-14 16:39 UTC  (3+ messages)
  ` [PATCH 1/2] arm64: dts: rockchip: fix inverted headphone detection
  ` [PATCH 2/2] arm64: dts: rockchip: enable DC charger detection pullup

PROBLEM: [drm:analogix_dp_bridge_atomic_enable [analogix_dp]] *ERROR* Failed to disable psr -110
 2020-04-14 16:17 UTC  (7+ messages)

[RFC PATCH 00/34] iommu: Move iommu_group setup to IOMMU core code
 2020-04-14 15:27 UTC  (36+ messages)
` [RFC PATCH 11/34] iommu: Split off default domain allocation from group assignment
` [RFC PATCH 17/34] iommu/arm-smmu: Store device instead of group in arm_smmu_s2cr
` [RFC PATCH 18/34] iommu/arm-smmu: Convert to probe/release_device() call-backs
` [RFC PATCH 19/34] iommu/pamu: "
` [RFC PATCH 20/34] iommu/s390: "
` [RFC PATCH 21/34] iommu/virtio: "
` [RFC PATCH 22/34] iommu/msm: "
` [RFC PATCH 23/34] iommu/mediatek: "
  ` [RFC PATCH 24/34] iommu/mediatek-v1 "
  ` [RFC PATCH 28/34] iommu/renesas: "
  ` [RFC PATCH 33/34] iommu: Remove add_device()/remove_device() code-paths
` [RFC PATCH 25/34] iommu/qcom: Convert to probe/release_device() call-backs
` [RFC PATCH 26/34] iommu/rockchip: "
` [RFC PATCH 27/34] iommu/tegra: "
` [RFC PATCH 29/34] iommu/omap: Remove orphan_dev tracking
` [RFC PATCH 30/34] iommu/omap: Convert to probe/release_device() call-backs
` [RFC PATCH 31/34] iommu/exynos: Create iommu_device in struct exynos_iommu_owner
            ` [PATCH] iommu/exynos: Get rid of 'struct exynos_iommu_owner' exynos_iommu_owner
                  ` [PATCH] iommu/exynos: Rework intialization
` [RFC PATCH 32/34] iommu/exynos: Convert to probe/release_device() call-backs
` [RFC PATCH 34/34] iommu: Unexport iommu_group_get_for_dev()

[PATCH v6 0/8] Genericize DW MIPI DSI bridge and add i.MX 6 driver
 2020-04-14 15:19 UTC  (9+ messages)
` [PATCH v6 1/8] drm: bridge: dw_mipi_dsi: add initial regmap infrastructure
  ` [PATCH v6 2/8] drm: bridge: dw_mipi_dsi: abstract register access using reg_fields
  ` [PATCH v6 3/8] drm: bridge: synopsis: add dsi v1.01 support
  ` [PATCH v6 4/8] drm: imx: Add i.MX 6 MIPI DSI host platform driver
  ` [PATCH v6 5/8] dt-bindings: display: add i.MX6 MIPI DSI host controller doc
  ` [PATCH v6 6/8] drm: stm: dw-mipi-dsi: let the bridge handle the HW version check
  ` [PATCH v6 7/8] drm: bridge: dw-mipi-dsi: split low power cfg register into fields
  ` [PATCH v6 8/8] drm: bridge: dw-mipi-dsi: fix bad register field offsets

[PATCH v3 1/3] dt-bindings: sound: convert rockchip spdif bindings to yaml
 2020-04-14 14:46 UTC  (2+ messages)
  ` Applied "ASoC: convert rockchip spdif bindings to yaml" to the asoc tree

[PATCH v2 3/3] dt-bindings: sound: rockchip-i2s: add power-domains property
 2020-04-14 14:45 UTC  (2+ messages)
  ` Applied "ASoC: rockchip-i2s: add power-domains property" to the asoc tree

[PATCH] arm64: dts: rockchip: add isp and sensors for scarlet
 2020-04-14 14:06 UTC 

[PATCH v2 00/33] iommu: Move iommu_group setup to IOMMU core code
 2020-04-14 13:15 UTC  (34+ messages)
` [PATCH v2 01/33] iommu: Move default domain allocation to separate function
` [PATCH v2 02/33] iommu: Add def_domain_type() callback in iommu_ops
` [PATCH v2 04/33] iommu/vt-d: Wire up iommu_ops->def_domain_type
` [PATCH v2 05/33] iommu/amd: Remove dma_mask check from check_device()
` [PATCH v2 07/33] iommu: Add probe_device() and remove_device() call-backs
  ` [PATCH v2 03/33] iommu/amd: Implement iommu_ops->def_domain_type call-back
  ` [PATCH v2 06/33] iommu/amd: Return -ENODEV in add_device when device is not handled by IOMMU
  ` [PATCH v2 08/33] iommu: Move default domain allocation to iommu_probe_device()
  ` [PATCH v2 09/33] iommu: Keep a list of allocated groups in __iommu_probe_device()
  ` [PATCH v2 10/33] iommu: Move new probe_device path to separate function
  ` [PATCH v2 11/33] iommu: Split off default domain allocation from group assignment
  ` [PATCH v2 12/33] iommu: Move iommu_group_create_direct_mappings() out of iommu_group_add_device()
  ` [PATCH v2 15/33] iommu/amd: Convert to probe/release_device() call-backs
  ` [PATCH v2 20/33] iommu/virtio: "
  ` [PATCH v2 22/33] iommu/mediatek: "
  ` [PATCH v2 23/33] iommu/mediatek-v1 "
  ` [PATCH v2 25/33] iommu/rockchip: "
  ` [PATCH v2 28/33] iommu/omap: Remove orphan_dev tracking
  ` [PATCH v2 30/33] iommu/exynos: Use first SYSMMU in controllers list for IOMMU core
  ` [PATCH v2 31/33] iommu/exynos: Convert to probe/release_device() call-backs
  ` [PATCH v2 32/33] iommu: Remove add_device()/remove_device() code-paths
  ` [PATCH v2 33/33] iommu: Unexport iommu_group_get_for_dev()
` [PATCH v2 13/33] iommu: Export bus_iommu_probe() and make is safe for re-probing
` [PATCH v2 14/33] iommu/amd: Remove dev_data->passthrough
` [PATCH v2 16/33] iommu/vt-d: Convert to probe/release_device() call-backs
` [PATCH v2 17/33] iommu/arm-smmu: "
` [PATCH v2 18/33] iommu/pamu: "
` [PATCH v2 19/33] iommu/s390: "
` [PATCH v2 21/33] iommu/msm: "
` [PATCH v2 24/33] iommu/qcom: "
` [PATCH v2 26/33] iommu/tegra: "
` [PATCH v2 27/33] iommu/renesas: "
` [PATCH v2 29/33] iommu/omap: "

[BUG] PCI: rockchip: rk3399: pcie switch support
 2020-04-14 12:28 UTC  (5+ messages)

[PATCH net-next v1 00/18] Clean driver, module and FW versions
 2020-04-14 12:23 UTC  (15+ messages)
` [PATCH net-next v1 03/18] net/3com: Delete driver and module versions from 3com drivers
  ` [PATCH] net/3com/3c515: Fix MODULE_ARCH_VERMAGIC redefinition

[PATCH] arm64: dts: rockchip: remove bus-width from mmc nodes in rk3308.dtsi
 2020-04-14 12:01 UTC  (5+ messages)

[PATCH v4 1/2] iio: adc: rockchip_saradc: move all of probe to devm-functions
 2020-04-14 11:27 UTC  (2+ messages)
  ` [PATCH v4 2/2] iio: adc: rockchip_saradc: Add support iio buffers

[PATCH v4 1/3] arm64: dts: rockchip: add core devicetree for rk3326
 2020-04-14  8:29 UTC  (3+ messages)
  ` [PATCH v4 2/3] dt-bindings: Add binding for Hardkernel Odroid Go Advance
  ` [PATCH v4 3/3] arm64: dts: rockchip: add Odroid Advance Go

[PATCH] of_device: removed #include that caused a recursion in included headers
 2020-04-13 23:02 UTC  (4+ messages)

[PATCH v3] iio: adc: rockchip_saradc: Add support iio buffers
 2020-04-13 16:59 UTC  (5+ messages)

[PATCH 1/6] arm64: dts: rockchip: rk3399-roc-pc: Fix MMC numbering for LED triggers
 2020-04-13  5:33 UTC  (6+ messages)

[PATCH v2 0/4] media: staging: rkisp1: add support for RGB formats
 2020-04-12 12:05 UTC  (5+ messages)
` [PATCH v2 1/4] media: staging: rkisp1: rsz: get the capture format info from the capture struct
` [PATCH v2 2/4] media: staging: rkisp1: rsz: remove redundant if statement and add inline doc
` [PATCH v2 3/4] media: staging: rkisp1: rsz: change (hv)div only if capture format is YUV
` [PATCH v2 4/4] media: staging: rkisp1: cap: enable RGB capture format with YUV media bus

[PATCH v2 3/3] ARM: dts: rockchip: add rk3288 ISP and DPHY
 2020-04-12  5:13 UTC  (2+ messages)

[PATCH v4 0/6] media: staging: rkisp1: cap: various fixes for capture formats
 2020-04-11 16:06 UTC  (7+ messages)
` [PATCH v4 1/6] media: staging: rkisp1: cap: cleanup in mainpath config for uv swap format
` [PATCH v4 2/6] media: staging: rkisp1: cap: fix value written to uv swap register in selfpath
` [PATCH v4 3/6] media: staging: rkisp1: cap: change the logic for writing to uv swap register
` [PATCH v4 4/6] media: staging: rkisp1: cap: support uv swap only for semiplanar formats
` [PATCH v4 5/6] media: staging: rkisp1: cap: support uv swapped planar formats
` [PATCH v4 6/6] media: staging: rkisp1: cap: remove unsupported formats

[PATCH v4] dt-bindings: sram: convert rockchip-pmu-sram bindings to yaml
 2020-04-11 12:25 UTC 

[PATCH v3 0/6] media: staging: rkisp1: cap: various fixes for capture formats
 2020-04-11 12:24 UTC  (11+ messages)
` [PATCH v3 1/6] media: staging: rkisp1: cap: cleanup in mainpath config for uv swap format
` [PATCH v3 2/6] media: staging: rkisp1: cap: fix value written to uv swap register in selfpath
` [PATCH v3 3/6] media: staging: rkisp1: cap: change the logic for writing to uv swap register
` [PATCH v3 4/6] media: staging: rkisp1: cap: support uv swap only for semiplanar formats
` [PATCH v3 5/6] media: staging: rkisp1: cap: support uv swapped plane formats
` [PATCH v3 6/6] media: staging: rkisp1: cap: remove unsupported formats

[PATCH v2 0/3] environment: distro: Add SF distro support
 2020-04-10 18:26 UTC  (4+ messages)
  ` [PATCH v2 1/3] environment: distro: Add SF distro command
  ` [PATCH v2 2/3] rk3399: Add boot flash script offset, size
  ` [PATCH v2 3/3] rockchip: Enable SF distro bootcmd

[RFC PATCH v3 1/2] dt-bindings: sram: convert rockchip-pmu-sram bindings to yaml
 2020-04-10 17:52 UTC  (3+ messages)
` [RFC PATCH v3 2/2] ARM: dts: rockchip: fix yaml warnings for rk3288-pmu-sram compatible nodes

[PATCH v2 0/3] media: rkvdec: Add a VP9 backend
 2020-04-10 11:51 UTC  (4+ messages)
` [PATCH v2 1/3] media: v4l2-ctrls: Add the [__]v4l2_ctrl_s_ctrl_compound() helpers
` [PATCH v2 2/3] media: uapi: Add VP9 stateless decoder controls
` [PATCH v2 3/3] media: rkvdec: Add the VP9 backend

[PATCH v5 0/5] Genericize DW MIPI DSI bridge and add i.MX 6 driver
 2020-04-10 10:22 UTC  (4+ messages)
  ` [PATCH v5 2/5] drm: bridge: dw_mipi_dsi: abstract register access using reg_fields

[PATCH AUTOSEL 5.6 06/68] media: hantro: fix extra MV/MC sync space calculation
 2020-04-10  3:45 UTC 

[PATCH v7 0/8] Add support for PCIe controller to work in endpoint mode on R-Car/RZ/G2x SoCs
 2020-04-10  0:12 UTC  (19+ messages)
` [PATCH v7 1/8] PCI: rcar: Rename pcie-rcar.c to pcie-rcar-host.c
` [PATCH v7 2/8] PCI: rcar: Move shareable code to a common file
` [PATCH v7 3/8] PCI: rcar: Fix calculating mask for PCIEPAMR register
` [PATCH v7 4/8] PCI: endpoint: Add support to handle multiple base for mapping outbound memory
  ` [PATCH v7 5/8] dt-bindings: PCI: rcar: Add bindings for R-Car PCIe endpoint controller
` [PATCH v7 6/8] PCI: rcar: Add support for R-Car PCIe controller in endpoint mode
` [PATCH v7 7/8] PCI: Add Renesas R8A774C0 device ID
` [PATCH v7 8/8] MAINTAINERS: Add file patterns for rcar PCI device tree bindings

[RFC PATCH v2 0/6] Add PWM_NOFLAGS property flag
 2020-04-09 12:14 UTC  (5+ messages)
` [RFC PATCH v2 4/6] arm64: dts: pwm: replace flag 0 with PWM_NOFLAGS
` [RFC PATCH v2 6/6] arm: "

[PATCH] clk: rockchip: remove defined but not used 'mux_timer_src_p'
 2020-04-09 11:40 UTC 

[PATCH] media: staging: rkisp1: avoid unused variable warning
 2020-04-08 19:38 UTC  (5+ messages)

[PATCH v8 0/5] media: rockchip: Add the rkvdec driver
 2020-04-08 14:04 UTC  (6+ messages)
` [PATCH v8 4/5] media: rkvdec: "

[PATCH v2 0/5] media: staging: rkisp1: cap: various fixes for capture formats
 2020-04-08 10:24 UTC  (5+ messages)
` [PATCH v2 5/5] media: staging: rkisp1: cap: remove unsupported formats

[PATCH v2 0/3] media: add v4l2_pipeline_stream_{enable,disable} helpers
 2020-04-08  0:15 UTC  (10+ messages)
` [PATCH v2 1/3] media: v4l2-common: add helper functions to call s_stream() callbacks
` [PATCH v2 2/3] media: staging: rkisp1: use v4l2_pipeline_stream_{enable,disable} helpers

[PATCH v5 1/2] dt-bindings: display: convert rockchip vop bindings to yaml
 2020-04-07 20:24 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 NNTP newsgroup(s).