All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/4] DaVinci cleanups for v4.10 (part 2)
@ 2016-11-20 13:40 Sekhar Nori
  2016-11-20 13:40 ` [GIT PULL 2/4] DaVinci SoC updates " Sekhar Nori
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Sekhar Nori @ 2016-11-20 13:40 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 766763dbdc1dca11deabdb00077a1c19e2803f0a:

  ARM: davinci: da8xx: Remove duplicated defines (2016-10-31 16:51:56 +0530)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git davinci-for-v4.10/cleanup-2

for you to fetch changes up to f7715b299954b1f1644253682e50f38282eee611:

  ARM: davinci: PM: fix build when da850 not compiled in (2016-11-20 16:52:00 +0530)

----------------------------------------------------------------
mach-davinci cleanup to make it easy to add PM support
for DT-boot.

----------------------------------------------------------------
Kevin Hilman (3):
      ARM: davinci: PM: rework init, remove platform device
      ARM: davinci: PM: cleanup: remove references to pdata
      ARM: davinci: PM: fix build when da850 not compiled in

 arch/arm/mach-davinci/Makefile             |   4 +-
 arch/arm/mach-davinci/board-da850-evm.c    |  17 +----
 arch/arm/mach-davinci/board-mityomapl138.c |  16 +----
 arch/arm/mach-davinci/common.c             |   1 -
 arch/arm/mach-davinci/da850.c              |  38 -----------
 arch/arm/mach-davinci/include/mach/da8xx.h |   1 -
 arch/arm/mach-davinci/pm.c                 | 102 ++++++++++++++++-------------
 7 files changed, 62 insertions(+), 117 deletions(-)

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

* [GIT PULL 2/4] DaVinci SoC updates for v4.10 (part 2)
  2016-11-20 13:40 [GIT PULL 1/4] DaVinci cleanups for v4.10 (part 2) Sekhar Nori
@ 2016-11-20 13:40 ` Sekhar Nori
  2016-11-30 13:49   ` Arnd Bergmann
  2016-11-20 13:40 ` [GIT PULL 3/4] DaVinci DT " Sekhar Nori
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 8+ messages in thread
From: Sekhar Nori @ 2016-11-20 13:40 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit ced95ac0815501f47a6041548d70d8900400912d:

  ARM: davinci: da8xx: register USB PHY clocks in the DT file (2016-11-01 15:24:24 +0530)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git davinci-for-v4.10/soc-2

for you to fetch changes up to 7e431af8fa0b9ed9d74378c99514856211cb9db8:

  ARM: davinci: PM: support da8xx DT platforms (2016-11-16 14:45:07 +0530)

----------------------------------------------------------------
Adds suspend-to-RAM support for DT boot mode
on DA850.

----------------------------------------------------------------
Kevin Hilman (1):
      ARM: davinci: PM: support da8xx DT platforms

 arch/arm/mach-davinci/da8xx-dt.c | 1 +
 1 file changed, 1 insertion(+)

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

* [GIT PULL 3/4] DaVinci DT updates for v4.10 (part 2)
  2016-11-20 13:40 [GIT PULL 1/4] DaVinci cleanups for v4.10 (part 2) Sekhar Nori
  2016-11-20 13:40 ` [GIT PULL 2/4] DaVinci SoC updates " Sekhar Nori
@ 2016-11-20 13:40 ` Sekhar Nori
  2016-11-30 14:19   ` Arnd Bergmann
  2016-11-20 13:40 ` [GIT PULL 4/4] DaVinci defconfig " Sekhar Nori
  2016-11-30 13:49 ` [GIT PULL 1/4] DaVinci cleanups " Arnd Bergmann
  3 siblings, 1 reply; 8+ messages in thread
From: Sekhar Nori @ 2016-11-20 13:40 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 1b499f255589204466d8f8ab26e6b577d7b5c88f:

  ARM: dts: da850: Add cfgchip syscon node (2016-11-01 15:11:10 +0530)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git davinci-for-v4.10/dt-2

for you to fetch changes up to 83de086cc89410a8d4e0b6345e8a1116797ea703:

  ARM: dts: da850-lcdk: Enable the usb otg device node (2016-11-20 17:02:18 +0530)

----------------------------------------------------------------
Adds device tree nodes enabling DDR controller
and bus master priority settings needed for
stable LCDC operation on DA850.

Also adds support for MUSB device on DA850
providing USB OTG support.

----------------------------------------------------------------
Alexandre Bailon (2):
      ARM: dts: da850: Add the usb otg device node
      ARM: dts: da850-lcdk: Enable the usb otg device node

Bartosz Golaszewski (1):
      ARM: dts: da850: add the mstpri and ddrctl nodes

 arch/arm/boot/dts/da850-lcdk.dts |  8 ++++++++
 arch/arm/boot/dts/da850.dtsi     | 18 ++++++++++++++++++
 2 files changed, 26 insertions(+)

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

* [GIT PULL 4/4] DaVinci defconfig updates for v4.10 (part 2)
  2016-11-20 13:40 [GIT PULL 1/4] DaVinci cleanups for v4.10 (part 2) Sekhar Nori
  2016-11-20 13:40 ` [GIT PULL 2/4] DaVinci SoC updates " Sekhar Nori
  2016-11-20 13:40 ` [GIT PULL 3/4] DaVinci DT " Sekhar Nori
@ 2016-11-20 13:40 ` Sekhar Nori
  2016-11-30 13:56   ` Arnd Bergmann
  2016-11-30 13:49 ` [GIT PULL 1/4] DaVinci cleanups " Arnd Bergmann
  3 siblings, 1 reply; 8+ messages in thread
