Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1238413
| From | Charles Keepax <ckeepax@opensource.wolfsonmicro.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/5] Arizona Extcon Update Device Bindings |
| Date | 2015-10-02 19:00 +0200 |
| Message-ID | <qfbQB-KP-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This patch chain adds device bindings for the jack and
microphone detection system specific settings.
Mark, I have added you on the chain as getting a DT ack is
proving challenging and Lee said he would appreciate your
opinion on these, hope that is ok. Note that some of the
changes backing the DT doc updates in the first of the two
MFD changes have already been merged hence why they are
not in this series.
Changes since v1:
- I have removed the stuff for the second jack detect pin
from the series. It seems that it will probably be better
to get these bindings in first as I can't see anyway they
could be contentious then we can deal with that and if it
needs to be a pinmux/gpio thing later.
Thanks,
Charles
Charles Keepax (5):
extcon: arizona: Add device binding to enable ADC mode micdet
extcon: arizona: Add device binding for the general purpose switch
extcon: arizona: Add device binding for jack detect polarity
inversion
mfd: arizona: Update DT binding documentation for mic detection
mfd: arizona: Update DT binding document for jack detection invert
Documentation/devicetree/bindings/mfd/arizona.txt | 23 +++++++++++++++++++++
drivers/extcon/extcon-arizona.c | 8 +++++++
include/dt-bindings/mfd/arizona.h | 5 ++++
3 files changed, 36 insertions(+), 0 deletions(-)
--
1.7.2.5
--
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/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2 0/5] Arizona Extcon Update Device Bindings Charles Keepax <ckeepax@opensource.wolfsonmicro.com> - 2015-10-02 19:00 +0200
[PATCH v2 4/5] mfd: arizona: Update DT binding documentation for mic detection Charles Keepax <ckeepax@opensource.wolfsonmicro.com> - 2015-10-02 19:00 +0200
Re: [PATCH v2 4/5] mfd: arizona: Update DT binding documentation for mic detection Lee Jones <lee.jones@linaro.org> - 2015-10-05 12:10 +0200
[PATCH v2 5/5] mfd: arizona: Update DT binding document for jack detection invert Charles Keepax <ckeepax@opensource.wolfsonmicro.com> - 2015-10-02 19:00 +0200
Re: [PATCH v2 5/5] mfd: arizona: Update DT binding document for jack detection invert Lee Jones <lee.jones@linaro.org> - 2015-10-05 12:10 +0200
[PATCH v2 2/5] extcon: arizona: Add device binding for the general purpose switch Charles Keepax <ckeepax@opensource.wolfsonmicro.com> - 2015-10-02 19:00 +0200
[PATCH v2 1/5] extcon: arizona: Add device binding to enable ADC mode micdet Charles Keepax <ckeepax@opensource.wolfsonmicro.com> - 2015-10-02 19:00 +0200
csiph-web