From patchwork Mon Dec 11 07:41:18 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Xinhu Wu X-Patchwork-Id: 13486755 Received: from SHSQR01.spreadtrum.com (unknown [222.66.158.135]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D0A8012E; Sun, 10 Dec 2023 23:42:46 -0800 (PST) Received: from dlp.unisoc.com ([10.29.3.86]) by SHSQR01.spreadtrum.com with ESMTP id 3BB7fSEN057284; Mon, 11 Dec 2023 15:41:28 +0800 (+08) (envelope-from xinhu.wu@unisoc.com) Received: from SHDLP.spreadtrum.com (shmbx07.spreadtrum.com [10.0.1.12]) by dlp.unisoc.com (SkyGuard) with ESMTPS id 4SpYSL3PS5z2Pb2Zw; Mon, 11 Dec 2023 15:35:30 +0800 (CST) Received: from zebjkernups01.spreadtrum.com (10.0.93.153) by shmbx07.spreadtrum.com (10.0.1.12) with Microsoft SMTP Server (TLS) id 15.0.1497.23; Mon, 11 Dec 2023 15:41:26 +0800 From: Xinhu Wu To: , , , , , , , , , , CC: , , , , , , , Subject: [PATCH V2 0/2] usb: typec: sprd: Add Unisoc PMIC typec driver Date: Mon, 11 Dec 2023 15:41:18 +0800 Message-ID: <20231211074120.27958-1-xinhu.wu@unisoc.com> X-Mailer: git-send-email 2.17.1 Precedence: bulk X-Mailing-List: linux-usb@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-ClientProxiedBy: SHCAS03.spreadtrum.com (10.0.1.207) To shmbx07.spreadtrum.com (10.0.1.12) X-MAIL: SHSQR01.spreadtrum.com 3BB7fSEN057284 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