Linux-Rockchip Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-01-11 03:22:57 to 2018-01-18 11:52:51 UTC [more...]

[PATCH v4 00/13] iommu/rockchip: Use OF_IOMMU
 2018-01-18 11:52 UTC  (14+ messages)
  ` [PATCH v4 01/13] iommu/rockchip: Prohibit unbind and remove
  ` [PATCH v4 02/13] iommu/rockchip: Fix error handling in probe
  ` [PATCH v4 04/13] iommu/rockchip: Fix error handling in attach
  ` [PATCH v4 06/13] iommu/rockchip: Fix TLB flush of secondary IOMMUs
  ` [PATCH v4 08/13] iommu/rockchip: Control clocks needed to access the IOMMU
  ` [PATCH v4 09/13] iommu/rockchip: Use IOMMU device for dma mapping operations
  ` [PATCH v4 10/13] iommu/rockchip: Use OF_IOMMU to attach devices automatically
  ` [PATCH v4 12/13] iommu/rockchip: Add runtime PM support
` [PATCH v4 03/13] iommu/rockchip: Request irqs in rk_iommu_probe()
` [PATCH v4 05/13] iommu/rockchip: Use iopoll helpers to wait for hardware
` [PATCH v4 07/13] ARM: dts: rockchip: add clocks in vop iommu nodes
` [PATCH v4 11/13] iommu/rockchip: Fix error handling in init
` [PATCH v4 13/13] iommu/rockchip: Support sharing IOMMU between masters

[PATCH] drm/bridge/synopsys: dsi: use common mipi_dsi_create_packet()
 2018-01-18 11:40 UTC  (5+ messages)

[PATCH v2 00/16] extend PWM framework to support PWM modes
 2018-01-18  9:18 UTC  (31+ messages)
` [PATCH v2 01/16] drivers: pwm: core: use a single of xlate function
` [PATCH v2 02/16] pwm: pxa: update documentation regarding pwm-cells
` [PATCH v2 04/16] pwm: clps711x: "
` [PATCH v2 05/16] ARM: dts: clps711x: update pwm-cells
` [PATCH v2 07/16] arm64: dts: rockchip: "
` [PATCH v2 08/16] drivers: pwm: core: extend PWM framework with PWM modes
  ` [PATCH v2 03/16] pwm: cros-ec: update documentation regarding pwm-cells
  ` [PATCH v2 06/16] ARM: dts: pxa: update pwm-cells
  ` [PATCH v2 09/16] drivers: pwm: core: add PWM mode to pwm_config()
  ` [PATCH v2 11/16] pwm: add documentation for PWM modes
  ` [PATCH v2 13/16] drivers: pwm: core: add push-pull mode support
` [PATCH v2 10/16] pwm: Add PWM modes
` [PATCH v2 12/16] pwm: atmel: add pwm capabilities
` [PATCH v2 14/16] pwm: add push-pull mode
` [PATCH v2 15/16] pwm: add documentation for pwm "
` [PATCH v2 16/16] pwm: atmel: add push-pull mode support

Bad PCM stream after a suspend/resume cycle
 2018-01-18  9:12 UTC  (8+ messages)

[PATCH v3 00/12] iommu/rockchip: Use OF_IOMMU
 2018-01-18  8:28 UTC  (15+ messages)
` [PATCH v3 04/12] iommu/rockchip: Fix error handling in attach
` [PATCH v3 06/12] iommu/rockchip: Fix TLB flush of secondary IOMMUs
  ` [PATCH v3 01/12] iommu/rockchip: Prohibiat unbind and remove
  ` [PATCH v3 02/12] iommu/rockchip: Fix error handling in probe
  ` [PATCH v3 03/12] iommu/rockchip: Request irqs in rk_iommu_probe()
  ` [PATCH v3 05/12] iommu/rockchip: Use iopoll helpers to wait for hardware
  ` [PATCH v3 07/12] iommu/rockchip: Control clocks needed to access the IOMMU
  ` [PATCH v3 08/12] iommu/rockchip: Use IOMMU device for dma mapping operations
  ` [PATCH v3 09/12] iommu/rockchip: Use OF_IOMMU to attach devices automatically
  ` [PATCH v3 10/12] iommu/rockchip: Fix error handling in init
  ` [PATCH v3 11/12] iommu/rockchip: Add runtime PM support
  ` [PATCH v3 12/12] iommu/rockchip: Support sharing IOMMU between masters

[PATCH] i2c: rk3x: add proper kerneldoc header
 2018-01-17 23:31 UTC  (3+ messages)

[PATCH 00/12] account for const type of of_device_id.data
 2018-01-17 23:12 UTC  (5+ messages)
` [PATCH 07/12] i2c: rk3x: "

