linux-rockchip.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-16 11:14:36 to 2019-12-27 20:01:16 UTC [more...]

[PATCH v12 00/11] Rockchip ISP Driver
 2019-12-27 20:01 UTC  (12+ messages)
` [PATCH v12 01/11] media: staging: phy-rockchip-dphy: add Rockchip MIPI Synopsys DPHY driver
` [PATCH v12 02/11] media: staging: rkisp1: add Rockchip ISP1 base driver
` [PATCH v12 03/11] media: staging: rkisp1: add streaming paths
` [PATCH v12 04/11] media: staging: rkisp1: add user space ABI definitions
` [PATCH v12 05/11] media: staging: rkisp1: add capture device for statistics
` [PATCH v12 06/11] media: staging: rkisp1: add output device for parameters
` [PATCH v12 07/11] media: staging: rkisp1: add document for rkisp1 meta buffer format
` [PATCH v12 08/11] media: staging: dt-bindings: add Rockchip ISP1 yaml bindings
` [PATCH v12 09/11] media: staging: dt-bindings: add Rockchip MIPI RX D-PHY "
` [PATCH v12 10/11] media: staging: rkisp1: add TODO file for staging
` [PATCH v12 11/11] MAINTAINERS: add entry for Rockchip ISP1 driver

[RFC v2 0/1] drm: lima: devfreq and cooling device support
 2019-12-27 17:37 UTC  (2+ messages)
` [RFC v2 1/1] drm/lima: Add optional devfreq support

[PATCH 00/11] rk3399: SPI boot support (fixes, updates)
 2019-12-27 13:19 UTC  (21+ messages)
  ` [PATCH 01/11] spi: rk: Limit transfers to (64K - 1) bytes
  ` [PATCH 02/11] distro_bootcmd: Add SF support
  ` [PATCH 03/11] rockchip: Include SF on distrocmd devices
  ` [PATCH 04/11] rk3399: Add boot flash script offet, size
  ` [PATCH 05/11] rk3399: Check MMC env while defining it
  ` [PATCH 06/11] env: kconfig: Restrict rockchip env for MMC
  ` [PATCH 07/11] env: Enable SPI flash env for rockchip
  ` [PATCH 08/11] rockchip: dts: Sync ROC-RK3399-PC changes from Linux
  ` [PATCH 09/11] roc-pc-rk3399: Enable SPI Flash
  ` [PATCH 10/11] rockpro-rk3399: "
  ` [PATCH 11/11] roc-rk3399-pc: Add SPI boot support

[PATCH 0/9] PM / devfreq: Remove deprecated 'devfreq' and 'devfreq-events' properties
 2019-12-27  0:09 UTC  (19+ messages)
  ` [PATCH 1/9] PM / devfreq: Add devfreq_get_devfreq_by_node function
  ` [PATCH 2/9] PM / devfreq: Remove devfreq_get_devfreq_by_phandle function
  ` [PATCH 3/9] PM / devfreq: event: Add devfreq_event_get_edev_by_node function
  ` [PATCH 4/9] PM / devfreq: exynos-bus: Replace deprecated 'devfreq' property
  ` [PATCH 5/9] PM / devfreq: exynos-bus: Replace deprecated 'devfreq-events' property
  ` [PATCH 6/9] PM / devfreq: rk3399_dmc: "
  ` [PATCH 7/9] memory: samsung: exynos5422-dmc: "
  ` [PATCH 8/9] ARM: dts: exynos: Replace deprecated property for Exynos bus and DMC
  ` [PATCH 9/9] arm64: dts: exynos: Replace deprecated property for Exynos bus

[PATCH 0/2] add usb2-phy support for RK3308 SoC
 2019-12-26 21:07 UTC  (4+ messages)
` [PATCH 1/2] arch: arm64: rockchip: add usb node for RK3308
` [PATCH 2/2] phy: phy-rockchip-inno-usb2: add usb2-phy support for RK3308 SoC

