linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/21] Some fixes and DT enablement for ux500 audio
@ 2012-07-26 10:28 Lee Jones
  2012-07-26 10:28 ` [PATCH 01/21] ARM: ux500: Remove unused snowball_of_platform_devs struct Lee Jones
                   ` (21 more replies)
  0 siblings, 22 replies; 55+ messages in thread
From: Lee Jones @ 2012-07-26 10:28 UTC (permalink / raw)
  To: linux-arm-kernel

This patch-set sees some code reinforcement surrounding the recently
accepted MOP500 MSP, PCM, AB8500 CODEC and ux500 Audio Machine Driver.
It contains some extra error checking pertaining to the ux500 specific
drivers themselves, along with bugfixes for issues in core SoC Audio 
code happened upon along the way. There are also a couple of minor 
clean-ups relating to ux500 platform code, which are hitching a ride 
for ease of status tracking.

 arch/arm/boot/dts/db8500.dtsi            |   48 ++++++
 arch/arm/mach-ux500/Kconfig              |    1 +
 arch/arm/mach-ux500/Makefile             |    2 +-
 arch/arm/mach-ux500/board-mop500-audio.c |  194 ++++++++++++++++++++++
 arch/arm/mach-ux500/board-mop500-msp.c   |  267 ------------------------------
 arch/arm/mach-ux500/board-mop500-msp.h   |   14 --
 arch/arm/mach-ux500/board-mop500.c       |   23 ++-
 arch/arm/mach-ux500/board-mop500.h       |    6 +
 arch/arm/mach-ux500/include/mach/msp.h   |    3 +-
 drivers/mfd/ab8500-core.c                |    1 +
 drivers/mfd/db8500-prcmu.c               |    1 +
 include/linux/mfd/abx500/ab8500-codec.h  |    6 +-
 sound/soc/codecs/ab8500-codec.c          |   79 +++++++++
 sound/soc/soc-dapm.c                     |    2 -
 sound/soc/soc-io.c                       |   14 +-
 sound/soc/ux500/mop500.c                 |   41 +++++
 sound/soc/ux500/ux500_msp_dai.c          |   11 +-
 sound/soc/ux500/ux500_msp_i2s.c          |  118 ++++++++++---
 sound/soc/ux500/ux500_msp_i2s.h          |    5 +-
 sound/soc/ux500/ux500_pcm.c              |    6 +
 20 files changed, 516 insertions(+), 326 deletions(-)

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

end of thread, other threads:[~2012-07-26 20:23 UTC | newest]

Thread overview: 55+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-26 10:28 [PATCH 00/21] Some fixes and DT enablement for ux500 audio Lee Jones
2012-07-26 10:28 ` [PATCH 01/21] ARM: ux500: Remove unused snowball_of_platform_devs struct Lee Jones
2012-07-26 10:28 ` [PATCH 02/21] MFD: db8500-prcmu: Ensure AB8500 platform data is passed through MFD Core Lee Jones
2012-07-26 10:28 ` [PATCH 03/21] ARM: ux500: Clean-up MSP platform code Lee Jones
2012-07-26 10:28 ` [PATCH 04/21] ASoC: ux500: Strengthen error checking after memory allocation Lee Jones
2012-07-26 11:57   ` Mark Brown
2012-07-26 10:28 ` [PATCH 05/21] ASoC: ux500: Include the correct header files Lee Jones
2012-07-26 11:58   ` Mark Brown
2012-07-26 10:28 ` [PATCH 06/21] ASoC: dapm: If one widget fails, do not force all subsequent widgets to fail too Lee Jones
2012-07-26 11:54   ` Mark Brown
2012-07-26 10:28 ` [PATCH 07/21] ASoC: io: Prevent use of regmap if request fails Lee Jones
2012-07-26 11:32   ` Mark Brown
2012-07-26 11:38     ` Lee Jones
2012-07-26 11:42       ` Mark Brown
2012-07-26 14:51         ` Lee Jones
2012-07-26 15:12           ` Mark Brown
2012-07-26 15:23             ` Lee Jones
2012-07-26 15:25               ` Mark Brown
2012-07-26 16:05                 ` Lee Jones
2012-07-26 20:23                   ` Mark Brown
2012-07-26 10:28 ` [PATCH 08/21] ARM: ux500: Add AB8500 CODEC node to DB8500 Device Tree Lee Jones
2012-07-26 10:28 ` [PATCH 09/21] ARM: ux500: Add MSP devices " Lee Jones
2012-07-26 10:28 ` [PATCH 10/21] ARM: ux500: Add ux500 PCM " Lee Jones
2012-07-26 10:28 ` [PATCH 11/21] ARM: ux500: Add all encompassing Sound node " Lee Jones
2012-07-26 10:28 ` [PATCH 12/21] ARM: ux500: Fork MSP platform registration for step-by-step DT enablement Lee Jones
2012-07-26 10:28 ` [PATCH 13/21] ARM: ux500: Ensure probing of Audio devices when Device Tree is enabled Lee Jones
2012-07-26 10:28 ` [PATCH 14/21] ARM: ux500: Enable HIGHMEM on all mop500 platforms Lee Jones
2012-07-26 10:28 ` [PATCH 15/21] ARM: ux500: Pass MSP DMA platform data though AUXDATA Lee Jones
2012-07-26 10:28 ` [PATCH 16/21] ASoC: Ux500: Enable MOP500 driver for Device Tree Lee Jones
2012-07-26 11:37   ` Mark Brown
2012-07-26 13:51     ` Lee Jones
2012-07-26 13:53       ` Mark Brown
2012-07-26 14:51         ` Lee Jones
2012-07-26 10:28 ` [PATCH 17/21] ASoC: Ux500: Enable ux500 PCM " Lee Jones
2012-07-26 11:38   ` Mark Brown
2012-07-26 13:52     ` Lee Jones
2012-07-26 14:22       ` Mark Brown
2012-07-26 14:55         ` Lee Jones
2012-07-26 10:28 ` [PATCH 18/21] ASoC: Ux500: Move MSP pinctrl setup into the MSP driver Lee Jones
2012-07-26 10:28 ` [PATCH 19/21] ASoC: Ux500: Enable ux500 MSP driver for Device Tree Lee Jones
2012-07-26 11:45   ` Mark Brown
2012-07-26 10:28 ` [PATCH 20/21] ASoC: codecs: Enable AB8500 CODEC " Lee Jones
2012-07-26 11:50   ` Mark Brown
2012-07-26 14:00     ` Lee Jones
2012-07-26 14:28       ` Mark Brown
2012-07-26 15:01         ` Lee Jones
2012-07-26 15:14           ` Mark Brown
2012-07-26 15:17             ` Lee Jones
2012-07-26 14:15     ` Lee Jones
2012-07-26 14:43       ` Mark Brown
2012-07-26 15:19         ` Lee Jones
2012-07-26 15:24           ` Mark Brown
2012-07-26 10:28 ` [PATCH 21/21] ARM: ux500: Rename MSP board file to something more meaningful Lee Jones
2012-07-26 11:28 ` [PATCH 00/21] Some fixes and DT enablement for ux500 audio Mark Brown
2012-07-26 11:36   ` Lee Jones

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