All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/2] ARM: rockchip: soc code changes for 4.1
@ 2015-03-18 16:41 ` Heiko Stübner
  0 siblings, 0 replies; 8+ messages in thread
From: Heiko Stübner @ 2015-03-18 16:41 UTC (permalink / raw)
  To: arm; +Cc: linux-rockchip, linux-arm-kernel

Hi Arnd, Olof,

some soc code changes for 4.1 . I hope the tag explains it, so please pull


Thanks
Heiko

The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:

  Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)

are available in the git repository at:

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

for you to fetch changes up to a0307d186f5015ee3d77e209e5c06190cbf02478:

  ARM: rockchip: disable watchdog during suspend (2015-03-11 22:41:02 +0100)

----------------------------------------------------------------
Some suspend improvements reducing resume time and making sure the
watchdog does not reset after 12 hours and a change to constify and
staticize some smp parts.

----------------------------------------------------------------
Chris Zhong (2):
      ARM: rockchip: decrease the wait time for resume
      ARM: rockchip: disable watchdog during suspend

Krzysztof Kozlowski (1):
      ARM: rockchip: Constify struct regmap_config and staticize local function

 arch/arm/mach-rockchip/platsmp.c |  4 ++--
 arch/arm/mach-rockchip/pm.c      | 14 +++++++++++---
 arch/arm/mach-rockchip/pm.h      |  6 ++++++
 3 files changed, 19 insertions(+), 5 deletions(-)

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

* [GIT PULL 1/2] ARM: rockchip: soc code changes for 4.1
@ 2015-03-18 16:41 ` Heiko Stübner
  0 siblings, 0 replies; 8+ messages in thread
From: Heiko Stübner @ 2015-03-18 16:41 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd, Olof,

some soc code changes for 4.1 . I hope the tag explains it, so please pull


Thanks
Heiko

The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:

  Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)

are available in the git repository at:

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

for you to fetch changes up to a0307d186f5015ee3d77e209e5c06190cbf02478:

  ARM: rockchip: disable watchdog during suspend (2015-03-11 22:41:02 +0100)

----------------------------------------------------------------
Some suspend improvements reducing resume time and making sure the
watchdog does not reset after 12 hours and a change to constify and
staticize some smp parts.

----------------------------------------------------------------
Chris Zhong (2):
      ARM: rockchip: decrease the wait time for resume
      ARM: rockchip: disable watchdog during suspend

Krzysztof Kozlowski (1):
      ARM: rockchip: Constify struct regmap_config and staticize local function

 arch/arm/mach-rockchip/platsmp.c |  4 ++--
 arch/arm/mach-rockchip/pm.c      | 14 +++++++++++---
 arch/arm/mach-rockchip/pm.h      |  6 ++++++
 3 files changed, 19 insertions(+), 5 deletions(-)

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

* [GIT PULL 2/2] ARM: rockchip: dts changes for 4.1
  2015-03-18 16:41 ` Heiko Stübner
@ 2015-03-18 16:43   ` Heiko Stübner
  -1 siblings, 0 replies; 8+ messages in thread
From: Heiko Stübner @ 2015-03-18 16:43 UTC (permalink / raw)
  To: arm; +Cc: linux-rockchip, linux-arm-kernel

Hi Arnd, Olof,

some new peripherals, a new board and adding pmic supplies, please pull


Thanks
Heiko


The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:

  Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)

are available in the git repository at:

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

for you to fetch changes up to 91d5cb737287642b75e47790a28a43cd0efd80cb:

  ARM: dts: rockchip: complete rk3288-evb pmic supplies (2015-03-13 00:07:39 +0100)

----------------------------------------------------------------
This adds and enables the usbphy nodes on the rk3288 boards and enables
the gmac on the firefly board. A new board the Popmetal-rk3288 is also
added. And finally the pmic supplies for act8846 based boards are added,
as the act8865/act8846 driver gained supply handling in the regulator tree.

----------------------------------------------------------------
Andy Yan (2):
      dt-bindings: add root compatible property for PopMetal board
      ARM: dts: add rk3288 PopMetal board

Heiko Stuebner (4):
      ARM: dts: rockchip: enable usbphy on rk3288-firefly
      ARM: dts: rockchip: enable gmac on rk3288-firefly
      ARM: dts: rockchip: add input supplies for the act8846 on Radxa Rock
      ARM: dts: rockchip: complete rk3288-evb pmic supplies

