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


Groups > linux.kernel > #1222796

[PATCH v2 0/6] Arizona extcon improvements

From Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Newsgroups linux.kernel
Subject [PATCH v2 0/6] Arizona extcon improvements
Date 2015-09-11 14:40 +0200
Message-ID <q7vMu-1Di-7@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


This patch series does two major things:
 - Adds a fix that resolves an issue where the headphone
   detection accuracy is poor at high impedances (such as
   line loads)
 - Adds device tree bindings for some additional jack
   detection features specifically allowing the use of the
   second jack detection pin on GPIO5 and support for
   inverted polarity jack sockets

Thanks,
Charles

Charles Keepax (5):
  mfd: arizona: Add TST_CAP bits for headphone detection
  extcon: arizona: Additional settings to improve accuracy of HP detect
  extcon: arizona: Add device binding for jack detect polarity
    inversion
  extcon: arizona: Add device binding for second jack detect pin on
    GPIO5
  mfd: arizona: Update DT binding documentation for jack detection

Nariman Poushin (1):
  extcon: arizona: Ignore jd_invert for MICD_CLAMP_STS

 Documentation/devicetree/bindings/mfd/arizona.txt |    6 ++++
 drivers/extcon/extcon-arizona.c                   |   32 +++++++++++++++++----
 drivers/mfd/wm5110-tables.c                       |    2 +
 include/linux/mfd/arizona/registers.h             |    8 +++++
 4 files changed, 42 insertions(+), 6 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 | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/6] Arizona extcon improvements Charles Keepax <ckeepax@opensource.wolfsonmicro.com> - 2015-09-11 14:40 +0200
  [PATCH v2 2/6] extcon: arizona: Additional settings to improve accuracy of HP detect Charles Keepax <ckeepax@opensource.wolfsonmicro.com> - 2015-09-11 14:40 +0200
  [PATCH v2 1/6] mfd: arizona: Add TST_CAP bits for headphone detection Charles Keepax <ckeepax@opensource.wolfsonmicro.com> - 2015-09-11 14:40 +0200
    Re: [PATCH v2 1/6] mfd: arizona: Add TST_CAP bits for headphone  detection Charles Keepax <ckeepax@opensource.wolfsonmicro.com> - 2015-09-11 14:50 +0200
      [PATCH v3 1/6] mfd: arizona: Add TST_CAP bits for headphone  detection Charles Keepax <ckeepax@opensource.wolfsonmicro.com> - 2015-09-11 15:10 +0200
        Re: [PATCH v3 1/6] mfd: arizona: Add TST_CAP bits for headphone  detection Chanwoo Choi <cw00.choi@samsung.com> - 2015-09-15 06:10 +0200
          Re: [PATCH v3 1/6] mfd: arizona: Add TST_CAP bits for headphone  detection Charles Keepax <ckeepax@opensource.wolfsonmicro.com> - 2015-09-15 12:00 +0200
  [PATCH v2 5/6] extcon: arizona: Add device binding for second jack detect pin on GPIO5 Charles Keepax <ckeepax@opensource.wolfsonmicro.com> - 2015-09-11 14:40 +0200
  [PATCH v2 3/6] extcon: arizona: Ignore jd_invert for MICD_CLAMP_STS Charles Keepax <ckeepax@opensource.wolfsonmicro.com> - 2015-09-11 14:40 +0200
  [PATCH v2 4/6] extcon: arizona: Add device binding for jack detect polarity inversion Charles Keepax <ckeepax@opensource.wolfsonmicro.com> - 2015-09-11 14:50 +0200

csiph-web