From patchwork Thu Jul 23 12:06:18 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Amelie DELAUNAY X-Patchwork-Id: 1334831 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=none dis=none) header.from=st.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=st.com header.i=@st.com header.a=rsa-sha256 header.s=STMicroelectronics header.b=n2464Azi; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4BCB0R6d8Kz9sRk for ; Thu, 23 Jul 2020 22:07:19 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728426AbgGWMGw (ORCPT ); Thu, 23 Jul 2020 08:06:52 -0400 Received: from mx08-00178001.pphosted.com ([91.207.212.93]:47682 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727859AbgGWMGw (ORCPT ); Thu, 23 Jul 2020 08:06:52 -0400 Received: from pps.filterd (m0046661.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 06NC3EOb006531; Thu, 23 Jul 2020 14:06:36 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=st.com; h=from : to : cc : subject : date : message-id : mime-version : content-type; s=STMicroelectronics; bh=zt14ziy4OTTPyQeA+zhrodnOKfhhzc5gP1zGODBiazA=; b=n2464Azifba/idrPWpW2kEO0cPxxfuzIGJTx3PWtij2orrMsgaGkN69L/BvNndXW3nev oqfRAj3A0bybhXhCgJ+OHNfjxHpccr7rrqYaBQj4iW309oNyXaV+Ws2dzuuImES/anbE l7KsTySb+12m6/E53rSyVuWrdkzGDjyMb4j4bRXPvm+56DzgAeKzLVM2lPJpzoEnq+gt QkrnDY6JsQNUZfPyxJL2AOweIRBB1RgU1pQcn+TPKb9S5fRYgs5FJRtieU27BSYvgXvv Pc0J+tpnoPAV8m45hYH+Z3I0+ynfjpkDqhL/fMJwVnRdJUAVKpSveY4Dg4G50Esr/TAV QQ== Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by mx07-00178001.pphosted.com with ESMTP id 32bsahakcy-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 23 Jul 2020 14:06:36 +0200 Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 5945810002A; Thu, 23 Jul 2020 14:06:35 +0200 (CEST) Received: from Webmail-eu.st.com (sfhdag3node2.st.com [10.75.127.8]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id 358262AF314; Thu, 23 Jul 2020 14:06:35 +0200 (CEST) Received: from localhost (10.75.127.46) by SFHDAG3NODE2.st.com (10.75.127.8) with Microsoft SMTP Server (TLS) id 15.0.1347.2; Thu, 23 Jul 2020 14:06:34 +0200 From: Amelie Delaunay To: Rob Herring , Greg Kroah-Hartman , Maxime Coquelin , Alexandre Torgue , Russell King , Heikki Krogerus CC: , , , , , Amelie Delaunay , Fabrice Gasnier Subject: [PATCH v2 0/6] Add STUSB160x Type-C port controller support Date: Thu, 23 Jul 2020 14:06:18 +0200 Message-ID: <20200723120624.26291-1-amelie.delaunay@st.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 X-Originating-IP: [10.75.127.46] X-ClientProxiedBy: SFHDAG1NODE1.st.com (10.75.127.1) To SFHDAG3NODE2.st.com (10.75.127.8) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.235,18.0.687 definitions=2020-07-23_05:2020-07-23,2020-07-23 signatures=0 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org This series adds support for STMicroelectronics STUSB160x Type-C port controllers [1]. STUSB160x driver requires to get power operation mode via device tree, that's why this series also adds the optional DT property power-opmode for usb-c-connector to select the power operation mode capability and a function to convert the power operation mode string into power operation mode value. This driver has been tested on stm32mp157c-dk2 [2], which has a Type-C connector managed by STUSB1600, and connected to USB OTG controller. [1] https://www.st.com/en/interfaces-and-transceivers/usb-type-c-and-power-delivery-controllers.html [2] https://www.st.com/en/evaluation-tools/stm32mp157c-dk2.html Amelie Delaunay (6): dt-bindings: connector: add power-opmode optional property to usb-connector usb: typec: add typec_find_pwr_opmode dt-bindings: usb: Add DT bindings for STUSB160x Type-C controller usb: typec: add support for STUSB160x Type-C controller family ARM: dts: stm32: add STUSB1600 Type-C using I2C4 on stm32mp15xx-dkx ARM: multi_v7_defconfig: enable STUSB160X Type-C port controller support --- Changes in v2: - power-opmode DT property description updated. --- .../bindings/connector/usb-connector.yaml | 20 + .../devicetree/bindings/usb/st,stusb160x.yaml | 85 ++ arch/arm/boot/dts/stm32mp15-pinctrl.dtsi | 7 + arch/arm/boot/dts/stm32mp15xx-dkx.dtsi | 38 + arch/arm/configs/multi_v7_defconfig | 2 + drivers/usb/typec/Kconfig | 12 + drivers/usb/typec/Makefile | 1 + drivers/usb/typec/class.c | 15 + drivers/usb/typec/stusb160x.c | 875 ++++++++++++++++++ include/linux/usb/typec.h | 1 + 10 files changed, 1056 insertions(+) create mode 100644 Documentation/devicetree/bindings/usb/st,stusb160x.yaml create mode 100644 drivers/usb/typec/stusb160x.c