From patchwork Fri Dec 9 17:18:34 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Biju Das X-Patchwork-Id: 13070044 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E46FCC4708D for ; Fri, 9 Dec 2022 17:19:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230128AbiLIRTP (ORCPT ); Fri, 9 Dec 2022 12:19:15 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38518 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230149AbiLIRSy (ORCPT ); Fri, 9 Dec 2022 12:18:54 -0500 Received: from relmlie5.idc.renesas.com (relmlor1.renesas.com [210.160.252.171]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id B05DD645E; Fri, 9 Dec 2022 09:18:42 -0800 (PST) X-IronPort-AV: E=Sophos;i="5.96,230,1665414000"; d="scan'208";a="142849589" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie5.idc.renesas.com with ESMTP; 10 Dec 2022 02:18:42 +0900 Received: from localhost.localdomain (unknown [10.226.92.39]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 11B1D4035BC0; Sat, 10 Dec 2022 02:18:38 +0900 (JST) From: Biju Das To: Rob Herring , Heikki Krogerus , Krzysztof Kozlowski Cc: Biju Das , Greg Kroah-Hartman , linux-usb@vger.kernel.org, devicetree@vger.kernel.org, Geert Uytterhoeven , Fabrizio Castro , linux-renesas-soc@vger.kernel.org Subject: [PATCH v2 0/2] Add Polling support for role detection with HD3SS3220 Date: Fri, 9 Dec 2022 17:18:34 +0000 Message-Id: <20221209171836.71610-1-biju.das.jz@bp.renesas.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org This patch series aims to add polling support for role detection with HD3SS3220. v1->v2: * updated the typo in commit description on bindings. * Dropped patch#3 for soring header files. Biju Das (2): dt-bindings: usb: ti,hd3ss3220: Update interrupt property as optional usb: typec: hd3ss3220: Add polling support .../devicetree/bindings/usb/ti,hd3ss3220.yaml | 1 - drivers/usb/typec/hd3ss3220.c | 29 +++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-)