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


Groups > linux.kernel > #1250736 > unrolled thread

[PATCH v2 0/3] Add support for Cirrus Logic CS47L24 and WM1831 codecs

Started byRichard Fitzgerald <rf@opensource.wolfsonmicro.com>
First post2015-10-19 16:20 +0200
Last post2015-10-30 19:30 +0100
Articles 10 — 5 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH v2 0/3] Add support for Cirrus Logic CS47L24 and WM1831 codecs Richard Fitzgerald <rf@opensource.wolfsonmicro.com> - 2015-10-19 16:20 +0200
    [PATCH v2 2/3] gpio: arizona: Support Cirrus Logic CS47L24 and WM1831 Richard Fitzgerald <rf@opensource.wolfsonmicro.com> - 2015-10-19 16:20 +0200
      Re: [PATCH v2 2/3] gpio: arizona: Support Cirrus Logic CS47L24 and WM1831 Linus Walleij <linus.walleij@linaro.org> - 2015-10-27 11:00 +0100
        Re: [PATCH v2 2/3] gpio: arizona: Support Cirrus Logic CS47L24 and  WM1831 Lee Jones <lee.jones@linaro.org> - 2015-10-28 12:50 +0100
          Re: [PATCH v2 2/3] gpio: arizona: Support Cirrus Logic CS47L24 and WM1831 Linus Walleij <linus.walleij@linaro.org> - 2015-10-29 15:30 +0100
    Re: [alsa-devel] [PATCH v2 0/3] Add support for Cirrus Logic CS47L24  and WM1831 codecs Caleb Crome <caleb@crome.org> - 2015-10-19 17:00 +0200
      Re: [alsa-devel] [PATCH v2 0/3] Add support for Cirrus Logic  CS47L24 and WM1831 codecs Richard Fitzgerald <rf@opensource.wolfsonmicro.com> - 2015-10-19 17:10 +0200
        Re: [alsa-devel] [PATCH v2 0/3] Add support for Cirrus Logic CS47L24  and WM1831 codecs Caleb Crome <caleb@crome.org> - 2015-10-19 17:20 +0200
    Re: [PATCH v2 3/3] ASoC: cs47l24: Add driver for Cirrus Logic  CS47L24 and WM1831 codecs Mark Brown <broonie@kernel.org> - 2015-10-23 01:40 +0200
    Re: [PATCH v2 1/3] mfd: arizona: Support Cirrus Logic CS47L24 and  WM1831 Lee Jones <lee.jones@linaro.org> - 2015-10-30 19:30 +0100

#1250736 — [PATCH v2 0/3] Add support for Cirrus Logic CS47L24 and WM1831 codecs

FromRichard Fitzgerald <rf@opensource.wolfsonmicro.com>
Date2015-10-19 16:20 +0200
Subject[PATCH v2 0/3] Add support for Cirrus Logic CS47L24 and WM1831 codecs
Message-ID<qljs6-6P9-5@gated-at.bofh.it>
mfd patch based on Lee Jones's for-next
gpio patch based on Linus Walleij's for-next
ASoC patch based on Mark Brown's for-next

Lee/Mark - can one of you take all three patches (with maintainer acks) so
that the patch set is kept together?

Richard Fitzgerald (3):
  mfd: arizona: Support Cirrus Logic CS47L24 and WM1831
  gpio: arizona: Support Cirrus Logic CS47L24 and WM1831
  ASoC: cs47l24: Add driver for Cirrus Logic CS47L24 and WM1831 codecs

 Documentation/devicetree/bindings/mfd/arizona.txt |    4 +-
 drivers/gpio/gpio-arizona.c                       |    4 +
 drivers/mfd/Kconfig                               |   19 +-
 drivers/mfd/Makefile                              |    3 +
 drivers/mfd/arizona-core.c                        |   74 +-
 drivers/mfd/arizona-irq.c                         |   40 +-
 drivers/mfd/arizona-spi.c                         |    7 +
 drivers/mfd/arizona.h                             |    4 +
 drivers/mfd/cs47l24-tables.c                      | 1629 +++++++++++++++++++++
 include/linux/mfd/arizona/core.h                  |    3 +
 sound/soc/codecs/Kconfig                          |    8 +
 sound/soc/codecs/Makefile                         |    2 +
 sound/soc/codecs/cs47l24.c                        | 1148 +++++++++++++++
 sound/soc/codecs/cs47l24.h                        |   23 +
 14 files changed, 2942 insertions(+), 26 deletions(-)
 create mode 100644 drivers/mfd/cs47l24-tables.c
 create mode 100644 sound/soc/codecs/cs47l24.c
 create mode 100644 sound/soc/codecs/cs47l24.h

