Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1732087

Re: [PATCH v7 2/8] mfd: wm97xx-core: core support for wm97xx Codec

From Lee Jones <lee.jones@linaro.org>
Newsgroups linux.kernel
Subject Re: [PATCH v7 2/8] mfd: wm97xx-core: core support for wm97xx Codec
Date 2017-09-14 09:50 +0200
Message-ID <upx4n-293-5@gated-at.bofh.it> (permalink)
References <uplFT-37q-3@gated-at.bofh.it> <uplFU-37q-25@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Wed, 13 Sep 2017, Robert Jarzmik wrote:

> The WM9705, WM9712 and WM9713 are highly integrated codecs, with an
> audio codec, DAC and ADC, GPIO unit and a touchscreen interface.
> 
> Historically the support was spread across drivers/input/touchscreen and
> sound/soc/codecs. The sharing was done through ac97 bus sharing. This
> model will not withstand the new AC97 bus model, where codecs are
> discovered on runtime.
> 
> Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
> Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
> Acked-by: Lee Jones <lee.jones@linaro.org>
> ---
> Since v3:
>  - added a "depends on AC97_BUS_NEW" Kconfig statement
>  - added default values for wm9705, wm9712 per Charles's comment
> Since v4:
>  - added Charles's ack
> Since v5:
>  - took into account Lee's comments
> Since v6:
>  - took into account Lee's comments
> ---
>  drivers/mfd/Kconfig        |  14 ++
>  drivers/mfd/Makefile       |   1 +
>  drivers/mfd/wm97xx-core.c  | 366 +++++++++++++++++++++++++++++++++++++++++++++
>  include/linux/mfd/wm97xx.h |  25 ++++
>  4 files changed, 406 insertions(+)
>  create mode 100644 drivers/mfd/wm97xx-core.c
>  create mode 100644 include/linux/mfd/wm97xx.h

Applied, thanks.

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v7 2/8] mfd: wm97xx-core: core support for wm97xx Codec Robert Jarzmik <robert.jarzmik@free.fr> - 2017-09-13 21:40 +0200
  Re: [PATCH v7 2/8] mfd: wm97xx-core: core support for wm97xx Codec Lee Jones <lee.jones@linaro.org> - 2017-09-14 09:50 +0200
    Re: [PATCH v7 2/8] mfd: wm97xx-core: core support for wm97xx Codec Mark Brown <broonie@kernel.org> - 2017-09-14 18:10 +0200
      Re: [PATCH v7 2/8] mfd: wm97xx-core: core support for wm97xx Codec Lee Jones <lee.jones@linaro.org> - 2017-09-18 11:00 +0200
        Re: [PATCH v7 2/8] mfd: wm97xx-core: core support for wm97xx Codec Mark Brown <broonie@kernel.org> - 2017-09-19 14:20 +0200
          Re: [PATCH v7 2/8] mfd: wm97xx-core: core support for wm97xx Codec Lee Jones <lee.jones@linaro.org> - 2017-09-19 17:30 +0200
            Re: [PATCH v7 2/8] mfd: wm97xx-core: core support for wm97xx Codec Lee Jones <lee.jones@linaro.org> - 2017-09-19 17:30 +0200
            Re: [PATCH v7 2/8] mfd: wm97xx-core: core support for wm97xx Codec Mark Brown <broonie@kernel.org> - 2017-09-19 18:10 +0200
            Re: [PATCH v7 2/8] mfd: wm97xx-core: core support for wm97xx Codec Mark Brown <broonie@kernel.org> - 2017-09-19 18:10 +0200
              Re: [PATCH v7 2/8] mfd: wm97xx-core: core support for wm97xx Codec Lee Jones <lee.jones@linaro.org> - 2017-09-20 10:30 +0200
                Re: [PATCH v7 2/8] mfd: wm97xx-core: core support for wm97xx Codec Mark Brown <broonie@kernel.org> - 2017-09-20 13:40 +0200
  Re: [PATCH v7 2/8] mfd: wm97xx-core: core support for wm97xx Codec Lee Jones <lee.jones@linaro.org> - 2017-09-14 09:50 +0200
  Applied "mfd: wm97xx-core: core support for wm97xx Codec" to the asoc tree Mark Brown <broonie@kernel.org> - 2017-09-19 18:20 +0200

csiph-web