linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/3] DaVinci SoC updates for v4.13
@ 2017-06-08 11:23 Sekhar Nori
  2017-06-08 11:23 ` [GIT PULL 2/3] DaVinci device-tree " Sekhar Nori
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Sekhar Nori @ 2017-06-08 11:23 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:

  Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v4.13/soc

for you to fetch changes up to 14ff86bc76be9b5c96f06ce141c8bdd612dafd64:

  ARM: davinci: da8xx: Add DSP internal RAM memories as IOMEM resources (2017-05-22 14:47:44 +0530)

----------------------------------------------------------------
DaVinci SoC support updates enhancing DSP remoteproc
support for DA850 SoC. This lays the foundation for
DT conversion of da8xx remoteproc driver.

----------------------------------------------------------------
Suman Anna (3):
      ARM: davinci: da8xx: Create DSP device only when assigned memory
      ARM: davinci: da8xx: Add names to DSP IOMEM resources
      ARM: davinci: da8xx: Add DSP internal RAM memories as IOMEM resources

 arch/arm/mach-davinci/devices-da8xx.c      | 30 ++++++++++++++++++++++++++++++
 arch/arm/mach-davinci/include/mach/da8xx.h |  5 +++++
 2 files changed, 35 insertions(+)

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

* [GIT PULL 2/3] DaVinci device-tree updates for v4.13
  2017-06-08 11:23 [GIT PULL 1/3] DaVinci SoC updates for v4.13 Sekhar Nori
@ 2017-06-08 11:23 ` Sekhar Nori
  2017-06-19  2:05   ` Olof Johansson
  2017-06-08 11:23 ` [GIT PULL 3/3] DaVinci defconfig " Sekhar Nori
  2017-06-19  2:05 ` [GIT PULL 1/3] DaVinci SoC " Olof Johansson
  2 siblings, 1 reply; 6+ messages in thread
From: Sekhar Nori @ 2017-06-08 11:23 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:

  Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v4.13/dt

for you to fetch changes up to 65878b126c8f2d761273241cf778b1c6aa50c500:

  ARM: dts: da850-evm: fix tca6416 for use with GPIO hogs (2017-06-06 15:51:02 +0530)

----------------------------------------------------------------
Miscellaneous DT support updates for DA850. Includes Lego mindstorms
EV3 battery support, DMA support for MUSB, and non-critical fixes to
GPIO nodes of DA850's GPIO controller and GPIO expander available on
DA850 EVM.

----------------------------------------------------------------
Alexandre Bailon (1):
      ARM: dts: da850: Add CPPI 4.1 DMA to USB OTG controller

David Lechner (1):
      ARM: dts: da850-lego-ev3: Add node for LEGO MINDSTORMS EV3 Battery

Keerthy (1):
      ARM: dts: da850: Add interrupt-controller property to gpio node

Kevin Hilman (1):
      ARM: dts: da850-evm: fix tca6416 for use with GPIO hogs

 arch/arm/boot/dts/da850-evm.dts      |  2 ++
 arch/arm/boot/dts/da850-lego-ev3.dts | 28 ++++++++++++++++++++++++++++
 arch/arm/boot/dts/da850.dtsi         | 29 ++++++++++++++++++++++++++++-
 3 files changed, 58 insertions(+), 1 deletion(-)

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

* [GIT PULL 3/3] DaVinci defconfig updates for v4.13
  2017-06-08 11:23 [GIT PULL 1/3] DaVinci SoC updates for v4.13 Sekhar Nori
  2017-06-08 11:23 ` [GIT PULL 2/3] DaVinci device-tree " Sekhar Nori