-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1250737 — [PATCH v2 2/3] gpio: arizona: Support Cirrus Logic CS47L24 and WM1831

FromRichard Fitzgerald <rf@opensource.wolfsonmicro.com>
Date2015-10-19 16:20 +0200
Subject[PATCH v2 2/3] gpio: arizona: Support Cirrus Logic CS47L24 and WM1831
Message-ID<qljs6-6P9-9@gated-at.bofh.it>
In reply to#1250736
The CS47L24 and WM1831 codecs only have two GPIO lines, but are
otherwise similar to the WM8280.

Signed-off-by: Richard Fitzgerald <rf@opensource.wolfsonmicro.com>
---
 drivers/gpio/gpio-arizona.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drivers/gpio/gpio-arizona.c b/drivers/gpio/gpio-arizona.c
index ca00273..624ea54 100644
--- a/drivers/gpio/gpio-arizona.c
+++ b/drivers/gpio/gpio-arizona.c
@@ -122,6 +122,10 @@ static int arizona_gpio_probe(struct platform_device *pdev)
 	case WM1814:
 		arizona_gpio->gpio_chip.ngpio = 5;
 		break;
+	case WM1831:
+	case CS47L24:
+		arizona_gpio->gpio_chip.ngpio = 2;
+		break;
 	default:
 		dev_err(&pdev->dev, "Unknown chip variant %d\n",
 			arizona->type);
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [next] | [standalone]


#1256637 — Re: [PATCH v2 2/3] gpio: arizona: Support Cirrus Logic CS47L24 and WM1831

FromLinus Walleij <linus.walleij@linaro.org>
Date2015-10-27 11:00 +0100
SubjectRe: [PATCH v2 2/3] gpio: arizona: Support Cirrus Logic CS47L24 and WM1831
Message-ID<qo9cR-3CL-9@gated-at.bofh.it>
In reply to#1250737
On Mon, Oct 19, 2015 at 4:13 PM, Richard Fitzgerald
<rf@opensource.wolfsonmicro.com> wrote:

> The CS47L24 and WM1831 codecs only have two GPIO lines, but are
> otherwise similar to the WM8280.
>
> Signed-off-by: Richard Fitzgerald <rf@opensource.wolfsonmicro.com>

Acked-by: Linus Walleij <linus.walleij@linaro.org>

Lee can merge this into the MFD tree with patch 1/3 if he likes,
I guess that's simplest.

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [next] | [standalone]


#1257934 — Re: [PATCH v2 2/3] gpio: arizona: Support Cirrus Logic CS47L24 and WM1831

FromLee Jones <lee.jones@linaro.org>
Date2015-10-28 12:50 +0100
SubjectRe: [PATCH v2 2/3] gpio: arizona: Support Cirrus Logic CS47L24 and WM1831
Message-ID<qoxoS-255-7@gated-at.bofh.it>
In reply to#1256637
On Tue, 27 Oct 2015, Linus Walleij wrote:

> On Mon, Oct 19, 2015 at 4:13 PM, Richard Fitzgerald
> <rf@opensource.wolfsonmicro.com> wrote:
> 
> > The CS47L24 and WM1831 codecs only have two GPIO lines, but are
> > otherwise similar to the WM8280.
> >
> > Signed-off-by: Richard Fitzgerald <rf@opensource.wolfsonmicro.com>
> 
> Acked-by: Linus Walleij <linus.walleij@linaro.org>
> 
> Lee can merge this into the MFD tree with patch 1/3 if he likes,
> I guess that's simplest.

