All of lore.kernel.org
 help / color / mirror / Atom feed
From: Oliver Graute <oliver.graute@gmail.com>
To: Andreas Kemnade <andreas@kemnade.info>
Cc: dmitry.torokhov@gmail.com, robh@kernel.org, krzk+dt@kernel.org,
	conor+dt@kernel.org, o.rempel@pengutronix.de,
	u.kleine-koenig@pengutronix.de, hdegoede@redhat.com,
	ye.xingchen@zte.com.cn, p.puschmann@pironex.com,
	linux-input@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, andy.shevchenko@gmail.com,
	felix@kaechele.ca
Subject: Re: [PATCH v3 2/2] Input: edt-ft5x06 - add ft5426
Date: Thu, 2 May 2024 10:42:17 +0200	[thread overview]
Message-ID: <ZjNR6eny4lt4tLIJ@graute-think> (raw)
In-Reply-To: <20240501204758.758537-3-andreas@kemnade.info>

On 01/05/24, Andreas Kemnade wrote:
> As ft5426 seems to be compatible with this driver, add it.
> Debug output during identification: Model "generic ft5x06 (79)", Rev. "
> 
> Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
> ---
>  drivers/input/touchscreen/edt-ft5x06.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/input/touchscreen/edt-ft5x06.c b/drivers/input/touchscreen/edt-ft5x06.c
> index 2a1db11344766..028ec66faa193 100644
> --- a/drivers/input/touchscreen/edt-ft5x06.c
> +++ b/drivers/input/touchscreen/edt-ft5x06.c
> @@ -1486,6 +1486,7 @@ static const struct of_device_id edt_ft5x06_of_match[] = {
>  	{ .compatible = "edt,edt-ft5406", .data = &edt_ft5x06_data },
>  	{ .compatible = "edt,edt-ft5506", .data = &edt_ft5506_data },
>  	{ .compatible = "evervision,ev-ft5726", .data = &edt_ft5506_data },
> +	{ .compatible = "focaltech,ft5426", .data = &edt_ft5506_data },
>  	/* Note focaltech vendor prefix for compatibility with ft6236.c */
>  	{ .compatible = "focaltech,ft6236", .data = &edt_ft6236_data },
>  	{ /* sentinel */ }
> -- 
> 2.39.2

Reviewed-by: Oliver Graute <oliver.graute@kococonnector.com>

  reply	other threads:[~2024-05-02 12:13 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-01 20:47 [PATCH v3 0/2] Input: add ft5426 Andreas Kemnade
2024-05-01 20:47 ` [PATCH v3 1/2] dt-bindings: input: touchscreen: edt-ft5x06: Add ft5426 Andreas Kemnade
2024-05-02  8:41   ` Oliver Graute
2024-05-01 20:47 ` [PATCH v3 2/2] Input: edt-ft5x06 - add ft5426 Andreas Kemnade
2024-05-02  8:42   ` Oliver Graute [this message]
2024-06-22  6:51 ` [PATCH v3 0/2] Input: " Andreas Kemnade
2024-06-22  8:30 ` Dmitry Torokhov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ZjNR6eny4lt4tLIJ@graute-think \
    --to=oliver.graute@gmail.com \
    --cc=andreas@kemnade.info \
    --cc=andy.shevchenko@gmail.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dmitry.torokhov@gmail.com \
    --cc=felix@kaechele.ca \
    --cc=hdegoede@redhat.com \
    --cc=krzk+dt@kernel.org \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=o.rempel@pengutronix.de \
    --cc=p.puschmann@pironex.com \
    --cc=robh@kernel.org \
    --cc=u.kleine-koenig@pengutronix.de \
    --cc=ye.xingchen@zte.com.cn \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.