From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: Hans de Goede <hdegoede@redhat.com>
Cc: devicetree <devicetree@vger.kernel.org>,
Chen-Yu Tsai <wens@csie.org>, Rob Herring <robh+dt@kernel.org>,
linux-input@vger.kernel.org,
Maxime Ripard <maxime.ripard@free-electrons.com>,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2] dt-bindings: touchscreen: silead gsl1680: Document all compatibles
Date: Thu, 18 Aug 2016 12:30:28 -0700 [thread overview]
Message-ID: <20160818193028.GA39271@dtor-ws> (raw)
In-Reply-To: <1471424340-4201-1-git-send-email-hdegoede@redhat.com>
On Wed, Aug 17, 2016 at 10:59:00AM +0200, Hans de Goede wrote:
> The silead gsl1680 driver / binding supports a whole series of devices,
> list the compatibles for all of them in the binding.
>
> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
> ---
> Changes in v2:
> -Drop the "silead,mssl1680" compatible thing, the "mssl1680" name is an
> ACPI thing and does not belong in the dt bindings
> ---
> .../devicetree/bindings/input/touchscreen/silead_gsl1680.txt | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/input/touchscreen/silead_gsl1680.txt b/Documentation/devicetree/bindings/input/touchscreen/silead_gsl1680.txt
> index b0eca54..ad7f41a 100644
> --- a/Documentation/devicetree/bindings/input/touchscreen/silead_gsl1680.txt
> +++ b/Documentation/devicetree/bindings/input/touchscreen/silead_gsl1680.txt
> @@ -2,6 +2,10 @@
>
> Required properties:
> - compatible : "silead,gsl1680"
> + or: "silead,gsl1688"
> + or: "silead,gsl3670"
> + or: "silead,gsl3675"
> + or: "silead,gsl3692"
Hmm, why do we need to document all compatible strings? We usually have
only least common denominator in drievr, and device tree uses form:
compatible = "silead,<exact model>", "silead,gsl1680";
Rob?
BTW, I do not see OF match table in the driver, did I manage to drop it?
Thanks.
--
Dmitry
WARNING: multiple messages have this Message-ID (diff)
From: dmitry.torokhov@gmail.com (Dmitry Torokhov)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2] dt-bindings: touchscreen: silead gsl1680: Document all compatibles
Date: Thu, 18 Aug 2016 12:30:28 -0700 [thread overview]
Message-ID: <20160818193028.GA39271@dtor-ws> (raw)
In-Reply-To: <1471424340-4201-1-git-send-email-hdegoede@redhat.com>
On Wed, Aug 17, 2016 at 10:59:00AM +0200, Hans de Goede wrote:
> The silead gsl1680 driver / binding supports a whole series of devices,
> list the compatibles for all of them in the binding.
>
> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
> ---
> Changes in v2:
> -Drop the "silead,mssl1680" compatible thing, the "mssl1680" name is an
> ACPI thing and does not belong in the dt bindings
> ---
> .../devicetree/bindings/input/touchscreen/silead_gsl1680.txt | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/input/touchscreen/silead_gsl1680.txt b/Documentation/devicetree/bindings/input/touchscreen/silead_gsl1680.txt
> index b0eca54..ad7f41a 100644
> --- a/Documentation/devicetree/bindings/input/touchscreen/silead_gsl1680.txt
> +++ b/Documentation/devicetree/bindings/input/touchscreen/silead_gsl1680.txt
> @@ -2,6 +2,10 @@
>
> Required properties:
> - compatible : "silead,gsl1680"
> + or: "silead,gsl1688"
> + or: "silead,gsl3670"
> + or: "silead,gsl3675"
> + or: "silead,gsl3692"
Hmm, why do we need to document all compatible strings? We usually have
only least common denominator in drievr, and device tree uses form:
compatible = "silead,<exact model>", "silead,gsl1680";
Rob?
BTW, I do not see OF match table in the driver, did I manage to drop it?
Thanks.
--
Dmitry
next prev parent reply other threads:[~2016-08-18 19:30 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-17 8:59 [PATCH v2] dt-bindings: touchscreen: silead gsl1680: Document all compatibles Hans de Goede
2016-08-17 8:59 ` Hans de Goede
2016-08-18 19:27 ` Rob Herring
2016-08-18 19:27 ` Rob Herring
2016-08-18 19:30 ` Dmitry Torokhov [this message]
2016-08-18 19:30 ` Dmitry Torokhov
2016-08-18 19:48 ` Rob Herring
2016-08-18 19:48 ` Rob Herring
2016-08-18 20:39 ` Dmitry Torokhov
2016-08-18 20:39 ` Dmitry Torokhov
2016-08-20 20:25 ` Rob Herring
2016-08-20 20:25 ` Rob Herring
2016-08-21 22:11 ` Dmitry Torokhov
2016-08-21 22:11 ` 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=20160818193028.GA39271@dtor-ws \
--to=dmitry.torokhov@gmail.com \
--cc=devicetree@vger.kernel.org \
--cc=hdegoede@redhat.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-input@vger.kernel.org \
--cc=maxime.ripard@free-electrons.com \
--cc=robh+dt@kernel.org \
--cc=wens@csie.org \
/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.