All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lee Jones <lee.jones@linaro.org>
To: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Cc: robh@kernel.org, alsa-devel@alsa-project.org,
	bgoswami@codeaurora.org, vinod.koul@linaro.org,
	devicetree@vger.kernel.org, linus.walleij@linaro.org,
	linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org,
	broonie@kernel.org, spapothi@codeaurora.org
Subject: Re: [alsa-devel] [PATCH v6 02/11] mfd: wcd934x: add support to wcd9340/wcd9341 codec
Date: Wed, 29 Jan 2020 11:18:58 +0000	[thread overview]
Message-ID: <20200129111858.GC3548@dell> (raw)
In-Reply-To: <20191219103153.14875-3-srinivas.kandagatla@linaro.org>

On Thu, 19 Dec 2019, Srinivas Kandagatla wrote:

> Qualcomm WCD9340/WCD9341 Codec is a standalone Hi-Fi audio codec IC.
> 
> This codec has integrated SoundWire controller, pin controller and
> interrupt controller.
> 
> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
> Acked-for-MFD-by: Lee Jones <lee.jones@linaro.org>
> ---
>  drivers/mfd/Kconfig                   |  12 +
>  drivers/mfd/Makefile                  |   1 +
>  drivers/mfd/wcd934x.c                 | 306 +++++++++++++++
>  include/linux/mfd/wcd934x/registers.h | 531 ++++++++++++++++++++++++++
>  include/linux/mfd/wcd934x/wcd934x.h   |  31 ++
>  5 files changed, 881 insertions(+)
>  create mode 100644 drivers/mfd/wcd934x.c
>  create mode 100644 include/linux/mfd/wcd934x/registers.h
>  create mode 100644 include/linux/mfd/wcd934x/wcd934x.h

Applied, thanks.

-- 
Lee Jones [李琼斯]
Linaro Services Technical Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
https://mailman.alsa-project.org/mailman/listinfo/alsa-devel

WARNING: multiple messages have this Message-ID (diff)
From: Lee Jones <lee.jones@linaro.org>
To: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Cc: broonie@kernel.org, linus.walleij@linaro.org, robh@kernel.org,
	vinod.koul@linaro.org, alsa-devel@alsa-project.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	spapothi@codeaurora.org, bgoswami@codeaurora.org,
	linux-gpio@vger.kernel.org
Subject: Re: [PATCH v6 02/11] mfd: wcd934x: add support to wcd9340/wcd9341 codec
Date: Wed, 29 Jan 2020 11:18:58 +0000	[thread overview]
Message-ID: <20200129111858.GC3548@dell> (raw)
In-Reply-To: <20191219103153.14875-3-srinivas.kandagatla@linaro.org>

On Thu, 19 Dec 2019, Srinivas Kandagatla wrote:

> Qualcomm WCD9340/WCD9341 Codec is a standalone Hi-Fi audio codec IC.
> 
> This codec has integrated SoundWire controller, pin controller and
> interrupt controller.
> 
> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
> Acked-for-MFD-by: Lee Jones <lee.jones@linaro.org>
> ---
>  drivers/mfd/Kconfig                   |  12 +
>  drivers/mfd/Makefile                  |   1 +
>  drivers/mfd/wcd934x.c                 | 306 +++++++++++++++
>  include/linux/mfd/wcd934x/registers.h | 531 ++++++++++++++++++++++++++
>  include/linux/mfd/wcd934x/wcd934x.h   |  31 ++
>  5 files changed, 881 insertions(+)
>  create mode 100644 drivers/mfd/wcd934x.c
>  create mode 100644 include/linux/mfd/wcd934x/registers.h
>  create mode 100644 include/linux/mfd/wcd934x/wcd934x.h

Applied, thanks.

