Dear Greg,

This is extcon-next pull request for v4.5. I add detailed description of
this pull request on below. Please pull extcon with following updates.

Best Regards,
Chanwoo Choi

The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec:

  Linux 4.4-rc1 (2015-11-15 17:00:27 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git 
tags/extcon-next-for-4.5

for you to fetch changes up to 08a0a4f987a4b5827e4111eccc97a9271d24633e:

  extcon: add Maxim MAX3355 driver (2015-12-21 11:44:00 +0900)

----------------------------------------------------------------
Update extcon for 4.5

Detailed description for patchset:
1. Add new MAX3355 extcon driver
- Maxim Integrated MAX3355E chip integrates a charge pump
  and comparator to enable a system with an integrated
  USB OTG dual-role transceiver to function as an USB OTG
  dual-role device.

2. Update the extcon-arizona driver for jack detection
- Add the device binding for the jack detection and add
  the documentation of extcon-arizona.c.

3. Fix the minor issue of extcon driver
- Add IRQF_ONESHOT to interrupt flags of extcon-rt8973.
- Fix the return value regmap_irq_get_virq() of
  extcon-max(14577|77693|77843).c driver by using script[1].
  [1] http://permalink.gmane.org/gmane.linux.kernel/2046107

----------------------------------------------------------------
Andrzej Hajda (3):
      extcon: max14577: fix handling return value of regmap_irq_get_virq
      extcon: max77693: fix handling return value of regmap_irq_get_virq
      extcon: max77843: fix handling return value of regmap_irq_get_virq

Charles Keepax (11):
      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
      extcon: arizona: Add device binding for second jack detect pin on GPIO5
      extcon: arizona: Update DT binding documentation for mic detection
      extcon: arizona: Update DT binding documentation for jack detection
      extcon: arizona: Update naming for second jack detection DT binding
      extcon: arizona: Update naming for micd-timeout DT to include units
      extcon: arizona: Add device bindings for the micd configurations
      extcon: arizona: Update device tree binding for mic detect configurations
      extcon: arizona: Add DT binding examples

Saurabh Sengar (1):
      extcon: rt8973: Add IRQF_ONESHOT to interrupt flags

Sergei Shtylyov (1):
      extcon: add Maxim MAX3355 driver

 .../devicetree/bindings/extcon/extcon-arizona.txt  |  60 +++++++++
 .../devicetree/bindings/extcon/extcon-max3355.txt  |  21 +++
 drivers/extcon/Kconfig                             |   9 ++
 drivers/extcon/Makefile                            |   1 +
 drivers/extcon/extcon-arizona.c                    |  71 +++++++++-
 drivers/extcon/extcon-max14577.c                   |   2 +-
 drivers/extcon/extcon-max3355.c                    | 146 +++++++++++++++++++++
 drivers/extcon/extcon-max77693.c                   |   4 +-
 drivers/extcon/extcon-max77843.c                   |   2 +-
 drivers/extcon/extcon-rt8973a.c                    |   2 +-
 10 files changed, 310 insertions(+), 8 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/extcon/extcon-max3355.txt
 create mode 100644 drivers/extcon/extcon-max3355.c
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to