mbox series

[v1,0/2] Input: touchscreen: Minor colibri-vf50-ts cleanups

Message ID 20220712101619.326120-1-francesco.dolcini@toradex.com
Headers show
Series Input: touchscreen: Minor colibri-vf50-ts cleanups | expand

Message

Francesco Dolcini July 12, 2022, 10:16 a.m. UTC
Hi all,
This series introduce some minor cleanups on colibri-vf50-ts, allow using it
with any IIO ADC input and fix a couple of mistakes in the dt-bindings
documentation.

Francesco

Max Krummenacher (2):
  Input: touchscreen: colibri-vf50-ts: don't depend on VF610_ADC
  dt-bindings: input: colibri-vf50-ts: Improve documentation

 .../input/touchscreen/colibri-vf50-ts.txt        | 16 ++++++++--------
 drivers/input/touchscreen/Kconfig                |  2 +-
 2 files changed, 9 insertions(+), 9 deletions(-)

Comments

Francesco Dolcini July 25, 2022, 9:35 a.m. UTC | #1
Hello Dmitry,
just a gently ping.

Let me know if I should change anything or you could just pick this
small series.

Francesco

On Tue, Jul 12, 2022 at 12:16:17PM +0200, Francesco Dolcini wrote:
> Hi all,
> This series introduce some minor cleanups on colibri-vf50-ts, allow using it
> with any IIO ADC input and fix a couple of mistakes in the dt-bindings
> documentation.
> 
> Francesco
> 
> Max Krummenacher (2):
>   Input: touchscreen: colibri-vf50-ts: don't depend on VF610_ADC
>   dt-bindings: input: colibri-vf50-ts: Improve documentation
> 
>  .../input/touchscreen/colibri-vf50-ts.txt        | 16 ++++++++--------
>  drivers/input/touchscreen/Kconfig                |  2 +-
>  2 files changed, 9 insertions(+), 9 deletions(-)
> 
> -- 
> 2.25.1
>
Francesco Dolcini Aug. 31, 2022, 2:09 p.m. UTC | #2
Hello all,

On Tue, Jul 12, 2022 at 12:16:17PM +0200, Francesco Dolcini wrote:
> Hi all,
> This series introduce some minor cleanups on colibri-vf50-ts, allow using it
> with any IIO ADC input and fix a couple of mistakes in the dt-bindings
> documentation.
> 
> Max Krummenacher (2):
>   Input: touchscreen: colibri-vf50-ts: don't depend on VF610_ADC
>   dt-bindings: input: colibri-vf50-ts: Improve documentation
> 
>  .../input/touchscreen/colibri-vf50-ts.txt        | 16 ++++++++--------
>  drivers/input/touchscreen/Kconfig                |  2 +-
>  2 files changed, 9 insertions(+), 9 deletions(-)

Just a gently ping on this series, anything I should do?

Francesco
Dmitry Torokhov Aug. 31, 2022, 5:16 p.m. UTC | #3
On Tue, Jul 12, 2022 at 12:16:18PM +0200, Francesco Dolcini wrote:
> From: Max Krummenacher <max.krummenacher@toradex.com>
> 
> Any IIO ADC can be used with the driver, so do not depend
> on VF610_ADC.
> 
> Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
> Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>

Applied, thank you.
Dmitry Torokhov Aug. 31, 2022, 5:17 p.m. UTC | #4
On Wed, Aug 31, 2022 at 04:09:11PM +0200, Francesco Dolcini wrote:
> Hello all,
> 
> On Tue, Jul 12, 2022 at 12:16:17PM +0200, Francesco Dolcini wrote:
> > Hi all,
> > This series introduce some minor cleanups on colibri-vf50-ts, allow using it
> > with any IIO ADC input and fix a couple of mistakes in the dt-bindings
> > documentation.
> > 
> > Max Krummenacher (2):
> >   Input: touchscreen: colibri-vf50-ts: don't depend on VF610_ADC
> >   dt-bindings: input: colibri-vf50-ts: Improve documentation
> > 
> >  .../input/touchscreen/colibri-vf50-ts.txt        | 16 ++++++++--------
> >  drivers/input/touchscreen/Kconfig                |  2 +-
> >  2 files changed, 9 insertions(+), 9 deletions(-)
> 
> Just a gently ping on this series, anything I should do?

My apologies, applied the 2 patches, thank you.