Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1330082
| From | Charles Keepax <ckeepax@opensource.wolfsonmicro.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH RESEND 6/7] mfd: arizona: Update small typo in Arizona SPI Kconfig |
| Date | 2016-02-09 12:00 +0100 |
| Message-ID | <r0ebw-2Tw-29@gated-at.bofh.it> (permalink) |
| References | <r0ebv-2Tw-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
The help text had a copy and paste error and refers to I2C in the SPI section. This patch corrects this typo. Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> --- drivers/mfd/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 9f012b7..d438a73 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -1385,7 +1385,7 @@ config MFD_ARIZONA_SPI depends on SPI_MASTER help Support for the Cirrus Logic/Wolfson Microelectronics Arizona platform - audio SoC core functionality controlled via I2C. + audio SoC core functionality controlled via SPI. config MFD_CS47L24 bool "Cirrus Logic CS47L24 and WM1831" -- 2.1.4
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/7] Minor Arizona MFD Cleanups Charles Keepax <ckeepax@opensource.wolfsonmicro.com> - 2016-02-09 12:00 +0100
[PATCH RESEND 1/7] mfd: wm5110: Fix defaults array based on testing Charles Keepax <ckeepax@opensource.wolfsonmicro.com> - 2016-02-09 12:00 +0100
[PATCH RESEND 5/7] mfd: arizona: Remove duplicate select of MFD_CORE Charles Keepax <ckeepax@opensource.wolfsonmicro.com> - 2016-02-09 12:00 +0100
[PATCH RESEND 6/7] mfd: arizona: Update small typo in Arizona SPI Kconfig Charles Keepax <ckeepax@opensource.wolfsonmicro.com> - 2016-02-09 12:00 +0100
[PATCH RESEND 2/7] mfd: wm5102: Fix defaults array based on testing Charles Keepax <ckeepax@opensource.wolfsonmicro.com> - 2016-02-09 12:00 +0100
[PATCH RESEND 4/7] mfd: cs47l24: Fix defaults array based on testing Charles Keepax <ckeepax@opensource.wolfsonmicro.com> - 2016-02-09 12:00 +0100
[PATCH RESEND 7/7] mfd: arizona: Allow building Arizona MFD as a module Charles Keepax <ckeepax@opensource.wolfsonmicro.com> - 2016-02-09 12:00 +0100
Re: [PATCH RESEND 7/7] mfd: arizona: Allow building Arizona MFD as a module Charles Keepax <ckeepax@opensource.wolfsonmicro.com> - 2016-02-09 13:40 +0100
csiph-web