ramips: improve i2s drivers
authorMichael Lee <igvtee@gmail.com>
Sun, 15 May 2016 14:59:25 +0000 (22:59 +0800)
committerJohn Crispin <john@phrozen.org>
Mon, 13 Jun 2016 20:51:42 +0000 (22:51 +0200)
commit9ff8928bb9c28be701eb963e591afcfd54b9d8c9
tree5aae2b771d6c29ecf1118fd31aee7d95beaf9fde
parent42bbe28cf1133ac884eb4ec1fdafdebd5700ca64
ramips: improve i2s drivers

* remove mt7620-wm8960.c use simple card and DTS to do it
* add old chips support
* add 12Mhz refclk setup. this is hard code. need use clock framework
  rewrite it
* add interrupt error status support for debug. default disable it.
  because it cause to many interrupts
* add setup bclk suport not hard code it
* add 24 bits support for mt7628. not verified
* use regmap api to control registers
* add txdma-req/rxdma-req DTS params for DMA use

Signed-off-by: Michael Lee <igvtee@gmail.com>
target/linux/ramips/patches-4.4/0048-asoc-add-mt7620-support.patch