linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] OMAP4/ASoC: New McPDM driver
@ 2011-07-07 12:27 Peter Ujfalusi
  2011-07-07 12:27 ` [PATCH 1/3] ASoC: omap-mcpdm: Replace legacy driver Peter Ujfalusi
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Peter Ujfalusi @ 2011-07-07 12:27 UTC (permalink / raw)
  To: Liam Girdwood, Tony Lindgren, Mark Brown
  Cc: linux-omap, alsa-devel, Misael Lopez Cruz, Sebastien Guiriec,
	Benoit Coussoni

Hello,

The following series replaces the current driver for McPDM port.
The current McPDM driver design is not suitable to support both
the ABE and Legacy DMA operating modes. Therefore remove most
of the old driver (and mcpdm.c) and replace it with a
re-designed driver to support both Legacy and ABE modes of operation.

As part of the work the McPDM driver has been converted to omap device,
and from now on it is going to use hwmod.

Patch 2, and 3 was originated from Jorge, and Margarita, but their @ti.com
mail address does not work anymore, so I took those two patch under my name,
but added them as s-o-b without e-mail address.

For the McPDM driver replacement, I forced git to create a complete rewrite
patch to help with the review.

Regards,
Peter

---
Misael Lopez Cruz (1):
  ASoC: omap-mcpdm: Replace legacy driver

Peter Ujfalusi (2):
  OMAP: McPDM: Convert McPDM device to omap_device
  OMAP4: hwmod: enable mcpdm hwmod device.

 arch/arm/mach-omap2/devices.c              |   33 ++
 arch/arm/mach-omap2/omap_hwmod_44xx_data.c |    2 +-
 arch/arm/plat-omap/devices.c               |   36 --
 sound/soc/omap/Makefile                    |    2 +-
 sound/soc/omap/mcpdm.c                     |  470 ----------------
 sound/soc/omap/mcpdm.h                     |  153 -----
 sound/soc/omap/omap-mcpdm.c                |  828 +++++++++++++++++++---------
 sound/soc/omap/omap-mcpdm.h                |  109 ++++
 sound/soc/omap/sdp4430.c                   |    4 +-
 9 files changed, 702 insertions(+), 935 deletions(-)
 delete mode 100644 sound/soc/omap/mcpdm.c
 delete mode 100644 sound/soc/omap/mcpdm.h
 rewrite sound/soc/omap/omap-mcpdm.c (42%)
 create mode 100644 sound/soc/omap/omap-mcpdm.h

-- 
1.7.6


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

end of thread, other threads:[~2011-07-26 13:46 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-07 12:27 [PATCH 0/3] OMAP4/ASoC: New McPDM driver Peter Ujfalusi
2011-07-07 12:27 ` [PATCH 1/3] ASoC: omap-mcpdm: Replace legacy driver Peter Ujfalusi
2011-07-07 15:57   ` Mark Brown
2011-07-07 16:32     ` Liam Girdwood
2011-07-07 16:53       ` Mark Brown
2011-07-07 17:19         ` Péter Ujfalusi
2011-07-07 19:55         ` Liam Girdwood
2011-07-08 14:28           ` Mark Brown
2011-07-08 15:02             ` Péter Ujfalusi
2011-07-09  1:08               ` Mark Brown
2011-07-12 19:35                 ` Péter Ujfalusi
2011-07-12 23:25                   ` Mark Brown
2011-07-07 12:27 ` [PATCH 2/3] OMAP: McPDM: Convert McPDM device to omap_device Peter Ujfalusi
2011-07-07 15:58   ` Mark Brown
2011-07-07 12:27 ` [PATCH 3/3] OMAP4: hwmod: enable mcpdm hwmod device Peter Ujfalusi
2011-07-07 15:58   ` Mark Brown
2011-07-26 13:46   ` Cousson, Benoit

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