All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Renesas ARM Based SoC Shdma Updates for v3.17
@ 2014-07-17  0:45 Simon Horman
  2014-07-21 15:55 ` Vinod Koul
  2014-07-22  8:36 ` Simon Horman
  0 siblings, 2 replies; 3+ messages in thread
From: Simon Horman @ 2014-07-17  0:45 UTC (permalink / raw)
  To: linux-sh

Hi Vinod,

Please consider these Renesas shdma updates for v3.17.


The following changes since commit 7171511eaec5bf23fb06078f59784a3a0626b38f:

  Linux 3.16-rc1 (2014-06-15 17:45:28 -1000)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-shdma-for-v3.17

for you to fetch changes up to 0cdbee33ea42bfd5f61f824e258a1a0944dd2a27:

  dmaengine: shdma: Use defines instead of hardcoded numbers (2014-07-15 18:02:29 +0900)

----------------------------------------------------------------
Renesas ARM Based SoC Shdma Updates for v3.17

* Add more register documentation and;
* Replace some hardcoded numbers by defines

----------------------------------------------------------------
Geert Uytterhoeven (3):
      dmaengine: shdma: Add more register documentation
      sh: dma: Use defines instead of hardcoded numbers
      dmaengine: shdma: Use defines instead of hardcoded numbers

 arch/sh/drivers/dma/dma-sh.c           |  2 +-
 arch/sh/include/asm/dma-register.h     | 36 ++++++++++---------
 arch/sh/kernel/cpu/sh4a/setup-sh7722.c | 24 ++++++-------
 arch/sh/kernel/cpu/sh4a/setup-sh7724.c | 48 ++++++++++++-------------
 arch/sh/kernel/cpu/sh4a/setup-sh7757.c | 64 +++++++++++++++++-----------------
 drivers/dma/sh/shdma-arm.h             |  4 +--
 drivers/dma/sh/shdmac.c                | 15 ++++----
 include/linux/sh_dma.h                 | 24 +++++++------
 8 files changed, 110 insertions(+), 107 deletions(-)

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

* Re: [GIT PULL] Renesas ARM Based SoC Shdma Updates for v3.17
  2014-07-17  0:45 [GIT PULL] Renesas ARM Based SoC Shdma Updates for v3.17 Simon Horman
@ 2014-07-21 15:55 ` Vinod Koul
  2014-07-22  8:36 ` Simon Horman
  1 sibling, 0 replies; 3+ messages in thread
From: Vinod Koul @ 2014-07-21 15:55 UTC (permalink / raw)
  To: linux-sh

On Thu, Jul 17, 2014 at 09:45:31AM +0900, Simon Horman wrote:
> Hi Vinod,
> 
> Please consider these Renesas shdma updates for v3.17.
> 
> 
> The following changes since commit 7171511eaec5bf23fb06078f59784a3a0626b38f:
> 
>   Linux 3.16-rc1 (2014-06-15 17:45:28 -1000)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-shdma-for-v3.17
> 
> for you to fetch changes up to 0cdbee33ea42bfd5f61f824e258a1a0944dd2a27:
> 
>   dmaengine: shdma: Use defines instead of hardcoded numbers (2014-07-15 18:02:29 +0900)

Merged, thanks

-- 
~Vinod

> 
> ----------------------------------------------------------------
> Renesas ARM Based SoC Shdma Updates for v3.17
> 
> * Add more register documentation and;
> * Replace some hardcoded numbers by defines
> 
> ----------------------------------------------------------------
> Geert Uytterhoeven (3):
>       dmaengine: shdma: Add more register documentation
>       sh: dma: Use defines instead of hardcoded numbers
>       dmaengine: shdma: Use defines instead of hardcoded numbers
> 
>  arch/sh/drivers/dma/dma-sh.c           |  2 +-
>  arch/sh/include/asm/dma-register.h     | 36 ++++++++++---------
>  arch/sh/kernel/cpu/sh4a/setup-sh7722.c | 24 ++++++-------
>  arch/sh/kernel/cpu/sh4a/setup-sh7724.c | 48 ++++++++++++-------------
>  arch/sh/kernel/cpu/sh4a/setup-sh7757.c | 64 +++++++++++++++++-----------------
>  drivers/dma/sh/shdma-arm.h             |  4 +--
>  drivers/dma/sh/shdmac.c                | 15 ++++----
>  include/linux/sh_dma.h                 | 24 +++++++------
>  8 files changed, 110 insertions(+), 107 deletions(-)
> --
> To unsubscribe from this list: send the line "unsubscribe dmaengine" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

-- 

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

* Re: [GIT PULL] Renesas ARM Based SoC Shdma Updates for v3.17
  2014-07-17  0:45 [GIT PULL] Renesas ARM Based SoC Shdma Updates for v3.17 Simon Horman
  2014-07-21 15:55 ` Vinod Koul
@ 2014-07-22  8:36 ` Simon Horman
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Horman @ 2014-07-22  8:36 UTC (permalink / raw)
  To: linux-sh

On Mon, Jul 21, 2014 at 09:13:05PM +0530, Vinod Koul wrote:
> On Thu, Jul 17, 2014 at 09:45:31AM +0900, Simon Horman wrote:
> > Hi Vinod,
> > 
> > Please consider these Renesas shdma updates for v3.17.
> > 
> > 
> > The following changes since commit 7171511eaec5bf23fb06078f59784a3a0626b38f:
> > 
> >   Linux 3.16-rc1 (2014-06-15 17:45:28 -1000)
> > 
> > are available in the git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-shdma-for-v3.17
> > 
> > for you to fetch changes up to 0cdbee33ea42bfd5f61f824e258a1a0944dd2a27:
> > 
> >   dmaengine: shdma: Use defines instead of hardcoded numbers (2014-07-15 18:02:29 +0900)
> 
> Merged, thanks

Thanks

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

end of thread, other threads:[~2014-07-22  8:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-17  0:45 [GIT PULL] Renesas ARM Based SoC Shdma Updates for v3.17 Simon Horman
2014-07-21 15:55 ` Vinod Koul
2014-07-22  8:36 ` Simon Horman

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.