I can do.  Do you require a pull-request?

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [next] | [standalone]


#1258817 — Re: [PATCH v2 2/3] gpio: arizona: Support Cirrus Logic CS47L24 and WM1831

FromLinus Walleij <linus.walleij@linaro.org>
Date2015-10-29 15:30 +0100
SubjectRe: [PATCH v2 2/3] gpio: arizona: Support Cirrus Logic CS47L24 and WM1831
Message-ID<qoWnf-1hg-1@gated-at.bofh.it>
In reply to#1257934
On Wed, Oct 28, 2015 at 12:42 PM, Lee Jones <lee.jones@linaro.org> wrote:
> On Tue, 27 Oct 2015, Linus Walleij wrote:
>
>> On Mon, Oct 19, 2015 at 4:13 PM, Richard Fitzgerald
>> <rf@opensource.wolfsonmicro.com> wrote:
>>
>> > The CS47L24 and WM1831 codecs only have two GPIO lines, but are
>> > otherwise similar to the WM8280.
>> >
>> > Signed-off-by: Richard Fitzgerald <rf@opensource.wolfsonmicro.com>
>>
>> Acked-by: Linus Walleij <linus.walleij@linaro.org>
>>
>> Lee can merge this into the MFD tree with patch 1/3 if he likes,
>> I guess that's simplest.
>
> I can do.  Do you require a pull-request?

Nah. I usually optimistically assume that these (small) things will
not clash.

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [next] | [standalone]


#1250779 — Re: [alsa-devel] [PATCH v2 0/3] Add support for Cirrus Logic CS47L24 and WM1831 codecs

FromCaleb Crome <caleb@crome.org>
Date2015-10-19 17:00 +0200
SubjectRe: [alsa-devel] [PATCH v2 0/3] Add support for Cirrus Logic CS47L24 and WM1831 codecs
Message-ID<qlk4P-7Aj-33@gated-at.bofh.it>
In reply to#1250736
(Accidentally sent HTML format last time, so re-sending...)

Does anybody have support written for the CS53L30 4 channel ADC ?


Thanks,
 -Caleb

On Mon, Oct 19, 2015 at 7:13 AM, Richard Fitzgerald
<rf@opensource.wolfsonmicro.com> wrote:
> mfd patch based on Lee Jones's for-next
> gpio patch based on Linus Walleij's for-next
> ASoC patch based on Mark Brown's for-next
>
> Lee/Mark - can one of you take all three patches (with maintainer acks) so
> that the patch set is kept together?
>
> Richard Fitzgerald (3):
>   mfd: arizona: Support Cirrus Logic CS47L24 and WM1831
>   gpio: arizona: Support Cirrus Logic CS47L24 and WM1831
>   ASoC: cs47l24: Add driver for Cirrus Logic CS47L24 and WM1831 codecs
>
>  Documentation/devicetree/bindings/mfd/arizona.txt |    4 +-
>  drivers/gpio/gpio-arizona.c                       |    4 +
>  drivers/mfd/Kconfig                               |   19 +-
>  drivers/mfd/Makefile                              |    3 +
>  drivers/mfd/arizona-core.c                        |   74 +-
>  drivers/mfd/arizona-irq.c                         |   40 +-
>  drivers/mfd/arizona-spi.c                         |    7 +
>  drivers/mfd/arizona.h                             |    4 +
>  drivers/mfd/cs47l24-tables.c                      | 1629 +++++++++++++++++++++
>  include/linux/mfd/arizona/core.h                  |    3 +
>  sound/soc/codecs/Kconfig                          |    8 +
>  sound/soc/codecs/Makefile                         |    2 +
>  sound/soc/codecs/cs47l24.c                        | 1148 +++++++++++++++
>  sound/soc/codecs/cs47l24.h                        |   23 +
>  14 files changed, 2942 insertions(+), 26 deletions(-)
>  create mode 100644 drivers/mfd/cs47l24-tables.c
>  create mode 100644 sound/soc/codecs/cs47l24.c
>  create mode 100644 sound/soc/codecs/cs47l24.h
>
> --
> 1.9.1
>
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@alsa-project.org
> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [next] | [standalone]


