mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Chanwoo Choi <cw00.choi@samsung.com>
To: Greg KH <gregkh@linuxfoundation.org>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"Chanwoo Choi (samsung.com)" <cw00.choi@samsung.com>,
	"Chanwoo Choi (chanwoo@kernel.org)" <chanwoo@kernel.org>,
	함명주 <myungjoo.ham@samsung.com>
Subject: [GIT PULL] extcon next for v5.11
Date: Fri, 11 Dec 2020 17:27:24 +0900	[thread overview]
Message-ID: <ad016689-0ffd-e398-1ce0-a3c20dd030ee@samsung.com> (raw)
In-Reply-To: <CGME20201211081239epcas1p4809436b16fc6d6595ea8ce4e2343aecb@epcas1p4.samsung.com>

Dear Greg,

This is extcon-next pull request for v5.11. 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 0477e92881850d44910a7e94fc2c46f96faa131f:

  Linux 5.10-rc7 (2020-12-06 14:25:12 -0800)

are available in the Git repository at:

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

for you to fetch changes up to e1efdb604f5c9903a5d92ef42244009d3c04880f:

  extcon: max77693: Fix modalias string (2020-12-11 17:18:10 +0900)

----------------------------------------------------------------

Update for extcon-next v5.11

1. Add new TI TUSB320 USB-C extcon driver
- The extcon-usbc-tusb320.c driver for the TI TUSB320 USB Type-C device
support the USB Type C connector detection.

2. Rewrite binding document in yaml for extcon-fsa9480.c
and add new compatible name of TI TSU6111 device.

3. Fix moalias string of extcon-max77693.c to fix the automated module
loading when this driver is compiled as a module.

----------------------------------------------------------------
Linus Walleij (2):
      extcon: fsa9480: Rewrite bindings in YAML and extend
      extcon: fsa9480: Support TI TSU6111 variant

Marek Szyprowski (1):
      extcon: max77693: Fix modalias string

Michael Auchter (2):
      extcon: Add driver for TI TUSB320
      dt-bindings: extcon: add binding for TUSB320

 .../devicetree/bindings/extcon/extcon-fsa9480.txt  |  21 ---
 .../bindings/extcon/extcon-usbc-tusb320.yaml       |  41 +++++
 .../devicetree/bindings/extcon/fcs,fsa880.yaml     |  52 ++++++
 drivers/extcon/Kconfig                             |   8 +
 drivers/extcon/Makefile                            |   1 +
 drivers/extcon/extcon-fsa9480.c                    |   1 +
 drivers/extcon/extcon-max77693.c                   |   2 +-
 drivers/extcon/extcon-usbc-tusb320.c               | 184 +++++++++++++++++++++
 8 files changed, 288 insertions(+), 22 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/extcon/extcon-fsa9480.txt
 create mode 100644 Documentation/devicetree/bindings/extcon/extcon-usbc-tusb320.yaml
 create mode 100644 Documentation/devicetree/bindings/extcon/fcs,fsa880.yaml
 create mode 100644 drivers/extcon/extcon-usbc-tusb320.c

       reply	other threads:[~2020-12-11  8:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20201211081239epcas1p4809436b16fc6d6595ea8ce4e2343aecb@epcas1p4.samsung.com>
2020-12-11  8:27 ` Chanwoo Choi [this message]
2020-12-11  8:48   ` Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ad016689-0ffd-e398-1ce0-a3c20dd030ee@samsung.com \
    --to=cw00.choi@samsung.com \
    --cc=chanwoo@kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=myungjoo.ham@samsung.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome