linux-rockchip.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-11-15 03:54:06 to 2016-11-29 00:42:27 UTC [more...]

[PATCH v5 8/8] iommu/rockchip: Enable Rockchip IOMMU on ARM64
 2016-11-29  0:42 UTC  (2+ messages)

Rockchip RK3288 u-boot with mainline kernel
 2016-11-28 22:09 UTC 

[PATCH v3 0/5] thermal: fixes the rockchip thermal
 2016-11-28 18:47 UTC  (7+ messages)
` [PATCH v3 3/5] thermal: rockchip: fixes invalid temperature case
  ` [PATCH v3 1/5] thermal: rockchip: improve conversion error messages
  ` [PATCH v3 2/5] thermal: rockchip: don't pass table structs by value
  ` [PATCH v3 4/5] thermal: rockchip: optimize the conversion table
  ` [PATCH v3 5/5] thermal: rockchip: handle set_trips without the trip points

[PATCHv2 00/11] Implement clocksource for rockchip SoC using rockchip timer
 2016-11-28 14:31 UTC  (12+ messages)
` [PATCHv2 03/11] ARM: dts: rockchip: update compatible property for rk3229 timer
  ` [PATCHv2 01/11] dt-bindings: clarify compatible property for rockchip timers
  ` [PATCHv2 02/11] ARM: dts: rockchip: update compatible property for rk3228 timer
  ` [PATCHv2 04/11] ARM: dts: rockchip: add timer entries to rk3188 dtsi
  ` [PATCHv2 05/11] clocksource/drivers/rockchip_timer: split bc_timer into rk_timer and rk_clock_event_device
  ` [PATCHv2 06/11] clocksource/drivers/rockchip_timer: low level routines take rk_timer as parameter
  ` [PATCHv2 07/11] clocksource/drivers/rockchip_timer: drop unused rk_base() and rk_ctrl()
  ` [PATCHv2 09/11] clocksource/drivers/rockchip_timer: implement loading 64bit value into timer
  ` [PATCHv2 10/11] clocksource/drivers/rockchip_timer: implement reading 64bit value from timer
  ` [PATCHv2 11/11] clocksource/drivers/rockchip_timer: implement clocksource timer
` [PATCHv2 08/11] clocksource/drivers/rockchip_timer: move TIMER_INT_UNMASK out of rk_timer_enable()

[PATCH v2 0/2] Add rockchip serial flash controller support
 2016-11-25 13:55 UTC  (6+ messages)
  ` [PATCH v2 1/2] mtd: spi-nor: Bindings for Rockchip serial flash controller
  ` [PATCH v2 2/2] mtd: spi-nor: add rockchip serial flash controller driver

[PATCH 0/2] Add rockchip serial flash controller support
 2016-11-25 13:54 UTC  (9+ messages)
` [PATCH 1/2] mtd: spi-nor: Bindings for Rockchip serial flash controller
` [PATCH 2/2] mtd: spi-nor: add rockchip serial flash controller driver

[bug report] phy: rockchip-inno-usb2: support otg-port for rk3399
 2016-11-25 11:18 UTC  (3+ messages)
    ` [patch] phy: rockchip-inno-usb2: remove an unneeded check

[PATCH] dt-bindings: clarify compatible field usage for rockchip timers
 2016-11-25  9:23 UTC  (2+ messages)

[PATCH 1/9] clocksource/drivers/rockchip_timer: split bc_timer into rk_timer and rk_clock_event_device
 2016-11-25  9:17 UTC  (18+ messages)
` [PATCH 2/9] clocksource/drivers/rockchip_timer: low level routines take rk_timer as parameter
` [PATCH 3/9] clocksource/drivers/rockchip_timer: drop unused rk_base() and rk_ctrl()
` [PATCH 4/9] clocksource/drivers/rockchip_timer: move TIMER_INT_UNMASK out of rk_timer_enable()
` [PATCH 5/9] clocksource/drivers/rockchip_timer: implement loading 64bit value into timer
` [PATCH 6/9] clocksource/drivers/rockchip_timer: implement reading 64bit value from timer
` [PATCH 7/9] clocksource/drivers/rockchip_timer: implement clocksource timer
` [PATCH 8/9] dt-bindings: add rockchip,clocksource property to rk-timer
` [PATCH 9/9] ARM: dts: rockchip: add timer entries to rk3188.dtsi

[PATCH] dt-bindings: document how to setup rockchip timers as clocksource
 2016-11-24 22:12 UTC 

[GIT PULL 1/3] Rockchip defconfig64 changes for 4.10
 2016-11-24 15:41 UTC 

[GIT PULL] rockchip clock changes for 4.10 part2
 2016-11-24 15:17 UTC 

[PATCH v1 & v6 1/2] PM/devfreq: add suspend frequency support
 2016-11-24  9:54 UTC  (7+ messages)

[PATCH v7] PM/devfreq: add suspend frequency support
 2016-11-24  9:11 UTC 

[PATCH v1 1/2] PM/devfreq: add suspend frequency support
 2016-11-24  5:19 UTC 

[PATCH v1 0/2] set specific ddr frequency when stop ddr dvfs
 2016-11-24  2:18 UTC  (6+ messages)
  ` [PATCH v1 1/2] PM/devfreq: add suspend frequency support

