Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1311699
| From | Charles Keepax <ckeepax@opensource.wolfsonmicro.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/7] Minor Arizona MFD Cleanups |
| Date | 2016-01-18 18:30 +0100 |
| Message-ID | <qSlDc-3Oc-19@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi, This series fixes up a bunch of register defaults in the Arizona devices and sorts a few Kconfig options. Thanks, Charles Charles Keepax (7): mfd: wm5110: Fix defaults array based on testing mfd: wm5102: Fix defaults array based on testing mfd: wm8998: Fix defaults array based on testing mfd: cs47l24: Fix defaults array based on testing mfd: arizona: Remove duplicate select of MFD_CORE mfd: arizona: Update small typo in Arizona SPI Kconfig mfd: arizona: Allow building Arizona MFD as a module drivers/mfd/Kconfig | 6 ++-- drivers/mfd/Makefile | 18 +++++----- drivers/mfd/arizona-core.c | 4 +++ drivers/mfd/cs47l24-tables.c | 10 +----- drivers/mfd/wm5102-tables.c | 16 +++------ drivers/mfd/wm5110-tables.c | 82 ++++++++++++++++++++------------------------ drivers/mfd/wm8998-tables.c | 12 ++----- 7 files changed, 59 insertions(+), 89 deletions(-) -- 2.1.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/7] Minor Arizona MFD Cleanups Charles Keepax <ckeepax@opensource.wolfsonmicro.com> - 2016-01-18 18:30 +0100 [PATCH 1/7] mfd: wm5110: Fix defaults array based on testing Charles Keepax <ckeepax@opensource.wolfsonmicro.com> - 2016-01-18 18:30 +0100 [PATCH 4/7] mfd: cs47l24: Fix defaults array based on testing Charles Keepax <ckeepax@opensource.wolfsonmicro.com> - 2016-01-18 18:30 +0100 [PATCH 7/7] mfd: arizona: Allow building Arizona MFD as a module Charles Keepax <ckeepax@opensource.wolfsonmicro.com> - 2016-01-18 18:30 +0100 [PATCH 5/7] mfd: arizona: Remove duplicate select of MFD_CORE Charles Keepax <ckeepax@opensource.wolfsonmicro.com> - 2016-01-18 18:30 +0100 [PATCH 6/7] mfd: arizona: Update small typo in Arizona SPI Kconfig Charles Keepax <ckeepax@opensource.wolfsonmicro.com> - 2016-01-18 18:30 +0100
csiph-web