All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shawn Guo <shawnguo@kernel.org>
To: Max Krummenacher <max.oss.09@gmail.com>
Cc: max.krummenacher@toradex.com, Fabio Estevam <festevam@gmail.com>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	NXP Linux Team <linux-imx@nxp.com>,
	Pengutronix Kernel Team <kernel@pengutronix.de>,
	Rob Herring <robh+dt@kernel.org>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v3 0/4] ARM: dts: imx6dl-colibri: Unify with changes to Apalis iMX6 device trees.
Date: Sat, 11 Jun 2022 16:51:45 +0800	[thread overview]
Message-ID: <20220611085145.GF254723@dragon> (raw)
In-Reply-To: <20220513102616.48040-1-max.oss.09@gmail.com>

On Fri, May 13, 2022 at 12:26:11PM +0200, Max Krummenacher wrote:
> From: Max Krummenacher <max.krummenacher@toradex.com>
> 
> 
> - Follows a change to the SGTL5000 MCLK handling fixed for Apalis iMX6 by
>   Fabio.
> - Simplify handling of inverted PWM backlight
> - Fixes a regression for the capacitive touch introduced with
>   https://lore.kernel.org/all/20220411152234.12678-1-max.oss.09@gmail.com/
> 
> 
> Changes in v3:
> - add reviewed-by tags
> - Extend commit comment of "ARM: dts: imx6qdl-colibri: backlight pwm: Simplify inverted backlight"
> 
> Changes in v2:
> - add reviewed-by tags
> - Split the Backlight PWM patch into two patches, a) #pwm-cells 3, b) adapt brightness steps
> 
> Max Krummenacher (4):
>   ARM: dts: imx6qdl-colibri: Fix capacitive touch reset polarity
>   ARM: dts: imx6qdl-colibri: Mux mclk for sgtl5000 with the codec node
>   ARM: dts: imx6qdl-colibri: backlight pwm: Simplify inverted backlight
>   ARM: dts: imx6qdl-colibri: backlight pwm: Adapt brightness steps

Applied, thanks!

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

WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawnguo@kernel.org>
To: Max Krummenacher <max.oss.09@gmail.com>
Cc: max.krummenacher@toradex.com, Fabio Estevam <festevam@gmail.com>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	NXP Linux Team <linux-imx@nxp.com>,
	Pengutronix Kernel Team <kernel@pengutronix.de>,
	Rob Herring <robh+dt@kernel.org>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v3 0/4] ARM: dts: imx6dl-colibri: Unify with changes to Apalis iMX6 device trees.
Date: Sat, 11 Jun 2022 16:51:45 +0800	[thread overview]
Message-ID: <20220611085145.GF254723@dragon> (raw)
In-Reply-To: <20220513102616.48040-1-max.oss.09@gmail.com>

On Fri, May 13, 2022 at 12:26:11PM +0200, Max Krummenacher wrote:
> From: Max Krummenacher <max.krummenacher@toradex.com>
> 
> 
> - Follows a change to the SGTL5000 MCLK handling fixed for Apalis iMX6 by
>   Fabio.
> - Simplify handling of inverted PWM backlight
> - Fixes a regression for the capacitive touch introduced with
>   https://lore.kernel.org/all/20220411152234.12678-1-max.oss.09@gmail.com/
> 
> 
> Changes in v3:
> - add reviewed-by tags
> - Extend commit comment of "ARM: dts: imx6qdl-colibri: backlight pwm: Simplify inverted backlight"
> 
> Changes in v2:
> - add reviewed-by tags
> - Split the Backlight PWM patch into two patches, a) #pwm-cells 3, b) adapt brightness steps
> 
> Max Krummenacher (4):
>   ARM: dts: imx6qdl-colibri: Fix capacitive touch reset polarity
>   ARM: dts: imx6qdl-colibri: Mux mclk for sgtl5000 with the codec node
>   ARM: dts: imx6qdl-colibri: backlight pwm: Simplify inverted backlight
>   ARM: dts: imx6qdl-colibri: backlight pwm: Adapt brightness steps

Applied, thanks!

  parent reply	other threads:[~2022-06-11  8:52 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-13 10:26 [PATCH v3 0/4] ARM: dts: imx6dl-colibri: Unify with changes to Apalis iMX6 device trees Max Krummenacher
2022-05-13 10:26 ` Max Krummenacher
2022-05-13 10:26 ` [PATCH v3 1/4] ARM: dts: imx6qdl-colibri: Fix capacitive touch reset polarity Max Krummenacher
2022-05-13 10:26   ` Max Krummenacher
2022-05-13 10:26 ` [PATCH v3 2/4] ARM: dts: imx6qdl-colibri: Mux mclk for sgtl5000 with the codec node Max Krummenacher
2022-05-13 10:26   ` Max Krummenacher
2022-05-13 10:26 ` [PATCH v3 3/4] ARM: dts: imx6qdl-colibri: backlight pwm: Simplify inverted backlight Max Krummenacher
2022-05-13 10:26   ` Max Krummenacher
2022-05-13 10:53   ` Fabio Estevam
2022-05-13 10:53     ` Fabio Estevam
2022-05-13 10:26 ` [PATCH v3 4/4] ARM: dts: imx6qdl-colibri: backlight pwm: Adapt brightness steps Max Krummenacher
2022-05-13 10:26   ` Max Krummenacher
2022-06-11  8:51 ` Shawn Guo [this message]
2022-06-11  8:51   ` [PATCH v3 0/4] ARM: dts: imx6dl-colibri: Unify with changes to Apalis iMX6 device trees Shawn Guo

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=20220611085145.GF254723@dragon \
    --to=shawnguo@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=kernel@pengutronix.de \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=max.krummenacher@toradex.com \
    --cc=max.oss.09@gmail.com \
    --cc=robh+dt@kernel.org \
    --cc=s.hauer@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.