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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 25 Mar 2020 08:24:39 +0900
From:   Chanwoo Choi <cw00.choi@...sung.com>
To:     Greg KH <gregkh@...uxfoundation.org>
Cc:     "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
        "Chanwoo Choi (samsung.com)" <cw00.choi@...sung.com>,
        "Chanwoo Choi (samsung.com)" <chanwoo@...nel.org>,
        함명주 <myungjoo.ham@...sung.com>
Subject: [GIT PULL] extcon next for v5.7

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