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

2013-05-01 Thread Mark Brown
On Tue, Apr 16, 2013 at 07:13:36PM +0530, Mehar Bajwa wrote: > +/** > + * set_aic_book: change book which we have to write/read to. > + * > + * @aic: Device to write/read to. > + * @book: Book to write/read to. > + */ > +int set_aic_book(struct aic *aic, int book) > +{ > + int ret = 0; > +

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

2013-05-01 Thread Mark Brown
On Tue, Apr 16, 2013 at 07:13:36PM +0530, Mehar Bajwa wrote: +/** + * set_aic_book: change book which we have to write/read to. + * + * @aic: Device to write/read to. + * @book: Book to write/read to. + */ +int set_aic_book(struct aic *aic, int book) +{ + int ret = 0; + u8

[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