#1250796 — Re: [alsa-devel] [PATCH v2 0/3] Add support for Cirrus Logic CS47L24 and WM1831 codecs

FromRichard Fitzgerald <rf@opensource.wolfsonmicro.com>
Date2015-10-19 17:10 +0200
SubjectRe: [alsa-devel] [PATCH v2 0/3] Add support for Cirrus Logic CS47L24 and WM1831 codecs
Message-ID<qlkeu-82E-23@gated-at.bofh.it>
In reply to#1250779
On Mon, 2015-10-19 at 07:52 -0700, Caleb Crome wrote:
> (Accidentally sent HTML format last time, so re-sending...)
> 
> Does anybody have support written for the CS53L30 4 channel ADC ?
> 
> 
> Thanks,
>  -Caleb
> 

You'd be more likely to get a reply to that if you started a new thread
that included in the email title the part number of the device you are
interested in. It not reasonable to assume that someone who knows about
the CS53L30 would expect to find a discussion of it under a thread about
a different device.

> On Mon, Oct 19, 2015 at 7:13 AM, Richard Fitzgerald
> <rf@opensource.wolfsonmicro.com> wrote:
> > mfd patch based on Lee Jones's for-next
> > gpio patch based on Linus Walleij's for-next
> > ASoC patch based on Mark Brown's for-next
> >
> > Lee/Mark - can one of you take all three patches (with maintainer acks) so
> > that the patch set is kept together?
> >
> > Richard Fitzgerald (3):
> >   mfd: arizona: Support Cirrus Logic CS47L24 and WM1831
> >   gpio: arizona: Support Cirrus Logic CS47L24 and WM1831
> >   ASoC: cs47l24: Add driver for Cirrus Logic CS47L24 and WM1831 codecs
> >
> >  Documentation/devicetree/bindings/mfd/arizona.txt |    4 +-
> >  drivers/gpio/gpio-arizona.c                       |    4 +
> >  drivers/mfd/Kconfig                               |   19 +-
> >  drivers/mfd/Makefile                              |    3 +
> >  drivers/mfd/arizona-core.c                        |   74 +-
> >  drivers/mfd/arizona-irq.c                         |   40 +-
> >  drivers/mfd/arizona-spi.c                         |    7 +
> >  drivers/mfd/arizona.h                             |    4 +
> >  drivers/mfd/cs47l24-tables.c                      | 1629 +++++++++++++++++++++
> >  include/linux/mfd/arizona/core.h                  |    3 +
> >  sound/soc/codecs/Kconfig                          |    8 +
> >  sound/soc/codecs/Makefile                         |    2 +
> >  sound/soc/codecs/cs47l24.c                        | 1148 +++++++++++++++
> >  sound/soc/codecs/cs47l24.h                        |   23 +
> >  14 files changed, 2942 insertions(+), 26 deletions(-)
> >  create mode 100644 drivers/mfd/cs47l24-tables.c
> >  create mode 100644 sound/soc/codecs/cs47l24.c
> >  create mode 100644 sound/soc/codecs/cs47l24.h
> >
> > --
> > 1.9.1
> >
> > _______________________________________________
> > Alsa-devel mailing list
> > Alsa-devel@alsa-project.org
> > http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@alsa-project.org
> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [next] | [standalone]


#1250821 — Re: [alsa-devel] [PATCH v2 0/3] Add support for Cirrus Logic CS47L24 and WM1831 codecs

