Re: [PATCH] platform/chrome: cros_ec_rpmsg: Add host command AP sleep state support

2019-08-28 Thread Enric Balletbo i Serra
Hi, On 14/8/19 10:17, Yilun Lin wrote: > Add EC host command to inform EC of AP suspend/resume status. > > Signed-off-by: Yilun Lin Applied for 5.4. Thanks, Enric > --- > > drivers/platform/chrome/cros_ec_rpmsg.c | 20 > 1 file changed, 20 insertions(+) > > diff

Re: [PATCH] platform/chrome: cros_ec_rpmsg: Add host command AP sleep state support

2019-08-26 Thread Pi-Hsun Shih
Tested that with this patch, SCP does receive host command from AP while AP goes to suspend and back. Tested-by: Pi-Hsun Shih On Fri, Aug 23, 2019 at 3:36 AM Enric Balletbo i Serra wrote: > > Hi, > > On 14/8/19 10:17, Yilun Lin wrote: > > Add EC host command to inform EC of AP suspend/resume

Re: [PATCH] platform/chrome: cros_ec_rpmsg: Add host command AP sleep state support

2019-08-22 Thread Enric Balletbo i Serra
Hi, On 14/8/19 10:17, Yilun Lin wrote: > Add EC host command to inform EC of AP suspend/resume status. > > Signed-off-by: Yilun Lin The patch looks good to me but as I don't have the hardware to test this, could I get a Tested-by Pi-Hsun if possible before queuing in chrome-platform-5.4

[PATCH] platform/chrome: cros_ec_rpmsg: Add host command AP sleep state support

2019-08-14 Thread Yilun Lin
Add EC host command to inform EC of AP suspend/resume status. Signed-off-by: Yilun Lin --- drivers/platform/chrome/cros_ec_rpmsg.c | 20 1 file changed, 20 insertions(+) diff --git a/drivers/platform/chrome/cros_ec_rpmsg.c b/drivers/platform/chrome/cros_ec_rpmsg.c index