linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2][for LTSI] ARM: mach-shmobile: KZM-A9-GT sound support
@ 2012-04-23  7:02 Kuninori Morimoto
  2012-04-24  9:19 ` [PATCH 0/2][for LTSI] ARM: mach-shmobile: armadillo800eva: add FSI support Kuninori Morimoto
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Kuninori Morimoto @ 2012-04-23  7:02 UTC (permalink / raw)
  To: linux-sh


Hi Rafael, Magnus
Cc Simon

These are KZM-A9-GT sound support patches,
but it needs ASoC/for-3.5 branch merge.

Of course I will re-post these patches after merge.
I post it now for Simon's backport work of LTSI support.

Kuninori Morimoto (2):
      ARM: mach-shmobile: clock-sh73a0: add FSI clock
      ARM: mach-shmobile: kzm9g: add FSI-AK4648 support

#2 patch needs below patches from ASoC/for-3.5 branch
(git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git)

7c384c09ffd08c72a784c9c7804a17916a439cb1
(ASoC: add generic simple-card support)

0717a5fa422edbd650ada2f0a4e3075b3d4f8528
(ASoC: sh: fsi: select simple-card on Kconfig)

Best regards
---
Kuninori Morimoto

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

* [PATCH 0/2][for LTSI] ARM: mach-shmobile: armadillo800eva: add FSI support
  2012-04-23  7:02 [PATCH 0/2][for LTSI] ARM: mach-shmobile: KZM-A9-GT sound support Kuninori Morimoto
@ 2012-04-24  9:19 ` Kuninori Morimoto
  2012-04-25  7:01 ` [PATCH 0/2][for LTSI] ARM: mach-shmobile: KZM-A9-GT sound support Simon Horman
  2012-04-25  8:12 ` [PATCH 0/2][for LTSI] ARM: mach-shmobile: armadillo800eva: add FSI support Simon Horman
  2 siblings, 0 replies; 4+ messages in thread
From: Kuninori Morimoto @ 2012-04-24  9:19 UTC (permalink / raw)
  To: linux-sh


Hi Rafael, Magnus
Cc Simon

These are FSI support patch for armadillo800eva,
but it needs ASoC branch merge.

I will re-post these patches after merge,
but post now for Simon's LTSI backport work.

Kuninori Morimoto (2):
      ARM: mach-shmobile: clock-r8a7740: add FSI clock
      ARM: mach-shmobile: armadillo800eva: Add FSI-WM8978 support

Below patches are required for FSI support.
you can find from
git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git

f2390880ec0264a0ed26b32c23bc23435b4297da
(ASoC: add generic simple-card support)

cd04461e2f491c81d30fb3b234cf43db3f098103
(ASoC: sh: fsi: select simple-card on Kconfig)

590b4775d6b628c7ad215fd0335a0a787032e2dd
(ALSA: workaround: change the timing of alsa_sound_last_init())

cdf27f373781d8740b874b0b5c18142df32ebb52
(ASoC: fsi: update for dmaengine prep_slave_sg fallout.)

Best regards
---
Kuninori Morimoto

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

* Re: [PATCH 0/2][for LTSI] ARM: mach-shmobile: KZM-A9-GT sound support
  2012-04-23  7:02 [PATCH 0/2][for LTSI] ARM: mach-shmobile: KZM-A9-GT sound support Kuninori Morimoto
  2012-04-24  9:19 ` [PATCH 0/2][for LTSI] ARM: mach-shmobile: armadillo800eva: add FSI support Kuninori Morimoto
@ 2012-04-25  7:01 ` Simon Horman
  2012-04-25  8:12 ` [PATCH 0/2][for LTSI] ARM: mach-shmobile: armadillo800eva: add FSI support Simon Horman
  2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2012-04-25  7:01 UTC (permalink / raw)
  To: linux-sh

On Mon, Apr 23, 2012 at 12:02:28AM -0700, Kuninori Morimoto wrote:
> 
> Hi Rafael, Magnus
> Cc Simon
> 
> These are KZM-A9-GT sound support patches,
> but it needs ASoC/for-3.5 branch merge.
> 
> Of course I will re-post these patches after merge.
> I post it now for Simon's backport work of LTSI support.
> 
> Kuninori Morimoto (2):
>       ARM: mach-shmobile: clock-sh73a0: add FSI clock
>       ARM: mach-shmobile: kzm9g: add FSI-AK4648 support

Both patches,

Tested-by: Simon Horman <horms@verge.net.au>

> #2 patch needs below patches from ASoC/for-3.5 branch
> (git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git)
> 
> 7c384c09ffd08c72a784c9c7804a17916a439cb1
> (ASoC: add generic simple-card support)
> 
> 0717a5fa422edbd650ada2f0a4e3075b3d4f8528
> (ASoC: sh: fsi: select simple-card on Kconfig)
> 
> Best regards
> ---
> Kuninori Morimoto
> 

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

* Re: [PATCH 0/2][for LTSI] ARM: mach-shmobile: armadillo800eva: add FSI support
  2012-04-23  7:02 [PATCH 0/2][for LTSI] ARM: mach-shmobile: KZM-A9-GT sound support Kuninori Morimoto
  2012-04-24  9:19 ` [PATCH 0/2][for LTSI] ARM: mach-shmobile: armadillo800eva: add FSI support Kuninori Morimoto
  2012-04-25  7:01 ` [PATCH 0/2][for LTSI] ARM: mach-shmobile: KZM-A9-GT sound support Simon Horman
@ 2012-04-25  8:12 ` Simon Horman
  2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2012-04-25  8:12 UTC (permalink / raw)
  To: linux-sh

On Tue, Apr 24, 2012 at 02:19:46AM -0700, Kuninori Morimoto wrote:
> 
> Hi Rafael, Magnus
> Cc Simon
> 
> These are FSI support patch for armadillo800eva,
> but it needs ASoC branch merge.
> 
> I will re-post these patches after merge,
> but post now for Simon's LTSI backport work.
> 
> Kuninori Morimoto (2):
>       ARM: mach-shmobile: clock-r8a7740: add FSI clock
>       ARM: mach-shmobile: armadillo800eva: Add FSI-WM8978 support

Both patches:

Tested-by: Simon Horman <horms@verge.net.au>

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

end of thread, other threads:[~2012-04-25  8:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-23  7:02 [PATCH 0/2][for LTSI] ARM: mach-shmobile: KZM-A9-GT sound support Kuninori Morimoto
2012-04-24  9:19 ` [PATCH 0/2][for LTSI] ARM: mach-shmobile: armadillo800eva: add FSI support Kuninori Morimoto
2012-04-25  7:01 ` [PATCH 0/2][for LTSI] ARM: mach-shmobile: KZM-A9-GT sound support Simon Horman
2012-04-25  8:12 ` [PATCH 0/2][for LTSI] ARM: mach-shmobile: armadillo800eva: add FSI support Simon Horman

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).