[PATCH] Revert "rockchip: make sure timer7 is enabled on rk3288 platforms"
 2019-12-26 20:27 UTC  (3+ messages)

[PATCH v2 00/11] Add PX30 LVDS support
 2019-12-24 14:39 UTC  (12+ messages)
` [PATCH v2 01/11] dt-bindings: display: rockchip-lvds: Declare PX30 compatible
` [PATCH v2 02/11] dt-bindings: display: rockchip-lvds: Document PX30 PHY
` [PATCH v2 03/11] drm/rockchip: lvds: Fix indentation of a #define
` [PATCH v2 04/11] drm/rockchip: lvds: Harmonize function names
` [PATCH v2 05/11] drm/rockchip: lvds: Change platform data
` [PATCH v2 06/11] drm/rockchip: lvds: Create an RK3288 specific probe function
` [PATCH v2 07/11] drm/rockchip: lvds: Helpers should return decent values
` [PATCH v2 08/11] drm/rockchip: lvds: Pack functions together
` [PATCH v2 09/11] drm/rockchip: lvds: Add PX30 support
` [PATCH v2 10/11] arm64: dts: rockchip: Add PX30 DSI DPHY
` [PATCH v2 11/11] arm64: dts: rockchip: Add PX30 LVDS

[PATCH v2] MAINTAINERS: Track Rockchip PMIC drivers
 2019-12-24 13:41 UTC 

[RFC v1 0/1] drm: lima: devfreq and cooling device support
 2019-12-24 11:35 UTC  (8+ messages)
        ` [Lima] "

[PATCH 0/8] Convert the intel iommu driver to the dma-iommu api
 2019-12-24 10:20 UTC  (15+ messages)
` [PATCH 1/8] iommu/vt-d: clean up 32bit si_domain assignment
` [PATCH 2/8] iommu/vt-d: Use default dma_direct_* mapping functions for direct mapped devices
` [PATCH 3/8] iommu/vt-d: Remove IOVA handling code from non-dma_ops path
` [PATCH 4/8] iommu: Handle freelists when using deferred flushing in iommu drivers
` [PATCH 5/8] iommu: Add iommu_dma_free_cpu_cached_iovas function
` [PATCH 6/8] iommu: allow the dma-iommu api to use bounce buffers
` [PATCH 7/8] iommu/vt-d: Convert intel iommu driver to the iommu ops
` [PATCH 8/8] DO NOT MERGE: iommu: disable list appending in dma-iommu

[PATCH v2 0/9] brcmfmac: add support for BCM4359 SDIO chipset
 2019-12-24  9:44 UTC  (6+ messages)

[PATCH 2/3] clk: let init callback return an error code
 2019-12-24  2:59 UTC  (2+ messages)

[PATCH 1/6] iommu/omap: convert to devm_platform_ioremap_resource
 2019-12-23 19:00 UTC  (8+ messages)
` [PATCH] virtio-mmio: "
` [PATCH 2/6] iommu/exynos: "
` [PATCH 3/6] iommu/qcom: "
` [PATCH 4/6] iommu/ipmmu-vmsa: "
` [PATCH 5/6] iommu/mediatek: "
` [PATCH 6/6] iommu/rockchip: "

[PATCH 1/2] usb: dwc2: Fix IN FIFO allocation
 2019-12-23  9:11 UTC  (6+ messages)
  ` [PATCH 2/2] usb: dwc2: fix debugfs FIFO count

[PATCH] arm64: dts: rockchip: Describe PX30 caches
 2019-12-23  9:03 UTC  (3+ messages)

[PATCH for 5.5] phy/rockchip: inno-hdmi: round clock rate down to closest 1000 Hz
 2019-12-23  8:49 UTC 

[PATCH 0/2] spi: rk_spi: Fix transfer size overflow
 2019-12-23  2:28 UTC  (5+ messages)
` [PATCH 1/2] Revert "rockchip: spi: fix off-by-one in chunk size computation"

