All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/4] rockchip soc-driver changes for 4.6
@ 2016-02-11 14:47 ` Heiko Stuebner
  0 siblings, 0 replies; 18+ messages in thread
From: Heiko Stuebner @ 2016-02-11 14:47 UTC (permalink / raw)
  To: arm; +Cc: linux-rockchip, linux-arm-kernel

Hi Arnd, Olof, Kevin,

please find below soc driver changes for Rockchip for 4.6
The tag describes the changes a little bit more.


Thanks
Heiko


The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d:

  Linux 4.5-rc1 (2016-01-24 13:06:47 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.6-rockchip-drivers1

for you to fetch changes up to 1d961f11a108af9f7fbe89cc950a8d16ddbdbb28:

  soc: rockchip: power-domain: fix err handle while probing (2016-02-02 22:18:31 +0100)

----------------------------------------------------------------
Support for the power-domains on rk3368 and a fix for
a wrong handling of for_each_available_child_of_node.

----------------------------------------------------------------
Heiko Stuebner (1):
      Merge branch 'v4.6-shared/pdids' into v4.6-armsoc/drivers

Shawn Lin (1):
      soc: rockchip: power-domain: fix err handle while probing

zhangqing (3):
      dt-bindings: add power-domain header for RK3368 SoCs
      dt-bindings: modify document of Rockchip power domains
      soc: rockchip: power-domain: Modify power domain driver for rk3368

 .../bindings/soc/rockchip/power_domain.txt         | 21 +++++++++++++
 drivers/soc/rockchip/pm_domains.c                  | 34 ++++++++++++++++++++++
 include/dt-bindings/power/rk3368-power.h           | 28 ++++++++++++++++++
 3 files changed, 83 insertions(+)
 create mode 100644 include/dt-bindings/power/rk3368-power.h

^ permalink raw reply	[flat|nested] 18+ messages in thread

* [GIT PULL 1/4] rockchip soc-driver changes for 4.6
@ 2016-02-11 14:47 ` Heiko Stuebner
  0 siblings, 0 replies; 18+ messages in thread
From: Heiko Stuebner @ 2016-02-11 14:47 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd, Olof, Kevin,

please find below soc driver changes for Rockchip for 4.6
The tag describes the changes a little bit more.


Thanks
Heiko


The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d:

  Linux 4.5-rc1 (2016-01-24 13:06:47 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.6-rockchip-drivers1

for you to fetch changes up to 1d961f11a108af9f7fbe89cc950a8d16ddbdbb28:

  soc: rockchip: power-domain: fix err handle while probing (2016-02-02 22:18:31 +0100)

----------------------------------------------------------------
Support for the power-domains on rk3368 and a fix for
a wrong handling of for_each_available_child_of_node.

----------------------------------------------------------------
Heiko Stuebner (1):
      Merge branch 'v4.6-shared/pdids' into v4.6-armsoc/drivers

Shawn Lin (1):
      soc: rockchip: power-domain: fix err handle while probing

zhangqing (3):
      dt-bindings: add power-domain header for RK3368 SoCs
      dt-bindings: modify document of Rockchip power domains
      soc: rockchip: power-domain: Modify power domain driver for rk3368

 .../bindings/soc/rockchip/power_domain.txt         | 21 +++++++++++++
 drivers/soc/rockchip/pm_domains.c                  | 34 ++++++++++++++++++++++
 include/dt-bindings/power/rk3368-power.h           | 28 ++++++++++++++++++
 3 files changed, 83 insertions(+)
 create mode 100644 include/dt-bindings/power/rk3368-power.h

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [GIT PULL 1/4] rockchip soc-driver changes for 4.6
  2016-02-11 14:47 ` Heiko Stuebner
@ 2016-02-11 14:49   ` Heiko Stuebner
  -1 siblings, 0 replies; 18+ messages in thread
From: Heiko Stuebner @ 2016-02-11 14:49 UTC (permalink / raw)
  To: arm-DgEjT+Ai2ygdnm+yROfE0A
  Cc: linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

Hi Arnd, Olof, Kevin,

This one change enables the rockchip timer driver on 64bit socs as well,
after it got fixed to actually work on 64bit in 4.5-rc1.
 
Thanks
Heiko


The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d:

  Linux 4.5-rc1 (2016-01-24 13:06:47 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.6-rockchip-soc64-1

for you to fetch changes up to c840f28bbf643c361c463bcb8fb815d0b2dad4e8:

  arm64: Enable the timer on Rockchip architecture (2016-01-24 23:33:14 +0100)

----------------------------------------------------------------
Enable the rockchip-specific timers on arm64 rockchip platforms.
The driver got reworked to not use arm32-specific dsb calls in
4.5-rc1, so now we can safely enable it.

----------------------------------------------------------------
Caesar Wang (1):
      arm64: Enable the timer on Rockchip architecture

 arch/arm64/Kconfig.platforms | 1 +
 1 file changed, 1 insertion(+)

^ permalink raw reply	[flat|nested] 18+ messages in thread

* [GIT PULL 1/4] rockchip soc-driver changes for 4.6
@ 2016-02-11 14:49   ` Heiko Stuebner
  0 siblings, 0 replies; 18+ messages in thread
From: Heiko Stuebner @ 2016-02-11 14:49 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd, Olof, Kevin,

This one change enables the rockchip timer driver on 64bit socs as well,
after it got fixed to actually work on 64bit in 4.5-rc1.
 
Thanks
Heiko


The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d:

  Linux 4.5-rc1 (2016-01-24 13:06:47 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.6-rockchip-soc64-1

for you to fetch changes up to c840f28bbf643c361c463bcb8fb815d0b2dad4e8:

  arm64: Enable the timer on Rockchip architecture (2016-01-24 23:33:14 +0100)

----------------------------------------------------------------
Enable the rockchip-specific timers on arm64 rockchip platforms.
The driver got reworked to not use arm32-specific dsb calls in
4.5-rc1, so now we can safely enable it.

----------------------------------------------------------------
Caesar Wang (1):
      arm64: Enable the timer on Rockchip architecture

 arch/arm64/Kconfig.platforms | 1 +
 1 file changed, 1 insertion(+)

^ permalink raw reply	[flat|nested] 18+ messages in thread

* [GIT PULL 2/4] rockchip arm64 changes for 4.6
  2016-02-11 14:47 ` Heiko Stuebner
@ 2016-02-11 14:50   ` Heiko Stuebner
  -1 siblings, 0 replies; 18+ messages in thread
From: Heiko Stuebner @ 2016-02-11 14:50 UTC (permalink / raw)
  To: arm-DgEjT+Ai2ygdnm+yROfE0A
  Cc: linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

Hi Arnd, Olof, Kevin,

This one change enables the rockchip timer driver on 64bit socs as well,
after it got fixed to actually work on 64bit in 4.5-rc1.

This time I actually also updated the subject from my previous send-attempt, 
so here it is again.

Thanks
Heiko


The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d:

  Linux 4.5-rc1 (2016-01-24 13:06:47 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git 
tags/v4.6-rockchip-soc64-1

for you to fetch changes up to c840f28bbf643c361c463bcb8fb815d0b2dad4e8:

  arm64: Enable the timer on Rockchip architecture (2016-01-24 23:33:14 
+0100)

----------------------------------------------------------------
Enable the rockchip-specific timers on arm64 rockchip platforms.
The driver got reworked to not use arm32-specific dsb calls in
4.5-rc1, so now we can safely enable it.

----------------------------------------------------------------
Caesar Wang (1):
      arm64: Enable the timer on Rockchip architecture

 arch/arm64/Kconfig.platforms | 1 +
 1 file changed, 1 insertion(+)

^ permalink raw reply	[flat|nested] 18+ messages in thread

* [GIT PULL 2/4] rockchip arm64 changes for 4.6
@ 2016-02-11 14:50   ` Heiko Stuebner
  0 siblings, 0 replies; 18+ messages in thread
From: Heiko Stuebner @ 2016-02-11 14:50 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd, Olof, Kevin,

This one change enables the rockchip timer driver on 64bit socs as well,
after it got fixed to actually work on 64bit in 4.5-rc1.

This time I actually also updated the subject from my previous send-attempt, 
so here it is again.

Thanks
Heiko


The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d:

  Linux 4.5-rc1 (2016-01-24 13:06:47 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git 
tags/v4.6-rockchip-soc64-1

for you to fetch changes up to c840f28bbf643c361c463bcb8fb815d0b2dad4e8:

  arm64: Enable the timer on Rockchip architecture (2016-01-24 23:33:14 
+0100)

----------------------------------------------------------------
Enable the rockchip-specific timers on arm64 rockchip platforms.
The driver got reworked to not use arm32-specific dsb calls in
4.5-rc1, so now we can safely enable it.

----------------------------------------------------------------
Caesar Wang (1):
      arm64: Enable the timer on Rockchip architecture

 arch/arm64/Kconfig.platforms | 1 +
 1 file changed, 1 insertion(+)

^ permalink raw reply	[flat|nested] 18+ messages in thread

* [GIT PULL 3/4] rockchip dts64 changes for 4.6
  2016-02-11 14:47 ` Heiko Stuebner
@ 2016-02-11 14:52   ` Heiko Stuebner
  -1 siblings, 0 replies; 18+ messages in thread
From: Heiko Stuebner @ 2016-02-11 14:52 UTC (permalink / raw)
  To: arm-DgEjT+Ai2ygdnm+yROfE0A
  Cc: linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

Hi Arnd, Olof, Kevin,

some small 64bit devicetree changes for 4.6 that allow mmc tuning and
use the newer wakeup-source property for the gpio-keys.


Thanks
Heiko

The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d:

  Linux 4.5-rc1 (2016-01-24 13:06:47 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.6-rockchip-dts64-1

for you to fetch changes up to e6f49b118f73a769ec51ed28a085e9dccd67f9a1:

  arm64: dts: rockchip: replace gpio-key,wakeup with wakeup-source property (2016-02-10 00:23:24 +0100)

----------------------------------------------------------------
Define the tuning-related mmc clocks and move from
gpio-key,wakeup to the more generic wakeup-source property.

----------------------------------------------------------------
Shawn Lin (1):
      arm64: dts: rockchip: add rk3368 tuning clk for emmc and sdmmc

Sudeep Holla (1):
      arm64: dts: rockchip: replace gpio-key,wakeup with wakeup-source property

 arch/arm64/boot/dts/rockchip/rk3368-evb.dtsi |  2 +-
 arch/arm64/boot/dts/rockchip/rk3368-r88.dts  |  2 +-
 arch/arm64/boot/dts/rockchip/rk3368.dtsi     | 10 ++++++----
 3 files changed, 8 insertions(+), 6 deletions(-)

^ permalink raw reply	[flat|nested] 18+ messages in thread

* [GIT PULL 3/4] rockchip dts64 changes for 4.6
@ 2016-02-11 14:52   ` Heiko Stuebner
  0 siblings, 0 replies; 18+ messages in thread
From: Heiko Stuebner @ 2016-02-11 14:52 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd, Olof, Kevin,

some small 64bit devicetree changes for 4.6 that allow mmc tuning and
use the newer wakeup-source property for the gpio-keys.


Thanks
Heiko

The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d:

  Linux 4.5-rc1 (2016-01-24 13:06:47 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.6-rockchip-dts64-1

for you to fetch changes up to e6f49b118f73a769ec51ed28a085e9dccd67f9a1:

  arm64: dts: rockchip: replace gpio-key,wakeup with wakeup-source property (2016-02-10 00:23:24 +0100)

----------------------------------------------------------------
Define the tuning-related mmc clocks and move from
gpio-key,wakeup to the more generic wakeup-source property.

----------------------------------------------------------------
Shawn Lin (1):
      arm64: dts: rockchip: add rk3368 tuning clk for emmc and sdmmc

Sudeep Holla (1):
      arm64: dts: rockchip: replace gpio-key,wakeup with wakeup-source property

 arch/arm64/boot/dts/rockchip/rk3368-evb.dtsi |  2 +-
 arch/arm64/boot/dts/rockchip/rk3368-r88.dts  |  2 +-
 arch/arm64/boot/dts/rockchip/rk3368.dtsi     | 10 ++++++----
 3 files changed, 8 insertions(+), 6 deletions(-)

^ permalink raw reply	[flat|nested] 18+ messages in thread

* [GIT PULL 4/4] rockchip dts32 changes for 4.6
  2016-02-11 14:47 ` Heiko Stuebner
@ 2016-02-11 15:12   ` Heiko Stuebner
  -1 siblings, 0 replies; 18+ messages in thread
From: Heiko Stuebner @ 2016-02-11 15:12 UTC (permalink / raw)
  To: arm-DgEjT+Ai2ygdnm+yROfE0A
  Cc: linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

Hi Arnd, Olof, Kevin,

and finally this is the biggest set ... 32bit devicetree changes.
For the clock-ids this includes a shared branch that gets shared
with the clock-branch sent to the clock-maintainers.

As the tag describes, contents are pretty diverse but simple changes.


Thanks
Heiko


The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d:

  Linux 4.5-rc1 (2016-01-24 13:06:47 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.6-rockchip-dts32-1

for you to fetch changes up to 741d3b0c1f6187dbf9b509b6776c77828d4c66d5:

  ARM: dts: cros-ec-keyboard: Add LOCK key to keyboard matrix (2016-02-10 22:41:53 +0100)

----------------------------------------------------------------
Assorted bunch of 32bit Rockchip devicetree changes. More clocks,
nodes and fixes like the increased drive-strength on the firefly.
Most interesting is maybe the enablement of the pl330 option
for handling the broken flushp operation that is present on the
current Rockchip SoCs. Together with the driver-side enablement
this should give us working dma finally.

----------------------------------------------------------------
Addy Ke (1):
      ARM: dts: rockchip: Add arm, pl330-broken-no-flushp quirk for rk3288 platform

Andy Yan (2):
      ARM: dts: rockchip: enable pwm3 as pwm regulator for rk3066a based boards
      ARM: dts: rockchip: increase vdd_arm voltage for rk3066a based boards

Caesar Wang (11):
      ARM: dts: rockchip: set the pinctrl default setting for rk3036 i2s
      ARM: dts: rockchip: add the sound setup for rk3036-kylin board
      ARM: dts: rockchip: enable the uart0 for kylin board
      ARM: dts: rockchip: enable the high speed on sdio for kylin board
      ARM: dts: rockchip: add the sdio power sequence for kylin board
      ARM: dts: rockchip: add the sdmmc for kylin board
      ARM: dts: rockchip: add soc-specific compatibles for rk3036 SoCs
      ARM: dts: rockchip: add the leds control for rk3036-kylin board
      ARM: dts: rockchip: add mclk for rt5616 on rk3036 kylin board
      ARM: dts: rockchip: support the spi for rk3036
      ARM: dts: rockchip: add arm,pl330-broken-no-flushp quirk for rk3036 SoCs

Chris Zhong (1):
      ARM: dts: rockchip: add rk3288 mipi_dsi nodes

Heiko Stuebner (3):
      ARM: dts: rockchip: swap i2s clock ordering on rk3036
      ARM: dts: rockchip: add clock-cells for usb phy nodes
      Merge branch 'v4.6-shared/clkids' into v4.6-armsoc/dts32

James Chao (1):
      ARM: dts: cros-ec-keyboard: Add LOCK key to keyboard matrix

Paweł Jarosz (2):
      clk: rockchip: Add new id for rk3066 tsadc clock
      ARM: dts: rockchip: add tsadc node

Romain Perier (1):
      ARM: dts: rockchip: Add LEDs via gpio-leds for Radxa Rock2 Square

Shawn Lin (3):
      dt-bindings: rockchip-dw-mshc: add RK3368 dw-mshc description
      dt-bindings: rockchip-dw-mshc: add RK3036 dw-mshc description
      ARM: dts: rockchip: Add arm, pl330-broken-no-flushp quirk for rk3xxx platform

Sjoerd Simons (3):
      ARM: dts: rockchip: Add the iodomains for the Rock2 SOM
      ARM: dts: rockchip: Add the SDIO wifi on Radxa Rock2 square
      ARM: dts: rockchip: Assign RK3288 EDP_24M input centrally

Sudeep Holla (1):
      ARM: dts: rockchip: replace gpio-key,wakeup with wakeup-source property

Wadim Egorov (1):
      ARM: dts: rockchip: Bump sd card pin drive strength up on firefly boards

Xing Zheng (1):
      ARM: dts: rockchip: increase the mclk_fs to 512 for kylin board

 .../devicetree/bindings/mmc/rockchip-dw-mshc.txt   |   2 +
 arch/arm/boot/dts/cros-ec-keyboard.dtsi            |   1 +
 arch/arm/boot/dts/rk3036-kylin.dts                 | 104 +++++++++++++++++++++
 arch/arm/boot/dts/rk3036.dtsi                      |  69 +++++++++++---
 arch/arm/boot/dts/rk3066a-bqcurie2.dts             |  19 +++-
 arch/arm/boot/dts/rk3066a-marsboard.dts            |  16 ++++
 arch/arm/boot/dts/rk3066a-rayeager.dts             |  18 +++-
 arch/arm/boot/dts/rk3066a.dtsi                     |  24 ++++-
 arch/arm/boot/dts/rk3188-radxarock.dts             |   2 +-
 arch/arm/boot/dts/rk3188.dtsi                      |   2 +
 arch/arm/boot/dts/rk3288-evb.dtsi                  |   2 +-
 arch/arm/boot/dts/rk3288-firefly.dtsi              |  26 +++++-
 arch/arm/boot/dts/rk3288-popmetal.dts              |   2 +-
 arch/arm/boot/dts/rk3288-r89.dts                   |   2 +-
 arch/arm/boot/dts/rk3288-rock2-som.dtsi            |  26 ++++++
 arch/arm/boot/dts/rk3288-rock2-square.dts          |  48 +++++++++-
 arch/arm/boot/dts/rk3288-veyron-chromebook.dtsi    |   2 +-
 arch/arm/boot/dts/rk3288-veyron.dtsi               |   7 +-
 arch/arm/boot/dts/rk3288.dtsi                      |  48 ++++++++++
 arch/arm/boot/dts/rk3xxx.dtsi                      |   3 +
 include/dt-bindings/clock/rk3188-cru-common.h      |   1 +
 21 files changed, 389 insertions(+), 35 deletions(-)


_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

^ permalink raw reply	[flat|nested] 18+ messages in thread

* [GIT PULL 4/4] rockchip dts32 changes for 4.6
@ 2016-02-11 15:12   ` Heiko Stuebner
  0 siblings, 0 replies; 18+ messages in thread
From: Heiko Stuebner @ 2016-02-11 15:12 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd, Olof, Kevin,

and finally this is the biggest set ... 32bit devicetree changes.
For the clock-ids this includes a shared branch that gets shared
with the clock-branch sent to the clock-maintainers.

As the tag describes, contents are pretty diverse but simple changes.


Thanks
Heiko


The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d:

  Linux 4.5-rc1 (2016-01-24 13:06:47 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.6-rockchip-dts32-1

for you to fetch changes up to 741d3b0c1f6187dbf9b509b6776c77828d4c66d5:

  ARM: dts: cros-ec-keyboard: Add LOCK key to keyboard matrix (2016-02-10 22:41:53 +0100)

----------------------------------------------------------------
Assorted bunch of 32bit Rockchip devicetree changes. More clocks,
nodes and fixes like the increased drive-strength on the firefly.
Most interesting is maybe the enablement of the pl330 option
for handling the broken flushp operation that is present on the
current Rockchip SoCs. Together with the driver-side enablement
this should give us working dma finally.

----------------------------------------------------------------
Addy Ke (1):
      ARM: dts: rockchip: Add arm, pl330-broken-no-flushp quirk for rk3288 platform

Andy Yan (2):
      ARM: dts: rockchip: enable pwm3 as pwm regulator for rk3066a based boards
      ARM: dts: rockchip: increase vdd_arm voltage for rk3066a based boards

Caesar Wang (11):
      ARM: dts: rockchip: set the pinctrl default setting for rk3036 i2s
      ARM: dts: rockchip: add the sound setup for rk3036-kylin board
      ARM: dts: rockchip: enable the uart0 for kylin board
      ARM: dts: rockchip: enable the high speed on sdio for kylin board
      ARM: dts: rockchip: add the sdio power sequence for kylin board
      ARM: dts: rockchip: add the sdmmc for kylin board
      ARM: dts: rockchip: add soc-specific compatibles for rk3036 SoCs
      ARM: dts: rockchip: add the leds control for rk3036-kylin board
      ARM: dts: rockchip: add mclk for rt5616 on rk3036 kylin board
      ARM: dts: rockchip: support the spi for rk3036
      ARM: dts: rockchip: add arm,pl330-broken-no-flushp quirk for rk3036 SoCs

Chris Zhong (1):
      ARM: dts: rockchip: add rk3288 mipi_dsi nodes

Heiko Stuebner (3):
      ARM: dts: rockchip: swap i2s clock ordering on rk3036
      ARM: dts: rockchip: add clock-cells for usb phy nodes
      Merge branch 'v4.6-shared/clkids' into v4.6-armsoc/dts32

James Chao (1):
      ARM: dts: cros-ec-keyboard: Add LOCK key to keyboard matrix

Pawe? Jarosz (2):
      clk: rockchip: Add new id for rk3066 tsadc clock
      ARM: dts: rockchip: add tsadc node

Romain Perier (1):
      ARM: dts: rockchip: Add LEDs via gpio-leds for Radxa Rock2 Square

Shawn Lin (3):
      dt-bindings: rockchip-dw-mshc: add RK3368 dw-mshc description
      dt-bindings: rockchip-dw-mshc: add RK3036 dw-mshc description
      ARM: dts: rockchip: Add arm, pl330-broken-no-flushp quirk for rk3xxx platform

Sjoerd Simons (3):
      ARM: dts: rockchip: Add the iodomains for the Rock2 SOM
      ARM: dts: rockchip: Add the SDIO wifi on Radxa Rock2 square
      ARM: dts: rockchip: Assign RK3288 EDP_24M input centrally

Sudeep Holla (1):
      ARM: dts: rockchip: replace gpio-key,wakeup with wakeup-source property

Wadim Egorov (1):
      ARM: dts: rockchip: Bump sd card pin drive strength up on firefly boards

Xing Zheng (1):
      ARM: dts: rockchip: increase the mclk_fs to 512 for kylin board

 .../devicetree/bindings/mmc/rockchip-dw-mshc.txt   |   2 +
 arch/arm/boot/dts/cros-ec-keyboard.dtsi            |   1 +
 arch/arm/boot/dts/rk3036-kylin.dts                 | 104 +++++++++++++++++++++
 arch/arm/boot/dts/rk3036.dtsi                      |  69 +++++++++++---
 arch/arm/boot/dts/rk3066a-bqcurie2.dts             |  19 +++-
 arch/arm/boot/dts/rk3066a-marsboard.dts            |  16 ++++
 arch/arm/boot/dts/rk3066a-rayeager.dts             |  18 +++-
 arch/arm/boot/dts/rk3066a.dtsi                     |  24 ++++-
 arch/arm/boot/dts/rk3188-radxarock.dts             |   2 +-
 arch/arm/boot/dts/rk3188.dtsi                      |   2 +
 arch/arm/boot/dts/rk3288-evb.dtsi                  |   2 +-
 arch/arm/boot/dts/rk3288-firefly.dtsi              |  26 +++++-
 arch/arm/boot/dts/rk3288-popmetal.dts              |   2 +-
 arch/arm/boot/dts/rk3288-r89.dts                   |   2 +-
 arch/arm/boot/dts/rk3288-rock2-som.dtsi            |  26 ++++++
 arch/arm/boot/dts/rk3288-rock2-square.dts          |  48 +++++++++-
 arch/arm/boot/dts/rk3288-veyron-chromebook.dtsi    |   2 +-
 arch/arm/boot/dts/rk3288-veyron.dtsi               |   7 +-
 arch/arm/boot/dts/rk3288.dtsi                      |  48 ++++++++++
 arch/arm/boot/dts/rk3xxx.dtsi                      |   3 +
 include/dt-bindings/clock/rk3188-cru-common.h      |   1 +
 21 files changed, 389 insertions(+), 35 deletions(-)

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [GIT PULL 1/4] rockchip soc-driver changes for 4.6
  2016-02-11 14:47 ` Heiko Stuebner
@ 2016-02-24 21:50   ` Olof Johansson
  -1 siblings, 0 replies; 18+ messages in thread
From: Olof Johansson @ 2016-02-24 21:50 UTC (permalink / raw)
  To: Heiko Stuebner
  Cc: linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	arm-DgEjT+Ai2ygdnm+yROfE0A,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

On Thu, Feb 11, 2016 at 03:47:12PM +0100, Heiko Stuebner wrote:
> Hi Arnd, Olof, Kevin,
> 
> please find below soc driver changes for Rockchip for 4.6
> The tag describes the changes a little bit more.
> 
> 
> Thanks
> Heiko
> 
> 
> The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d:
> 
>   Linux 4.5-rc1 (2016-01-24 13:06:47 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.6-rockchip-drivers1
> 
> for you to fetch changes up to 1d961f11a108af9f7fbe89cc950a8d16ddbdbb28:
> 
>   soc: rockchip: power-domain: fix err handle while probing (2016-02-02 22:18:31 +0100)

Merged, thanks.


-Olof

^ permalink raw reply	[flat|nested] 18+ messages in thread

* [GIT PULL 1/4] rockchip soc-driver changes for 4.6
@ 2016-02-24 21:50   ` Olof Johansson
  0 siblings, 0 replies; 18+ messages in thread
From: Olof Johansson @ 2016-02-24 21:50 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Feb 11, 2016 at 03:47:12PM +0100, Heiko Stuebner wrote:
> Hi Arnd, Olof, Kevin,
> 
> please find below soc driver changes for Rockchip for 4.6
> The tag describes the changes a little bit more.
> 
> 
> Thanks
> Heiko
> 
> 
> The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d:
> 
>   Linux 4.5-rc1 (2016-01-24 13:06:47 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.6-rockchip-drivers1
> 
> for you to fetch changes up to 1d961f11a108af9f7fbe89cc950a8d16ddbdbb28:
> 
>   soc: rockchip: power-domain: fix err handle while probing (2016-02-02 22:18:31 +0100)

Merged, thanks.


-Olof

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [GIT PULL 2/4] rockchip arm64 changes for 4.6
  2016-02-11 14:50   ` Heiko Stuebner
@ 2016-02-24 21:51     ` Olof Johansson
  -1 siblings, 0 replies; 18+ messages in thread
From: Olof Johansson @ 2016-02-24 21:51 UTC (permalink / raw)
  To: Heiko Stuebner; +Cc: linux-rockchip, arm, linux-arm-kernel

On Thu, Feb 11, 2016 at 03:50:51PM +0100, Heiko Stuebner wrote:
> Hi Arnd, Olof, Kevin,
> 
> This one change enables the rockchip timer driver on 64bit socs as well,
> after it got fixed to actually work on 64bit in 4.5-rc1.
> 
> This time I actually also updated the subject from my previous send-attempt, 
> so here it is again.
> 
> Thanks
> Heiko
> 
> 
> The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d:
> 
>   Linux 4.5-rc1 (2016-01-24 13:06:47 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git 
> tags/v4.6-rockchip-soc64-1
> 
> for you to fetch changes up to c840f28bbf643c361c463bcb8fb815d0b2dad4e8:
> 
>   arm64: Enable the timer on Rockchip architecture (2016-01-24 23:33:14 
> +0100)

Merged, thanks.


-Olof

^ permalink raw reply	[flat|nested] 18+ messages in thread

* [GIT PULL 2/4] rockchip arm64 changes for 4.6
@ 2016-02-24 21:51     ` Olof Johansson
  0 siblings, 0 replies; 18+ messages in thread
From: Olof Johansson @ 2016-02-24 21:51 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Feb 11, 2016 at 03:50:51PM +0100, Heiko Stuebner wrote:
> Hi Arnd, Olof, Kevin,
> 
> This one change enables the rockchip timer driver on 64bit socs as well,
> after it got fixed to actually work on 64bit in 4.5-rc1.
> 
> This time I actually also updated the subject from my previous send-attempt, 
> so here it is again.
> 
> Thanks
> Heiko
> 
> 
> The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d:
> 
>   Linux 4.5-rc1 (2016-01-24 13:06:47 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git 
> tags/v4.6-rockchip-soc64-1
> 
> for you to fetch changes up to c840f28bbf643c361c463bcb8fb815d0b2dad4e8:
> 
>   arm64: Enable the timer on Rockchip architecture (2016-01-24 23:33:14 
> +0100)

Merged, thanks.


-Olof

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [GIT PULL 3/4] rockchip dts64 changes for 4.6
  2016-02-11 14:52   ` Heiko Stuebner
@ 2016-02-24 21:52     ` Olof Johansson
  -1 siblings, 0 replies; 18+ messages in thread
From: Olof Johansson @ 2016-02-24 21:52 UTC (permalink / raw)
  To: Heiko Stuebner; +Cc: linux-rockchip, arm, linux-arm-kernel

On Thu, Feb 11, 2016 at 03:52:40PM +0100, Heiko Stuebner wrote:
> Hi Arnd, Olof, Kevin,
> 
> some small 64bit devicetree changes for 4.6 that allow mmc tuning and
> use the newer wakeup-source property for the gpio-keys.
> 
> 
> Thanks
> Heiko
> 
> The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d:
> 
>   Linux 4.5-rc1 (2016-01-24 13:06:47 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.6-rockchip-dts64-1
> 
> for you to fetch changes up to e6f49b118f73a769ec51ed28a085e9dccd67f9a1:
> 
>   arm64: dts: rockchip: replace gpio-key,wakeup with wakeup-source property (2016-02-10 00:23:24 +0100)
> 
> ----------------------------------------------------------------
> Define the tuning-related mmc clocks and move from
> gpio-key,wakeup to the more generic wakeup-source property.

Merged, thanks.


-Olof

^ permalink raw reply	[flat|nested] 18+ messages in thread

* [GIT PULL 3/4] rockchip dts64 changes for 4.6
@ 2016-02-24 21:52     ` Olof Johansson
  0 siblings, 0 replies; 18+ messages in thread
From: Olof Johansson @ 2016-02-24 21:52 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Feb 11, 2016 at 03:52:40PM +0100, Heiko Stuebner wrote:
> Hi Arnd, Olof, Kevin,
> 
> some small 64bit devicetree changes for 4.6 that allow mmc tuning and
> use the newer wakeup-source property for the gpio-keys.
> 
> 
> Thanks
> Heiko
> 
> The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d:
> 
>   Linux 4.5-rc1 (2016-01-24 13:06:47 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.6-rockchip-dts64-1
> 
> for you to fetch changes up to e6f49b118f73a769ec51ed28a085e9dccd67f9a1:
> 
>   arm64: dts: rockchip: replace gpio-key,wakeup with wakeup-source property (2016-02-10 00:23:24 +0100)
> 
> ----------------------------------------------------------------
> Define the tuning-related mmc clocks and move from
> gpio-key,wakeup to the more generic wakeup-source property.

Merged, thanks.


-Olof

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [GIT PULL 4/4] rockchip dts32 changes for 4.6
  2016-02-11 15:12   ` Heiko Stuebner
@ 2016-02-24 21:53     ` Olof Johansson
  -1 siblings, 0 replies; 18+ messages in thread
From: Olof Johansson @ 2016-02-24 21:53 UTC (permalink / raw)
  To: Heiko Stuebner
  Cc: linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	arm-DgEjT+Ai2ygdnm+yROfE0A,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

On Thu, Feb 11, 2016 at 04:12:35PM +0100, Heiko Stuebner wrote:
> Hi Arnd, Olof, Kevin,
> 
> and finally this is the biggest set ... 32bit devicetree changes.
> For the clock-ids this includes a shared branch that gets shared
> with the clock-branch sent to the clock-maintainers.
> 
> As the tag describes, contents are pretty diverse but simple changes.
> 
> 
> Thanks
> Heiko
> 
> 
> The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d:
> 
>   Linux 4.5-rc1 (2016-01-24 13:06:47 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.6-rockchip-dts32-1
> 
> for you to fetch changes up to 741d3b0c1f6187dbf9b509b6776c77828d4c66d5:
> 
>   ARM: dts: cros-ec-keyboard: Add LOCK key to keyboard matrix (2016-02-10 22:41:53 +0100)
> 
> ----------------------------------------------------------------
> Assorted bunch of 32bit Rockchip devicetree changes. More clocks,
> nodes and fixes like the increased drive-strength on the firefly.
> Most interesting is maybe the enablement of the pl330 option
> for handling the broken flushp operation that is present on the
> current Rockchip SoCs. Together with the driver-side enablement
> this should give us working dma finally.

Merged, thanks!


-Olof

^ permalink raw reply	[flat|nested] 18+ messages in thread

* [GIT PULL 4/4] rockchip dts32 changes for 4.6
@ 2016-02-24 21:53     ` Olof Johansson
  0 siblings, 0 replies; 18+ messages in thread
From: Olof Johansson @ 2016-02-24 21:53 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Feb 11, 2016 at 04:12:35PM +0100, Heiko Stuebner wrote:
> Hi Arnd, Olof, Kevin,
> 
> and finally this is the biggest set ... 32bit devicetree changes.
> For the clock-ids this includes a shared branch that gets shared
> with the clock-branch sent to the clock-maintainers.
> 
> As the tag describes, contents are pretty diverse but simple changes.
> 
> 
> Thanks
> Heiko
> 
> 
> The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d:
> 
>   Linux 4.5-rc1 (2016-01-24 13:06:47 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.6-rockchip-dts32-1
> 
> for you to fetch changes up to 741d3b0c1f6187dbf9b509b6776c77828d4c66d5:
> 
>   ARM: dts: cros-ec-keyboard: Add LOCK key to keyboard matrix (2016-02-10 22:41:53 +0100)
> 
> ----------------------------------------------------------------
> Assorted bunch of 32bit Rockchip devicetree changes. More clocks,
> nodes and fixes like the increased drive-strength on the firefly.
> Most interesting is maybe the enablement of the pl330 option
> for handling the broken flushp operation that is present on the
> current Rockchip SoCs. Together with the driver-side enablement
> this should give us working dma finally.

Merged, thanks!


-Olof

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2016-02-24 21:53 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-11 14:47 [GIT PULL 1/4] rockchip soc-driver changes for 4.6 Heiko Stuebner
2016-02-11 14:47 ` Heiko Stuebner
2016-02-11 14:49 ` Heiko Stuebner
2016-02-11 14:49   ` Heiko Stuebner
2016-02-11 14:50 ` [GIT PULL 2/4] rockchip arm64 " Heiko Stuebner
2016-02-11 14:50   ` Heiko Stuebner
2016-02-24 21:51   ` Olof Johansson
2016-02-24 21:51     ` Olof Johansson
2016-02-11 14:52 ` [GIT PULL 3/4] rockchip dts64 " Heiko Stuebner
2016-02-11 14:52   ` Heiko Stuebner
2016-02-24 21:52   ` Olof Johansson
2016-02-24 21:52     ` Olof Johansson
2016-02-11 15:12 ` [GIT PULL 4/4] rockchip dts32 " Heiko Stuebner
2016-02-11 15:12   ` Heiko Stuebner
2016-02-24 21:53   ` Olof Johansson
2016-02-24 21:53     ` Olof Johansson
2016-02-24 21:50 ` [GIT PULL 1/4] rockchip soc-driver " Olof Johansson
2016-02-24 21:50   ` Olof Johansson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.