mbox

[GIT,PULL] DaVinci updates for v3.19 - edma

Message ID 1416498181-15988-1-git-send-email-nsekhar@ti.com
State New
Headers show

Pull-request

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

Message

Sekhar Nori Nov. 20, 2014, 3:43 p.m. UTC
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(-)

Comments

Arnd Bergmann Nov. 20, 2014, 4:58 p.m. UTC | #1
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