devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/3] Add pinctrl support and enable audio
@ 2012-11-12  7:40 Bo Shen
  2012-11-12  7:40 ` [PATCH v5 1/3] ARM: at91: atmel-ssc: add pinctrl support Bo Shen
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Bo Shen @ 2012-11-12  7:40 UTC (permalink / raw)
  To: broonie, plagnioj, nicolas.ferre
  Cc: linux-arm-kernel, devicetree-discuss, linux-sound, alsa-devel,
	Bo Shen

This patch set is based on linux next master branch
The detail information as following:
  Git: git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
  Branch: master
  Commit ID: 75e0ebabd87048b91e4189b90d4af8ef565115db

Detail information about implement as following:
  - atmel ssc: add pinctrl support
  - atmel ssc dai: register dai and pcm directly
  - at91sam9g20ek wm8731: convert to dt support

Bo Shen (3):
  ARM: at91: atmel-ssc: add pinctrl support
  ASoC: atmel-ssc-dai: register dai and pcm directly
  ASoC: at91sam9g20ek-wm8731: convert to dt support

 .../sound/atmel-at91sam9g20ek-wm8731-audio.txt     |   26 +++
 arch/arm/boot/dts/at91sam9260.dtsi                 |   18 ++
 arch/arm/boot/dts/at91sam9263.dtsi                 |   36 ++++
 arch/arm/boot/dts/at91sam9g20ek_common.dtsi        |   34 ++-
 arch/arm/boot/dts/at91sam9g45.dtsi                 |   36 ++++
 arch/arm/boot/dts/at91sam9n12.dtsi                 |   26 +++
 arch/arm/boot/dts/at91sam9x5.dtsi                  |   32 ++-
 arch/arm/mach-at91/at91sam9260_devices.c           |    9 -
 arch/arm/mach-at91/board-sam9g20ek.c               |    8 +-
 drivers/misc/atmel-ssc.c                           |    8 +
 sound/soc/atmel/Kconfig                            |    3 +-
 sound/soc/atmel/atmel-pcm.c                        |   23 +-
 sound/soc/atmel/atmel-pcm.h                        |    3 +
 sound/soc/atmel/atmel_ssc_dai.c                    |  228 +++++---------------
 sound/soc/atmel/atmel_ssc_dai.h                    |    1 +
 sound/soc/atmel/sam9g20_wm8731.c                   |   89 +++++++-
 16 files changed, 357 insertions(+), 223 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/sound/atmel-at91sam9g20ek-wm8731-audio.txt

-- 
1.7.9.5


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

end of thread, other threads:[~2012-11-14  6:30 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-12  7:40 [PATCH v5 0/3] Add pinctrl support and enable audio Bo Shen
2012-11-12  7:40 ` [PATCH v5 1/3] ARM: at91: atmel-ssc: add pinctrl support Bo Shen
2012-11-13  8:50   ` Mark Brown
     [not found]     ` <20121113085052.GR18224-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org>
2012-11-14  6:30       ` Bo Shen
2012-11-12  7:40 ` [PATCH v5 2/3] ASoC: atmel-ssc-dai: register dai and pcm directly Bo Shen
2012-11-13  8:30   ` Mark Brown
2012-11-13  9:10     ` Bo Shen
2012-11-13  9:20       ` Mark Brown
2012-11-13  9:38         ` Bo Shen
2012-11-13  9:41           ` Mark Brown
2012-11-13  9:52             ` Bo Shen
2012-11-12  7:40 ` [PATCH 3/3] ASoC: at91sam9g20ek-wm8731: convert to dt support Bo Shen

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