[PATCH v3 1/3] PCI: rockchip: split out rockchip_cfg_atu
 2016-11-24  1:54 UTC  (3+ messages)
` [PATCH v3 2/3] PCI: rockchip: move the deassert of pm/aclk/pclk after phy_init
` [PATCH v3 3/3] PCI: rockchip: Add system PM support

[PATCH v2 0/5] thermal: fixes the rockchip thermal
 2016-11-24  1:16 UTC  (9+ messages)
  ` [PATCH v2 1/5] thermal: rockchip: improve conversion error messages
  ` [PATCH v2 3/5] thermal: rockchip: fixes invalid temperature case
  ` [PATCH v2 4/5] thermal: rockchip: optimize the conversion table
  ` [PATCH v2 5/5] thermal: rockchip: handle set_trips without the trip points
` [PATCH v2 2/5] thermal: rockchip: don't pass table structs by value

[PATCH v2 1/3] PCI: rockchip: split out rockchip_cfg_atu
 2016-11-23  5:06 UTC  (4+ messages)
` [PATCH v2 2/3] PCI: rockchip: move the deassert of pm/aclk/pclk after phy_init
` [PATCH v2 3/3] PCI: rockchip: Add system PM support

[PATCH 1/3] PCI: rockchip: split out rockchip_cfg_atu
 2016-11-23  4:56 UTC  (12+ messages)
` [PATCH 2/3] PCI: rockchip: move the deassert of pm/aclk/pclk after phy_init
` [PATCH 3/3] PCI: rockchip: Add system PM support

[PATCH 0/5] thermal: rockchip: optimization to improve the driver
 2016-11-23  4:36 UTC  (14+ messages)
` [PATCH 1/5] thermal: rockchip: improve conversion error messages
` [PATCH 2/5] thermal: rockchip: don't pass table structs by value
` [PATCH 3/5] thermal: rockchip: fixes invalid temperature case
` [PATCH 4/5] thermal: rockchip: optimize the conversion table
` [PATCH 5/5] thermal: rockchip: handle the set_trips without the trip points

[PATCH 1/3] thermal: handle get_temp() errors properly
 2016-11-22 22:27 UTC  (18+ messages)
` [PATCH 2/3] thermal: rockchip: improve conversion error messages
  ` [PATCH 3/3] thermal: rockchip: don't pass table structs by value

[PATCH 0/3] drm/rockchip: Add CDN DP driver
 2016-11-22 20:50 UTC  (4+ messages)