From: Sekhar Nori @ 2016-11-20 13:40 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 6e9be8608771192851a3adf59f0ba9240e3f802c:

  ARM: davinci_all_defconfig: enable LED default-on trigger (2016-11-01 11:42:54 +0530)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git davinci-for-v4.10/defconfig-2

for you to fetch changes up to a652baa06413a4beacc09425883e518c5f1ed100:

  ARM: davinci_all_defconfig: add missing options for systemd (2016-11-15 15:44:52 +0530)

----------------------------------------------------------------
Enables newly introduced DDR controller and
master priority setting drivers in kernel.

Also, update defconfig to boot latest systemd
based filesystems on DA850.

----------------------------------------------------------------
Bartosz Golaszewski (1):
      ARM: davinci_all_defconfig: enable the mstpri and ddrctl drivers

Sekhar Nori (1):
      ARM: davinci_all_defconfig: add missing options for systemd

 arch/arm/configs/davinci_all_defconfig | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

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

* [GIT PULL 1/4] DaVinci cleanups for v4.10 (part 2)
  2016-11-20 13:40 [GIT PULL 1/4] DaVinci cleanups for v4.10 (part 2) Sekhar Nori
                   ` (2 preceding siblings ...)
  2016-11-20 13:40 ` [GIT PULL 4/4] DaVinci defconfig " Sekhar Nori
@ 2016-11-30 13:49 ` Arnd Bergmann
  3 siblings, 0 replies; 8+ messages in thread
From: Arnd Bergmann @ 2016-11-30 13:49 UTC (permalink / raw)
  To: linux-arm-kernel

On Sunday, November 20, 2016 7:10:35 PM CET Sekhar Nori wrote:
> mach-davinci cleanup to make it easy to add PM support
> for DT-boot.
> 
> 

Pulled into next/soc, thanks!

	Arnd

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

* [GIT PULL 2/4] DaVinci SoC updates for v4.10 (part 2)
  2016-11-20 13:40 ` [GIT PULL 2/4] DaVinci SoC updates " Sekhar Nori
@ 2016-11-30 13:49   ` Arnd Bergmann
  0 siblings, 0 replies; 8+ messages in thread
From: Arnd Bergmann @ 2016-11-30 13:49 UTC (permalink / raw)
  To: linux-arm-kernel

On Sunday, November 20, 2016 7:10:36 PM CET Sekhar Nori wrote:
> The following changes since commit ced95ac0815501f47a6041548d70d8900400912d:
> 
>   ARM: davinci: da8xx: register USB PHY clocks in the DT file (2016-11-01 15:24:24 +0530)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git davinci-for-v4.10/soc-2
> 
> for you to fetch changes up to 7e431af8fa0b9ed9d74378c99514856211cb9db8:
> 
>   ARM: davinci: PM: support da8xx DT platforms (2016-11-16 14:45:07 +0530)
> 
> ----------------------------------------------------------------
> Adds suspend-to-RAM support for DT boot mode
> on DA850.

Pulled into next/soc, thanks!

	Arnd

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

* [GIT PULL 4/4] DaVinci defconfig updates for v4.10 (part 2)
  2016-11-20 13:40 ` [GIT PULL 4/4] DaVinci defconfig " Sekhar Nori
@ 2016-11-30 13:56   ` Arnd Bergmann
  0 siblings, 0 replies; 8+ messages in thread
From: Arnd Bergmann @ 2016-11-30 13:56 UTC (permalink / raw)
  To: linux-arm-kernel

On Sunday, November 20, 2016 7:10:38 PM CET Sekhar Nori wrote:
> The following changes since commit 6e9be8608771192851a3adf59f0ba9240e3f802c:
> 
>   ARM: davinci_all_defconfig: enable LED default-on trigger (2016-11-01 11:42:54 +0530)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git davinci-for-v4.10/defconfig-2
> 
> for you to fetch changes up to a652baa06413a4beacc09425883e518c5f1ed100:
> 
>   ARM: davinci_all_defconfig: add missing options for systemd (2016-11-15 15:44:52 +0530)
> 
> ----------------------------------------------------------------
> Enables newly introduced DDR controller and
> master priority setting drivers in kernel.
> 
> Also, update defconfig to boot latest systemd
> based filesystems on DA850.
> 

I pulled part 3 first, which contained this.

	Arnd

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

* [GIT PULL 3/4] DaVinci DT updates for v4.10 (part 2)
  2016-11-20 13:40 ` [GIT PULL 3/4] DaVinci DT " Sekhar Nori
@ 2016-11-30 14:19   ` Arnd Bergmann
  0 siblings, 0 replies; 8+ messages in thread
From: Arnd Bergmann @ 2016-11-30 14:19 UTC (permalink / raw)
  To: linux-arm-kernel

On Sunday, November 20, 2016 7:10:37 PM CET Sekhar Nori wrote:
> DaVinci DT updates for v4.10 (part 2)

Pulled into next/dt, thanks!

	Arnd

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

end of thread, other threads:[~2016-11-30 14:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-20 13:40 [GIT PULL 1/4] DaVinci cleanups for v4.10 (part 2) Sekhar Nori
2016-11-20 13:40 ` [GIT PULL 2/4] DaVinci SoC updates " Sekhar Nori
2016-11-30 13:49   ` Arnd Bergmann
2016-11-20 13:40 ` [GIT PULL 3/4] DaVinci DT " Sekhar Nori
2016-11-30 14:19   ` Arnd Bergmann
2016-11-20 13:40 ` [GIT PULL 4/4] DaVinci defconfig " Sekhar Nori
2016-11-30 13:56   ` Arnd Bergmann
2016-11-30 13:49 ` [GIT PULL 1/4] DaVinci cleanups " Arnd Bergmann

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.