[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210215100610.19911-1-cw00.choi@samsung.com>
Date: Mon, 15 Feb 2021 19:06:07 +0900
From: Chanwoo Choi <cw00.choi@...sung.com>
To: gregkh@...uxfoundation.org
Cc: cw00.choi@...sung.com, chanwoo@...nel.org,
myungjoo.ham@...sung.com, linux-kernel@...r.kernel.org
Subject: [PATCH 0/3] extcon: Add missing function defintion and update
extcon driver
Instead of pull request for extcon next of v5.12, send the patches
because the pull request was too late for merging them.
Detailed description of this patchset as following:
- Add missing function definitions for extcon_register_notifier()
- Add charging interrupt handling such as CHGINS and CHGRM interrupt for extcon-max8997.c
- Detect OTG when USB_ID is connected to ground for extcon-sm5502.c
Reference of previous pull request,
[1] [GIT PULL ,v3] extcon next for v5.12
- https://lore.kernel.org/patchwork/patch/1380533/
[2] [GIT PULL v2] extcon next for v5.12
- https://lore.kernel.org/patchwork/patch/1379836/
[3] [GIT PULL] extcon next for v5.12
- https://lore.kernel.org/patchwork/patch/1378261/
Krzysztof Kozlowski (1):
extcon: Add stubs for extcon_register_notifier_all() functions
Nikita Travkin (1):
extcon: sm5502: Detect OTG when USB_ID is connected to ground
Timon Baetz (1):
extcon: max8997: Add CHGINS and CHGRM interrupt handling
drivers/extcon/extcon-max8997.c | 4 ++++
drivers/extcon/extcon-sm5502.c | 22 ++++++++++++++++++++--
include/linux/extcon.h | 23 +++++++++++++++++++++++
3 files changed, 47 insertions(+), 2 deletions(-)
--
2.17.1
Powered by blists - more mailing lists