linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/2] ARM: rockchip: soc updates for 3.20
@ 2015-01-21 21:49 Heiko Stübner
  2015-01-21 21:50 ` [GIT PULL 2/2] " Heiko Stübner
  2015-01-23 22:06 ` [GIT PULL 1/2] " Olof Johansson
  0 siblings, 2 replies; 4+ messages in thread
From: Heiko Stübner @ 2015-01-21 21:49 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd, Olof,

both pull requests mainly contain the new (basic) suspend support for
rk3288 and two small fixes. One is the limitting of the sd clock on rk3288
and the second is the removal of the Cortex-A9 reference from the board
name.

So if it looks ok, please pull


Thanks
Heiko


The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:

  Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v3.20-rockchip-soc1

for you to fetch changes up to 8c4212418b54f360b21cf37b9caa1a226eb420f2:

  ARM: rockchip: remove cpu-core name from machine name (2015-01-21 21:00:39 +0100)

----------------------------------------------------------------
SoC parts of basic suspend support and removal of
Cortex-A9 reference from the machine name.

----------------------------------------------------------------
Chris Zhong (2):
      ARM: rockchip: add suspend and resume for RK3288
      ARM: rockchip: Add pmu-sram binding

Heiko Stuebner (1):
      ARM: rockchip: remove cpu-core name from machine name

 .../devicetree/bindings/arm/rockchip/pmu-sram.txt  |  16 ++
 arch/arm/mach-rockchip/Makefile                    |   1 +
 arch/arm/mach-rockchip/pm.c                        | 260 +++++++++++++++++++++
 arch/arm/mach-rockchip/pm.h                        |  99 ++++++++
 arch/arm/mach-rockchip/rockchip.c                  |   4 +-
 arch/arm/mach-rockchip/sleep.S                     |  73 ++++++
 6 files changed, 452 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/arm/rockchip/pmu-sram.txt
 create mode 100644 arch/arm/mach-rockchip/pm.c
 create mode 100644 arch/arm/mach-rockchip/pm.h
 create mode 100644 arch/arm/mach-rockchip/sleep.S

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

* [GIT PULL 2/2] ARM: rockchip: soc updates for 3.20
  2015-01-21 21:49 [GIT PULL 1/2] ARM: rockchip: soc updates for 3.20 Heiko Stübner
@ 2015-01-21 21:50 ` Heiko Stübner
  2015-01-23 22:07   ` Olof Johansson
  2015-01-23 22:06 ` [GIT PULL 1/2] " Olof Johansson
  1 sibling, 1 reply; 4+ messages in thread
From: Heiko Stübner @ 2015-01-21 21:50 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:

  Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v3.20-rockchip-dts1

for you to fetch changes up to 5963e106df7b601a8f23cbbaac1420e4c740ada6:

  ARM: dts: rockchip: add suspend settings for rk3288-evb-rk808 (2014-12-31 16:19:18 +0100)

----------------------------------------------------------------
dts part of core suspend support and limiting of rk3288
sd-card clockspeed to 150mhz

----------------------------------------------------------------
Addy Ke (1):
      ARM: dts: rockchip: set dw_mmc max-freq 150Mhz

Chris Zhong (2):
      ARM: dts: rockchip: add RK3288 suspend support
      ARM: dts: rockchip: add suspend settings for rk3288-evb-rk808

 arch/arm/boot/dts/rk3288-evb-rk808.dts | 53 +++++++++++++++++++++++++++++++++-
 arch/arm/boot/dts/rk3288.dtsi          | 27 +++++++++++++++++
 2 files changed, 79 insertions(+), 1 deletion(-)

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

* [GIT PULL 1/2] ARM: rockchip: soc updates for 3.20
  2015-01-21 21:49 [GIT PULL 1/2] ARM: rockchip: soc updates for 3.20 Heiko Stübner
  2015-01-21 21:50 ` [GIT PULL 2/2] " Heiko Stübner
@ 2015-01-23 22:06 ` Olof Johansson
  1 sibling, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2015-01-23 22:06 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Jan 21, 2015 at 10:49:27PM +0100, Heiko St?bner wrote:
> Hi Arnd, Olof,
> 
> both pull requests mainly contain the new (basic) suspend support for
> rk3288 and two small fixes. One is the limitting of the sd clock on rk3288
> and the second is the removal of the Cortex-A9 reference from the board
> name.
> 
> So if it looks ok, please pull
> 
> 
> Thanks
> Heiko
> 
> 
> The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:
> 
>   Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v3.20-rockchip-soc1
> 
> for you to fetch changes up to 8c4212418b54f360b21cf37b9caa1a226eb420f2:
> 
>   ARM: rockchip: remove cpu-core name from machine name (2015-01-21 21:00:39 +0100)

Merged, thanks.


-Olof

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

* [GIT PULL 2/2] ARM: rockchip: soc updates for 3.20
  2015-01-21 21:50 ` [GIT PULL 2/2] " Heiko Stübner
@ 2015-01-23 22:07   ` Olof Johansson
  0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2015-01-23 22:07 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Jan 21, 2015 at 10:50:41PM +0100, Heiko St?bner wrote:
> The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:
> 
>   Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v3.20-rockchip-dts1
> 
> for you to fetch changes up to 5963e106df7b601a8f23cbbaac1420e4c740ada6:
> 
>   ARM: dts: rockchip: add suspend settings for rk3288-evb-rk808 (2014-12-31 16:19:18 +0100)
> 
> ----------------------------------------------------------------
> dts part of core suspend support and limiting of rk3288
> sd-card clockspeed to 150mhz

Subject says soc, contents is dt. :-)

Besides that, looks good -- merged.


-Olof

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

end of thread, other threads:[~2015-01-23 22:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-21 21:49 [GIT PULL 1/2] ARM: rockchip: soc updates for 3.20 Heiko Stübner
2015-01-21 21:50 ` [GIT PULL 2/2] " Heiko Stübner
2015-01-23 22:07   ` Olof Johansson
2015-01-23 22:06 ` [GIT PULL 1/2] " Olof Johansson

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