public inbox for linux-rockchip@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2016-11-16 09:33:21 to 2016-11-29 16:14:50 UTC [more...]

[PATCHv2 00/11] Implement clocksource for rockchip SoC using rockchip timer
 2016-11-29 16:14 UTC  (37+ 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
  ` [PATCH v3 00/13] Implement clocksource for rockchip SoC using rockchip timer
      ` [PATCH v3 01/13] dt-bindings: clarify compatible property for rockchip timers
      ` [PATCH v3 02/13] ARM: dts: rockchip: update compatible property for rk3228 timer
      ` [PATCH v3 03/13] ARM: dts: rockchip: update compatible property for rk3229 timer
      ` [PATCH v3 04/13] ARM: dts: rockchip: add timer entries to rk3188 dtsi
      ` [PATCH v3 05/13] ARM: dts: rockchip: disable arm-global-timer for rk3188
      ` [PATCH v3 06/13] clocksource/drivers/rockchip_timer: split bc_timer into rk_timer and rk_clock_event_device
      ` [PATCH v3 08/13] clocksource/drivers/rockchip_timer: drop unused rk_base() and rk_ctrl()
      ` [PATCH v3 09/13] clocksource/drivers/rockchip_timer: move TIMER_INT_UNMASK out of rk_timer_enable()
      ` [PATCH v3 10/13] clocksource/drivers/rockchip_timer: implement loading 64bit value into timer
      ` [PATCH v3 11/13] clocksource/drivers/rockchip_timer: implement reading 64bit value from timer
      ` [PATCH v3 12/13] clocksource/drivers/rockchip_timer: implement clocksource timer
      ` [PATCH v3 13/13] clocksource/drivers/rockchip_timer: Prevent ftrace recursion
    ` [PATCH v3 07/13] clocksource/drivers/rockchip_timer: low level routines take rk_timer as parameter
  ` [PATCH v4 0/9] Implement clocksource for rockchip SoC using rockchip timer
    ` [PATCH v4 1/9] dt-bindings: clarify compatible property for rockchip timers
    ` [PATCH v4 2/9] ARM: dts: rockchip: update compatible property for rk3228 timer
      ` [PATCH v4 3/9] ARM: dts: rockchip: update compatible property for rk3229 timer
      ` [PATCH v4 4/9] ARM: dts: rockchip: add timer entries to rk3188 SoC
      ` [PATCH v4 5/9] ARM: dts: rockchip: disable arm-global-timer for rk3188
    ` [PATCH v4 6/9] clocksource/drivers/rockchip_timer: split bc_timer into rk_timer and rk_clock_event_device
    ` [PATCH v4 7/9] clocksource/drivers/rockchip_timer: low level routines take rk_timer as parameter
` [PATCHv2 08/11] clocksource/drivers/rockchip_timer: move TIMER_INT_UNMASK out of rk_timer_enable()

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

Rockchip RK3288 u-boot with mainline kernel
 2016-11-29 10:20 UTC  (2+ messages)
    ` [U-Boot] "

[PATCH v5 8/8] iommu/rockchip: Enable Rockchip IOMMU on ARM64
 2016-11-29  9:22 UTC  (3+ messages)

[PATCH 0/2] Support ARM SMCC SoC vendor quirks
 2016-11-29  7:44 UTC  (3+ messages)
` [PATCH 1/2] arm: kernel: Add SMC structure parameter
` [PATCH 2/2] firmware: qcom: scm: Fix interrupted SCM calls

[PATCH v3 0/5] thermal: fixes the rockchip thermal
 2016-11-29  5:47 UTC  (11+ messages)
  ` [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
` [PATCH v3 3/5] thermal: rockchip: fixes invalid temperature case

[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  (7+ messages)
` [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  (5+ messages)

[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  (7+ messages)
` [PATCH v2 2/3] soc: rockchip: add driver handling grf setup

[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  (6+ messages)
` [PATCH v2 08/10] ARM: dts: add "
` [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)


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