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:   Fri, 28 Jun 2019 10:32:45 +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 (chanwoo@...nel.org)" <chanwoo@...nel.org>,
        함명주 <myungjoo.ham@...sung.com>
Subject: [GIT PULL] extcon next for v5.3

Dear Greg,

This is extcon-next pull request for v5.3. I add detailed description of
this pull request on below. Please pull extcon with following updates.

[Detailed description for this pull request]
1. Add new extcon-fsa9480 extcon provider driver
- It is extcon provider driver for Fairchild Semiconductor
FSA9480 microUSB switch and accessory detector chip which
detects the kind of external connector like usb, charger,
audio, video and so on.

2.
- Add the exception handling code for extcon-arizona.c
when using the regmap interface.

Best Regards,
Chanwoo Choi


The following changes since commit cd6c84d8f0cdc911df435bb075ba22ce3c605b07:

  Linux 5.2-rc2 (2019-05-26 16:49:19 -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.3

for you to fetch changes up to 0937fbb7abeb165ef0ac6a56a3a6f041eca6dbde:

  extcon: fsa9480: Fix Kconfig warning and build errors (2019-06-26 17:27:39 +0900)

----------------------------------------------------------------
Charles Keepax (1):
      extcon: arizona: Correct error handling on regmap_update_bits_check

Randy Dunlap (1):
      extcon: fsa9480: Fix Kconfig warning and build errors

Tomasz Figa (2):
      dt-bindings: extcon: Add support for fsa9480 switch
      extcon: Add fsa9480 extcon driver

 .../devicetree/bindings/extcon/extcon-fsa9480.txt  |  19 +
 drivers/extcon/Kconfig                             |  12 +
 drivers/extcon/Makefile                            |   1 +
 drivers/extcon/extcon-arizona.c                    |  33 +-
 drivers/extcon/extcon-fsa9480.c                    | 395 +++++++++++++++++++++
 5 files changed, 447 insertions(+), 13 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/extcon/extcon-fsa9480.txt
 create mode 100644 drivers/extcon/extcon-fsa9480.c

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