[GIT PULL] extcon next for v5.7
From: Chanwoo Choi
Date: Tue Mar 24 2020 - 19:15:54 EST
Dear Greg,
This is extcon-next pull request for v5.7. I add detailed description of
this pull request on below. Please pull extcon with following updates.
est Regards,
Chanwoo Choi
The following changes since commit 16fbf79b0f83bc752cee8589279f1ebfe57b3b6e:
Linux 5.6-rc7 (2020-03-22 18:31:56 -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.7
for you to fetch changes up to 9c94553099efb2ba873cbdddfd416a8a09d0e5f1:
extcon: axp288: Add wakeup support (2020-03-25 08:16:14 +0900)
----------------------------------------------------------------
Detailed description for this pull request:
1. Update the extcon provider driver as following:
- Add wakeup support for extcon-axp288.c
- Clean-up code of -EPROBE_DEFER error case for extcon-palmas.c
- Covert extcon-usbc-cros-ec.txt to yaml format
2. Export symbol of extcon_get_edev_name()
----------------------------------------------------------------
Dafna Hirschfeld (1):
dt-bindings: extcon: usbc-cros-ec: convert extcon-usbc-cros-ec.txt to yaml format
H. Nikolaus Schaller (1):
extcon: palmas: Hide error messages if gpio returns -EPROBE_DEFER
Hans de Goede (1):
extcon: axp288: Add wakeup support
Mayank Rana (1):
extcon: Mark extcon_get_edev_name() function as exported symbol
.../bindings/extcon/extcon-usbc-cros-ec.txt | 24 ----------
.../bindings/extcon/extcon-usbc-cros-ec.yaml | 56 ++++++++++++++++++++++
drivers/extcon/extcon-axp288.c | 32 +++++++++++++
drivers/extcon/extcon-palmas.c | 8 +++-
drivers/extcon/extcon.c | 1 +
include/linux/extcon.h | 5 ++
6 files changed, 100 insertions(+), 26 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/extcon/extcon-usbc-cros-ec.txt
create mode 100644 Documentation/devicetree/bindings/extcon/extcon-usbc-cros-ec.yaml