"target/git@git.sphere.ly:du/android_build.git" did not exist on "45f9c0e34e19f1fdc23ec717127990c00984184d"
- 02 Dec, 2011 1 commit
-
-
Dong Aisheng authored
Add master_mode and master_id in platfrom_data since it's board specific and board knows it. Then we can remove the function pointer in platfrom_data to make the driver more devicetree friendly. Signed-off-by:
Dong Aisheng <b29396@freescale.com> Acked-by:
Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by:
Shawn Guo <shawn.guo@linaro.org>
-
- 19 Sep, 2011 1 commit
-
-
Dong Aisheng authored
1. add different clkmux mode handling SAIF can use two instances to implement full duplex (playback & recording) and record saif may work on EXTMASTER mode which is using other saif's BITCLK&LRCLK. The clkmux mode could be set in pdata->init() in mach-specific code. For generic saif driver, it only needs to know who is his master and the master id is also provided in mach-specific code. 2. support playback and capture simutaneously however the sample rates can not be different due to hw limitation. Signed-off-by:
Dong Aisheng <b29396@freescale.com> Acked-by:
Wolfram Sang <w.sang@pengutronix.de> Acked-by:
Liam Girdwood <lrg@ti.com> Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
- 15 Mar, 2011 1 commit
-
-
Shawn Guo authored
This adds the mmc host driver for Freescale MXS-based SoC i.MX23/28. The driver calls into mxs-dma via generic dmaengine api for both pio and data transfer. Thanks Chris Ball for the indentation patch. Signed-off-by:
Shawn Guo <shawn.guo@freescale.com> Reviewed-by:
Arnd Bergmann <arnd@arndb.de> Tested-by:
Wolfram Sang <w.sang@pengutronix.de> Signed-off-by:
Chris Ball <cjb@laptop.org>
-