aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/include/mach/msp.h
AgeCommit message (Collapse)AuthorFilesLines
2012-09-20ASoC: Ux500: Move MSP pinctrl setup into the MSP driverLee Jones1-2/+0
In the initial submission of the MSP driver msp1 and msp3's associated pinctrl mechanism was passed back to platform code using a plat_init() call-back routine, but it has no place in platform code. The MSP driver should set this up for the appropriate ports. Instead we use a use_pinctrl identifier which is passed from platform_data/Device Tree which indicates which ports should use pinctrl. Acked-by: Ola Lilja <ola.o.lilja@stericsson.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
2012-04-24ARM: ux500: Add support for MSP I2S-devicesOla Lilja1-0/+29
Create devices for the MSP-blocks (MSP0, MSP1, MSP2 and MSP3) and associate it with the correct clocks in the clock-framework. Signed-off-by: Ola Lilja <ola.o.lilja@stericsson.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>