From mboxrd@z Thu Jan 1 00:00:00 1970 From: Srinivas Pandruvada Subject: Re: [PATCH v2 0/6] Intel Integrated Sensor Hub Support (ISH) Date: Wed, 24 Aug 2016 11:43:09 -0700 Message-ID: <1472064189.28351.3.camel@linux.intel.com> References: <1466574038-20613-1-git-send-email-srinivas.pandruvada@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-iio-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Grant Likely , Jiri Kosina , Jonathan Cameron , benjamin.tissoires-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org Cc: "linux-input-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Linux Kernel Mailing List List-Id: linux-input@vger.kernel.org On Wed, 2016-08-24 at 12:16 -0400, Grant Likely wrote: > On Tue, Jul 5, 2016 at 8:42 AM, Grant Likely > wrote: > > > > > > On 22/06/16 06:40, Srinivas Pandruvada wrote: > > > > > > > > > Change log > > > v2: > > > - Overview in documentation show analogy with usbhid > > > implementation > > > - sparse errors for statics. Also pointed by Jiri > > > - Clearly marking exported function header file. Clean up all > > > exports > > > unused inteface functions > > > - Changed to tristate from boolean as pointed by Jiri: > > > this required remove/unload functions > > > - Prevent crash when ISH enabled on non supported platform > > > - Break client.c to smaller part by seprating buffer allocations > > > - move bus register/unregister to ishtp module > > > - There is only one config symbol INTEL_ISH_HID, removed silent > > > config for TRANSPORT and IPC > > > > Tested-by: Grant Likely > > > > On an HP Spectre x360 laptop using v4.7-rc5. > > Hey Srinivas. Any progress on this patch series? Unless someone has major objection, they can land up in 4.9. They will go through two different trees, I can ping you once I see all patches in linux-next. Thanks, Srinivas > > g.