FromCaleb Crome <caleb@crome.org>
Date2015-10-19 17:20 +0200
SubjectRe: [alsa-devel] [PATCH v2 0/3] Add support for Cirrus Logic CS47L24 and WM1831 codecs
Message-ID<qlkob-8eL-41@gated-at.bofh.it>
In reply to#1250796
On Mon, Oct 19, 2015 at 8:04 AM, Richard Fitzgerald
<rf@opensource.wolfsonmicro.com> wrote:
> On Mon, 2015-10-19 at 07:52 -0700, Caleb Crome wrote:
>> (Accidentally sent HTML format last time, so re-sending...)
>>
>> Does anybody have support written for the CS53L30 4 channel ADC ?
>>
>>
>> Thanks,
>>  -Caleb
>>
>
> You'd be more likely to get a reply to that if you started a new thread
> that included in the email title the part number of the device you are
> interested in. It not reasonable to assume that someone who knows about
> the CS53L30 would expect to find a discussion of it under a thread about
> a different device.
>


Ah, fair enough .  I figured that the group of folks paying attention
to the CS47L24 might be the same people paying attention to the
CS53L30.

Thanks,
-caleb
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [next] | [standalone]


#1254238 — Re: [PATCH v2 3/3] ASoC: cs47l24: Add driver for Cirrus Logic CS47L24 and WM1831 codecs

FromMark Brown <broonie@kernel.org>
Date2015-10-23 01:40 +0200
SubjectRe: [PATCH v2 3/3] ASoC: cs47l24: Add driver for Cirrus Logic CS47L24 and WM1831 codecs
Message-ID<qmxCH-Il-27@gated-at.bofh.it>
In reply to#1250736

[Multipart message — attachments visible in raw view] — view raw

On Mon, Oct 19, 2015 at 03:13:47PM +0100, Richard Fitzgerald wrote:

> @@ -134,6 +134,7 @@ config SND_SOC_ALL_CODECS
>  	select SND_SOC_WM5100 if I2C
>  	select SND_SOC_WM5102 if MFD_WM5102
>  	select SND_SOC_WM5110 if MFD_WM5110
> +	select SND_SOC_CS47L24 if MFD_CS47L24
>  	select SND_SOC_WM8350 if MFD_WM8350
>  	select SND_SOC_WM8400 if MFD_WM8400
>  	select SND_SOC_WM8510 if SND_SOC_I2C_AND_SPI

Please keep the Makefile and Kconfig sorted.

> +config SND_SOC_CS47L24
> +	tristate "TEST cs47l24"
> +

This isn't a good help text for the symbol.

Otherwise the code looks good.

[toc] | [prev] | [next] | [standalone]


#1259694 — Re: [PATCH v2 1/3] mfd: arizona: Support Cirrus Logic CS47L24 and WM1831

FromLee Jones <lee.jones@linaro.org>
Date2015-10-30 19:30 +0100
SubjectRe: [PATCH v2 1/3] mfd: arizona: Support Cirrus Logic CS47L24 and WM1831
Message-ID<qpmB4-LN-23@gated-at.bofh.it>
In reply to#1250736
On Mon, 19 Oct 2015, Richard Fitzgerald wrote:

> This patch adds the regmap configuration tables and
> core MFD handling for the CS47L24 and WM1831 codecs.
> 
> Note that compared to the other Arizona codecs, these devices
> do not have an LDO1 or micsupp regulators, extcon driver, or
> the DCVDD isolation control.
> 
> Signed-off-by: Richard Fitzgerald <rf@opensource.wolfsonmicro.com>
> ---
>  Documentation/devicetree/bindings/mfd/arizona.txt |    4 +-

Separate patch please.

