From: Shawn Guo <shawnguo@kernel.org>
To: Frieder Schrempf <frieder@fris.de>
Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, Li Yang <leoyang.li@nxp.com>,
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
Frieder Schrempf <frieder.schrempf@kontron.de>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Rob Herring <robh+dt@kernel.org>,
Sascha Hauer <s.hauer@pengutronix.de>
Subject: Re: [PATCH v4 0/8] arm64: dts: imx8mm-kontron: Improvements and OSM board support
Date: Sat, 3 Sep 2022 11:26:21 +0800 [thread overview]
Message-ID: <20220903032621.GD1728671@dragon> (raw)
In-Reply-To: <20220822080357.24478-1-frieder@fris.de>
On Mon, Aug 22, 2022 at 10:03:46AM +0200, Frieder Schrempf wrote:
> From: Frieder Schrempf <frieder.schrempf@kontron.de>
>
> This set contains a few improvements for the imx8mm-kontron devicetrees
> (patch 3-7) and support for a new SoM (patch 8, including baseboard) that
> complies to the Open Standard Module (OSM) 1.0 hardware specification, size S
> (https://sget.org/standards/osm).
>
> It also includes binding changes in patch 1 and 2.
>
> Changes in v4:
> * fix hex values and unit addresses in SPI NOR partition nodes
> * fix SoM dtsi includes
>
> Changes in v3:
> * drop patch for 2 which was applied separately
> * rebase on v6.0-rc1
> * rename compatibles and file names
>
> Changes in v2:
> * move binding changes to beginning of patchset
> * Allow arbitrary regulator names in PCA9450 bindings
> * Use voltage rail names from schematic for PMIC regulator-names
> * Add SPI NOR partition layout to devicetree
> * Remove unneeded header include
> * Add tags
>
> Frieder Schrempf (8):
> dt-bindings: arm: fsl: Rename compatibles for Kontron i.MX8MM
> SoM/board
> dt-bindings: arm: fsl: Add Kontron BL i.MX8MM OSM-S board
> arm64: dts: imx8mm-kontron: Adjust compatibles, file names and model
> strings
> arm64: dts: imx8mm-kontron: Use the VSELECT signal to switch SD card
> IO voltage
> arm64: dts: imx8mm-kontron: Remove low DDRC operating point
> arm64: dts: imx8mm-kontron: Use voltage rail names from schematic for
> PMIC regulator-names
> arm64: dts: imx8mm-kontron: Add SPI NOR partition layout
> arm64: dts: Add support for Kontron SL/BL i.MX8MM OSM-S
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: Frieder Schrempf <frieder@fris.de>
Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, Li Yang <leoyang.li@nxp.com>,
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
Frieder Schrempf <frieder.schrempf@kontron.de>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Rob Herring <robh+dt@kernel.org>,
Sascha Hauer <s.hauer@pengutronix.de>
Subject: Re: [PATCH v4 0/8] arm64: dts: imx8mm-kontron: Improvements and OSM board support
Date: Sat, 3 Sep 2022 11:26:21 +0800 [thread overview]
Message-ID: <20220903032621.GD1728671@dragon> (raw)
In-Reply-To: <20220822080357.24478-1-frieder@fris.de>
On Mon, Aug 22, 2022 at 10:03:46AM +0200, Frieder Schrempf wrote:
> From: Frieder Schrempf <frieder.schrempf@kontron.de>
>
> This set contains a few improvements for the imx8mm-kontron devicetrees
> (patch 3-7) and support for a new SoM (patch 8, including baseboard) that
> complies to the Open Standard Module (OSM) 1.0 hardware specification, size S
> (https://sget.org/standards/osm).
>
> It also includes binding changes in patch 1 and 2.
>
> Changes in v4:
> * fix hex values and unit addresses in SPI NOR partition nodes
> * fix SoM dtsi includes
>
> Changes in v3:
> * drop patch for 2 which was applied separately
> * rebase on v6.0-rc1
> * rename compatibles and file names
>
> Changes in v2:
> * move binding changes to beginning of patchset
> * Allow arbitrary regulator names in PCA9450 bindings
> * Use voltage rail names from schematic for PMIC regulator-names
> * Add SPI NOR partition layout to devicetree
> * Remove unneeded header include
> * Add tags
>
> Frieder Schrempf (8):
> dt-bindings: arm: fsl: Rename compatibles for Kontron i.MX8MM
> SoM/board
> dt-bindings: arm: fsl: Add Kontron BL i.MX8MM OSM-S board
> arm64: dts: imx8mm-kontron: Adjust compatibles, file names and model
> strings
> arm64: dts: imx8mm-kontron: Use the VSELECT signal to switch SD card
> IO voltage
> arm64: dts: imx8mm-kontron: Remove low DDRC operating point
> arm64: dts: imx8mm-kontron: Use voltage rail names from schematic for
> PMIC regulator-names
> arm64: dts: imx8mm-kontron: Add SPI NOR partition layout
> arm64: dts: Add support for Kontron SL/BL i.MX8MM OSM-S
Applied all, thanks!
next prev parent reply other threads:[~2022-09-03 3:28 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-22 8:03 [PATCH v4 0/8] arm64: dts: imx8mm-kontron: Improvements and OSM board support Frieder Schrempf
2022-08-22 8:03 ` Frieder Schrempf
2022-08-22 8:03 ` [PATCH v4 1/8] dt-bindings: arm: fsl: Rename compatibles for Kontron i.MX8MM SoM/board Frieder Schrempf
2022-08-22 8:03 ` Frieder Schrempf
2022-08-23 11:05 ` Krzysztof Kozlowski
2022-08-23 11:05 ` Krzysztof Kozlowski
2022-08-22 8:03 ` [PATCH v4 2/8] dt-bindings: arm: fsl: Add Kontron BL i.MX8MM OSM-S board Frieder Schrempf
2022-08-22 8:03 ` Frieder Schrempf
2022-08-22 8:03 ` [PATCH v4 3/8] arm64: dts: imx8mm-kontron: Adjust compatibles, file names and model strings Frieder Schrempf
2022-08-22 8:03 ` Frieder Schrempf
2022-08-22 8:03 ` [PATCH v4 4/8] arm64: dts: imx8mm-kontron: Use the VSELECT signal to switch SD card IO voltage Frieder Schrempf
2022-08-22 8:03 ` Frieder Schrempf
2022-08-22 8:03 ` [PATCH v4 5/8] arm64: dts: imx8mm-kontron: Remove low DDRC operating point Frieder Schrempf
2022-08-22 8:03 ` Frieder Schrempf
2022-08-22 8:03 ` [PATCH v4 6/8] arm64: dts: imx8mm-kontron: Use voltage rail names from schematic for PMIC regulator-names Frieder Schrempf
2022-08-22 8:03 ` Frieder Schrempf
2022-08-22 8:03 ` [PATCH v4 7/8] arm64: dts: imx8mm-kontron: Add SPI NOR partition layout Frieder Schrempf
2022-08-22 8:03 ` Frieder Schrempf
2022-08-22 8:03 ` [PATCH v4 8/8] arm64: dts: Add support for Kontron SL/BL i.MX8MM OSM-S Frieder Schrempf
2022-08-22 8:03 ` Frieder Schrempf
2022-09-03 3:26 ` Shawn Guo [this message]
2022-09-03 3:26 ` [PATCH v4 0/8] arm64: dts: imx8mm-kontron: Improvements and OSM board support 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=20220903032621.GD1728671@dragon \
--to=shawnguo@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=frieder.schrempf@kontron.de \
--cc=frieder@fris.de \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=leoyang.li@nxp.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--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.