From: Markus Pargmann <mpa-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
To: "S. Fricke" <silvio.fricke-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
Fabio Estevam
<fabio.estevam-KZfg59tc24xl57MIdRCFDg@public.gmane.org>,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw@public.gmane.org,
Lars-Peter Clausen <lars-Qo5EllUWu/uELgA04lAiVw@public.gmane.org>,
Timur Tabi <timur-N01EOCouUvQ@public.gmane.org>,
Liam Girdwood <lgirdwood-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
Grant Likely
<grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>,
Mark Brown <broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Sascha Hauer <kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>,
Shawn Guo <shawn.guo-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
Subject: Re: [PATCH v11 2/8] ASoC: core: Generic ac97 link reset functions
Date: Wed, 18 Jun 2014 23:19:33 +0200 [thread overview]
Message-ID: <20140618211933.GD32450@pengutronix.de> (raw)
In-Reply-To: <20140618184234.GA27312@sfrouter>
[-- Attachment #1: Type: text/plain, Size: 1151 bytes --]
Hi Silvio,
On Wed, Jun 18, 2014 at 08:42:34PM +0200, S. Fricke wrote:
>
> Hi Markus,
>
> I'm fighting with your ac97 pinctrl configuration per dts.
>
> > [...]
> > +ssi {
> > + ...
> > +
> > + pinctrl-names = "default", "ac97-running", "ac97-reset", "ac97-warm-reset";
> > + pinctrl-0 = <&ac97link_running>;
> > + pinctrl-1 = <&ac97link_running>;
> > + pinctrl-2 = <&ac97link_reset>;
> > + pinctrl-3 = <&ac97link_warm_reset>;
> > + ac97-gpios = <&gpio3 20 0 &gpio3 22 0 &gpio3 28 0>;
>
> I see here the gpios for sync, sdata and reset. On my board I have two sdata
> lines (sdata-in and sdata-out) which line should I specify here for this setting?
Try to use sdata-out. This is the only data output line. sdata-in is the
input to the SoC so we don't have to use this for an AC97 reset.
Regards,
Markus
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: mpa@pengutronix.de (Markus Pargmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v11 2/8] ASoC: core: Generic ac97 link reset functions
Date: Wed, 18 Jun 2014 23:19:33 +0200 [thread overview]
Message-ID: <20140618211933.GD32450@pengutronix.de> (raw)
In-Reply-To: <20140618184234.GA27312@sfrouter>
Hi Silvio,
On Wed, Jun 18, 2014 at 08:42:34PM +0200, S. Fricke wrote:
>
> Hi Markus,
>
> I'm fighting with your ac97 pinctrl configuration per dts.
>
> > [...]
> > +ssi {
> > + ...
> > +
> > + pinctrl-names = "default", "ac97-running", "ac97-reset", "ac97-warm-reset";
> > + pinctrl-0 = <&ac97link_running>;
> > + pinctrl-1 = <&ac97link_running>;
> > + pinctrl-2 = <&ac97link_reset>;
> > + pinctrl-3 = <&ac97link_warm_reset>;
> > + ac97-gpios = <&gpio3 20 0 &gpio3 22 0 &gpio3 28 0>;
>
> I see here the gpios for sync, sdata and reset. On my board I have two sdata
> lines (sdata-in and sdata-out) which line should I specify here for this setting?
Try to use sdata-out. This is the only data output line. sdata-in is the
input to the SoC so we don't have to use this for an AC97 reset.
Regards,
Markus
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20140618/5abd42f4/attachment.sig>
next prev parent reply other threads:[~2014-06-18 21:19 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-19 15:05 [PATCH v11 0/7] ASoC: fsl-ssi: ac97-slave support Markus Pargmann
2013-08-19 15:05 ` Markus Pargmann
2013-08-19 15:05 ` [PATCH v11 1/8] ASoC: imx-pcm-dma: Add missing include Markus Pargmann
2013-08-19 15:05 ` Markus Pargmann
2013-08-19 16:42 ` Mark Brown
2013-08-19 16:42 ` Mark Brown
2013-08-19 15:05 ` [PATCH v11 2/8] ASoC: core: Generic ac97 link reset functions Markus Pargmann
2013-08-19 15:05 ` Markus Pargmann
2013-08-20 10:22 ` Mark Brown
2013-08-20 10:22 ` Mark Brown
[not found] ` <1376924761-4054-3-git-send-email-mpa-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2014-06-18 18:42 ` S. Fricke
2014-06-18 18:42 ` S. Fricke
2014-06-18 21:19 ` Markus Pargmann [this message]
2014-06-18 21:19 ` Markus Pargmann
2013-08-19 15:05 ` [PATCH v11 3/8] ASoC: generic: simple DT sound card Markus Pargmann
2013-08-19 15:05 ` Markus Pargmann
2013-08-23 9:58 ` Mark Brown
2013-08-23 9:58 ` Mark Brown
2013-08-31 7:17 ` Markus Pargmann
2013-08-31 7:17 ` Markus Pargmann
2013-08-19 15:05 ` [PATCH v11 4/8] ASoC: fsl: Kconfig, visible config items for simple card Markus Pargmann
2013-08-19 15:05 ` Markus Pargmann
2013-08-19 15:05 ` [PATCH v11 5/8] ASoC: fsl-ssi: ac97-slave support Markus Pargmann
2013-08-19 15:05 ` Markus Pargmann
2013-08-22 10:09 ` Mark Brown
2013-08-22 10:09 ` Mark Brown
2013-08-19 15:05 ` [PATCH v11 6/8] ASoC: fsl-ssi: add SSIEN errata work around Markus Pargmann
2013-08-19 15:05 ` Markus Pargmann
2013-08-22 10:10 ` Mark Brown
2013-08-22 10:10 ` Mark Brown
2013-08-19 15:06 ` [PATCH v11 7/8] ASoC: fsl-ssi: imx-pcm-fiq bugfix Markus Pargmann
2013-08-19 15:06 ` Markus Pargmann
2013-08-22 10:10 ` Mark Brown
2013-08-22 10:10 ` Mark Brown
2013-08-19 15:06 ` [PATCH v11 8/8] ASoC: fsl: disable ssi irq for imx Markus Pargmann
2013-08-19 15:06 ` Markus Pargmann
2013-08-22 10:11 ` Mark Brown
2013-08-22 10:11 ` Mark Brown
2013-08-19 15:13 ` [PATCH v11 0/7] ASoC: fsl-ssi: ac97-slave support Marc Kleine-Budde
2013-08-19 15:13 ` Marc Kleine-Budde
2013-08-19 15:13 ` Marc Kleine-Budde
2013-08-19 15:13 ` Marc Kleine-Budde
2013-08-19 15:29 ` Markus Pargmann
2013-08-19 15:29 ` Markus Pargmann
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=20140618211933.GD32450@pengutronix.de \
--to=mpa-bicnvbalz9megne8c9+irq@public.gmane.org \
--cc=alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw@public.gmane.org \
--cc=broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=fabio.estevam-KZfg59tc24xl57MIdRCFDg@public.gmane.org \
--cc=grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org \
--cc=kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org \
--cc=lars-Qo5EllUWu/uELgA04lAiVw@public.gmane.org \
--cc=lgirdwood-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=shawn.guo-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
--cc=silvio.fricke-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=timur-N01EOCouUvQ@public.gmane.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.