[GIT PULL] extcon next for v4.13
From: Chanwoo Choi
Date: Fri Jun 23 2017 - 01:50:17 EST
Dear Greg,
This is extcon-next pull request for v4.13. 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 08332893e37af6ae779367e78e444f8f9571511d:
Linux 4.12-rc2 (2017-05-21 19:30:23 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git tags/extcon-next-for-4.13
for you to fetch changes up to 1f4be24786b8521945b00e1810576911994ba504:
extcon: int3496: Switch to devm_acpi_dev_add_driver_gpios() (2017-06-12 10:00:24 +0900)
----------------------------------------------------------------
Update extcon for 4.13
Detailed description for this pull request:
- Use devm_kcalloc() and fix typo for extcon core/extcon-arizona.c.
- Add dependency ARCH_QCOM for extcon-qcom-spmi-misc.c
- Use resource-managed devm_* function for gpios on extcon-int3496.c
----------------------------------------------------------------
Andy Shevchenko (1):
extcon: int3496: Switch to devm_acpi_dev_add_driver_gpios()
Markus Elfring (3):
extcon: Use devm_kcalloc() in extcon_dev_register()
extcon: Fix a typo in three comment lines
extcon: arizona: Use devm_kcalloc() in arizona_extcon_get_micd_configs()
Peter Robinson (1):
extcon: qcom-spmi-misc: add dependency on ARCH_QCOM
drivers/extcon/Kconfig | 1 +
drivers/extcon/extcon-arizona.c | 4 +---
drivers/extcon/extcon-intel-int3496.c | 5 +----
drivers/extcon/extcon.c | 11 +++++------
4 files changed, 8 insertions(+), 13 deletions(-)