Dear Greg,

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


Detailed description for this pull request:
1. Clean up the and fix the minor issue of extcon provider driver
- extcon-arizona/max77843 replace the helper function
  with more correct helper function without operation changes.
- extcon-fsa9480 supports the FSA880 variant by adding the compatible name.
- extcon-arizona updates the dt-binding file for the readability.
- extcon-gpio initializes the interrupt flags according to active-low state.
- Clean up extcon-sm5502/axp288/adc-jack

Best Regards,
Chanwoo Choi


The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:

  Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)

are available in the git repository at:

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

for you to fetch changes up to a3fc5723397703a56fb6083b3e2f2ac601d1dfe0:

  extcon: adc-jack: Remove dev_err() usage after platform_get_irq() (2019-07-31 
09:55:46 +0900)

----------------------------------------------------------------
Andy Shevchenko (3):
      extcon: arizona: Switch to use device_property_count_u32()
      extcon: axp288: Add missed error check
      extcon: axp288: Use for_each_set_bit() in axp288_extcon_log_rsi()

Charles Keepax (1):
      extcon: arizona: Update binding example to use available defines

Linus Walleij (2):
      extcon: fsa9480: Support the FSA880 variant
      extcon: gpio: Request reasonable interrupts

Stephen Boyd (1):
      extcon: adc-jack: Remove dev_err() usage after platform_get_irq()

Vasyl Gomonovych (1):
      extcon: sm5502: Add IRQ_ONESHOT

Wolfram Sang (1):
      extcon: extcon-max77843: convert to i2c_new_dummy_device

 .../devicetree/bindings/extcon/extcon-arizona.txt  |  2 +-
 .../devicetree/bindings/extcon/extcon-fsa9480.txt  |  4 ++-
 drivers/extcon/extcon-adc-jack.c                   |  4 +--
 drivers/extcon/extcon-arizona.c                    |  2 +-
 drivers/extcon/extcon-axp288.c                     | 16 ++++++------
 drivers/extcon/extcon-fsa9480.c                    |  1 +
 drivers/extcon/extcon-gpio.c                       | 29 ++++++++++++++--------
 drivers/extcon/extcon-max77843.c                   |  6 ++---
 drivers/extcon/extcon-sm5502.c                     |  2 +-
 9 files changed, 39 insertions(+), 27 deletions(-)

Reply via email to