Yunzhi Li (2):
      ARM: dts: rockchip: add rk3288 usb PHY
      ARM: dts: rockchip: Enable usb PHY on rk3288-evb board

 Documentation/devicetree/bindings/arm/rockchip.txt |   4 +
 arch/arm/boot/dts/rk3188-radxarock.dts             |  16 +
 arch/arm/boot/dts/rk3288-evb-act8846.dts           |  10 +
 arch/arm/boot/dts/rk3288-evb-rk808.dts             |   7 +
 arch/arm/boot/dts/rk3288-evb.dtsi                  |  13 +
 arch/arm/boot/dts/rk3288-firefly.dtsi              |  20 +
 arch/arm/boot/dts/rk3288-popmetal.dts              | 447 +++++++++++++++++++++
 arch/arm/boot/dts/rk3288.dtsi                      |  35 ++
 8 files changed, 552 insertions(+)
 create mode 100644 arch/arm/boot/dts/rk3288-popmetal.dts

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

* [GIT PULL 2/2] ARM: rockchip: dts changes for 4.1
@ 2015-03-18 16:43   ` Heiko Stübner
  0 siblings, 0 replies; 8+ messages in thread
From: Heiko Stübner @ 2015-03-18 16:43 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd, Olof,

some new peripherals, a new board and adding pmic supplies, please pull


Thanks
Heiko


The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:

  Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)

are available in the git repository at:

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

for you to fetch changes up to 91d5cb737287642b75e47790a28a43cd0efd80cb:

  ARM: dts: rockchip: complete rk3288-evb pmic supplies (2015-03-13 00:07:39 +0100)

----------------------------------------------------------------
This adds and enables the usbphy nodes on the rk3288 boards and enables
the gmac on the firefly board. A new board the Popmetal-rk3288 is also
added. And finally the pmic supplies for act8846 based boards are added,
as the act8865/act8846 driver gained supply handling in the regulator tree.

----------------------------------------------------------------
Andy Yan (2):
      dt-bindings: add root compatible property for PopMetal board
      ARM: dts: add rk3288 PopMetal board

Heiko Stuebner (4):
      ARM: dts: rockchip: enable usbphy on rk3288-firefly
      ARM: dts: rockchip: enable gmac on rk3288-firefly
      ARM: dts: rockchip: add input supplies for the act8846 on Radxa Rock
      ARM: dts: rockchip: complete rk3288-evb pmic supplies

Yunzhi Li (2):
      ARM: dts: rockchip: add rk3288 usb PHY
      ARM: dts: rockchip: Enable usb PHY on rk3288-evb board

 Documentation/devicetree/bindings/arm/rockchip.txt |   4 +
 arch/arm/boot/dts/rk3188-radxarock.dts             |  16 +
 arch/arm/boot/dts/rk3288-evb-act8846.dts           |  10 +
 arch/arm/boot/dts/rk3288-evb-rk808.dts             |   7 +
 arch/arm/boot/dts/rk3288-evb.dtsi                  |  13 +
 arch/arm/boot/dts/rk3288-firefly.dtsi              |  20 +
 arch/arm/boot/dts/rk3288-popmetal.dts              | 447 +++++++++++++++++++++
 arch/arm/boot/dts/rk3288.dtsi                      |  35 ++
 8 files changed, 552 insertions(+)
 create mode 100644 arch/arm/boot/dts/rk3288-popmetal.dts

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

* Re: [GIT PULL 1/2] ARM: rockchip: soc code changes for 4.1
  2015-03-18 16:41 ` Heiko Stübner
@ 2015-03-26 17:41   ` Heiko Stuebner
  -1 siblings, 0 replies; 8+ messages in thread
From: Heiko Stuebner @ 2015-03-26 17:41 UTC (permalink / raw)
  To: arm-DgEjT+Ai2ygdnm+yROfE0A
  Cc: linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

Am Mittwoch, 18. März 2015, 17:41:15 schrieb Heiko Stübner:
> Hi Arnd, Olof,
> 
> some soc code changes for 4.1 . I hope the tag explains it, so please pull

as heard in Arnd's talk on ELC yesterday, I'm supposed to ping after one week 
of inactivity, so any news on these two pulls? :-)


Thanks
Heiko

> 
> 
> Thanks
> Heiko
> 
> The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:
> 
>   Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
> tags/v4.1-rockchip-soc1
> 
> for you to fetch changes up to a0307d186f5015ee3d77e209e5c06190cbf02478:
> 
>   ARM: rockchip: disable watchdog during suspend (2015-03-11 22:41:02 +0100)
> 
> ----------------------------------------------------------------
> Some suspend improvements reducing resume time and making sure the
> watchdog does not reset after 12 hours and a change to constify and
> staticize some smp parts.
> 
> ----------------------------------------------------------------
> Chris Zhong (2):
>       ARM: rockchip: decrease the wait time for resume
>       ARM: rockchip: disable watchdog during suspend
> 
> Krzysztof Kozlowski (1):
>       ARM: rockchip: Constify struct regmap_config and staticize local
> function
> 
>  arch/arm/mach-rockchip/platsmp.c |  4 ++--
>  arch/arm/mach-rockchip/pm.c      | 14 +++++++++++---
>  arch/arm/mach-rockchip/pm.h      |  6 ++++++
>  3 files changed, 19 insertions(+), 5 deletions(-)

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

* [GIT PULL 1/2] ARM: rockchip: soc code changes for 4.1
@ 2015-03-26 17:41   ` Heiko Stuebner
  0 siblings, 0 replies; 8+ messages in thread
