All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/2] ZTE driver updates for 4.12
@ 2017-04-10 15:21 Shawn Guo
  2017-04-10 15:21 ` [GIT PULL 2/2] ZTE arm64 device tree changes " Shawn Guo
  2017-04-19 13:41 ` [GIT PULL 1/2] ZTE driver updates " Olof Johansson
  0 siblings, 2 replies; 4+ messages in thread
From: Shawn Guo @ 2017-04-10 15:21 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:

  Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/zte-drivers-4.12

for you to fetch changes up to 71ce8430348f989d0c78871828d96e0e616056dd:

  soc: zte: pm_domains: Remove .owner field for driver (2017-03-08 12:40:44 +0100)

----------------------------------------------------------------
ZTE driver updates for 4.12:

It includes a couple of small cleanups on zx296718 power domain drivers.

----------------------------------------------------------------
Wei Yongjun (2):
      soc: zte: pm_domains: Remove redundant dev_err call in zx2967_pd_probe()
      soc: zte: pm_domains: Remove .owner field for driver

 drivers/soc/zte/zx296718_pm_domains.c | 1 -
 drivers/soc/zte/zx2967_pm_domains.c   | 4 +---
 2 files changed, 1 insertion(+), 4 deletions(-)

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

* [GIT PULL 2/2] ZTE arm64 device tree changes for 4.12
  2017-04-10 15:21 [GIT PULL 1/2] ZTE driver updates for 4.12 Shawn Guo
@ 2017-04-10 15:21 ` Shawn Guo
  2017-04-19 13:23   ` Olof Johansson
  2017-04-19 13:41 ` [GIT PULL 1/2] ZTE driver updates " Olof Johansson
  1 sibling, 1 reply; 4+ messages in thread
From: Shawn Guo @ 2017-04-10 15:21 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:

  Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/zte-dt64-4.12

for you to fetch changes up to f006aaf7b11230e38a35f09d706e751fa77eb799:

  arm64: dts: zte: add tvenc device for zx296718 (2017-03-24 16:25:19 +0800)

----------------------------------------------------------------
ZTE arm64 device tree updates for 4.12:
 - Add mmc devices for ZX296718 SoC and enable those available on
   zx296718-evb board.
 - Add VOU controller device, output devices HDMI and TVENC, and enable
   display support for zx296718-evb board.
 - Remove pll_vga clock from ZX296718 device tree, as it's not a fixed
   rate clock.

----------------------------------------------------------------
Jun Nie (1):
      arm64: dts: zte: add mmc devices for zx296718

Shawn Guo (3):
      arm64: dts: zte: remove zx296718 pll_vga clock
      arm64: dts: zte: add vou and hdmi devices for zx296718
      arm64: dts: zte: add tvenc device for zx296718

 arch/arm64/boot/dts/zte/zx296718-evb.dts |  28 +++++++
 arch/arm64/boot/dts/zte/zx296718.dtsi    | 126 +++++++++++++++++++++++++++++--
 2 files changed, 147 insertions(+), 7 deletions(-)

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

* [GIT PULL 2/2] ZTE arm64 device tree changes for 4.12
  2017-04-10 15:21 ` [GIT PULL 2/2] ZTE arm64 device tree changes " Shawn Guo
@ 2017-04-19 13:23   ` Olof Johansson
  0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2017-04-19 13:23 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Apr 10, 2017 at 11:21:05PM +0800, Shawn Guo wrote:
> The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
> 
>   Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/zte-dt64-4.12
> 
> for you to fetch changes up to f006aaf7b11230e38a35f09d706e751fa77eb799:
> 
>   arm64: dts: zte: add tvenc device for zx296718 (2017-03-24 16:25:19 +0800)
> 
> ----------------------------------------------------------------
> ZTE arm64 device tree updates for 4.12:
>  - Add mmc devices for ZX296718 SoC and enable those available on
>    zx296718-evb board.
>  - Add VOU controller device, output devices HDMI and TVENC, and enable
>    display support for zx296718-evb board.
>  - Remove pll_vga clock from ZX296718 device tree, as it's not a fixed
>    rate clock.

Merged, thanks.


-Olof

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

* [GIT PULL 1/2] ZTE driver updates for 4.12
  2017-04-10 15:21 [GIT PULL 1/2] ZTE driver updates for 4.12 Shawn Guo
  2017-04-10 15:21 ` [GIT PULL 2/2] ZTE arm64 device tree changes " Shawn Guo
@ 2017-04-19 13:41 ` Olof Johansson
  1 sibling, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2017-04-19 13:41 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Apr 10, 2017 at 11:21:04PM +0800, Shawn Guo wrote:
> The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
> 
>   Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/zte-drivers-4.12
> 
> for you to fetch changes up to 71ce8430348f989d0c78871828d96e0e616056dd:
> 
>   soc: zte: pm_domains: Remove .owner field for driver (2017-03-08 12:40:44 +0100)
> 
> ----------------------------------------------------------------
> ZTE driver updates for 4.12:
> 
> It includes a couple of small cleanups on zx296718 power domain drivers.

Merged, thanks!


-Olof

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

end of thread, other threads:[~2017-04-19 13:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-10 15:21 [GIT PULL 1/2] ZTE driver updates for 4.12 Shawn Guo
2017-04-10 15:21 ` [GIT PULL 2/2] ZTE arm64 device tree changes " Shawn Guo
2017-04-19 13:23   ` Olof Johansson
2017-04-19 13:41 ` [GIT PULL 1/2] ZTE driver updates " 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.