linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 00/11] enable imx6q_sabrelite sgtl5000 audio support
@ 2012-05-09 11:32 Richard Zhao
  2012-05-09 11:33 ` [PATCH V2 01/11] dma: imx-sdma: make channel0 operations atomic Richard Zhao
                   ` (12 more replies)
  0 siblings, 13 replies; 61+ messages in thread
From: Richard Zhao @ 2012-05-09 11:32 UTC (permalink / raw)
  To: linux-arm-kernel

Changes since v1:

 - rebase to latest clk and pinctrl base
 - fix according v1 comments.

You can also get at:
https://github.com/riczhao/kernel-imx/tree/topics/audio

Richard Zhao (11):
  dma: imx-sdma: make channel0 operations atomic
  ARM: dts: imx6q-sabrelite: add i2c1 pinctrl support
  ASoC: imx-audmux: add pinctrl support
  ARM: dts: imx6q-sabrelite: add audmux pinctrl support
  ARM: imx6q: add ssi1_ipg clk_lookup
  ASoC: fsl_ssi: convert to use devm_clk_get
  ARM: imx6q_sabrelite: clk_register_clkdev cko1 for sgtl5000
  ARM: dts: imx6q-sabrelite: add sound device imx6q-sabrelite-sgtl5000
  ARM: dts: imx6q-sabrelite: add serial2 pinctrl support
  ARM: imx6q: change clkdev device name from xxxx.uart to xxxx.serial
  ARM: imx6q: change clkdev device name from xxxx.enet to xxxx.ethernet

 arch/arm/boot/dts/imx6q-sabrelite.dts |   20 +++++++++++
 arch/arm/boot/dts/imx6q.dtsi          |   23 +++++++++++++
 arch/arm/mach-imx/clk-imx6q.c         |   35 +++++++++++---------
 arch/arm/mach-imx/mach-imx6q.c        |   28 ++++++++++++++++
 drivers/dma/imx-sdma.c                |   57 ++++++++++++++++++---------------
 sound/soc/fsl/fsl_ssi.c               |    7 +---
 sound/soc/fsl/imx-audmux.c            |    8 +++++
 7 files changed, 132 insertions(+), 46 deletions(-)

-- 
1.7.5.4

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

end of thread, other threads:[~2012-05-22  9:56 UTC | newest]

Thread overview: 61+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-09 11:32 [PATCH V2 00/11] enable imx6q_sabrelite sgtl5000 audio support Richard Zhao
2012-05-09 11:33 ` [PATCH V2 01/11] dma: imx-sdma: make channel0 operations atomic Richard Zhao
2012-05-10  3:53   ` Vinod Koul
2012-05-10  6:34     ` Shawn Guo
2012-05-10 12:37       ` Shawn Guo
2012-05-11  2:52         ` Vinod Koul
2012-05-11  3:02           ` Shawn Guo
2012-05-11  6:32   ` Vinod Koul
2012-05-11  7:14     ` [PATCH Rebase 1/1] " Richard Zhao
2012-05-11  8:33       ` [alsa-devel] " Vinod Koul
2012-05-09 11:33 ` [PATCH V2 02/11] ARM: dts: imx6q-sabrelite: add i2c1 pinctrl support Richard Zhao
2012-05-10  6:20   ` Dong Aisheng
2012-05-09 11:33 ` [PATCH V2 03/11] ASoC: imx-audmux: add " Richard Zhao
2012-05-09 16:00   ` Mark Brown
2012-05-10  0:35     ` Richard Zhao
2012-05-10  6:39       ` Shawn Guo
2012-05-10  8:44         ` Mark Brown
2012-05-10  9:05           ` Richard Zhao
2012-05-10  9:27             ` Mark Brown
2012-05-10 10:23               ` Richard Zhao
2012-05-10 12:26                 ` Linus Walleij
2012-05-10 13:41                   ` Richard Zhao
2012-05-10 14:00                     ` Linus Walleij
2012-05-11  5:32                   ` Shawn Guo
2012-05-11 12:29                     ` Linus Walleij
2012-05-11 13:27                       ` Arnd Bergmann
2012-05-10 15:48             ` [alsa-devel] " Stephen Warren
2012-05-10  9:07           ` Shawn Guo
2012-05-10  9:25             ` Mark Brown
2012-05-10 12:32               ` Shawn Guo
2012-05-10 12:20             ` Linus Walleij
2012-05-10  3:28   ` Dong Aisheng
2012-05-09 11:33 ` [PATCH V2 04/11] ARM: dts: imx6q-sabrelite: add audmux " Richard Zhao
2012-05-10  3:29   ` Dong Aisheng
2012-05-09 11:33 ` [PATCH V2 05/11] ARM: imx6q: add ssi1_ipg clk_lookup Richard Zhao
2012-05-09 11:33 ` [PATCH V2 06/11] ASoC: fsl_ssi: convert to use devm_clk_get Richard Zhao
2012-05-09 11:50   ` Mark Brown
2012-05-09 11:59     ` Shawn Guo
2012-05-09 12:01       ` Mark Brown
2012-05-09 12:03       ` Shawn Guo
2012-05-09 16:09   ` Timur Tabi
2012-05-09 11:33 ` [PATCH V2 07/11] ARM: imx6q_sabrelite: clk_register_clkdev cko1 for sgtl5000 Richard Zhao
2012-05-09 11:33 ` [PATCH V2 08/11] ARM: dts: imx6q-sabrelite: add sound device imx6q-sabrelite-sgtl5000 Richard Zhao
2012-05-10  6:48   ` Shawn Guo
2012-05-10  9:34     ` Richard Zhao
2012-05-10  9:41       ` Shawn Guo
2012-05-10  9:45         ` Mark Brown
2012-05-10 10:18           ` Richard Zhao
2012-05-10 11:49           ` Shawn Guo
2012-05-10 15:48             ` [alsa-devel] " Shawn Guo
2012-05-10  9:45         ` Shawn Guo
2012-05-09 11:33 ` [PATCH V2 09/11] ARM: dts: imx6q-sabrelite: add serial2 pinctrl support Richard Zhao
2012-05-10  3:33   ` Dong Aisheng
2012-05-09 11:33 ` [PATCH V2 10/11] ARM: imx6q: change clkdev device name from xxxx.uart to xxxx.serial Richard Zhao
2012-05-10  6:51   ` Shawn Guo
2012-05-09 11:33 ` [PATCH V2 11/11] ARM: imx6q: change clkdev device name from xxxx.enet to xxxx.ethernet Richard Zhao
2012-05-11  6:30 ` [PATCH V2 00/11] enable imx6q_sabrelite sgtl5000 audio support Shawn Guo
2012-05-21 12:59 ` Richard Zhao
2012-05-21 14:45   ` Mark Brown
2012-05-22  1:39     ` Richard Zhao
2012-05-22  9:56       ` 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).