From: Shawn Guo <shawnguo@kernel.org>
To: Daniel Baluta <daniel.baluta@nxp.com>
Cc: "mark.rutland@arm.com" <mark.rutland@arm.com>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
"baruch@tkos.co.il" <baruch@tkos.co.il>,
"kuninori.morimoto.gx@renesas.com"
<kuninori.morimoto.gx@renesas.com>,
"ccaione@baylibre.com" <ccaione@baylibre.com>,
"spencercw@gmail.com" <spencercw@gmail.com>,
"S.j. Wang" <shengjiu.wang@nxp.com>,
"angus@akkea.ca" <angus@akkea.ca>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"robh+dt@kernel.org" <robh+dt@kernel.org>,
dl-linux-imx <linux-imx@nxp.com>,
"kernel@pengutronix.de" <kernel@pengutronix.de>,
Aisheng Dong <aisheng.dong@nxp.com>,
"agx@sigxcpu.org" <agx@sigxcpu.org>,
"festevam@gmail.com" <festevam@gmail.com>,
"s.hauer@pengutronix.de" <s.hauer@pengutronix.de>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
"l.stach@pengutronix.de" <l.stach@pengutronix.de>
Subject: Re: [PATCH v7 0/4] Enable wm8524 on i.MX8MQ-EVK
Date: Wed, 20 Mar 2019 15:55:53 +0800 [thread overview]
Message-ID: <20190320075552.GB4980@dragon> (raw)
In-Reply-To: <20190319174823.29467-1-daniel.baluta@nxp.com>
On Tue, Mar 19, 2019 at 05:48:35PM +0000, Daniel Baluta wrote:
> On i.MX8MQ EVK we can start the party using the wm8524 codec
> which gets it's data through the SAI2 interface.
>
> In order to make it work this patch series enables the SDMA nodes,
> sets the correct pinctrl configuration and uses the simple card
> machine driver to put everything together.
>
> Changes since v6: (after Shawn's comments)
> - rebased on latest Shawn's for-next branch
> - added new lines between properties and child nodes
> - added new lines between child nodes
> - keep pinctrl nodes sorted
> - added reviewed by after SoBs in commit message
>
> Changes since v5:
> - remove clocks and clock-names properties from wm8524
> code node as they are not used.
>
> Changes since v4 (after Fabio's review)
> - removed mclk0 from sai2 node because it is not yet supported
> by SAI driver
> - s/audio-codec-0/audio-codec
> - squashed patches 4 and 5
>
> Changes since v3:
> - use "arm64: dts: imx8mq-evk" prefix for patches specific to
> 8MQ-EVK
> - squash together patches for setting up SAI (previous 3/5 and
> 4/5)
> - add back and document "fsl, imx8mq-sdma" compatbile string
>
> Changes since v2:
> - s/QM/MQ after Chris comments
>
> Changes since v1:
> - added cover letter
> - remove "fsl,imx8mq-sdma" compatible for sdma.
>
> Daniel Baluta (4):
> arm64: dts: imx8mq: Add SDMA nodes
> bindings: fsl-imx-sdma: Document fsl,imx8mq-sdma compatbile string
> arm64: dts: imx8mq: Add SAI2 node
> arm64: dts: imx8mq-evk: Enable audio codec wm8524
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: Daniel Baluta <daniel.baluta@nxp.com>
Cc: "S.j. Wang" <shengjiu.wang@nxp.com>,
"angus@akkea.ca" <angus@akkea.ca>,
"robh+dt@kernel.org" <robh+dt@kernel.org>,
"mark.rutland@arm.com" <mark.rutland@arm.com>,
"s.hauer@pengutronix.de" <s.hauer@pengutronix.de>,
"kernel@pengutronix.de" <kernel@pengutronix.de>,
"festevam@gmail.com" <festevam@gmail.com>,
"l.stach@pengutronix.de" <l.stach@pengutronix.de>,
"ccaione@baylibre.com" <ccaione@baylibre.com>,
"baruch@tkos.co.il" <baruch@tkos.co.il>,
"agx@sigxcpu.org" <agx@sigxcpu.org>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
dl-linux-imx <linux-imx@nxp.com>,
Aisheng Dong <aisheng.dong@nxp.com>,
kunin
Subject: Re: [PATCH v7 0/4] Enable wm8524 on i.MX8MQ-EVK
Date: Wed, 20 Mar 2019 15:55:53 +0800 [thread overview]
Message-ID: <20190320075552.GB4980@dragon> (raw)
In-Reply-To: <20190319174823.29467-1-daniel.baluta@nxp.com>
On Tue, Mar 19, 2019 at 05:48:35PM +0000, Daniel Baluta wrote:
> On i.MX8MQ EVK we can start the party using the wm8524 codec
> which gets it's data through the SAI2 interface.
>
> In order to make it work this patch series enables the SDMA nodes,
> sets the correct pinctrl configuration and uses the simple card
> machine driver to put everything together.
>
> Changes since v6: (after Shawn's comments)
> - rebased on latest Shawn's for-next branch
> - added new lines between properties and child nodes
> - added new lines between child nodes
> - keep pinctrl nodes sorted
> - added reviewed by after SoBs in commit message
>
> Changes since v5:
> - remove clocks and clock-names properties from wm8524
> code node as they are not used.
>
> Changes since v4 (after Fabio's review)
> - removed mclk0 from sai2 node because it is not yet supported
> by SAI driver
> - s/audio-codec-0/audio-codec
> - squashed patches 4 and 5
>
> Changes since v3:
> - use "arm64: dts: imx8mq-evk" prefix for patches specific to
> 8MQ-EVK
> - squash together patches for setting up SAI (previous 3/5 and
> 4/5)
> - add back and document "fsl, imx8mq-sdma" compatbile string
>
> Changes since v2:
> - s/QM/MQ after Chris comments
>
> Changes since v1:
> - added cover letter
> - remove "fsl,imx8mq-sdma" compatible for sdma.
>
> Daniel Baluta (4):
> arm64: dts: imx8mq: Add SDMA nodes
> bindings: fsl-imx-sdma: Document fsl,imx8mq-sdma compatbile string
> arm64: dts: imx8mq: Add SAI2 node
> arm64: dts: imx8mq-evk: Enable audio codec wm8524
Applied all, thanks.
WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawnguo@kernel.org>
To: Daniel Baluta <daniel.baluta@nxp.com>
Cc: "S.j. Wang" <shengjiu.wang@nxp.com>,
"angus@akkea.ca" <angus@akkea.ca>,
"robh+dt@kernel.org" <robh+dt@kernel.org>,
"mark.rutland@arm.com" <mark.rutland@arm.com>,
"s.hauer@pengutronix.de" <s.hauer@pengutronix.de>,
"kernel@pengutronix.de" <kernel@pengutronix.de>,
"festevam@gmail.com" <festevam@gmail.com>,
"l.stach@pengutronix.de" <l.stach@pengutronix.de>,
"ccaione@baylibre.com" <ccaione@baylibre.com>,
"baruch@tkos.co.il" <baruch@tkos.co.il>,
"agx@sigxcpu.org" <agx@sigxcpu.org>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
dl-linux-imx <linux-imx@nxp.com>,
Aisheng Dong <aisheng.dong@nxp.com>,
"kuninori.morimoto.gx@renesas.com"
<kuninori.morimoto.gx@renesas.com>,
"spencercw@gmail.com" <spencercw@gmail.com>
Subject: Re: [PATCH v7 0/4] Enable wm8524 on i.MX8MQ-EVK
Date: Wed, 20 Mar 2019 15:55:53 +0800 [thread overview]
Message-ID: <20190320075552.GB4980@dragon> (raw)
In-Reply-To: <20190319174823.29467-1-daniel.baluta@nxp.com>
On Tue, Mar 19, 2019 at 05:48:35PM +0000, Daniel Baluta wrote:
> On i.MX8MQ EVK we can start the party using the wm8524 codec
> which gets it's data through the SAI2 interface.
>
> In order to make it work this patch series enables the SDMA nodes,
> sets the correct pinctrl configuration and uses the simple card
> machine driver to put everything together.
>
> Changes since v6: (after Shawn's comments)
> - rebased on latest Shawn's for-next branch
> - added new lines between properties and child nodes
> - added new lines between child nodes
> - keep pinctrl nodes sorted
> - added reviewed by after SoBs in commit message
>
> Changes since v5:
> - remove clocks and clock-names properties from wm8524
> code node as they are not used.
>
> Changes since v4 (after Fabio's review)
> - removed mclk0 from sai2 node because it is not yet supported
> by SAI driver
> - s/audio-codec-0/audio-codec
> - squashed patches 4 and 5
>
> Changes since v3:
> - use "arm64: dts: imx8mq-evk" prefix for patches specific to
> 8MQ-EVK
> - squash together patches for setting up SAI (previous 3/5 and
> 4/5)
> - add back and document "fsl, imx8mq-sdma" compatbile string
>
> Changes since v2:
> - s/QM/MQ after Chris comments
>
> Changes since v1:
> - added cover letter
> - remove "fsl,imx8mq-sdma" compatible for sdma.
>
> Daniel Baluta (4):
> arm64: dts: imx8mq: Add SDMA nodes
> bindings: fsl-imx-sdma: Document fsl,imx8mq-sdma compatbile string
> arm64: dts: imx8mq: Add SAI2 node
> arm64: dts: imx8mq-evk: Enable audio codec wm8524
Applied all, thanks.
next prev parent reply other threads:[~2019-03-20 7:56 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-19 17:48 [PATCH v7 0/4] Enable wm8524 on i.MX8MQ-EVK Daniel Baluta
2019-03-19 17:48 ` Daniel Baluta
2019-03-19 17:48 ` Daniel Baluta
2019-03-19 17:48 ` [PATCH v7 1/4] arm64: dts: imx8mq: Add SDMA nodes Daniel Baluta
2019-03-19 17:48 ` Daniel Baluta
2019-03-19 17:48 ` Daniel Baluta
2019-03-19 17:48 ` [PATCH v7 2/4] bindings: fsl-imx-sdma: Document fsl,imx8mq-sdma compatbile string Daniel Baluta
2019-03-19 17:48 ` Daniel Baluta
2019-03-19 17:48 ` Daniel Baluta
2019-03-19 17:48 ` [PATCH v7 3/4] arm64: dts: imx8mq: Add SAI2 node Daniel Baluta
2019-03-19 17:48 ` Daniel Baluta
2019-03-19 17:48 ` Daniel Baluta
2019-03-19 17:48 ` [PATCH v7 4/4] arm64: dts: imx8mq-evk: Enable audio codec wm8524 Daniel Baluta
2019-03-19 17:48 ` Daniel Baluta
2019-03-19 17:48 ` Daniel Baluta
2019-03-20 7:55 ` Shawn Guo [this message]
2019-03-20 7:55 ` [PATCH v7 0/4] Enable wm8524 on i.MX8MQ-EVK Shawn Guo
2019-03-20 7:55 ` 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=20190320075552.GB4980@dragon \
--to=shawnguo@kernel.org \
--cc=agx@sigxcpu.org \
--cc=aisheng.dong@nxp.com \
--cc=angus@akkea.ca \
--cc=baruch@tkos.co.il \
--cc=ccaione@baylibre.com \
--cc=daniel.baluta@nxp.com \
--cc=devicetree@vger.kernel.org \
--cc=festevam@gmail.com \
--cc=kernel@pengutronix.de \
--cc=kuninori.morimoto.gx@renesas.com \
--cc=l.stach@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-imx@nxp.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=robh+dt@kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=shengjiu.wang@nxp.com \
--cc=spencercw@gmail.com \
/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.