Re: [PATCH v3 2/2] Input: axp20x-pek: add support for AXP221 PEK

2017-08-16 Thread Dmitry Torokhov
On Wed, Aug 09, 2017 at 11:45:55AM +0200, Quentin Schulz wrote: > The AXP221 has different values for startup time bits from the AXP20X. > > Signed-off-by: Quentin Schulz > Reviewed-by: Chen-Yu Tsai Applied, thank you. > --- > drivers/input/misc/axp20x-pek.c | 17 + > 1 file c

[PATCH v3 2/2] Input: axp20x-pek: add support for AXP221 PEK

2017-08-09 Thread Quentin Schulz
The AXP221 has different values for startup time bits from the AXP20X. Signed-off-by: Quentin Schulz Reviewed-by: Chen-Yu Tsai --- drivers/input/misc/axp20x-pek.c | 17 + 1 file changed, 17 insertions(+) diff --git a/drivers/input/misc/axp20x-pek.c b/drivers/input/misc/axp20x-p