@ 2017-06-08 11:23 ` Sekhar Nori
  2017-06-19  2:06   ` Olof Johansson
  2017-06-19  2:05 ` [GIT PULL 1/3] DaVinci SoC " Olof Johansson
  2 siblings, 1 reply; 6+ messages in thread
From: Sekhar Nori @ 2017-06-08 11:23 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:

  Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v4.13/defconfig

for you to fetch changes up to 0b997c8c9562dd61733dfeb9e1a5962730338e6e:

  ARM: davinci_all_defconfig: Enable CPPI 4.1 USB OTG DMA (2017-05-30 16:12:51 +0530)

----------------------------------------------------------------
Re-sync of davinci_all_defconfig with savedefconfig and enable
CPPI 4.1 DMA for MUSB, some commonly used USB devices, and
Lego Mindstorms EV3 battery driver.

----------------------------------------------------------------
Alexandre Bailon (1):
      ARM: davinci_all_defconfig: Enable CPPI 4.1 USB OTG DMA

David Lechner (1):
      ARM: davinci_all_defconfig: enable LEGO MINDSTORMS EV3 battery module

Sekhar Nori (2):
      ARM: davinci_all_defconfig: cleanup with savedefconfig
      ARM: davinci_all_defconfig: enable USB audio/video device support

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

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

* [GIT PULL 1/3] DaVinci SoC updates for v4.13
  2017-06-08 11:23 [GIT PULL 1/3] DaVinci SoC updates for v4.13 Sekhar Nori
  2017-06-08 11:23 ` [GIT PULL 2/3] DaVinci device-tree " Sekhar Nori
  2017-06-08 11:23 ` [GIT PULL 3/3] DaVinci defconfig " Sekhar Nori
@ 2017-06-19  2:05 ` Olof Johansson
  2 siblings, 0 replies; 6+ messages in thread
From: Olof Johansson @ 2017-06-19  2:05 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Jun 08, 2017 at 04:53:48PM +0530, Sekhar Nori wrote:
> The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:
> 
>   Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v4.13/soc
> 
> for you to fetch changes up to 14ff86bc76be9b5c96f06ce141c8bdd612dafd64:
> 
>   ARM: davinci: da8xx: Add DSP internal RAM memories as IOMEM resources (2017-05-22 14:47:44 +0530)
> 
> ----------------------------------------------------------------
> DaVinci SoC support updates enhancing DSP remoteproc
> support for DA850 SoC. This lays the foundation for
> DT conversion of da8xx remoteproc driver.

Merged, thanks.


-Olof

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

* [GIT PULL 2/3] DaVinci device-tree updates for v4.13
  2017-06-08 11:23 ` [GIT PULL 2/3] DaVinci device-tree " Sekhar Nori
@ 2017-06-19  2:05   ` Olof Johansson
  0 siblings, 0 replies; 6+ messages in thread
From: Olof Johansson @ 2017-06-19  2:05 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Jun 08, 2017 at 04:53:49PM +0530, Sekhar Nori wrote:
> The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:
> 
>   Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v4.13/dt
> 
> for you to fetch changes up to 65878b126c8f2d761273241cf778b1c6aa50c500:
> 
>   ARM: dts: da850-evm: fix tca6416 for use with GPIO hogs (2017-06-06 15:51:02 +0530)
> 
> ----------------------------------------------------------------
> Miscellaneous DT support updates for DA850. Includes Lego mindstorms
> EV3 battery support, DMA support for MUSB, and non-critical fixes to
> GPIO nodes of DA850's GPIO controller and GPIO expander available on
> DA850 EVM.

Merged, thanks.


-Olof

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

* [GIT PULL 3/3] DaVinci defconfig updates for v4.13
  2017-06-08 11:23 ` [GIT PULL 3/3] DaVinci defconfig " Sekhar Nori
@ 2017-06-19  2:06   ` Olof Johansson
  0 siblings, 0 replies; 6+ messages in thread
From: Olof Johansson @ 2017-06-19  2:06 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Jun 08, 2017 at 04:53:50PM +0530, Sekhar Nori wrote:
> The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:
> 
>   Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v4.13/defconfig
> 
> for you to fetch changes up to 0b997c8c9562dd61733dfeb9e1a5962730338e6e:
> 
>   ARM: davinci_all_defconfig: Enable CPPI 4.1 USB OTG DMA (2017-05-30 16:12:51 +0530)
> 
> ----------------------------------------------------------------
> Re-sync of davinci_all_defconfig with savedefconfig and enable
> CPPI 4.1 DMA for MUSB, some commonly used USB devices, and
> Lego Mindstorms EV3 battery driver.

Merged, thanks.


-Olof

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

end of thread, other threads:[~2017-06-19  2:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-08 11:23 [GIT PULL 1/3] DaVinci SoC updates for v4.13 Sekhar Nori
2017-06-08 11:23 ` [GIT PULL 2/3] DaVinci device-tree " Sekhar Nori
2017-06-19  2:05   ` Olof Johansson
2017-06-08 11:23 ` [GIT PULL 3/3] DaVinci defconfig " Sekhar Nori
2017-06-19  2:06   ` Olof Johansson
2017-06-19  2:05 ` [GIT PULL 1/3] DaVinci SoC " 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).