linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: "H. Nikolaus Schaller" <hns@goldelico.com>
Cc: "Sebastian Reichel" <sre@kernel.org>,
	"Dmitry Torokhov" <dmitry.torokhov@gmail.com>,
	"Mark Rutland" <mark.rutland@arm.com>,
	"Benoît Cousson" <bcousson@baylibre.com>,
	"Russell King" <linux@armlinux.org.uk>,
	"Arnd Bergmann" <arnd@arndb.de>,
	"Michael Welling" <mwelling@ieee.org>,
	"Mika Penttilä" <mika.penttila@nextfour.com>,
	"Javier Martinez Canillas" <javier@osg.samsung.com>,
	"Igor Grinberg" <grinberg@compulab.co.il>,
	"Andrew F. Davis" <afd@ti.com>, "Mark Brown" <broonie@kernel.org>,
	"Jonathan Cameron" <jic23@kernel.org>,
	linux-input@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org,
	letux-kernel@openphoenux.org, linux-iio@vger.kernel.org,
	kernel@pyra-handheld.com
Subject: Re: [PATCH v7 9/9] DT:omap3+ads7846: use new common touchscreen bindings
Date: Mon, 14 Nov 2016 13:28:56 -0800	[thread overview]
Message-ID: <20161114212855.GB4082@atomide.com> (raw)
In-Reply-To: <bb3b82c63810026cd6c23a5788c3efc79fa53e60.1478890925.git.hns@goldelico.com>

* H. Nikolaus Schaller <hns@goldelico.com> [161111 11:03]:
> The standard touch screen bindings [1] replace the private ti,swap-xy
> with touchscreen-swaped-x-y. And for the Openpandora we use
> touchscreen-size etc. to match the LCD screen size.

This one should not cause conflicts, so please feel free to merge along
with the driver changes:

Acked-by: Tony Lindgren <tony@atomide.com>

      reply	other threads:[~2016-11-14 21:29 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-11 19:01 [PATCH v7 0/9] drivers: touchscreen: tsc2007 and ads7846/tsc2046 improvements (use common touchscreen bindings, pre-calibration, spi fix and provide iio raw values) H. Nikolaus Schaller
2016-11-11 19:01 ` [PATCH v7 1/9] drivers:input:tsc2007: add new common binding names, pre-calibration, flipping and rotation H. Nikolaus Schaller
2016-11-11 19:01 ` [PATCH v7 2/9] drivers:input:tsc2007: send pendown and penup only once like ads7846(+tsc2046) driver does H. Nikolaus Schaller
     [not found] ` <cover.1478890925.git.hns-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org>
2016-11-11 19:02   ` [PATCH v7 3/9] drivers:input:tsc2007: check for presence and power down tsc2007 during probe H. Nikolaus Schaller
2016-11-11 19:02   ` [PATCH v7 8/9] drivers:input:ads7846(+tsc2046): fix spi module table H. Nikolaus Schaller
2016-11-11 19:02 ` [PATCH v7 4/9] drivers:input:tsc2007: add iio interface to read external ADC input and temperature H. Nikolaus Schaller
     [not found]   ` <6c64bb0331ad05840a2886bef6c3cfa64c866cb6.1478890925.git.hns-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org>
2016-11-12 14:04     ` Jonathan Cameron
2016-11-12 14:19       ` Jonathan Cameron
2016-11-12 19:22         ` H. Nikolaus Schaller
2016-11-19 18:38         ` Dmitry Torokhov
2016-11-19 20:09           ` Jonathan Cameron
2016-11-11 19:02 ` [PATCH v7 5/9] DT:omap3+tsc2007: use new common touchscreen bindings H. Nikolaus Schaller
2016-11-11 19:02 ` [PATCH v7 6/9] drivers:input:ads7846(+tsc2046): add new common binding names, pre-calibration and flipping H. Nikolaus Schaller
2016-11-11 19:02 ` [PATCH v7 7/9] dt-bindings: input: move ads7846 bindings to touchscreen subdirectory H. Nikolaus Schaller
2016-11-15 22:16   ` Rob Herring
2016-11-11 19:02 ` [PATCH v7 9/9] DT:omap3+ads7846: use new common touchscreen bindings H. Nikolaus Schaller
2016-11-14 21:28   ` Tony Lindgren [this message]

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=20161114212855.GB4082@atomide.com \
    --to=tony@atomide.com \
    --cc=afd@ti.com \
    --cc=arnd@arndb.de \
    --cc=bcousson@baylibre.com \
    --cc=broonie@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dmitry.torokhov@gmail.com \
    --cc=grinberg@compulab.co.il \
    --cc=hns@goldelico.com \
    --cc=javier@osg.samsung.com \
    --cc=jic23@kernel.org \
    --cc=kernel@pyra-handheld.com \
    --cc=letux-kernel@openphoenux.org \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=mark.rutland@arm.com \
    --cc=mika.penttila@nextfour.com \
    --cc=mwelling@ieee.org \
    --cc=sre@kernel.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 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).