summaryrefslogtreecommitdiff
path: root/arch/arm/plat-mxc/audmux-v1.c
Commit message (Collapse)AuthorAgeFilesLines
* ARM: imx: merge audmux-v1 and audmux-v2Shawn Guo2012-03-061-64/+0
| | | | | | | | It merges audmux-v1 and audmux-v2 under arch/arm/plat-mxc into one. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Acked-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
* ARM: mxc: remove paragraphs with old address of the FSFUwe Kleine-König2010-06-301-4/+0
| | | | | | | As the kernel contains a copy of the GPL anyhow just get rid of the address specification instead of fixing it. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
* arm/imx/audmux-v1: use SoC-prefixed namesUwe Kleine-König2010-02-241-2/+12
| | | | Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
* i.MX27 audmux: Fix register offsetsSascha Hauer2009-12-021-2/+7
| | | | | | | We have two holes in the register space. The driver did not handle this. Fix it. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* MXC: Add a digital audio multiplexer driverSascha Hauer2009-11-141-0/+53
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>