[PATCH 0/3] Reset USB3 controller before initializing Type-C PHY on rk3399
 2018-01-17 22:07 UTC  (5+ messages)
  ` [PATCH 1/3] dt-bindings: phy: phy-rockchip-typec: add usb3 otg reset
` [PATCH 2/3] arm64: dts: rockchip: add USB3 OTG reset for Type-C PHY on rk3399
` [PATCH 3/3] phy: rockchip-typec: reset USB3 controller before initializing PHY

[PATCH] usb: dwc3: core: power on PHYs before initializing core
 2018-01-17 21:46 UTC  (2+ messages)

[PATCH v2 00/13] iommu/rockchip: Use OF_IOMMU
 2018-01-17 13:32 UTC  (45+ messages)
` [PATCH v2 07/13] iommu/rockchip: Fix TLB flush of secondary IOMMUs
  ` [PATCH v2 01/13] iommu/rockchip: Request irqs in rk_iommu_probe()
  ` [PATCH v2 02/13] iommu/rockchip: Suppress unbinding
  ` [PATCH v2 03/13] iommu/rockchip: Fix error handling in attach
  ` [PATCH v2 04/13] iommu/rockchip: Fix error handling in probe
  ` [PATCH v2 05/13] iommu/rockchip: Fix error handling in init
  ` [PATCH v2 06/13] iommu/rockchip: Use iopoll helpers to wait for hardware
  ` [PATCH v2 08/13] iommu/rockchip: Control clocks needed to access the IOMMU
  ` [PATCH v2 09/13] iommu/rockchip: Use iommu_group_get_for_dev() for add_device
  ` [PATCH v2 10/13] iommu/rockchip: Use IOMMU device for dma mapping operations
  ` [PATCH v2 11/13] iommu/rockchip: Use OF_IOMMU to attach devices automatically
  ` [PATCH v2 12/13] iommu/rockchip: Add runtime PM support
  ` [PATCH v2 13/13] iommu/rockchip: Support sharing IOMMU between masters

