Hi Jiri, On Fri, 2021-03-19 at 14:35 +0100, Jiri Kosina wrote: > On Tue, 16 Mar 2021, Srinivas Pandruvada wrote: > > > From: Ye Xiang <xiang.ye@xxxxxxxxx> > > > > The individual sensor drivers implemented in the ISH firmware needs > > capability to take special actions when there is a change in the > > system > > standby state. The ISH core firmware passes this notification to > > individual sensor drivers in response to the OS request via > > connected > > standby bit in the SYSTEM_STATE_STATUS command. > > > > This change sets CONNECTED_STANDBY_STATE_BIT bit to 1 during > > suspend > > callback and clears during resume callback. > > > > Signed-off-by: Ye Xiang <xiang.ye@xxxxxxxxx> > > [srinivas.pandruvada@xxxxxxxxxxxxxxx: changelog rewrite] > > Acked-by: Srinivas Pandruvada <srinivas.pandruvada@xxxxxxxxxxxxxxx> > > --- > > v2: > > changed changelog to be more clear > > Changed the name in the signed-off to match "From" > > > > drivers/hid/intel-ish-hid/ishtp/hbm.c | 6 +++--- > > drivers/hid/intel-ish-hid/ishtp/hbm.h | 1 + > > 2 files changed, 4 insertions(+), 3 deletions(-) > > Applied, thanks. I don't see this patch in 5.13-rc3. But I see in linux-next. There are other patches here which didn't make to 5.13-rc. I see them in https://kernel.googlesource.com/pub/scm/linux/kernel/git/hid/hid/+/refs/heads/for-5.13/intel-ish Did you decide to postpone for 5.14? It will be fine to postpone. Thanks, Srinivas >