-- 
Lee Jones [李琼斯]
Linaro Services Technical Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

  parent reply	other threads:[~2020-01-29 11:19 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-19 10:31 [alsa-devel] [PATCH v6 00/11] ASoC: Add support to WCD9340/WCD9341 codec Srinivas Kandagatla
2019-12-19 10:31 ` Srinivas Kandagatla
2019-12-19 10:31 ` [alsa-devel] [PATCH v6 01/11] ASoC: dt-bindings: add dt bindings for WCD9340/WCD9341 audio codec Srinivas Kandagatla
2019-12-19 10:31   ` Srinivas Kandagatla
2019-12-19 10:31 ` [alsa-devel] [PATCH v6 02/11] mfd: wcd934x: add support to wcd9340/wcd9341 codec Srinivas Kandagatla
2019-12-19 10:31   ` Srinivas Kandagatla
2019-12-19 16:36   ` [alsa-devel] " Pierre-Louis Bossart
2019-12-19 16:36     ` Pierre-Louis Bossart
2019-12-19 17:28     ` Srinivas Kandagatla
2019-12-19 17:28       ` Srinivas Kandagatla
2019-12-19 20:05       ` Pierre-Louis Bossart
2019-12-19 20:05         ` Pierre-Louis Bossart
2019-12-20 10:27         ` Srinivas Kandagatla
2019-12-20 10:27           ` Srinivas Kandagatla
2019-12-20 15:22           ` Pierre-Louis Bossart
2019-12-20 15:22             ` Pierre-Louis Bossart
2020-01-22  9:55   ` Srinivas Kandagatla
2020-01-22  9:55     ` Srinivas Kandagatla
2020-01-29 11:18   ` Lee Jones [this message]
2020-01-29 11:18     ` Lee Jones
2019-12-19 10:31 ` [alsa-devel] [PATCH v6 03/11] ASoC: " Srinivas Kandagatla
2019-12-19 10:31   ` Srinivas Kandagatla
2019-12-25 18:21   ` [alsa-devel] Applied "ASoC: wcd934x: add support to wcd9340/wcd9341 codec" to the asoc tree Mark Brown
2019-12-25 18:21     ` Mark Brown
2019-12-19 10:31 ` [alsa-devel] [PATCH v6 04/11] ASoC: wcd934x: add basic controls Srinivas Kandagatla
2019-12-19 10:31   ` Srinivas Kandagatla
2019-12-19 10:31 ` [alsa-devel] [PATCH v6 05/11] ASoC: wcd934x: add playback dapm widgets Srinivas Kandagatla
2019-12-19 10:31   ` Srinivas Kandagatla
2019-12-19 10:31 ` [alsa-devel] [PATCH v6 06/11] ASoC: wcd934x: add capture " Srinivas Kandagatla
2019-12-19 10:31   ` Srinivas Kandagatla
2019-12-19 10:31 ` [alsa-devel] [PATCH v6 07/11] ASoC: wcd934x: add audio routings Srinivas Kandagatla
2019-12-19 10:31   ` Srinivas Kandagatla
2019-12-19 10:31 ` [alsa-devel] [PATCH v6 08/11] dt-bindings: gpio: wcd934x: Add bindings for gpio Srinivas Kandagatla
2019-12-19 10:31   ` Srinivas Kandagatla
2020-01-07  9:47   ` [alsa-devel] " Linus Walleij
2020-01-07  9:47     ` Linus Walleij
2020-01-07 10:17     ` [alsa-devel] " Srinivas Kandagatla
2020-01-07 10:17       ` Srinivas Kandagatla
2020-01-07 22:28       ` [alsa-devel] " Rob Herring
2020-01-07 22:28         ` Rob Herring
2019-12-19 10:31 ` [alsa-devel] [PATCH v6 09/11] gpio: wcd934x: Add support to wcd934x gpio controller Srinivas Kandagatla
2019-12-19 10:31   ` Srinivas Kandagatla
2020-01-07  9:48   ` [alsa-devel] " Linus Walleij
2020-01-07  9:48     ` Linus Walleij
2019-12-19 10:31 ` [alsa-devel] [PATCH v6 10/11] ASoC: qcom: dt-bindings: Add compatible for DB845c and Lenovo Yoga Srinivas Kandagatla
2019-12-19 10:31   ` Srinivas Kandagatla
2019-12-19 10:31 ` [alsa-devel] [PATCH v6 11/11] ASoC: qcom: sdm845: add support to " Srinivas Kandagatla
2019-12-19 10:31   ` Srinivas Kandagatla

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=20200129111858.GC3548@dell \
    --to=lee.jones@linaro.org \
    --cc=alsa-devel@alsa-project.org \
    --cc=bgoswami@codeaurora.org \
    --cc=broonie@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh@kernel.org \
    --cc=spapothi@codeaurora.org \
    --cc=srinivas.kandagatla@linaro.org \
    --cc=vinod.koul@linaro.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.