Re: [PATCH v2] platform/x86: intel-vbtn: Report switch events when event wakes device

2019-05-21 Thread Jett Rink
parse_keymap_report_event(priv->input_dev, > + event, > + val, > + 0); > return; > } > goto out_unknown; > -- > 2.21.0.1020.gf2820cf01a-goog > Reviewed-by: Jett Rink

Re: [PATCH v4] platform: chrome: Add ChromeOS EC ISHTP driver

2019-04-17 Thread Jett Rink
Reviewed-by: Jett Rink Tested-by: Jett Rink On Wed, Apr 17, 2019 at 10:27 AM Srinivas Pandruvada wrote: > > On Wed, 2019-04-17 at 15:48 +0530, Rushikesh S Kadam wrote: > > This driver implements a slim layer to enable the ChromeOS > > EC kernel stack (cros_ec) to communicat

Re: [PATCH v3] platform: chrome: Add ChromeOS EC ISHTP driver

2019-04-10 Thread Jett Rink
Reviewed-by: Jett Rink Tested-by: Jett Rink On Sun, Apr 7, 2019 at 6:10 AM Rushikesh S Kadam wrote: > > This driver implements a slim layer to enable the ChromeOS > EC kernel stack (cros_ec) to communicate with ChromeOS EC > firmware running on the Intel Integrated Sen

Re: [PATCH v2] platform: chrome: Add ChromeOS EC ISHTP driver

2019-04-05 Thread Jett Rink
On Wed, Apr 3, 2019 at 2:52 AM Rushikesh S Kadam wrote: > > Add ChromeOS EC ISHTP driver. > > Sends ChromeOS EC host commands over ISHTP to ISH firmware. > > Signed-off-by: Rushikesh S Kadam > --- > > v2 > - Dropped unused "reset" parameter in function cros_ec_init() > - Change driver name to

Re: [PATCH] platform: chrome: Add ChromeOS EC ISHTP driver

2019-04-04 Thread Jett Rink
On Sun, Mar 31, 2019 at 1:25 PM Rushikesh S Kadam wrote: > > Add ChromeOS EC ISHTP driver. > > Sends host commands over ISHTP to ISH firmware. > > Signed-off-by: Rushikesh S Kadam > --- > drivers/platform/chrome/Kconfig | 13 + > drivers/platform/chrome/Makefile| 1 + >

Re: [PATCH v2] mfd: cros_ec: check for NULL transfer function

2019-04-04 Thread JettRink
Reviewed-by: Jett Rink On Wed, Apr 3, 2019 at 4:40 PM wrote: > > From: Enrico Granata > > As new transfer mechanisms are added to the EC codebase, they may > not support v2 of the EC protocol. > > If the v3 initial handshake transfer fails, the kernel will try > and cal

Re: [PATCH] platform: chrome: Add ChromeOS EC ISHTP driver

2019-04-02 Thread Jett Rink
On Sun, Mar 31, 2019 at 1:25 PM Rushikesh S Kadam wrote: > > Add ChromeOS EC ISHTP driver. > > Sends host commands over ISHTP to ISH firmware. > > Signed-off-by: Rushikesh S Kadam > --- > drivers/platform/chrome/Kconfig | 13 + > drivers/platform/chrome/Makefile| 1 + >

Re: [PATCH] platform: chrome: Add ChromeOS EC ISHTP driver

2019-04-02 Thread Jett Rink
On Sun, Mar 31, 2019 at 1:25 PM Rushikesh S Kadam wrote: > > Add ChromeOS EC ISHTP driver. > > Sends host commands over ISHTP to ISH firmware. > > Signed-off-by: Rushikesh S Kadam > --- > drivers/platform/chrome/Kconfig | 13 + > drivers/platform/chrome/Makefile| 1 + >

Re: [PATCH] HID: intel-ish-hid: ISH firmware loader client driver

2019-03-26 Thread Jett Rink
Tested-by: Jett Rink On Sun, Mar 24, 2019 at 9:36 AM Srinivas Pandruvada wrote: > > On Sat, 2019-03-23 at 16:46 +0530, Rushikesh S Kadam wrote: > > This driver adds support for loading Intel Integrated > > Sensor Hub (ISH) firmware from host file system to ISH > >

Re: [PATCH] cros_ec: instantiate properly Intel ISH MCU device

2019-02-27 Thread Jett Rink
not a good idea, then we can accept that and move forward and try to see what the fallout is from userspace tools. -Jett On Wed, Feb 27, 2019 at 7:22 AM Enric Balletbo i Serra wrote: > > Hi, > > On 26/2/19 18:21, Jett Rink wrote: > > We are specifically wanting userspace applica