All of lore.kernel.org
 help / color / mirror / Atom feed
From: Xinhu Wu <xinhu.wu@unisoc.com>
To: <gregkh@linuxfoundation.org>, <robh+dt@kernel.org>,
	<krzysztof.kozlowski+dt@linaro.org>, <conor+dt@kernel.org>,
	<orsonzhai@gmail.com>, <baolin.wang@linux.alibaba.com>,
	<zhang.lyra@gmail.com>, <heikki.krogerus@linux.intel.com>,
	<linux-usb@vger.kernel.org>, <devicetree@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>
Cc: <xinhuwu.unisoc@gmail.com>, <zhiyong.liu@unisoc.com>,
	<peak.yang@unisoc.com>, <teng.zhang1@unisoc.com>,
	<bruce.chen@unisoc.com>, <surong.pang@unisoc.com>,
	<xingxing.luo@unisoc.com>, <xinhu.wu@unisoc.com>
Subject: [PATCH V2 0/2] usb: typec: sprd: Add Unisoc PMIC typec driver
Date: Mon, 11 Dec 2023 15:41:18 +0800	[thread overview]
Message-ID: <20231211074120.27958-1-xinhu.wu@unisoc.com> (raw)

Support typec driver on unisoc related pmic, using extcon mechanism framework
to notify client driver

change in V2
-Modify the commit message

Xinhu Wu (2):
  usb: typec: Support sprd_pmic_typec driver
  dt-bindings: usb: Add an Spreadtrum pmic typec yaml

 .../bindings/usb/sprd,pmic_typec.yaml         |  65 ++
 drivers/usb/typec/Kconfig                     |  11 +
 drivers/usb/typec/Makefile                    |   1 +
 drivers/usb/typec/sprd_pmic_typec.c           | 587 ++++++++++++++++++
 4 files changed, 664 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/usb/sprd,pmic_typec.yaml
 create mode 100644 drivers/usb/typec/sprd_pmic_typec.c

-- 
2.17.1


             reply	other threads:[~2023-12-11  7:41 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-11  7:41 Xinhu Wu [this message]
2023-12-11  7:41 ` [PATCH V2 1/2] usb: typec: Support sprd_pmic_typec driver Xinhu Wu
2023-12-11  7:53   ` Greg KH
2023-12-11 17:35   ` Rob Herring
2023-12-11 18:51   ` kernel test robot
2023-12-11 19:11   ` kernel test robot
2023-12-11  7:41 ` [PATCH V2 2/2] dt-bindings: usb: Add an Spreadtrum pmic typec yaml Xinhu Wu
2023-12-11  8:20   ` Rob Herring
2023-12-11 19:35   ` kernel test robot

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=20231211074120.27958-1-xinhu.wu@unisoc.com \
    --to=xinhu.wu@unisoc.com \
    --cc=baolin.wang@linux.alibaba.com \
    --cc=bruce.chen@unisoc.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=heikki.krogerus@linux.intel.com \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=orsonzhai@gmail.com \
    --cc=peak.yang@unisoc.com \
    --cc=robh+dt@kernel.org \
    --cc=surong.pang@unisoc.com \
    --cc=teng.zhang1@unisoc.com \
    --cc=xingxing.luo@unisoc.com \
    --cc=xinhuwu.unisoc@gmail.com \
    --cc=zhang.lyra@gmail.com \
    --cc=zhiyong.liu@unisoc.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.