lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Thu, 9 May 2024 02:01:11 +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 <chanwoo@...nel.org>, Chanwoo Choi <cw00.choi@...sung.com>,
 MyungJoo Ham <myungjoo.ham@...sung.com>
Subject: [GIT PULL] extcon next for v6.10

Dear Greg,

This is extcon-next pull request for v6.10. 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 ed30a4a51bb196781c8058073ea720133a65596f:

  Linux 6.9-rc5 (2024-04-21 12:35:54 -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.10

for you to fetch changes up to 3e8e45b65d9f3f1811c020325a306da0f01e485b:

  extcon: adc-jack: Document missing struct members (2024-05-09 01:03:39 +0900)

----------------------------------------------------------------
Update extcon next for v6.10

Detailed description for this pull request:
- Covert to platform remove callback with .remove_new ops
: extcon-adc-jack.c/extcon-intel-cht-wc.c/extcon-intel-mrfld.c
: extcon-max3355.c/extcon-max77843.c/extcon-usb-gpio.c/extcon-usbc-cros-ec.c

- Switch to use dev_err_prove() on extcon-intel-mrfld.c

- Remove unused of_gpio.h on extcon-rtk-type-c.c

- Select IRQ_DOMAIN config instead of dependency for extcon-max8997.c

- Use returned error instead of -ENOMEM for extcon-intel-mrfld.c
----------------------------------------------------------------
Andy Shevchenko (3):
      extcon: intel-mrfld: Switch to use dev_err_probe()
      extcon: intel-mrfld: Don't shadow error from devm_extcon_dev_allocate()
      extcon: realtek: Remove unused of_gpio.h

Randy Dunlap (1):
      extcon: max8997: select IRQ_DOMAIN instead of depending on it

Uwe Kleine-König (7):
      extcon: adc-jack: Convert to platform remove callback returning void
      extcon: intel-cht-wc: Convert to platform remove callback returning void
      extcon: intel-mrfld: Convert to platform remove callback returning void
      extcon: max3355: Convert to platform remove callback returning void
      extcon: max77843: Convert to platform remove callback returning void
      extcon: usb-gpio: Convert to platform remove callback returning void
      extcon: usbc-cros-ec: Convert to platform remove callback returning void

Yang Li (1):
      extcon: adc-jack: Document missing struct members

 drivers/extcon/Kconfig               |  3 ++-
 drivers/extcon/extcon-adc-jack.c     |  8 ++++----
 drivers/extcon/extcon-intel-cht-wc.c |  6 ++----
 drivers/extcon/extcon-intel-mrfld.c  | 26 +++++++++-----------------
 drivers/extcon/extcon-max3355.c      |  6 ++----
 drivers/extcon/extcon-max77843.c     |  6 ++----
 drivers/extcon/extcon-rtk-type-c.c   |  1 -
 drivers/extcon/extcon-usb-gpio.c     |  6 ++----
 drivers/extcon/extcon-usbc-cros-ec.c |  6 ++----
 9 files changed, 25 insertions(+), 43 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