RK3399 display flickering after kexec
 2019-12-22 11:35 UTC  (3+ messages)

[PATCH 2/3] arm64: dts: rockchip: Enable PD for USB-C-Port on rk3399-roc-pc
 2019-12-21 12:57 UTC  (3+ messages)

[PATCH v3 0/4] arm64: dts: rockchip: Add Rock Pi N10 support
 2019-12-21 12:15 UTC  (7+ messages)
` [PATCH v3 1/4] dt-bindings: arm: rockchip: Add Rock Pi N10 binding
` [PATCH v3 2/4] arm64: dts: rockchip: Add VMARC RK3399Pro SOM initial support
` [PATCH v3 3/4] ARM: dts: rockchip: Add Radxa Dalang Carrier board
` [PATCH v3 4/4] arm64: dts: rockchip: Add Radxa Rock Pi N10 initial support

[PATCH v3 0/2] arm64: dts: rockchip: RockPro64: enable wifi/bt
 2019-12-21 11:58 UTC  (4+ messages)
` [PATCH v3 1/2] arm64: dts: rockchip: RockPro64: enable wifi module at sdio0
` [PATCH v3 2/2] arm64: dts: rockchip: RockPro64: hook up bluetooth at uart0

[PATCH] fix ptr_ret.cocci warnings
 2019-12-21  1:18 UTC 

[PATCH] arm64: dts: rockchip: rk3399-evb: sort nodes in alphabetical order
 2019-12-20 14:45 UTC 

[PATCH] arm64: dts: rockchip: rk3368-lion-haikou: remove identical &uart0 node
 2019-12-20 12:55 UTC 

[PATCH 1/2] arm64: dts: rockchip: rk3308-evb: sort nodes in alphabetical order
 2019-12-20 12:10 UTC  (2+ messages)
` [PATCH 2/2] arm64: dts: rockchip: rk3308-roc-cc: "

[PATCH RESEND 1/2] dt-bindings: phy: drop #clock-cells from rockchip,px30-dsi-dphy
 2019-12-20 11:52 UTC  (7+ messages)
` [PATCH RESEND 2/2] phy/rockchip: inno-dsidphy: generalize parameter handling
  ` [PATCH RESEND 1/2] dt-bindings: phy: drop #clock-cells from rockchip, px30-dsi-dphy

[PATCH v2 00/11] PM / devfreq: Remove deprecated 'devfreq' and 'devfreq-events' properties
 2019-12-20  8:43 UTC  (17+ messages)
  ` [PATCH v2 01/11] PM / devfreq: Add devfreq_get_devfreq_by_node function
  ` [PATCH v2 02/11] PM / devfreq: Remove devfreq_get_devfreq_by_phandle function
  ` [PATCH v2 03/11] PM / devfreq: event: Add devfreq_event_get_edev_by_node function
  ` [PATCH v2 04/11] dt-bindings: devfreq: exynos-bus: Replace deprecated 'devfreq' and 'devfreq-events' property
  ` [PATCH v2 05/11] dt-bindings: devfreq: rk3399_dmc: Replace deprecated "
  ` [PATCH v2 06/11] dt-bindings: memory: exynos5422-dmc: Replace the "
  ` [PATCH v2 07/11] PM / devfreq: exynos-bus: Replace the deprecated 'devfreq' and "
  ` [PATCH v2 08/11] PM / devfreq: rk3399_dmc: Replace the deprecated "
      ` [PATCH v2 09/11] memory: samsung: exynos5422-dmc: "
  ` [PATCH v2 10/11] ARM: dts: exynos: Replace deprecated property for Exynos bus and DMC
  ` [PATCH v2 11/11] arm64: dts: exynos: Replace deprecated property for Exynos bus on TM2

[PATCH 00/12] Add PX30 LVDS support
 2019-12-19 23:47 UTC  (11+ messages)
