Re: [PATCH v2] mfd: cros_ec: Add commands to control codec

2018-12-22 Thread Guenter Roeck
On Tue, Dec 18, 2018 at 12:52 AM Lee Jones wrote: > > On Tue, 18 Dec 2018, Cheng-yi Chiang wrote: > > > +Benson, Guenter, Scott > > > > On Fri, Dec 14, 2018 at 8:22 PM Lee Jones wrote: > > > > > > On Fri, 14 Dec 2018, Lee Jones wrote: > > > > > > > On Thu, 06 Dec 2018, Cheng-Yi Chiang wrote: > >

Re: [PATCH v2] mfd: cros_ec: Add commands to control codec

2018-12-18 Thread Lee Jones
On Tue, 18 Dec 2018, Cheng-yi Chiang wrote: > +Benson, Guenter, Scott > > On Fri, Dec 14, 2018 at 8:22 PM Lee Jones wrote: > > > > On Fri, 14 Dec 2018, Lee Jones wrote: > > > > > On Thu, 06 Dec 2018, Cheng-Yi Chiang wrote: > > > > > > > Add EC host commands to control codec on EC. > > > > > > >

Re: [PATCH v2] mfd: cros_ec: Add commands to control codec

2018-12-18 Thread Cheng-yi Chiang
+Benson, Guenter, Scott On Fri, Dec 14, 2018 at 8:22 PM Lee Jones wrote: > > On Fri, 14 Dec 2018, Lee Jones wrote: > > > On Thu, 06 Dec 2018, Cheng-Yi Chiang wrote: > > > > > Add EC host commands to control codec on EC. > > > > > > Signed-off-by: Cheng-Yi Chiang > > > --- > > > V2 fixed the wro

Re: [PATCH v2] mfd: cros_ec: Add commands to control codec

2018-12-14 Thread Lee Jones
On Fri, 14 Dec 2018, Lee Jones wrote: > On Thu, 06 Dec 2018, Cheng-Yi Chiang wrote: > > > Add EC host commands to control codec on EC. > > > > Signed-off-by: Cheng-Yi Chiang > > --- > > V2 fixed the wrong ancestor issue so the patch can be applied cleanly on > > mfd tree. > > Codec driver th

Re: [PATCH v2] mfd: cros_ec: Add commands to control codec

2018-12-14 Thread Lee Jones
On Thu, 06 Dec 2018, Cheng-Yi Chiang wrote: > Add EC host commands to control codec on EC. > > Signed-off-by: Cheng-Yi Chiang > --- > V2 fixed the wrong ancestor issue so the patch can be applied cleanly on mfd > tree. > Codec driver that uses these commands will be sent separately. > Thanks

[PATCH v2] mfd: cros_ec: Add commands to control codec

2018-12-05 Thread Cheng-Yi Chiang
Add EC host commands to control codec on EC. Signed-off-by: Cheng-Yi Chiang --- V2 fixed the wrong ancestor issue so the patch can be applied cleanly on mfd tree. Codec driver that uses these commands will be sent separately. Thanks! include/linux/mfd/cros_ec_commands.h | 94 +++