Re: [RFC,5/5] mfd: cros_ec: add EC host command support using rpmsg.

2019-01-06 Thread Peter Shih
On Fri, Jan 4, 2019 at 7:39 PM Enric Balletbo Serra wrote: > > Hi Peter, > > Missatge de Peter Shih del dia dv., 4 de gen. > 2019 a les 8:58: > > > > Thanks for the review. > > I would leave some formatting comment to v2, and reply others first. > > > > On Fri, Jan 4, 2019 at 12:05 AM Enric Balle

Re: [RFC,5/5] mfd: cros_ec: add EC host command support using rpmsg.

2019-01-04 Thread Enric Balletbo Serra
Hi Peter, Missatge de Peter Shih del dia dv., 4 de gen. 2019 a les 8:58: > > Thanks for the review. > I would leave some formatting comment to v2, and reply others first. > > On Fri, Jan 4, 2019 at 12:05 AM Enric Balletbo Serra > wrote: > > > > Hi, > > > > Many thanks for sending this. Please, a

Re: [RFC,5/5] mfd: cros_ec: add EC host command support using rpmsg.

2019-01-03 Thread Peter Shih
Thanks for the review. I would leave some formatting comment to v2, and reply others first. On Fri, Jan 4, 2019 at 12:05 AM Enric Balletbo Serra wrote: > > Hi, > > Many thanks for sending this. Please, add Guenter and me for next > versions, we are interested in it, thanks :) > > Missatge de Pi-H

Re: [RFC,5/5] mfd: cros_ec: add EC host command support using rpmsg.

2019-01-03 Thread Guenter Roeck
On Thu, Jan 3, 2019 at 8:39 AM Enric Balletbo Serra wrote: > > Hi Guenter, > > Missatge de Guenter Roeck del dia dj., 3 de gen. > 2019 a les 17:08: > > > > On Thu, Jan 3, 2019 at 8:06 AM Enric Balletbo Serra > > wrote: > > > > > > Hi, > > > > > > Many thanks for sending this. Please, add Guente

Re: [RFC,5/5] mfd: cros_ec: add EC host command support using rpmsg.

2019-01-03 Thread Enric Balletbo Serra
Hi Guenter, Missatge de Guenter Roeck del dia dj., 3 de gen. 2019 a les 17:08: > > On Thu, Jan 3, 2019 at 8:06 AM Enric Balletbo Serra > wrote: > > > > Hi, > > > > Many thanks for sending this. Please, add Guenter and me for next > > versions, we are interested in it, thanks :) > > > > Missatge

Re: [RFC,5/5] mfd: cros_ec: add EC host command support using rpmsg.

2019-01-03 Thread Guenter Roeck
On Thu, Jan 3, 2019 at 8:06 AM Enric Balletbo Serra wrote: > > Hi, > > Many thanks for sending this. Please, add Guenter and me for next > versions, we are interested in it, thanks :) > > Missatge de Pi-Hsun Shih del dia dc., 26 de des. > 2018 a les 8:57: > > > > Add EC host command support throu

Re: [RFC,5/5] mfd: cros_ec: add EC host command support using rpmsg.

2019-01-03 Thread Enric Balletbo Serra
Hi, Many thanks for sending this. Please, add Guenter and me for next versions, we are interested in it, thanks :) Missatge de Pi-Hsun Shih del dia dc., 26 de des. 2018 a les 8:57: > > Add EC host command support through rpmsg. > > Signed-off-by: Pi-Hsun Shih > --- > drivers/mfd/cros_ec_dev.c

[RFC,5/5] mfd: cros_ec: add EC host command support using rpmsg.

2018-12-25 Thread Pi-Hsun Shih
Add EC host command support through rpmsg. Signed-off-by: Pi-Hsun Shih --- drivers/mfd/cros_ec_dev.c | 9 ++ drivers/platform/chrome/Kconfig | 8 ++ drivers/platform/chrome/Makefile| 1 + drivers/platform/chrome/cros_ec_rpmsg.c | 164