All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shawn Guo <shawnguo@kernel.org>
To: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
Cc: devicetree@vger.kernel.org,
	"Marcel Ziswiler" <marcel.ziswiler@toradex.com>,
	"Igor Opaniuk" <igor.opaniuk@toradex.com>,
	"Philippe Schenker" <philippe.schenker@toradex.com>,
	"Adam Ford" <aford173@gmail.com>,
	"Anson Huang" <Anson.Huang@nxp.com>,
	"Fabio Estevam" <festevam@gmail.com>,
	"Leonard Crestez" <leonard.crestez@nxp.com>,
	"Miquel Raynal" <miquel.raynal@bootlin.com>,
	"NXP Linux Team" <linux-imx@nxp.com>,
	"Pengutronix Kernel Team" <kernel@pengutronix.de>,
	"Russell King" <linux@armlinux.org.uk>,
	"Sascha Hauer" <s.hauer@pengutronix.de>,
	"Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 4/6] ARM: imx_v6_v7_defconfig: Enable TOUCHSCREEN_ATMEL_MXT
Date: Fri, 14 Feb 2020 16:37:45 +0800	[thread overview]
Message-ID: <20200214083736.GC25543@dragon> (raw)
In-Reply-To: <20200204111151.3426090-5-oleksandr.suvorov@toradex.com>

On Tue, Feb 04, 2020 at 01:11:49PM +0200, Oleksandr Suvorov wrote:
> Toradex iMX6/iMX7-based modules and boards support LCDs
> with an MicroChip ATMXT1066T2 touchscreen controller.
> 
> This patch enables the TOUCHSCREEN_ATMEL_MXT which supports
> MXT-series controllers, including the ATMXT1066T2.
> 
> Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>

Applied, thanks.

WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawnguo@kernel.org>
To: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
Cc: devicetree@vger.kernel.org,
	"Igor Opaniuk" <igor.opaniuk@toradex.com>,
	"Anson Huang" <Anson.Huang@nxp.com>,
	"Marcel Ziswiler" <marcel.ziswiler@toradex.com>,
	"Fabio Estevam" <festevam@gmail.com>,
	"Sascha Hauer" <s.hauer@pengutronix.de>,
	"Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>,
	"Russell King" <linux@armlinux.org.uk>,
	linux-kernel@vger.kernel.org,
	"Philippe Schenker" <philippe.schenker@toradex.com>,
	"NXP Linux Team" <linux-imx@nxp.com>,
	"Pengutronix Kernel Team" <kernel@pengutronix.de>,
	"Miquel Raynal" <miquel.raynal@bootlin.com>,
	"Leonard Crestez" <leonard.crestez@nxp.com>,
	"Adam Ford" <aford173@gmail.com>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 4/6] ARM: imx_v6_v7_defconfig: Enable TOUCHSCREEN_ATMEL_MXT
Date: Fri, 14 Feb 2020 16:37:45 +0800	[thread overview]
Message-ID: <20200214083736.GC25543@dragon> (raw)
In-Reply-To: <20200204111151.3426090-5-oleksandr.suvorov@toradex.com>

On Tue, Feb 04, 2020 at 01:11:49PM +0200, Oleksandr Suvorov wrote:
> Toradex iMX6/iMX7-based modules and boards support LCDs
> with an MicroChip ATMXT1066T2 touchscreen controller.
> 
> This patch enables the TOUCHSCREEN_ATMEL_MXT which supports
> MXT-series controllers, including the ATMXT1066T2.
> 
> Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>

Applied, thanks.

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2020-02-14  8:37 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-04 11:11 [PATCH 0/6] Add Aster carrier board support for Colibri iMX7 CoM Oleksandr Suvorov
2020-02-04 11:11 ` Oleksandr Suvorov
2020-02-04 11:11 ` [PATCH 1/6] ARM: dts: imx7-colibri: add alias for RTC Oleksandr Suvorov
2020-02-04 11:11   ` Oleksandr Suvorov
2020-02-14  6:31   ` Shawn Guo
2020-02-14  6:31     ` Shawn Guo
2020-02-04 11:11 ` [PATCH 2/6] ARM: dts: imx7-colibri: fix muxing of usbc_det pin Oleksandr Suvorov
2020-02-04 11:11   ` Oleksandr Suvorov
2020-02-14  8:32   ` Shawn Guo
2020-02-14  8:32     ` Shawn Guo
2020-02-04 11:11 ` [PATCH 3/6] ARM: dts: imx7-colibri: Convert to SPDX license tags for Colibri iMX7 Oleksandr Suvorov
2020-02-04 11:11   ` Oleksandr Suvorov
2020-02-14  8:35   ` Shawn Guo
2020-02-14  8:35     ` Shawn Guo
2020-02-04 11:11 ` [PATCH 4/6] ARM: imx_v6_v7_defconfig: Enable TOUCHSCREEN_ATMEL_MXT Oleksandr Suvorov
2020-02-04 11:11   ` Oleksandr Suvorov
2020-02-14  8:37   ` Shawn Guo [this message]
2020-02-14  8:37     ` Shawn Guo
2020-02-04 11:11 ` [PATCH 5/6] ARM: imx_v6_v7_defconfig: Enable TOUCHSCREEN_AD7879 Oleksandr Suvorov
2020-02-04 11:11   ` Oleksandr Suvorov
2020-02-04 11:11 ` [PATCH 6/6] ARM: dts: imx7-colibri: add support for Toradex Aster carrier board Oleksandr Suvorov
2020-02-04 11:11   ` Oleksandr Suvorov
2020-02-14  8:44   ` Shawn Guo
2020-02-14  8:44     ` Shawn Guo
2020-02-14 10:58     ` Oleksandr Suvorov
2020-02-14 10:58       ` Oleksandr Suvorov

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=20200214083736.GC25543@dragon \
    --to=shawnguo@kernel.org \
    --cc=Anson.Huang@nxp.com \
    --cc=aford173@gmail.com \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=igor.opaniuk@toradex.com \
    --cc=kernel@pengutronix.de \
    --cc=leonard.crestez@nxp.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=marcel.ziswiler@toradex.com \
    --cc=miquel.raynal@bootlin.com \
    --cc=oleksandr.suvorov@toradex.com \
    --cc=philippe.schenker@toradex.com \
    --cc=s.hauer@pengutronix.de \
    --cc=u.kleine-koenig@pengutronix.de \
    /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.