Re: [PATCH v2 03/10] mfd: ac100: Add driver for X-Powers AC100 audio codec / RTC combo IC

2016-06-16 Thread Lee Jones
On Wed, 15 Jun 2016, Chen-Yu Tsai wrote: > On Wed, Jun 15, 2016 at 8:36 PM, Lee Jones wrote: > > On Wed, 15 Jun 2016, Chen-Yu Tsai wrote: > > > >> The AC100 is a multifunction device with an audio codec subsystem and > >> an RTC subsystem. These two subsystems share a common register space > >> a

Re: [PATCH v2 03/10] mfd: ac100: Add driver for X-Powers AC100 audio codec / RTC combo IC

2016-06-15 Thread Chen-Yu Tsai
On Wed, Jun 15, 2016 at 8:36 PM, Lee Jones wrote: > On Wed, 15 Jun 2016, Chen-Yu Tsai wrote: > >> The AC100 is a multifunction device with an audio codec subsystem and >> an RTC subsystem. These two subsystems share a common register space >> and host interface. >> >> Signed-off-by: Chen-Yu Tsai

Re: [PATCH v2 03/10] mfd: ac100: Add driver for X-Powers AC100 audio codec / RTC combo IC

2016-06-15 Thread Lee Jones
On Wed, 15 Jun 2016, Chen-Yu Tsai wrote: > The AC100 is a multifunction device with an audio codec subsystem and > an RTC subsystem. These two subsystems share a common register space > and host interface. > > Signed-off-by: Chen-Yu Tsai > --- Change log? > drivers/mfd/Kconfig | 10 +++

[PATCH v2 03/10] mfd: ac100: Add driver for X-Powers AC100 audio codec / RTC combo IC

2016-06-15 Thread Chen-Yu Tsai
The AC100 is a multifunction device with an audio codec subsystem and an RTC subsystem. These two subsystems share a common register space and host interface. Signed-off-by: Chen-Yu Tsai --- drivers/mfd/Kconfig | 10 +++ drivers/mfd/Makefile | 2 + drivers/mfd/ac100.c | 135 +