All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shawn Guo <shawnguo@kernel.org>
To: Teresa Remmet <t.remmet@phytec.de>
Cc: devicetree@vger.kernel.org, Alexander Dahl <ada@thorsis.com>,
	Catalin Marinas <catalin.marinas@arm.com>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	Krzysztof Kozlowski <krzk@kernel.org>,
	Rob Herring <robh+dt@kernel.org>,
	Fabio Estevam <festevam@gmail.com>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v4 0/4] Initial support for phyBOARD-Pollux i.MX8MP
Date: Mon, 11 Jan 2021 11:39:18 +0800	[thread overview]
Message-ID: <20210111033917.GD28365@dragon> (raw)
In-Reply-To: <1610010731-44779-1-git-send-email-t.remmet@phytec.de>

On Thu, Jan 07, 2021 at 10:12:07AM +0100, Teresa Remmet wrote:
> Fourth version for the initial support for the SoM phyCORE-i.MX8MP
> and the carrier board phyBOARD-Pollux.
> 
> Changes in v4:
> - resolved defconfig conflict adding PCA9532 during rebase to v5.11-rc2
> - removed unneeded status properties in device trees
> - removed upstream not available i2c rtc property
> - fixed i2c rtc trickle-resistor value
> 
> Changes in v3:
> - removed deprecated led label property
> - added Reviewed-by and Acked-by tags
> 
> Changes in v2:
> - add rv3028 as module instead of buildin in defconfig
> - updated commit message of rv3028 accordingly
> - changed entries of device tree binding documentation to "const" 
>   and fixed order
> - fixed led dimmer node name
> - removed rtc clock node
> - fixed pmic node name
> - removed reg entries in pmic regulator nodes
> - removed clock entry from rtc node
> - moved muxing of enable gpio for sd-card regulator to the proper node
> - squashed imx8mp-phyboard-pollux.dtsi into imx8mp-phyboard-pollux-rdk.dts
> 
> Teresa
> 
> Teresa Remmet (4):
>   arm64: defconfig: Enable rv3028 i2c rtc driver
>   arm64: defconfig: Enable PCA9532 support
>   bindings: arm: fsl: Add PHYTEC i.MX8MP devicetree bindings
>   arm64: dts: freescale: Add support for phyBOARD-Pollux-i.MX8MP

Applied all, 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: Teresa Remmet <t.remmet@phytec.de>
Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	Catalin Marinas <catalin.marinas@arm.com>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	Rob Herring <robh+dt@kernel.org>,
	Fabio Estevam <festevam@gmail.com>,
	Krzysztof Kozlowski <krzk@kernel.org>,
	Alexander Dahl <ada@thorsis.com>
Subject: Re: [PATCH v4 0/4] Initial support for phyBOARD-Pollux i.MX8MP
Date: Mon, 11 Jan 2021 11:39:18 +0800	[thread overview]
Message-ID: <20210111033917.GD28365@dragon> (raw)
In-Reply-To: <1610010731-44779-1-git-send-email-t.remmet@phytec.de>

On Thu, Jan 07, 2021 at 10:12:07AM +0100, Teresa Remmet wrote:
> Fourth version for the initial support for the SoM phyCORE-i.MX8MP
> and the carrier board phyBOARD-Pollux.
> 
> Changes in v4:
> - resolved defconfig conflict adding PCA9532 during rebase to v5.11-rc2
> - removed unneeded status properties in device trees
> - removed upstream not available i2c rtc property
> - fixed i2c rtc trickle-resistor value
> 
> Changes in v3:
> - removed deprecated led label property
> - added Reviewed-by and Acked-by tags
> 
> Changes in v2:
> - add rv3028 as module instead of buildin in defconfig
> - updated commit message of rv3028 accordingly
> - changed entries of device tree binding documentation to "const" 
>   and fixed order
> - fixed led dimmer node name
> - removed rtc clock node
> - fixed pmic node name
> - removed reg entries in pmic regulator nodes
> - removed clock entry from rtc node
> - moved muxing of enable gpio for sd-card regulator to the proper node
> - squashed imx8mp-phyboard-pollux.dtsi into imx8mp-phyboard-pollux-rdk.dts
> 
> Teresa
> 
> Teresa Remmet (4):
>   arm64: defconfig: Enable rv3028 i2c rtc driver
>   arm64: defconfig: Enable PCA9532 support
>   bindings: arm: fsl: Add PHYTEC i.MX8MP devicetree bindings
>   arm64: dts: freescale: Add support for phyBOARD-Pollux-i.MX8MP

Applied all, thanks.

  parent reply	other threads:[~2021-01-11  3:40 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-07  9:12 [PATCH v4 0/4] Initial support for phyBOARD-Pollux i.MX8MP Teresa Remmet
2021-01-07  9:12 ` Teresa Remmet
2021-01-07  9:12 ` [PATCH v4 1/4] arm64: defconfig: Enable rv3028 i2c rtc driver Teresa Remmet
2021-01-07  9:12   ` Teresa Remmet
2021-01-07  9:12 ` [PATCH v4 2/4] arm64: defconfig: Enable PCA9532 support Teresa Remmet
2021-01-07  9:12   ` Teresa Remmet
2021-01-07  9:12 ` [PATCH v4 3/4] bindings: arm: fsl: Add PHYTEC i.MX8MP devicetree bindings Teresa Remmet
2021-01-07  9:12   ` Teresa Remmet
2021-01-07  9:12 ` [PATCH v4 4/4] arm64: dts: freescale: Add support for phyBOARD-Pollux-i.MX8MP Teresa Remmet
2021-01-07  9:12   ` Teresa Remmet
2021-01-11  3:39 ` Shawn Guo [this message]
2021-01-11  3:39   ` [PATCH v4 0/4] Initial support for phyBOARD-Pollux i.MX8MP 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=20210111033917.GD28365@dragon \
    --to=shawnguo@kernel.org \
    --cc=ada@thorsis.com \
    --cc=catalin.marinas@arm.com \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=krzk@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=robh+dt@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=t.remmet@phytec.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.