` [PATCH 01/12] dt-bindings: display: rockchip-lvds: Declare PX30 compatible
` [PATCH 09/12] drm/rockchip: lvds: Add PX30 support
        ` [PATCH 09/12] drm/rockchip: lvds: Add PX30 support【请注意,邮件由linux-rockchip-bounces+sandy.huang=rock-chips.com@lists.infradead.org代发】
  ` [PATCH 09/12] drm/rockchip: lvds: Add PX30 support【请注意,邮件由linux-rockchip-bounces+andy.yan=rock-chips.com@lists.infradead.org代发】

[PATCH 1/2] dt-bindings: phy: Fix the PX30 DSI PHY compatible in the example
 2019-12-19 23:47 UTC  (4+ messages)
` [PATCH 2/2] dt-bindings: phy: Use a real life PX30 DSI PHY example

[v2 0/6] Add support for PCIe controller to work in endpoint mode on R-Car SoCs
 2019-12-19 23:35 UTC  (10+ messages)
` [v2 2/6] pci: endpoint: add support to handle features of outbound memory
` [v2 3/6] of: address: add support to parse PCI outbound-ranges
` [v2 4/6] dt-bindings: PCI: rcar: Add bindings for R-Car PCIe endpoint controller

[PATCH] arm64: dts: rockchip: remove disable-wp from rk3308-roc-cc emmc node
 2019-12-19 12:19 UTC 

[V2 1/1 PATCH] arm64: dts: rockchip: add ROCK Pi S DTS support
 2019-12-19 11:07 UTC  (4+ messages)
  `  "

[PATCH v3 0/7] media: rockchip: Add the rkvdec driver
 2019-12-18 22:03 UTC  (3+ messages)
` [PATCH v3 5/7] media: dt-bindings: rockchip: Document RK3399 Video Decoder bindings

[PATCH v2 1/9] brcmfmac: reset two D11 cores if chip has two D11 cores
 2019-12-18 19:08 UTC  (3+ messages)

[RFC] Permanent Fix for RK33 gmac 1500 mtu bug
 2019-12-18 13:54 UTC  (4+ messages)

[PATCH v3] arm64: dts: rockchip: split rk3399-rockpro64 for v2 and v2.1 boards
 2019-12-17  8:53 UTC  (3+ messages)

[PATCH] thermal: rockchip: enable hwmon
 2019-12-17  8:02 UTC  (3+ messages)

[PATCH 0/6] drm: Support CMA per allocation kernel mappings
 2019-12-17  1:12 UTC  (8+ messages)
` [PATCH 5/6] drm/mediatek: Convert to use CMA helpers

[PATCH 0/4] mfd: RK8xx tidyup
 2019-12-17  0:31 UTC  (11+ messages)
` [PATCH 4/4] mfd: rk808: Convert RK805 to syscore/PM ops

[PATCH v2 0/1] ARM: dts: rockchip: Add brcm bluetooth for rk3288-veyron
 2019-12-16 19:29 UTC  (4+ messages)
` [PATCH v2 1/1] "

[RESEND PATCH] thermal: rockchip: enable hwmon
 2019-12-16 16:16 UTC  (2+ messages)

[PATCH v4 0/4] Genericize DW MIPI DSI bridge and add i.MX 6 driver
 2019-12-16 16:10 UTC  (3+ messages)
` [PATCH v4 1/4] drm: bridge: dw_mipi_dsi: access registers via a regmap

[PATCH v2 8/9] arm64: dts: rockchip: RockPro64: enable wifi module at sdio0
 2019-12-16 13:35 UTC  (2+ messages)
  `  "

[PATCH 8/8] arm64: dts: rockchip: RockPro64: enable wifi module at sdio0
 2019-12-16 13:16 UTC  (2+ messages)
  `  "

[PATCH] arm64: dts: rockchip: add ROCK Pi S DTS support
 2019-12-16 11:25 UTC  (4+ messages)
`  "

[PATCH v5 0/6] drm/rockchip: px30 dsi support
 2019-12-16 11:17 UTC  (3+ 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).