` [PATCH v16 1/3] drm/rockchip: cdn-dp: add cdn DP support for rk3399
` [PATCH 2/3] drm/rockchip: cdn-dp: Load firmware if no monitor connected
` [PATCH 3/3] drm/rockchip: cdn-dp: Do not run worker while suspended

[PATCH 2/4] arm64: dts: rockchip: Arch counter doesn't tick in system suspend
 2016-11-22 15:02 UTC  (2+ messages)

[PATCH v3 1/3] dt-bindings: add documentation for rk1108 cru
 2016-11-22  0:56 UTC  (7+ messages)
` [PATCH v3 3/3] clk: rockchip: add clock controller for rk1108
  ` [PATCH v3 2/3] clk: rockchip: add dt-binding header "

[PATCH] linux-firmware: rockchip: update dptx firmware to v3.1
 2016-11-22  0:31 UTC  (4+ messages)

[PATCH v2 0/9] rockchip: add more power domain and devices dts for rk3399
 2016-11-21  2:55 UTC  (5+ messages)
` [PATCH v2 3/9] arm64: dts: rockchip: add VOP and VOP iommu node "
  ` [PATCH v2.1 7/9] arm64: dts: rockchip: add pd_edp "

[PATCH] drm/panel: simple: add 8bit-bps for Sharp lq123p1jx31
 2016-11-19  2:27 UTC 

[GIT PULL 1/3] Rockchip driver changes for 4.10
 2016-11-18  7:33 UTC  (6+ messages)
` [GIT PULL 2/3] Rockchip dts32 "
` [GIT PULL 3/3] Rockchip dts64 "

[PATCH 1/2] phy: rockchip-inno-usb2: fix uninitialized tmout variable
 2016-11-18  3:17 UTC  (2+ messages)

[PATCH v2 0/3] Rockchip: generalize GRF setup
 2016-11-17  9:12 UTC  (9+ messages)
  ` [PATCH v2 1/3] dt-bindings: add used but undocumented rockchip grf compatible values
  ` [PATCH v2 2/3] soc: rockchip: add driver handling grf setup
  ` [PATCH v2 3/3] ARM: rockchip: drop rk3288 jtag/mmc switch handling

[PATCH v3 0/3] Rockchip: generalize GRF setup
 2016-11-16 23:03 UTC  (4+ messages)
  ` [PATCH v3 1/3] dt-bindings: add used but undocumented rockchip grf compatible values
  ` [PATCH v3 2/3] soc: rockchip: add driver handling grf setup
  ` [PATCH v3 3/3] ARM: rockchip: drop rk3288 jtag/mmc switch handling

[PATCH V3] pinctrl: rockchip: add support for rk1108
 2016-11-16 19:34 UTC  (2+ messages)

[PATCH 1/2] ARM: dts: rockchip: add the sdmmc pinctrl for rk1108
 2016-11-16 12:42 UTC  (4+ messages)
` [PATCH 2/2] ARM: dts: rockchip: enable sdmmc for rk1108-evb

[PATCH v2 00/10] Add basic support for Rockchip RK1108 SOC
 2016-11-16 11:59 UTC  (22+ messages)
` [PATCH v2 02/10] dt-bindings: add documentation for rk1108 cru
` [PATCH v2 03/10] clk: rockchip: add dt-binding header for rk1108
` [PATCH v2 04/10] clk: rockchip: add clock controller "
` [PATCH v2 05/10] dt-bindings: add documentation for rk1108 pinctrl
` [PATCH v2 06/10] pinctrl: rockchip: add support for rk1108
` [PATCH v2 07/10] ARM: add low level debug uart "
` [PATCH v2 08/10] ARM: dts: add basic support for Rockchip RK1108 SOC
` [PATCH v2 09/10] ARM: rockchip: enable support for RK1108 SoC
` [PATCH v2 10/10] ARM: dts: rockchip: add rockchip RK1108 Evaluation board

[PATCH] clk: rockchip: rk3399: fix copy-paste error
 2016-11-16 11:11 UTC  (3+ messages)

[PATCH] drm/bridge: analogix_dp: return error if transfer none byte
 2016-11-16  6:08 UTC  (3+ messages)

[RESEND PATCH 1/2] PCI: rockchip: cleanup bit definition for PCIE_RC_CONFIG_LCS
 2016-11-16  0:52 UTC  (4+ messages)
` [RESEND PATCH 2/2] PCI: rockchip: Add quirk to disable RC's ASPM L0s

[PATCH] drm/bridge: analogix_dp: return error if transfer none byte
 2016-11-16  0:13 UTC 

[PATCH v3 0/2] support USB2 PHY OTG port for rk3399
 2016-11-15 15:43 UTC  (5+ messages)
` [PATCH v3 1/2] phy: rockchip-inno-usb2: support otg-port "
` [PATCH v3 2/2] arm64: dts: rockchip: add usb2-phy otg-port support "

[PATCH 1/3] phy: fix semicolon.cocci warnings
 2016-11-15 14:07 UTC  (4+ messages)

[PATCH v4 0/2] phy: rockchip-inno-usb2: correct 480MHz clk_ops callbacks and stable time
 2016-11-15 13:00 UTC  (4+ messages)
` [PATCH v4 1/2] phy: rockchip-inno-usb2: correct clk_ops callback
  ` [PATCH v4 2/2] phy: rockchip-inno-usb2: correct 480MHz output clock stable time


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