All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jarkko Nikula <jarkko.nikula@bitmer.com>
To: Linus Walleij <linus.walleij@linaro.org>,
	Tony Lindgren <tony@atomide.com>,
	Peter Ujfalusi <peter.ujfalusi@gmail.com>,
	Liam Girdwood <lgirdwood@gmail.com>,
	Mark Brown <broonie@kernel.org>, Jaroslav Kysela <perex@perex.cz>,
	Takashi Iwai <tiwai@suse.com>
Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	alsa-devel@alsa-project.org
Subject: Re: [PATCH 0/5] GPIO descriptors for TI ASoC codecs
Date: Sun, 1 Oct 2023 20:49:12 +0300	[thread overview]
Message-ID: <4eb93a15-6e6b-4b81-aa3e-d78d7ef9476c@bitmer.com> (raw)
In-Reply-To: <20230926-descriptors-asoc-ti-v1-0-60cf4f8adbc5@linaro.org>

On 9/26/23 16:25, Linus Walleij wrote:
> This cleans up and rewrites the GPIO usage in the TI
> ASoC components to use GPIO descriptors exclusively.
> 
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
> ---
> Linus Walleij (5):
>       ASoC: ti: Convert N810 ASoC to GPIO descriptors
>       ASoC: ti: Convert RX51 to use exclusively GPIO descriptors
>       ASoC: ti: Convert TWL4030 to use GPIO descriptors
>       ASoC: ti: Convert Pandora ASoC to GPIO descriptors
>       ASoC: ti: osk5912: Drop unused include
> 
>  arch/arm/mach-omap2/board-n8x0.c           | 10 +++++
>  arch/arm/mach-omap2/pdata-quirks.c         | 10 +++++
>  include/linux/platform_data/omap-twl4030.h |  3 --
>  sound/soc/ti/n810.c                        | 31 ++++++++-------
>  sound/soc/ti/omap-twl4030.c                | 20 ++++------
>  sound/soc/ti/omap3pandora.c                | 63 +++++++++++-------------------
>  sound/soc/ti/osk5912.c                     |  1 -
>  sound/soc/ti/rx51.c                        | 19 ++-------
>  8 files changed, 72 insertions(+), 85 deletions(-)

To whole set (for sound/soc/ti/):

Acked-by: Jarkko Nikula <jarkko.nikula@bitmer.com>

And to 2/5:
Tested-by: Jarkko Nikula <jarkko.nikula@bitmer.com>

_______________________________________________
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: Jarkko Nikula <jarkko.nikula@bitmer.com>
To: Linus Walleij <linus.walleij@linaro.org>,
	Tony Lindgren <tony@atomide.com>,
	Peter Ujfalusi <peter.ujfalusi@gmail.com>,
	Liam Girdwood <lgirdwood@gmail.com>,
	Mark Brown <broonie@kernel.org>, Jaroslav Kysela <perex@perex.cz>,
	Takashi Iwai <tiwai@suse.com>
Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	alsa-devel@alsa-project.org
Subject: Re: [PATCH 0/5] GPIO descriptors for TI ASoC codecs
Date: Sun, 1 Oct 2023 20:49:12 +0300	[thread overview]
Message-ID: <4eb93a15-6e6b-4b81-aa3e-d78d7ef9476c@bitmer.com> (raw)
In-Reply-To: <20230926-descriptors-asoc-ti-v1-0-60cf4f8adbc5@linaro.org>

On 9/26/23 16:25, Linus Walleij wrote:
> This cleans up and rewrites the GPIO usage in the TI
> ASoC components to use GPIO descriptors exclusively.
> 
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
> ---
> Linus Walleij (5):
>       ASoC: ti: Convert N810 ASoC to GPIO descriptors
>       ASoC: ti: Convert RX51 to use exclusively GPIO descriptors
>       ASoC: ti: Convert TWL4030 to use GPIO descriptors
>       ASoC: ti: Convert Pandora ASoC to GPIO descriptors
>       ASoC: ti: osk5912: Drop unused include
> 
>  arch/arm/mach-omap2/board-n8x0.c           | 10 +++++
>  arch/arm/mach-omap2/pdata-quirks.c         | 10 +++++
>  include/linux/platform_data/omap-twl4030.h |  3 --
>  sound/soc/ti/n810.c                        | 31 ++++++++-------
>  sound/soc/ti/omap-twl4030.c                | 20 ++++------
>  sound/soc/ti/omap3pandora.c                | 63 +++++++++++-------------------
>  sound/soc/ti/osk5912.c                     |  1 -
>  sound/soc/ti/rx51.c                        | 19 ++-------
>  8 files changed, 72 insertions(+), 85 deletions(-)

To whole set (for sound/soc/ti/):

Acked-by: Jarkko Nikula <jarkko.nikula@bitmer.com>

And to 2/5:
Tested-by: Jarkko Nikula <jarkko.nikula@bitmer.com>

  parent reply	other threads:[~2023-10-01 17:49 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-26 13:25 [PATCH 0/5] GPIO descriptors for TI ASoC codecs Linus Walleij
2023-09-26 13:25 ` Linus Walleij
2023-09-26 13:25 ` [PATCH 1/5] ASoC: ti: Convert N810 ASoC to GPIO descriptors Linus Walleij
2023-09-26 13:25   ` Linus Walleij
2023-09-26 13:25 ` [PATCH 2/5] ASoC: ti: Convert RX51 to use exclusively " Linus Walleij
2023-09-26 13:25   ` Linus Walleij
2023-10-01 17:48   ` Jarkko Nikula
2023-10-01 17:48     ` Jarkko Nikula
2023-09-26 13:25 ` [PATCH 3/5] ASoC: ti: Convert TWL4030 to use " Linus Walleij
2023-09-26 13:25   ` Linus Walleij
2023-09-26 13:25 ` [PATCH 4/5] ASoC: ti: Convert Pandora ASoC to " Linus Walleij
2023-09-26 13:25   ` Linus Walleij
2023-09-26 13:25 ` [PATCH 5/5] ASoC: ti: osk5912: Drop unused include Linus Walleij
2023-09-26 13:25   ` Linus Walleij
2023-10-01 17:49 ` Jarkko Nikula [this message]
2023-10-01 17:49   ` [PATCH 0/5] GPIO descriptors for TI ASoC codecs Jarkko Nikula
2023-10-02 11:45   ` Mark Brown
2023-10-02 11:45     ` Mark Brown
2023-10-02 16:04 ` Mark Brown
2023-10-02 16:04   ` Mark Brown

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=4eb93a15-6e6b-4b81-aa3e-d78d7ef9476c@bitmer.com \
    --to=jarkko.nikula@bitmer.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=lgirdwood@gmail.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=perex@perex.cz \
    --cc=peter.ujfalusi@gmail.com \
    --cc=tiwai@suse.com \
    --cc=tony@atomide.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.