From: shawnguo@kernel.org (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ASoC: imx-audmux: complete dt-bindings for imx6
Date: Fri, 16 Nov 2018 22:45:22 +0800 [thread overview]
Message-ID: <20181116144520.GO5829@dragon> (raw)
In-Reply-To: <CAJiuCcerEanEobbi8zPb1-eb=zCJsDAbM=p6T64+wtuXjtaMTA@mail.gmail.com>
On Fri, Nov 16, 2018 at 11:25:07AM +0100, Cl?ment P?ron wrote:
> Hi Shawn,
>
> On Fri, 16 Nov 2018 at 03:59, Shawn Guo <shawnguo@kernel.org> wrote:
> >
> > On Mon, Nov 05, 2018 at 02:58:02PM +0100, Cl?ment P?ron wrote:
> > > From: Colin Didier <colin.didier@devialet.com>
> > >
> > > The MX6 Audmux differs from MX51.
> > >
> > > This patch adds the audmux for i.MX6 family.
> > >
> > > Signed-off-by: Colin Didier <colin.didier@devialet.com>
> > > Signed-off-by: Cl?ment P?ron <peron.clem@gmail.com>
> >
> > I think you should send it to ASoC maintainer and list for applying.
>
> It's still quite new for me to submit patch, but if this patch should
> be sent to ASoC maintainer maybe there is a line missing in the
> MAINTAINERS file no ?
@Mark, comment?
Shawn
>
> SOUND
> M: Jaroslav Kysela <perex@perex.cz>
> M: Takashi Iwai <tiwai@suse.com>
> L: alsa-devel at alsa-project.org (moderated for non-subscribers)
> W: http://www.alsa-project.org/
> T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
> T: git git://git.alsa-project.org/alsa-kernel.git
> Q: http://patchwork.kernel.org/project/alsa-devel/list/
> S: Maintained
> F: Documentation/sound/
> + F: include/dt-bindings/sound/
> F: include/sound/
> F: include/uapi/sound/
> F: sound/
>
> Regards,
> Clement
>
> >
> > Shawn
> >
> > > ---
> > > include/dt-bindings/sound/fsl-imx-audmux.h | 8 ++++++++
> > > 1 file changed, 8 insertions(+)
> > >
> > > diff --git a/include/dt-bindings/sound/fsl-imx-audmux.h b/include/dt-bindings/sound/fsl-imx-audmux.h
> > > index 15f138bebe16..a1d0741d9ed1 100644
> > > --- a/include/dt-bindings/sound/fsl-imx-audmux.h
> > > +++ b/include/dt-bindings/sound/fsl-imx-audmux.h
> > > @@ -25,6 +25,14 @@
> > > #define MX51_AUDMUX_PORT6 5
> > > #define MX51_AUDMUX_PORT7 6
> > >
> > > +#define MX6_AUDMUX_PORT1_SSI1 0
> > > +#define MX6_AUDMUX_PORT2_SSI2 1
> > > +#define MX6_AUDMUX_PORT3 2
> > > +#define MX6_AUDMUX_PORT4 3
> > > +#define MX6_AUDMUX_PORT5 4
> > > +#define MX6_AUDMUX_PORT6 5
> > > +#define MX6_AUDMUX_PORT7_SSI3 6
> > > +
> > > /*
> > > * TFCSEL/RFCSEL (i.MX27) or TFSEL/TCSEL/RFSEL/RCSEL (i.MX31/51/53/6Q)
> > > * can be sourced from Rx/Tx.
> > > --
> > > 2.19.1
> > >
WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawnguo@kernel.org>
To: "Clément Péron" <peron.clem@gmail.com>,
"Mark Brown" <broonie@kernel.org>
Cc: NXP Linux Team <linux-imx@nxp.com>,
Vladimir Zapolskiy <vladimir_zapolskiy@mentor.com>,
Sascha Hauer <s.hauer@pengutronix.de>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
Fabio Estevam <fabio.estevam@nxp.com>,
Rob Herring <robh+dt@kernel.org>,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
Colin Didier <colin.didier@devialet.com>
Subject: Re: [PATCH] ASoC: imx-audmux: complete dt-bindings for imx6
Date: Fri, 16 Nov 2018 22:45:22 +0800 [thread overview]
Message-ID: <20181116144520.GO5829@dragon> (raw)
In-Reply-To: <CAJiuCcerEanEobbi8zPb1-eb=zCJsDAbM=p6T64+wtuXjtaMTA@mail.gmail.com>
On Fri, Nov 16, 2018 at 11:25:07AM +0100, Clément Péron wrote:
> Hi Shawn,
>
> On Fri, 16 Nov 2018 at 03:59, Shawn Guo <shawnguo@kernel.org> wrote:
> >
> > On Mon, Nov 05, 2018 at 02:58:02PM +0100, Clément Péron wrote:
> > > From: Colin Didier <colin.didier@devialet.com>
> > >
> > > The MX6 Audmux differs from MX51.
> > >
> > > This patch adds the audmux for i.MX6 family.
> > >
> > > Signed-off-by: Colin Didier <colin.didier@devialet.com>
> > > Signed-off-by: Clément Péron <peron.clem@gmail.com>
> >
> > I think you should send it to ASoC maintainer and list for applying.
>
> It's still quite new for me to submit patch, but if this patch should
> be sent to ASoC maintainer maybe there is a line missing in the
> MAINTAINERS file no ?
@Mark, comment?
Shawn
>
> SOUND
> M: Jaroslav Kysela <perex@perex.cz>
> M: Takashi Iwai <tiwai@suse.com>
> L: alsa-devel@alsa-project.org (moderated for non-subscribers)
> W: http://www.alsa-project.org/
> T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
> T: git git://git.alsa-project.org/alsa-kernel.git
> Q: http://patchwork.kernel.org/project/alsa-devel/list/
> S: Maintained
> F: Documentation/sound/
> + F: include/dt-bindings/sound/
> F: include/sound/
> F: include/uapi/sound/
> F: sound/
>
> Regards,
> Clement
>
> >
> > Shawn
> >
> > > ---
> > > include/dt-bindings/sound/fsl-imx-audmux.h | 8 ++++++++
> > > 1 file changed, 8 insertions(+)
> > >
> > > diff --git a/include/dt-bindings/sound/fsl-imx-audmux.h b/include/dt-bindings/sound/fsl-imx-audmux.h
> > > index 15f138bebe16..a1d0741d9ed1 100644
> > > --- a/include/dt-bindings/sound/fsl-imx-audmux.h
> > > +++ b/include/dt-bindings/sound/fsl-imx-audmux.h
> > > @@ -25,6 +25,14 @@
> > > #define MX51_AUDMUX_PORT6 5
> > > #define MX51_AUDMUX_PORT7 6
> > >
> > > +#define MX6_AUDMUX_PORT1_SSI1 0
> > > +#define MX6_AUDMUX_PORT2_SSI2 1
> > > +#define MX6_AUDMUX_PORT3 2
> > > +#define MX6_AUDMUX_PORT4 3
> > > +#define MX6_AUDMUX_PORT5 4
> > > +#define MX6_AUDMUX_PORT6 5
> > > +#define MX6_AUDMUX_PORT7_SSI3 6
> > > +
> > > /*
> > > * TFCSEL/RFCSEL (i.MX27) or TFSEL/TCSEL/RFSEL/RCSEL (i.MX31/51/53/6Q)
> > > * can be sourced from Rx/Tx.
> > > --
> > > 2.19.1
> > >
next prev parent reply other threads:[~2018-11-16 14:45 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-05 13:58 [PATCH] ASoC: imx-audmux: complete dt-bindings for imx6 Clément Péron
2018-11-05 13:58 ` Clément Péron
2018-11-12 23:37 ` Rob Herring
2018-11-12 23:37 ` Rob Herring
2018-11-16 2:59 ` Shawn Guo
2018-11-16 2:59 ` Shawn Guo
2018-11-16 10:25 ` Clément Péron
2018-11-16 10:25 ` Clément Péron
2018-11-16 14:45 ` Shawn Guo [this message]
2018-11-16 14:45 ` Shawn Guo
2018-11-17 3:09 ` Mark Brown
2018-11-17 3:09 ` Mark Brown
2018-11-17 12:15 ` Clément Péron
2018-11-17 12:15 ` Clément Péron
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=20181116144520.GO5829@dragon \
--to=shawnguo@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
/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.