linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [Patch v6 0/4] ASoC: atmel-ssc: Add pinctrl support and change register method
@ 2012-11-14 10:09 Bo Shen
  2012-11-14 10:09 ` [Patch v6 1/4] ARM: at91: atmel-ssc: add pinctrl support Bo Shen
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Bo Shen @ 2012-11-14 10:09 UTC (permalink / raw)
  To: linux-arm-kernel

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: match new method of dai and pcm register
  - at91sam9g20ek wm8731: convert to dt support

Bo Shen (4):
  ARM: at91: atmel-ssc: add pinctrl support
  ASoC: atmel-ssc-dai: register dai and pcm directly
  ASoC: atmel-ssc-dai: match new method of dai and pcm register
  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        |   32 +++-
 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               |    6 -
 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                    |  157 +++++---------------
 sound/soc/atmel/atmel_ssc_dai.h                    |    3 +-
 sound/soc/atmel/sam9g20_wm8731.c                   |   75 +++++++++-
 16 files changed, 328 insertions(+), 165 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/sound/atmel-at91sam9g20ek-wm8731-audio.txt

-- 
1.7.9.5

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

end of thread, other threads:[~2012-11-27 10:01 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-14 10:09 [Patch v6 0/4] ASoC: atmel-ssc: Add pinctrl support and change register method Bo Shen
2012-11-14 10:09 ` [Patch v6 1/4] ARM: at91: atmel-ssc: add pinctrl support Bo Shen
2012-11-16  1:03   ` Mark Brown
2012-11-16  2:43     ` Bo Shen
2012-11-16  4:48       ` Mark Brown
2012-11-14 10:09 ` [Patch v6 2/4] ASoC: atmel-ssc-dai: register dai and pcm directly Bo Shen
2012-11-16  1:25   ` Mark Brown
2012-11-14 10:09 ` [Patch v6 3/4] ASoC: atmel-ssc-dai: match new method of dai and pcm register Bo Shen
2012-11-16  1:26   ` Mark Brown
2012-11-14 10:09 ` [Patch v6 4/4] ASoC: at91sam9g20ek-wm8731: convert to dt support Bo Shen
2012-11-16  1:28   ` Mark Brown
2012-11-26 21:23   ` Arnd Bergmann
2012-11-27  2:54     ` Bo Shen
2012-11-27  8:44       ` Arnd Bergmann
2012-11-27 10:01         ` 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).