All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] ARM: shmobile: bockw: add Sound support
@ 2013-08-07  4:05 Kuninori Morimoto
  2013-08-21  8:50 ` Simon Horman
  2013-08-26  8:50 ` [PATCH 0/5 v2] " Kuninori Morimoto
  0 siblings, 2 replies; 17+ messages in thread
From: Kuninori Morimoto @ 2013-08-07  4:05 UTC (permalink / raw)
  To: linux-sh


Hi Simon

These patches add R-Car sound support on Bock-W board.
It enables PIO transfer only at this point, because
 1) PIO settings is the most easy basic settings
 2) HPB-DMAC is still not enabled on r8a7778

R-Car sound driver is already supporting DMA transfer on ASoC (= Mark's) branch.
So, it is easy to support DMA transfer if r8a7778 has HPB-DMAC support.

To enable R-Car sound on Bock-W board, ASoC branch mergeing is required

git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
:: asoc/topic/ak4554
:: asoc/topic/rcar

These patches are based on renesas-devel-20130806v4

Kuninori Morimoto (5):
      sh-pfc: r8a7778: add SRU/SSI pin support
      ARM: shmobile: r8a7778: add SSI/SRU clock support
      ARM: shmobile: bockw: enable global use of FPGA
      ARM: shmobile: bockw: add R-Car sound support (PIO)
      ARM: shmobile: bockw defconfig: add Sound support

 arch/arm/configs/bockw_defconfig       |    4 +
 arch/arm/mach-shmobile/Kconfig         |    2 +
 arch/arm/mach-shmobile/board-bockw.c   |  277 +++++++++++++++++++++++++++++++-
 arch/arm/mach-shmobile/clock-r8a7778.c |   43 ++++-
 drivers/pinctrl/sh-pfc/pfc-r8a7778.c   |  163 +++++++++++++++++++
 5 files changed, 479 insertions(+), 10 deletions(-)


---- asoc/topic/ak4554 ---------------------
commit b25f77815021ec6e7400a82c4984b9c80699ce80
Author: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Date:   Thu Jul 4 19:42:49 2013 -0700

    ASoC: ak4554: add DT support
    
    Support for loading the ak4554 codec module via devicetree.
    
    Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
    Signed-off-by: Mark Brown <broonie@linaro.org>

---- asoc/topic/rcar ------------------------
commit 2460719c79854a3bebe569cbfbfa0b1caa1dc434
Author: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Date:   Sun Jul 28 18:59:25 2013 -0700

    ASoC: rsnd: scu: cleanup empty functions
    
    This patch cleanups empty functions on scu
    
    Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
    Signed-off-by: Mark Brown <broonie@linaro.org>


Best regards
---
Kuninori Morimoto

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

end of thread, other threads:[~2013-09-06  2:16 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-07  4:05 [PATCH 0/5] ARM: shmobile: bockw: add Sound support Kuninori Morimoto
2013-08-21  8:50 ` Simon Horman
2013-08-26  8:50 ` [PATCH 0/5 v2] " Kuninori Morimoto
2013-08-26  8:52   ` [PATCH 4/5 v2] ARM: shmobile: bockw: add R-Car sound support (PIO) Kuninori Morimoto
2013-09-04 18:38     ` Sergei Shtylyov
2013-09-05  5:57     ` Simon Horman
2013-09-05  7:19       ` Simon Horman
2013-09-05  7:19         ` Simon Horman
2013-09-05  7:31         ` Simon Horman
2013-09-05  7:31           ` Simon Horman
2013-09-05  7:40           ` Kuninori Morimoto
2013-09-05  7:40             ` Kuninori Morimoto
2013-09-05 13:53         ` Mark Brown
2013-09-05 13:53           ` Mark Brown
2013-09-06  2:16           ` Simon Horman
2013-09-06  2:16             ` Simon Horman
2013-08-30  0:42   ` [PATCH 0/5 v2] ARM: shmobile: bockw: add Sound support Kuninori Morimoto

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.