>  drivers/mfd/Kconfig                               |   19 +-
>  drivers/mfd/Makefile                              |    3 +
>  drivers/mfd/arizona-core.c                        |   74 +-
>  drivers/mfd/arizona-irq.c                         |   40 +-
>  drivers/mfd/arizona-spi.c                         |    7 +
>  drivers/mfd/arizona.h                             |    4 +
>  drivers/mfd/cs47l24-tables.c                      | 1629 +++++++++++++++++++++
>  include/linux/mfd/arizona/core.h                  |    3 +
>  9 files changed, 1757 insertions(+), 26 deletions(-)
>  create mode 100644 drivers/mfd/cs47l24-tables.c
> 
> diff --git a/Documentation/devicetree/bindings/mfd/arizona.txt b/Documentation/devicetree/bindings/mfd/arizona.txt
> index a8fee60..73f28fa 100644
> --- a/Documentation/devicetree/bindings/mfd/arizona.txt
> +++ b/Documentation/devicetree/bindings/mfd/arizona.txt
> @@ -1,4 +1,4 @@
> -Wolfson Arizona class audio SoCs
> +Cirrus Logic/Wolfson Microelectronics Arizona class audio SoCs
>  
>  These devices are audio SoCs with extensive digital capabilites and a range
>  of analogue I/O.
> @@ -12,6 +12,8 @@ Required properties:
>          "wlf,wm8997"
>          "wlf,wm8998"
>          "wlf,wm1814"
> +        "wlf,wm1831"
> +        "cirrus,cs47l24"
>  
>    - reg : I2C slave address when connected using I2C, chip select number when
>      using SPI.
> diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
> index 4d92df6..d25bbb3 100644
> --- a/drivers/mfd/Kconfig
> +++ b/drivers/mfd/Kconfig
> @@ -1370,24 +1370,24 @@ config MFD_ARIZONA
>  	bool
>  
>  config MFD_ARIZONA_I2C
> -	tristate "Wolfson Microelectronics Arizona platform with I2C"
> +	tristate "Cirrus Logic/Wolfson Microelectronics Arizona platform with I2C"
>  	select MFD_ARIZONA
>  	select MFD_CORE
>  	select REGMAP_I2C
>  	depends on I2C
>  	help
> -	  Support for the Wolfson Microelectronics Arizona platform audio SoC
> -	  core functionality controlled via I2C.
> +	  Support for the Cirrus Logic/Wolfson Microelectronics Arizona platform
> +	  audio SoC core functionality controlled via I2C.
>  
>  config MFD_ARIZONA_SPI
> -	tristate "Wolfson Microelectronics Arizona platform with SPI"
> +	tristate "Cirrus Logic/Wolfson Microelectronics Arizona platform with SPI"
>  	select MFD_ARIZONA
>  	select MFD_CORE
>  	select REGMAP_SPI
>  	depends on SPI_MASTER
>  	help
> -	  Support for the Wolfson Microelectronics Arizona platform audio SoC
> -	  core functionality controlled via I2C.
> +	  Support for the Cirrus Logic/Wolfson Microelectronics Arizona platform
> +	  audio SoC core functionality controlled via I2C.
>  
>  config MFD_WM5102
>  	bool "Wolfson Microelectronics WM5102"
> @@ -1414,6 +1414,13 @@ config MFD_WM8998
>  	help
>  	  Support for Wolfson Microelectronics WM8998 low power audio SoC
>  
> +config MFD_CS47L24
> +	bool "Cirrus Logic CS47L24 and WM1831"
> +	depends on MFD_ARIZONA
> +	help
> +	  Support for Cirrus Logic CS47L24 and WM1831 low power audio SoC
> +
> +

Superflous '\n'.

[...]

> diff --git a/drivers/mfd/cs47l24-tables.c b/drivers/mfd/cs47l24-tables.c
> new file mode 100644
> index 0000000..f877586
> --- /dev/null
> +++ b/drivers/mfd/cs47l24-tables.c
> @@ -0,0 +1,1629 @@
> +/*
> + * cs47l24-tables.c  --  data tables for CS47L24 codec

Please remove this filename.

They have a habit of becoming unaligned.

> + * Copyright 2015 Cirrus Logic, Inc.
> + *
> + * Author: Richard Fitzgerald <rf@opensource.wolfsonmicro.com>
> + *
> + * This program is free software; you can redistribute it and/or modify
> + * it under the terms of the GNU General Public License version 2 as
> + * published by the Free Software Foundation.
> + */

[...]

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web