* [PATCH v2 3/5] dt-bindings: input: tochscreen: ad7879: generic node names in example [not found] <20191026090403.3057-1-marcel@ziswiler.com> @ 2019-10-26 9:04 ` Marcel Ziswiler 2019-10-30 14:04 ` Rob Herring 2019-10-30 14:04 ` Rob Herring 0 siblings, 2 replies; 6+ messages in thread From: Marcel Ziswiler @ 2019-10-26 9:04 UTC (permalink / raw) To: devicetree Cc: linux-imx, linux-kernel, linux-arm-kernel, Philippe Schenker, Marcel Ziswiler, Dmitry Torokhov, Mark Rutland, Rob Herring, linux-input From: Marcel Ziswiler <marcel.ziswiler@toradex.com> Update example in ad7879 devicetree documentation to use generic touch controller node names. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> --- Changes in v2: New patch. .../devicetree/bindings/input/touchscreen/ad7879.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/input/touchscreen/ad7879.txt b/Documentation/devicetree/bindings/input/touchscreen/ad7879.txt index cdd743a1f2d5..afa38dc069f0 100644 --- a/Documentation/devicetree/bindings/input/touchscreen/ad7879.txt +++ b/Documentation/devicetree/bindings/input/touchscreen/ad7879.txt @@ -38,7 +38,7 @@ Optional properties: Example: - ad7879@2c { + touchscreen0@2c { compatible = "adi,ad7879-1"; reg = <0x2c>; interrupt-parent = <&gpio1>; @@ -52,7 +52,7 @@ Example: adi,conversion-interval = /bits/ 8 <255>; }; - ad7879@1 { + touchscreen1@1 { compatible = "adi,ad7879"; spi-max-frequency = <5000000>; reg = <1>; -- 2.21.0 ^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH v2 3/5] dt-bindings: input: tochscreen: ad7879: generic node names in example 2019-10-26 9:04 ` [PATCH v2 3/5] dt-bindings: input: tochscreen: ad7879: generic node names in example Marcel Ziswiler @ 2019-10-30 14:04 ` Rob Herring 2019-10-30 14:04 ` Rob Herring 1 sibling, 0 replies; 6+ messages in thread From: Rob Herring @ 2019-10-30 14:04 UTC (permalink / raw) To: Marcel Ziswiler Cc: devicetree, Mark Rutland, Marcel Ziswiler, Dmitry Torokhov, linux-kernel, Philippe Schenker, linux-imx, linux-input, linux-arm-kernel On Sat, 26 Oct 2019 11:04:01 +0200, Marcel Ziswiler wrote: > From: Marcel Ziswiler <marcel.ziswiler@toradex.com> > > Update example in ad7879 devicetree documentation to use generic touch > controller node names. > > Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> > > --- > > Changes in v2: New patch. > > .../devicetree/bindings/input/touchscreen/ad7879.txt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > Acked-by: Rob Herring <robh@kernel.org> ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH v2 3/5] dt-bindings: input: tochscreen: ad7879: generic node names in example 2019-10-26 9:04 ` [PATCH v2 3/5] dt-bindings: input: tochscreen: ad7879: generic node names in example Marcel Ziswiler 2019-10-30 14:04 ` Rob Herring @ 2019-10-30 14:04 ` Rob Herring 2019-10-30 23:12 ` Dmitry Torokhov 1 sibling, 1 reply; 6+ messages in thread From: Rob Herring @ 2019-10-30 14:04 UTC (permalink / raw) To: Marcel Ziswiler Cc: devicetree, Mark Rutland, Marcel Ziswiler, Dmitry Torokhov, linux-kernel, Philippe Schenker, linux-imx, linux-input, linux-arm-kernel On Sat, Oct 26, 2019 at 11:04:01AM +0200, Marcel Ziswiler wrote: > From: Marcel Ziswiler <marcel.ziswiler@toradex.com> There's a typo in the subject. > > Update example in ad7879 devicetree documentation to use generic touch > controller node names. > > Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> > > --- > > Changes in v2: New patch. > > .../devicetree/bindings/input/touchscreen/ad7879.txt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH v2 3/5] dt-bindings: input: tochscreen: ad7879: generic node names in example 2019-10-30 14:04 ` Rob Herring @ 2019-10-30 23:12 ` Dmitry Torokhov 2019-11-06 8:58 ` Marcel Ziswiler 0 siblings, 1 reply; 6+ messages in thread From: Dmitry Torokhov @ 2019-10-30 23:12 UTC (permalink / raw) To: Rob Herring Cc: Marcel Ziswiler, devicetree, Mark Rutland, Marcel Ziswiler, linux-kernel, Philippe Schenker, linux-imx, linux-input, linux-arm-kernel On Wed, Oct 30, 2019 at 09:04:55AM -0500, Rob Herring wrote: > On Sat, Oct 26, 2019 at 11:04:01AM +0200, Marcel Ziswiler wrote: > > From: Marcel Ziswiler <marcel.ziswiler@toradex.com> > > There's a typo in the subject. I fixed it up file applying, thank you for noticing. > > > > > Update example in ad7879 devicetree documentation to use generic touch > > controller node names. > > > > Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> > > > > --- > > > > Changes in v2: New patch. > > > > .../devicetree/bindings/input/touchscreen/ad7879.txt | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) -- Dmitry ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH v2 3/5] dt-bindings: input: tochscreen: ad7879: generic node names in example 2019-10-30 23:12 ` Dmitry Torokhov @ 2019-11-06 8:58 ` Marcel Ziswiler 2019-11-12 0:05 ` dmitry.torokhov 0 siblings, 1 reply; 6+ messages in thread From: Marcel Ziswiler @ 2019-11-06 8:58 UTC (permalink / raw) To: dmitry.torokhov@gmail.com, robh@kernel.org Cc: Philippe Schenker, linux-input@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, mark.rutland@arm.com, linux-kernel@vger.kernel.org, linux-imx@nxp.com On Wed, 2019-10-30 at 16:12 -0700, Dmitry Torokhov wrote: > On Wed, Oct 30, 2019 at 09:04:55AM -0500, Rob Herring wrote: > > On Sat, Oct 26, 2019 at 11:04:01AM +0200, Marcel Ziswiler wrote: > > > From: Marcel Ziswiler <marcel.ziswiler@toradex.com> > > > > There's a typo in the subject. > > I fixed it up file applying, thank you for noticing. Where exactly did you apply this? As I still can't find it applied anywhere. Thanks! > > > Update example in ad7879 devicetree documentation to use generic > > > touch > > > controller node names. > > > > > > Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> > > > > > > --- > > > > > > Changes in v2: New patch. > > > > > > .../devicetree/bindings/input/touchscreen/ad7879.txt | > > > 4 ++-- > > > 1 file changed, 2 insertions(+), 2 deletions(-) ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH v2 3/5] dt-bindings: input: tochscreen: ad7879: generic node names in example 2019-11-06 8:58 ` Marcel Ziswiler @ 2019-11-12 0:05 ` dmitry.torokhov 0 siblings, 0 replies; 6+ messages in thread From: dmitry.torokhov @ 2019-11-12 0:05 UTC (permalink / raw) To: Marcel Ziswiler Cc: robh@kernel.org, Philippe Schenker, linux-input@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, mark.rutland@arm.com, linux-kernel@vger.kernel.org, linux-imx@nxp.com On Wed, Nov 06, 2019 at 08:58:25AM +0000, Marcel Ziswiler wrote: > On Wed, 2019-10-30 at 16:12 -0700, Dmitry Torokhov wrote: > > On Wed, Oct 30, 2019 at 09:04:55AM -0500, Rob Herring wrote: > > > On Sat, Oct 26, 2019 at 11:04:01AM +0200, Marcel Ziswiler wrote: > > > > From: Marcel Ziswiler <marcel.ziswiler@toradex.com> > > > > > > There's a typo in the subject. > > > > I fixed it up file applying, thank you for noticing. > > Where exactly did you apply this? As I still can't find it applied > anywhere. Thanks! Umm, to my internal queue *blush* Now applied to 'next' branch and pushed out. Thanks. -- Dmitry ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2019-11-12 0:05 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <20191026090403.3057-1-marcel@ziswiler.com> 2019-10-26 9:04 ` [PATCH v2 3/5] dt-bindings: input: tochscreen: ad7879: generic node names in example Marcel Ziswiler 2019-10-30 14:04 ` Rob Herring 2019-10-30 14:04 ` Rob Herring 2019-10-30 23:12 ` Dmitry Torokhov 2019-11-06 8:58 ` Marcel Ziswiler 2019-11-12 0:05 ` dmitry.torokhov
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).