RE: [PATCH 1/3] input: cyapa: add regulator vcc support

2015-07-30 Thread Dudley Du
.kernel.org; linux-in...@vger.kernel.org; > linux-kernel@vger.kernel.org > Subject: Re: [PATCH 1/3] input: cyapa: add regulator vcc support > > On Fri, Jul 24, 2015 at 01:05:57PM +0800, Dudley Du wrote: > > Add power management regulator vcc support. > > It's describe

Re: [PATCH 1/3] input: cyapa: add regulator vcc support

2015-07-30 Thread Dmitry Torokhov
On Fri, Jul 24, 2015 at 01:05:57PM +0800, Dudley Du wrote: > Add power management regulator vcc support. > It's described to be supported in the cypress,cyapa.txt document. > > Signed-off-by: Dudley Du It looks like we were missing linux/regulator/consumer.h include, I added it and applied.

RE: [PATCH 1/3] input: cyapa: add regulator vcc support

2015-07-30 Thread Dudley Du
-in...@vger.kernel.org; linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/3] input: cyapa: add regulator vcc support On Fri, Jul 24, 2015 at 01:05:57PM +0800, Dudley Du wrote: Add power management regulator vcc support. It's described to be supported in the cypress,cyapa.txt document. Signed

Re: [PATCH 1/3] input: cyapa: add regulator vcc support

2015-07-30 Thread Dmitry Torokhov
On Fri, Jul 24, 2015 at 01:05:57PM +0800, Dudley Du wrote: Add power management regulator vcc support. It's described to be supported in the cypress,cyapa.txt document. Signed-off-by: Dudley Du d...@cypress.com It looks like we were missing linux/regulator/consumer.h include, I added it and

[PATCH 1/3] input: cyapa: add regulator vcc support

2015-07-23 Thread Dudley Du
Add power management regulator vcc support. It's described to be supported in the cypress,cyapa.txt document. Signed-off-by: Dudley Du --- drivers/input/mouse/cyapa.c | 28 drivers/input/mouse/cyapa.h | 1 + 2 files changed, 29 insertions(+) diff --git

[PATCH 1/3] input: cyapa: add regulator vcc support

2015-07-23 Thread Dudley Du
Add power management regulator vcc support. It's described to be supported in the cypress,cyapa.txt document. Signed-off-by: Dudley Du d...@cypress.com --- drivers/input/mouse/cyapa.c | 28 drivers/input/mouse/cyapa.h | 1 + 2 files changed, 29 insertions(+) diff