public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] add rockchip i2s driver
@ 2014-07-01  8:37 jianqun
  2014-07-01  8:37 ` [PATCH 1/2] ASoC: dt-bindings: add rockchip i2s bindings jianqun
  2014-07-01  8:47 ` [PATCH 2/2] ASoC: add driver for Rockchip RK3xxx I2S controller jianqun
  0 siblings, 2 replies; 18+ messages in thread
From: jianqun @ 2014-07-01  8:37 UTC (permalink / raw)
  To: heiko, lgirdwood, broonie, perex, tiwai, grant.likely, robh+dt
  Cc: linux-kernel, alsa-devel, devicetree, zhangqing, hj, kever.yang,
	huangtao, zyw, yzq, zhenfu.fang, cf, kfx, Jianqun Xu

From: Jianqun Xu <xjq@rock-chips.com>

This patch is to add driver for I2S controller in RK3xxx SoCs.

Jianqun Xu (2):
  ASoC: dt-bindings: add rockchip i2s bindings
  ASoC: add driver for Rockchip RK3xxx I2S controller

 .../devicetree/bindings/sound/rockchip-i2s.txt     |   45 ++
 sound/soc/Kconfig                                  |    1 +
 sound/soc/Makefile                                 |    1 +
 sound/soc/rockchip/Kconfig                         |   16 +
 sound/soc/rockchip/Makefile                        |    6 +
 sound/soc/rockchip/i2s.h                           |  222 +++++++
 sound/soc/rockchip/pcm.h                           |   14 +
 sound/soc/rockchip/rockchip_i2s.c                  |  622 ++++++++++++++++++++
 sound/soc/rockchip/rockchip_pcm.c                  |   64 ++
 9 files changed, 991 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/rockchip-i2s.txt
 create mode 100644 sound/soc/rockchip/Kconfig
 create mode 100644 sound/soc/rockchip/Makefile
 create mode 100644 sound/soc/rockchip/i2s.h
 create mode 100644 sound/soc/rockchip/pcm.h
 create mode 100644 sound/soc/rockchip/rockchip_i2s.c
 create mode 100644 sound/soc/rockchip/rockchip_pcm.c

-- 
1.7.9.5



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

end of thread, other threads:[~2014-07-09  7:42 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-01  8:37 [PATCH 0/2] add rockchip i2s driver jianqun
2014-07-01  8:37 ` [PATCH 1/2] ASoC: dt-bindings: add rockchip i2s bindings jianqun
2014-07-01  8:54   ` Mark Rutland
2014-07-01 10:08     ` jianqun
2014-07-04  7:26   ` [PATCH v2 " jianqun
2014-07-04 16:55     ` Mark Rutland
2014-07-05 11:10     ` [PATCH v3 " jianqun
2014-07-09  7:40       ` Mark Brown
2014-07-01  8:47 ` [PATCH 2/2] ASoC: add driver for Rockchip RK3xxx I2S controller jianqun
2014-07-01  9:01   ` Mark Rutland
2014-07-01  9:51   ` [alsa-devel] " Lars-Peter Clausen
2014-07-01 17:07   ` Mark Brown
2014-07-02  1:01     ` Huang Tao
2014-07-02 10:23       ` Mark Brown
2014-07-02 10:57       ` Jianqun
2014-07-02 11:16         ` Mark Brown
2014-07-04  7:29   ` [PATCH v2 " jianqun
2014-07-05 11:13     ` [PATCH v3 " jianqun

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox