[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <bff3dd48-5e06-870e-860a-70554fd14ad0@kernel.org>
Date: Mon, 21 Aug 2023 06:33:46 +0900
From: Chanwoo Choi <chanwoo@...nel.org>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Chanwoo Choi <cw00.choi@...sung.com>,
Chanwoo Choi <chanwoo@...nel.org>,
MyungJoo Ham <myungjoo.ham@...sung.com>
Subject: [GIT PULL] extcon next for 6.6
Dear Greg,
This is extcon-next pull request for v6.6. 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 fdf0eaf11452d72945af31804e2a1048ee1b574c:
Linux 6.5-rc2 (2023-07-16 15:10:37 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git tags/extcon-next-for-6.6
for you to fetch changes up to d20a3a8a32e3fa564ff25da860c5fc1a97642dfe:
extcon: cht_wc: add POWER_SUPPLY dependency (2023-08-05 15:42:15 +0900)
----------------------------------------------------------------
Update extcon next for v6.6
Detailed description for this pull request:
- Remove unused deprecated exported function
: extcon_register_interest/extcon_unregister_interest are replaced with
extcon_register_notifier/extcon_unregister_notifier.
- Add missing property for extcon max77843 / sm5502 devicectree binding doc
: max77843 / sm5502 extcon driver uses the 'schemas/connector/usb-connector.yaml'
for device binding. So add the missing property information.
- Add mising POWER_SUPPLY config depencenty to extcon-intel-cht-wc.c in order to
remove build error.
----------------------------------------------------------------
Arnd Bergmann (1):
extcon: cht_wc: add POWER_SUPPLY dependency
Krzysztof Kozlowski (2):
dt-bindings: extcon: maxim,max77843: restrict connector properties
dt-bindings: extcon: siliconmitus,sm5502-muic: document connector
YueHaibing (1):
extcon: Remove unused inline functions
Documentation/devicetree/bindings/extcon/maxim,max77843.yaml | 1 +
.../devicetree/bindings/extcon/siliconmitus,sm5502-muic.yaml | 4 ++++
drivers/extcon/Kconfig | 1 +
include/linux/extcon.h | 12 ------------
4 files changed, 6 insertions(+), 12 deletions(-)
Powered by blists - more mailing lists