Re: [PATCH] Input: cros_ec_keyb: Add support for a front proximity switch

2021-02-02 Thread Pavel Machek
Hi! > > > > Reviewed-by: Douglas Anderson > > > > > > > > Given that it touches a header file owned by the Chrome OS maintainers > > > > and a driver owned by input, how should it land? One maintainer Acks > > > > and the other lands? > > > > > > Sorry about missing this one, however the "front

Re: [PATCH] Input: cros_ec_keyb: Add support for a front proximity switch

2021-01-15 Thread Stephen Boyd
Quoting Dmitry Torokhov (2021-01-07 11:46:48) > > Yes, I understand that on some devices the proximity sensors are not > true sensors but rather on/off signals, potentially derived from a > multitude of sources. However there is still a benefit in exposing them > as IIO proximity devices with

Re: [PATCH] Input: cros_ec_keyb: Add support for a front proximity switch

2021-01-15 Thread Stephen Boyd
Quoting Guenter Roeck (2021-01-06 18:30:20) > On Wed, Jan 6, 2021 at 5:16 PM Doug Anderson wrote: > > Hi, > > On Fri, Dec 4, 2020 at 4:48 PM Stephen Boyd wrote: > > > > Some cros ECs support a front proximity MKBP event via > > 'EC_MKBP_FRONT_PROXIMITY'. Map this to the

Re: [PATCH] Input: cros_ec_keyb: Add support for a front proximity switch

2021-01-07 Thread Dmitry Torokhov
On Thu, Jan 07, 2021 at 06:57:10AM -0800, Doug Anderson wrote: > Hi, > > On Wed, Jan 6, 2021 at 6:22 PM Dmitry Torokhov > wrote: > > > > Hi Doug, Stephen, > > > > On Wed, Jan 06, 2021 at 05:16:10PM -0800, Doug Anderson wrote: > > > Hi, > > > > > > On Fri, Dec 4, 2020 at 4:48 PM Stephen Boyd

Re: [PATCH] Input: cros_ec_keyb: Add support for a front proximity switch

2021-01-07 Thread Doug Anderson
Hi, On Wed, Jan 6, 2021 at 6:22 PM Dmitry Torokhov wrote: > > Hi Doug, Stephen, > > On Wed, Jan 06, 2021 at 05:16:10PM -0800, Doug Anderson wrote: > > Hi, > > > > On Fri, Dec 4, 2020 at 4:48 PM Stephen Boyd wrote: > > > > > > Some cros ECs support a front proximity MKBP event via > > >

Re: [PATCH] Input: cros_ec_keyb: Add support for a front proximity switch

2021-01-06 Thread Dmitry Torokhov
Hi Doug, Stephen, On Wed, Jan 06, 2021 at 05:16:10PM -0800, Doug Anderson wrote: > Hi, > > On Fri, Dec 4, 2020 at 4:48 PM Stephen Boyd wrote: > > > > Some cros ECs support a front proximity MKBP event via > > 'EC_MKBP_FRONT_PROXIMITY'. Map this to the 'SW_FRONT_PROXIMITY' input > > event code

Re: [PATCH] Input: cros_ec_keyb: Add support for a front proximity switch

2021-01-06 Thread Doug Anderson
Hi, On Fri, Dec 4, 2020 at 4:48 PM Stephen Boyd wrote: > > Some cros ECs support a front proximity MKBP event via > 'EC_MKBP_FRONT_PROXIMITY'. Map this to the 'SW_FRONT_PROXIMITY' input > event code so it can be reported up to userspace. > > Cc: Dmitry Torokhov > Cc: Benson Leung > Cc: Guenter

[PATCH] Input: cros_ec_keyb: Add support for a front proximity switch

2020-12-04 Thread Stephen Boyd
Some cros ECs support a front proximity MKBP event via 'EC_MKBP_FRONT_PROXIMITY'. Map this to the 'SW_FRONT_PROXIMITY' input event code so it can be reported up to userspace. Cc: Dmitry Torokhov Cc: Benson Leung Cc: Guenter Roeck Signed-off-by: Stephen Boyd ---