Re: [PATCH 1/4] input: misc: introduce Atmel PTC driver

2017-04-04 Thread Ludovic Desroches
On Mon, Apr 03, 2017 at 05:58:40PM +0200, Alexandre Belloni wrote: > On 31/03/2017 at 17:22:47 +0200, Ludovic Desroches wrote: > > From: Ludovic Desroches > > I think you probably want to switch to your microchip email. > > Also, this requires a proper commit

Re: [PATCH 1/4] input: misc: introduce Atmel PTC driver

2017-04-04 Thread Ludovic Desroches
On Mon, Apr 03, 2017 at 05:58:40PM +0200, Alexandre Belloni wrote: > On 31/03/2017 at 17:22:47 +0200, Ludovic Desroches wrote: > > From: Ludovic Desroches > > I think you probably want to switch to your microchip email. > > Also, this requires a proper commit message. I'll fix this, I'll take

Re: [PATCH 1/4] input: misc: introduce Atmel PTC driver

2017-04-03 Thread Alexandre Belloni
On 31/03/2017 at 17:22:47 +0200, Ludovic Desroches wrote: > From: Ludovic Desroches I think you probably want to switch to your microchip email. Also, this requires a proper commit message. > > Signed-off-by: Ludovic Desroches >

Re: [PATCH 1/4] input: misc: introduce Atmel PTC driver

2017-04-03 Thread Alexandre Belloni
On 31/03/2017 at 17:22:47 +0200, Ludovic Desroches wrote: > From: Ludovic Desroches I think you probably want to switch to your microchip email. Also, this requires a proper commit message. > > Signed-off-by: Ludovic Desroches > +struct atmel_ptc { > + void __iomem*ppp_regs;

[PATCH 1/4] input: misc: introduce Atmel PTC driver

2017-03-31 Thread Ludovic Desroches
From: Ludovic Desroches Signed-off-by: Ludovic Desroches --- drivers/input/misc/Kconfig | 12 + drivers/input/misc/Makefile| 1 + drivers/input/misc/atmel_ptc.c | 651 +

[PATCH 1/4] input: misc: introduce Atmel PTC driver

2017-03-31 Thread Ludovic Desroches
From: Ludovic Desroches Signed-off-by: Ludovic Desroches --- drivers/input/misc/Kconfig | 12 + drivers/input/misc/Makefile| 1 + drivers/input/misc/atmel_ptc.c | 651 + include/uapi/linux/atmel_ptc.h | 355 ++ 4 files