From: Heiko Stuebner @ 2015-03-26 17:41 UTC (permalink / raw)
  To: linux-arm-kernel

Am Mittwoch, 18. M?rz 2015, 17:41:15 schrieb Heiko St?bner:
> Hi Arnd, Olof,
> 
> some soc code changes for 4.1 . I hope the tag explains it, so please pull

as heard in Arnd's talk on ELC yesterday, I'm supposed to ping after one week 
of inactivity, so any news on these two pulls? :-)


Thanks
Heiko

> 
> 
> Thanks
> Heiko
> 
> The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:
> 
>   Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
> tags/v4.1-rockchip-soc1
> 
> for you to fetch changes up to a0307d186f5015ee3d77e209e5c06190cbf02478:
> 
>   ARM: rockchip: disable watchdog during suspend (2015-03-11 22:41:02 +0100)
> 
> ----------------------------------------------------------------
> Some suspend improvements reducing resume time and making sure the
> watchdog does not reset after 12 hours and a change to constify and
> staticize some smp parts.
> 
> ----------------------------------------------------------------
> Chris Zhong (2):
>       ARM: rockchip: decrease the wait time for resume
>       ARM: rockchip: disable watchdog during suspend
> 
> Krzysztof Kozlowski (1):
>       ARM: rockchip: Constify struct regmap_config and staticize local
> function
> 
>  arch/arm/mach-rockchip/platsmp.c |  4 ++--
>  arch/arm/mach-rockchip/pm.c      | 14 +++++++++++---
>  arch/arm/mach-rockchip/pm.h      |  6 ++++++
>  3 files changed, 19 insertions(+), 5 deletions(-)

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

* Re: [GIT PULL 1/2] ARM: rockchip: soc code changes for 4.1
  2015-03-26 17:41   ` Heiko Stuebner
@ 2015-04-02  0:53     ` Olof Johansson
  -1 siblings, 0 replies; 8+ messages in thread
From: Olof Johansson @ 2015-04-02  0:53 UTC (permalink / raw)
  To: Heiko Stuebner
  Cc: linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	arm-DgEjT+Ai2ygdnm+yROfE0A,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

On Thu, Mar 26, 2015 at 06:41:44PM +0100, Heiko Stuebner wrote:
> Am Mittwoch, 18. März 2015, 17:41:15 schrieb Heiko Stübner:
> > Hi Arnd, Olof,
> > 
> > some soc code changes for 4.1 . I hope the tag explains it, so please pull
> 
> as heard in Arnd's talk on ELC yesterday, I'm supposed to ping after one week 
> of inactivity, so any news on these two pulls? :-)

Merged both now. :)

Thanks,


-Olof

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

* [GIT PULL 1/2] ARM: rockchip: soc code changes for 4.1
@ 2015-04-02  0:53     ` Olof Johansson
  0 siblings, 0 replies; 8+ messages in thread
From: Olof Johansson @ 2015-04-02  0:53 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Mar 26, 2015 at 06:41:44PM +0100, Heiko Stuebner wrote:
> Am Mittwoch, 18. M?rz 2015, 17:41:15 schrieb Heiko St?bner:
> > Hi Arnd, Olof,
> > 
> > some soc code changes for 4.1 . I hope the tag explains it, so please pull
> 
> as heard in Arnd's talk on ELC yesterday, I'm supposed to ping after one week 
> of inactivity, so any news on these two pulls? :-)

Merged both now. :)

Thanks,


-Olof

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

end of thread, other threads:[~2015-04-02  0:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-18 16:41 [GIT PULL 1/2] ARM: rockchip: soc code changes for 4.1 Heiko Stübner
2015-03-18 16:41 ` Heiko Stübner
2015-03-18 16:43 ` [GIT PULL 2/2] ARM: rockchip: dts " Heiko Stübner
2015-03-18 16:43   ` Heiko Stübner
2015-03-26 17:41 ` [GIT PULL 1/2] ARM: rockchip: soc code " Heiko Stuebner
2015-03-26 17:41   ` Heiko Stuebner
2015-04-02  0:53   ` Olof Johansson
2015-04-02  0:53     ` 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.