linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] EP93xx: Add i2s audio support
@ 2010-06-08 10:01 Ryan Mallon
  2010-06-08 10:01 ` [PATCH 1/3] EP93xx: Add i2s core support Ryan Mallon
                   ` (3 more replies)
  0 siblings, 4 replies; 19+ messages in thread
From: Ryan Mallon @ 2010-06-08 10:01 UTC (permalink / raw)
  To: linux-arm-kernel

Repost of the i2s audio series for ep93xx. Patch 2/3 is unchanged. The
core support has been modified to move setting of the SPOL and ORIDE
bits of the i2sclkdiv register, as well as the i2s pin strapping
configuration, to a new function called ep93xx_i2s_acquire which is
called from the audio board drivers.

Ryan Mallon (3):
  EP93xx: Add i2s core support
  EP93xx: Add i2s audio driver
  EP93xx: Add Snapper CL15 i2s audio support

 arch/arm/mach-ep93xx/clock.c                    |   67 +++-
 arch/arm/mach-ep93xx/core.c                     |   67 +++
 arch/arm/mach-ep93xx/include/mach/ep93xx-regs.h |   10 +
 arch/arm/mach-ep93xx/include/mach/platform.h    |    3 +
 arch/arm/mach-ep93xx/snappercl15.c              |    1 +
 sound/soc/Kconfig                               |    1 +
 sound/soc/Makefile                              |    1 +
 sound/soc/ep93xx/Kconfig                        |   18 +
 sound/soc/ep93xx/Makefile                       |   11 +
 sound/soc/ep93xx/ep93xx-i2s.c                   |  487 +++++++++++++++++++++++
 sound/soc/ep93xx/ep93xx-i2s.h                   |   18 +
 sound/soc/ep93xx/ep93xx-pcm.c                   |  319 +++++++++++++++
 sound/soc/ep93xx/ep93xx-pcm.h                   |   22 +
 sound/soc/ep93xx/snappercl15.c                  |  150 +++++++
 14 files changed, 1174 insertions(+), 1 deletions(-)
 create mode 100644 sound/soc/ep93xx/Kconfig
 create mode 100644 sound/soc/ep93xx/Makefile
 create mode 100644 sound/soc/ep93xx/ep93xx-i2s.c
 create mode 100644 sound/soc/ep93xx/ep93xx-i2s.h
 create mode 100644 sound/soc/ep93xx/ep93xx-pcm.c
 create mode 100644 sound/soc/ep93xx/ep93xx-pcm.h
 create mode 100644 sound/soc/ep93xx/snappercl15.c

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

end of thread, other threads:[~2010-06-11  9:35 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-08 10:01 [PATCH 0/3] EP93xx: Add i2s audio support Ryan Mallon
2010-06-08 10:01 ` [PATCH 1/3] EP93xx: Add i2s core support Ryan Mallon
2010-06-08 15:01   ` H Hartley Sweeten
2010-06-08 19:27     ` Ryan Mallon
2010-06-08 23:21       ` Mark Brown
2010-06-08 23:26         ` Ryan Mallon
2010-06-08 23:29           ` Mark Brown
2010-06-08 23:32             ` Ryan Mallon
2010-06-08 23:26       ` H Hartley Sweeten
2010-06-08 10:01 ` [PATCH 2/3] EP93xx: Add i2s audio driver Ryan Mallon
2010-06-08 10:05   ` Mark Brown
2010-06-08 10:09     ` [alsa-devel] " Ryan Mallon
2010-06-08 10:24       ` Mark Brown
2010-06-08 10:01 ` [PATCH 3/3] EP93xx: Add Snapper CL15 i2s audio support Ryan Mallon
2010-06-09 10:17 ` [PATCH 0/3] EP93xx: Add " Mark Brown
2010-06-09 21:40   ` Ryan Mallon
2010-06-09 22:22     ` Mark Brown
2010-06-10 20:46       ` Ryan Mallon
2010-06-11  9:35         ` [alsa-devel] " Mark Brown

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