[GIT,PULL] extcon next for 6.6

Message ID bff3dd48-5e06-870e-860a-70554fd14ad0@kernel.org
State New
Headers
Series [GIT,PULL] extcon next for 6.6 |

Pull-request

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

Message

Chanwoo Choi Aug. 20, 2023, 9:33 p.m. UTC
  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(-)