[PATCH V2 4/4] mfd: SPI interface with AIC platform

2013-04-16 Thread Mehar Bajwa
Texas Instruments TLV320AIC family of audio SoC core functionality controlled via SPI. This driver provides common support for accessing the device. Signed-off-by: Mehar Bajwa --- drivers/mfd/Kconfig | 11 + drivers/mfd/Makefile|1 + drivers/mfd/tlv320aic-spi.c | 97

[PATCH V2 3/4] mfd: I2C interface with AIC platform

2013-04-16 Thread Mehar Bajwa
Texas Instruments TLV320AIC family of audio SoC core functionality controlled via I2C. This driver provides common support for accessing the device. Signed-off-by: Mehar Bajwa --- drivers/mfd/Kconfig | 12 + drivers/mfd/Makefile|1 + drivers/mfd/tlv320aic-i2c.c | 98

[PATCH V2 2/4] mfd: Interrupt handling support for AIC family

2013-04-16 Thread Mehar Bajwa
This provides Interrupt handling features for common interface to series of low power AIC audio CODECS. Signed-off-by: Mehar Bajwa --- drivers/mfd/Kconfig | 13 ++ drivers/mfd/Makefile|1 + drivers/mfd/tlv320aic-irq.c | 234

[PATCH V2 1/4] mfd: Initial support for Texas Instruments AIC family of CODECs

2013-04-16 Thread Mehar Bajwa
Initial support for Texas Instruments's AIC CODEC device. The AIC platform provides common interface to series of low power audio CODECS. This MFD core driver instantiates subdevices that help in supporting range of features provided by AIC family of devices Signed-off-by: Mehar Bajwa

[PATCH V2 1/4] mfd: Initial support for Texas Instruments AIC family of CODECs

2013-04-16 Thread Mehar Bajwa
Initial support for Texas Instruments's AIC CODEC device. The AIC platform provides common interface to series of low power audio CODECS. This MFD core driver instantiates subdevices that help in supporting range of features provided by AIC family of devices Signed-off-by: Mehar Bajwa mehar.ba

[PATCH V2 2/4] mfd: Interrupt handling support for AIC family

2013-04-16 Thread Mehar Bajwa
This provides Interrupt handling features for common interface to series of low power AIC audio CODECS. Signed-off-by: Mehar Bajwa mehar.ba...@ti.com --- drivers/mfd/Kconfig | 13 ++ drivers/mfd/Makefile|1 + drivers/mfd/tlv320aic-irq.c

[PATCH V2 3/4] mfd: I2C interface with AIC platform

2013-04-16 Thread Mehar Bajwa
Texas Instruments TLV320AIC family of audio SoC core functionality controlled via I2C. This driver provides common support for accessing the device. Signed-off-by: Mehar Bajwa mehar.ba...@ti.com --- drivers/mfd/Kconfig | 12 + drivers/mfd/Makefile|1 + drivers/mfd

[PATCH V2 4/4] mfd: SPI interface with AIC platform

2013-04-16 Thread Mehar Bajwa
Texas Instruments TLV320AIC family of audio SoC core functionality controlled via SPI. This driver provides common support for accessing the device. Signed-off-by: Mehar Bajwa mehar.ba...@ti.com --- drivers/mfd/Kconfig | 11 + drivers/mfd/Makefile|1 + drivers/mfd

[PATCH] Mfd: Initial support for Texas Instruments AIC family of CODECs

2012-12-12 Thread Mehar Bajwa
core.c -- driver for TLV320AIC3XXX + * + * Author: Mukund Navada + * Mehar Bajwa + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * version 2 as published by the Free Software Foundatio

[PATCH] Mfd: Initial support for Texas Instruments AIC family of CODECs

2012-12-12 Thread Mehar Bajwa
: Mukund Navada nav...@ti.com + * Mehar Bajwa mehar.ba...@ti.com + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * version 2 as published by the Free Software Foundation. + * + * This program

[PATCH 2/2] ASoC: aic: Support for AIC family DSPs

2012-12-11 Thread Mehar Bajwa
AIC family of audio CODECs from TI features a programmable miniDSP for performing signal processing operations. Due to commonality of functions across the CODECs a common library will be used to provide support for them. Signed-off-by: Mehar Bajwa --- sound/soc/codecs/Kconfig |5

[PATCH 2/2] ASoC: aic: Support for AIC family DSPs

2012-12-11 Thread Mehar Bajwa
AIC family of audio CODECs from TI features a programmable miniDSP for performing signal processing operations. Due to commonality of functions across the CODECs a common library will be used to provide support for them. Signed-off-by: Mehar Bajwa mehar.ba...@ti.com --- sound/soc/codecs/Kconfig