Re: [PATCH] HID: i2c-hid: add reset gpio property

2017-11-06 Thread Benjamin Tissoires
On Oct 30 2017 or thereabouts, Brian Norris wrote: > On Mon, Oct 30, 2017 at 03:15:19PM -0500, Rob Herring wrote: > > On Mon, Oct 30, 2017 at 11:57 AM, Brian Norris > > wrote: > > > On Mon, Oct 30, 2017 at 10:49:49AM +0800, Lin Huang wrote: > > >> ---

Re: [PATCH] HID: i2c-hid: add reset gpio property

2017-11-06 Thread Benjamin Tissoires
On Oct 30 2017 or thereabouts, Brian Norris wrote: > On Mon, Oct 30, 2017 at 03:15:19PM -0500, Rob Herring wrote: > > On Mon, Oct 30, 2017 at 11:57 AM, Brian Norris > > wrote: > > > On Mon, Oct 30, 2017 at 10:49:49AM +0800, Lin Huang wrote: > > >> --- a/drivers/hid/i2c-hid/i2c-hid.c > > >> +++

Re: [PATCH] HID: i2c-hid: add reset gpio property

2017-10-30 Thread Brian Norris
On Mon, Oct 30, 2017 at 03:15:19PM -0500, Rob Herring wrote: > On Mon, Oct 30, 2017 at 11:57 AM, Brian Norris > wrote: > > On Mon, Oct 30, 2017 at 10:49:49AM +0800, Lin Huang wrote: > >> --- a/drivers/hid/i2c-hid/i2c-hid.c > >> +++ b/drivers/hid/i2c-hid/i2c-hid.c > >>

Re: [PATCH] HID: i2c-hid: add reset gpio property

2017-10-30 Thread Brian Norris
On Mon, Oct 30, 2017 at 03:15:19PM -0500, Rob Herring wrote: > On Mon, Oct 30, 2017 at 11:57 AM, Brian Norris > wrote: > > On Mon, Oct 30, 2017 at 10:49:49AM +0800, Lin Huang wrote: > >> --- a/drivers/hid/i2c-hid/i2c-hid.c > >> +++ b/drivers/hid/i2c-hid/i2c-hid.c > >> @@ -793,6 +794,34 @@

Re: [PATCH] HID: i2c-hid: add reset gpio property

2017-10-30 Thread Rob Herring
On Mon, Oct 30, 2017 at 11:57 AM, Brian Norris wrote: > + devicetree list > > Hi, > > On Mon, Oct 30, 2017 at 10:49:49AM +0800, Lin Huang wrote: >> some i2c hid devices have reset gpio, need to control >> it in the driver. >> >> Change-Id:

Re: [PATCH] HID: i2c-hid: add reset gpio property

2017-10-30 Thread Rob Herring
On Mon, Oct 30, 2017 at 11:57 AM, Brian Norris wrote: > + devicetree list > > Hi, > > On Mon, Oct 30, 2017 at 10:49:49AM +0800, Lin Huang wrote: >> some i2c hid devices have reset gpio, need to control >> it in the driver. >> >> Change-Id: I87bca954bffc7eb7b35711406f522cb3d0fc2ded > > You should

Re: [PATCH] HID: i2c-hid: add reset gpio property

2017-10-30 Thread Brian Norris
+ devicetree list Hi, On Mon, Oct 30, 2017 at 10:49:49AM +0800, Lin Huang wrote: > some i2c hid devices have reset gpio, need to control > it in the driver. > > Change-Id: I87bca954bffc7eb7b35711406f522cb3d0fc2ded You should be removing these Gerrit ID lines from patches before sending them to

Re: [PATCH] HID: i2c-hid: add reset gpio property

2017-10-30 Thread Brian Norris
+ devicetree list Hi, On Mon, Oct 30, 2017 at 10:49:49AM +0800, Lin Huang wrote: > some i2c hid devices have reset gpio, need to control > it in the driver. > > Change-Id: I87bca954bffc7eb7b35711406f522cb3d0fc2ded You should be removing these Gerrit ID lines from patches before sending them to

[PATCH] HID: i2c-hid: add reset gpio property

2017-10-29 Thread Lin Huang
some i2c hid devices have reset gpio, need to control it in the driver. Change-Id: I87bca954bffc7eb7b35711406f522cb3d0fc2ded Signed-off-by: Lin Huang --- drivers/hid/i2c-hid/i2c-hid.c | 63 +++ include/linux/platform_data/i2c-hid.h |

[PATCH] HID: i2c-hid: add reset gpio property

2017-10-29 Thread Lin Huang
some i2c hid devices have reset gpio, need to control it in the driver. Change-Id: I87bca954bffc7eb7b35711406f522cb3d0fc2ded Signed-off-by: Lin Huang --- drivers/hid/i2c-hid/i2c-hid.c | 63 +++ include/linux/platform_data/i2c-hid.h | 4 +++ 2 files