[PATCH v2 1/2] drm/bridge/synopsys: dsi: use common mipi_dsi_create_packet()
 2018-01-16 19:04 UTC  (9+ messages)
  ` [PATCH v2 2/2] drm/bridge/synopsys: dsi: handle endianness correctly in dw_mipi_dsi_write()

[PATCH v2] mmc: sdhci-of-arasan: Add CQHCI support for arasan,sdhci-5.1
 2018-01-16  7:22 UTC  (2+ messages)

[PATCH 00/40] DRM Rockchip rk3399 (Kevin)
 2018-01-16  4:02 UTC  (44+ messages)
` [PATCH 03/40] drm/rockchip: Respect page offset for PRIME mmap calls
` [PATCH 12/40] drm/rockchip: Only wait for panel ACK on PSR entry
  ` [PATCH 01/40] drm/rockchip: Get rid of some unnecessary code
  ` [PATCH 02/40] drm/rockchip: support prime import sg table
  ` [PATCH 04/40] drm/bridge: analogix_dp: set psr activate/deactivate when enable/disable bridge
  ` [PATCH 05/40] drm/bridge: analogix_dp: Don't power bridge in analogix_dp_bind
  ` [PATCH 06/40] drm/rockchip: Don't use atomic constructs for psr
  ` [PATCH 07/40] drm/bridge: analogix_dp: detect Sink PSR state after configuring the PSR
  ` [PATCH 08/40] drm/rockchip: Remove analogix psr worker
  ` [PATCH 09/40] drm/bridge: analogix_dp: Don't change psr while bridge is disabled
  ` [PATCH 10/40] drm/rockchip: add mutex vop lock
  ` [PATCH 11/40] drm/bridge: analogix_dp: add fast link train for eDP
  ` [PATCH 13/40] drm/bridge: analogix_dp: Move enable video into config_video()
  ` [PATCH 14/40] drm/bridge: analogix_dp: Check AUX_EN status when doing AUX transfer
  ` [PATCH 15/40] drm/bridge: analogix_dp: Don't use fast link training when panel just powered up
  ` [PATCH 16/40] drm/bridge: analogix_dp: Retry bridge enable when it failed
  ` [PATCH 17/40] drm/bridge: analogix_dp: Wait for HPD signal before configuring link
  ` [PATCH 18/40] drm/bridge: analogix_dp: Set PD_INC_BG first when powering up edp phy
  ` [PATCH 19/40] drm/bridge: analogix_dp: Ensure edp is disabled when shutting down the panel
  ` [PATCH 20/40] drm/bridge: analogix_dp: Extend hpd check time to 100ms
  ` [PATCH 21/40] drm/bridge: analogix_dp: Fix incorrect usage of enhanced mode
  ` [PATCH 22/40] drm/bridge: analogix_dp: Check dpcd write/read status
  ` [PATCH 24/40] drm/bridge: analogix_dp: Reset aux channel if an error occurred
  ` [PATCH 25/40] drm/rockchip: Restore psr->state when enable/disable psr failed
  ` [PATCH 26/40] drm/bridge: analogix_dp: Don't use ANALOGIX_DP_PLL_CTL to control pll
  ` [PATCH 27/40] drm/bridge: analogix_dp: Fix timeout of video streamclk config
  ` [PATCH 28/40] drm/bridge: analogix_dp: Fix incorrect operations with register ANALOGIX_DP_FUNC_EN_1
  ` [PATCH 33/40] drm/rockchip: analogix_dp: Wire the shutdown callback to disable PSR
  ` [PATCH 34/40] drm/bridge: analogix_dp: Reorder plat_data->power_off to happen sooner
  ` [PATCH 35/40] drm/bridge: analogix_dp: Properly log AUX CH errors
  ` [PATCH 36/40] drm/bridge: analogix_dp: Properly disable aux chan retries on rockchip
  ` [PATCH 37/40] drm/panel: simple: Change mode for Sharp lq123p1jx31
` [PATCH 23/40] drm/bridge: analogix_dp: Fix AUX_PD bit for Rockchip
` [PATCH 29/40] drm/bridge: analogix_dp: Move fast link training detect to set_bridge
` [PATCH 30/40] drm/rockchip: Flush PSR before committing modeset disables/enables
` [PATCH 31/40] drm/bridge: analogix_dp: Allow master driver to cleanup in unbind
` [PATCH 32/40] drm/bridge: analogix_dp: Add analogix_dp_shutdown
` [PATCH 38/40] drm/rockchip: pre dither down when output bpc is 8bit
` [PATCH 39/40] drm/rockchip: analogix_dp: Fix invalid implementation of unbind
` [PATCH 40/40] drm/bridge: analogix_dp: Split the platform-specific poweron in two parts

[PATCH] arm64: dts: rockchip: add roc-rk3328-cc board
 2018-01-15 18:09 UTC  (4+ messages)

[PATCH v2] arm64: dts: rockchip: Add cif test clocks for rk3399
 2018-01-13 18:52 UTC  (2+ messages)

[PATCH 1/3] ARM: dts: rockchip: drop veyron's nonstandard 'backlight-boot-off'
 2018-01-13 18:49 UTC  (5+ messages)
` [PATCH 2/3] ARM: tegra: paz00: drop "

[PATCH 0/9] iommu/rockchip: Use OF_IOMMU
 2018-01-12  0:33 UTC  (11+ messages)
` [PATCH 2/9] iommu/rockchip: Fix error handling in attach
` [PATCH 3/9] iommu/rockchip: Fix error handling in probe
` [PATCH 4/9] iommu/rockchip: Fix error handling in init
` [PATCH 5/9] iommu/rockchip: Use iopoll helpers to wait for hardware
` [PATCH 6/9] iommu/rockchip: Fix TLB flush of secondary IOMMUs
  ` [PATCH 7/9] iommu/rockchip: Use iommu_group_get_for_dev() for add_device
` [PATCH 8/9] iommu/rockchip: Use IOMMU device for dma mapping operations
` [PATCH 9/9] iommu/rockchip: Use OF_IOMMU to attach devices automatically

[PATCH 12/25] arm: socfpga: dts: Remove leading 0x and 0s from bindings notation
 2018-01-11 14:38 UTC 

[PATCH] drm/bridge/synopsys: dsi: make dw_mipi_dsi_bridge_mode_set() static
 2018-01-11 13:19 UTC  (2+ messages)

[PATCH v3 0/2] phy: rockchip-emmc: fixes emmc-phy power on failed with rk3399 SoCs
 2018-01-11  3:22 UTC  (3+ messages)
` [PATCH v3 1/2] phy: rockchip-emmc: retry calpad busy trimming


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