public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [GIT PULL] DaVinci updates for v3.19 - edma
@ 2014-11-20 15:43 Sekhar Nori
  2014-11-20 15:43 ` [GIT PULL] DaVinci updates for v3.19 - cleanups Sekhar Nori
  2014-11-20 16:58 ` [GIT PULL] DaVinci updates for v3.19 - edma Arnd Bergmann
  0 siblings, 2 replies; 4+ messages in thread
From: Sekhar Nori @ 2014-11-20 15:43 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1:

  Linux 3.18-rc1 (2014-10-19 18:08:38 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v3.19/edma

for you to fetch changes up to a2b1175131ccb5d4a15456f4f31836356abbce09:

  ARM: common: edma: add suspend resume hook (2014-11-18 21:26:02 +0530)

----------------------------------------------------------------
Adds suspend/resume support to EDMA driver.

----------------------------------------------------------------
Daniel Mack (1):
      ARM: common: edma: add suspend resume hook

 arch/arm/common/edma.c |   52 ++++++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 50 insertions(+), 2 deletions(-)

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

* [GIT PULL] DaVinci updates for v3.19 - cleanups
  2014-11-20 15:43 [GIT PULL] DaVinci updates for v3.19 - edma Sekhar Nori
@ 2014-11-20 15:43 ` Sekhar Nori
  2014-11-20 17:01   ` Arnd Bergmann
  2014-11-20 16:58 ` [GIT PULL] DaVinci updates for v3.19 - edma Arnd Bergmann
  1 sibling, 1 reply; 4+ messages in thread
From: Sekhar Nori @ 2014-11-20 15:43 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1:

  Linux 3.18-rc1 (2014-10-19 18:08:38 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v3.19/cleanup

for you to fetch changes up to 14f6aeb4e5da6b37bef6a70346260a69bd6b42d0:

  ARM: davinci: Remove redundant casts (2014-11-18 21:11:13 +0530)

----------------------------------------------------------------
Fix some non-standard logging styles and remove
some unnecessary typecasting.

----------------------------------------------------------------
Joe Perches (1):
      ARM: davinci: Use standard logging styles

Rasmus Villemoes (1):
      ARM: davinci: Remove redundant casts

 arch/arm/mach-davinci/board-da830-evm.c    |   89 ++++++++++++----------------
 arch/arm/mach-davinci/board-da850-evm.c    |    9 +--
 arch/arm/mach-davinci/board-dm644x-evm.c   |   10 ++--
 arch/arm/mach-davinci/board-mityomapl138.c |   45 +++++++-------
 arch/arm/mach-davinci/board-neuros-osd2.c  |    5 +-
 arch/arm/mach-davinci/clock.c              |    2 +-
 arch/arm/mach-davinci/mux.c                |   15 +++--
 arch/arm/mach-davinci/time.c               |   13 ++--
 8 files changed, 84 insertions(+), 104 deletions(-)

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

* [GIT PULL] DaVinci updates for v3.19 - edma
  2014-11-20 15:43 [GIT PULL] DaVinci updates for v3.19 - edma Sekhar Nori
  2014-11-20 15:43 ` [GIT PULL] DaVinci updates for v3.19 - cleanups Sekhar Nori
@ 2014-11-20 16:58 ` Arnd Bergmann
  1 sibling, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2014-11-20 16:58 UTC (permalink / raw)
  To: linux-arm-kernel

On Thursday 20 November 2014 21:13:00 Sekhar Nori wrote:
> The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1:
> 
>   Linux 3.18-rc1 (2014-10-19 18:08:38 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v3.19/edma
> 
> for you to fetch changes up to a2b1175131ccb5d4a15456f4f31836356abbce09:
> 
>   ARM: common: edma: add suspend resume hook (2014-11-18 21:26:02 +0530)
> 
> ----------------------------------------------------------------
> Adds suspend/resume support to EDMA driver.
> 

Pulled into next/drivers, thanks!

	Arnd

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

* [GIT PULL] DaVinci updates for v3.19 - cleanups
  2014-11-20 15:43 ` [GIT PULL] DaVinci updates for v3.19 - cleanups Sekhar Nori
@ 2014-11-20 17:01   ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2014-11-20 17:01 UTC (permalink / raw)
  To: linux-arm-kernel

On Thursday 20 November 2014 21:13:01 Sekhar Nori wrote:
> The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1:
> 
>   Linux 3.18-rc1 (2014-10-19 18:08:38 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v3.19/cleanup
> 
> for you to fetch changes up to 14f6aeb4e5da6b37bef6a70346260a69bd6b42d0:
> 
>   ARM: davinci: Remove redundant casts (2014-11-18 21:11:13 +0530)
> 
> ----------------------------------------------------------------
> Fix some non-standard logging styles and remove
> some unnecessary typecasting.
> 

Pulled into next/cleanup, thanks!

	Arnd

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

end of thread, other threads:[~2014-11-20 17:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-20 15:43 [GIT PULL] DaVinci updates for v3.19 - edma Sekhar Nori
2014-11-20 15:43 ` [GIT PULL] DaVinci updates for v3.19 - cleanups Sekhar Nori
2014-11-20 17:01   ` Arnd Bergmann
2014-11-20 16:58 ` [GIT PULL] DaVinci updates for v3.19 - edma Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox