From patchwork Fri Dec 9 15:56:19 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Biju Das X-Patchwork-Id: 632875 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 AA9F2C4708D for ; Fri, 9 Dec 2022 15:56:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229960AbiLIP4d (ORCPT ); Fri, 9 Dec 2022 10:56:33 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44506 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229554AbiLIP4c (ORCPT ); Fri, 9 Dec 2022 10:56:32 -0500 Received: from relmlie6.idc.renesas.com (relmlor2.renesas.com [210.160.252.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 77C0460D1; Fri, 9 Dec 2022 07:56:30 -0800 (PST) X-IronPort-AV: E=Sophos;i="5.96,230,1665414000"; d="scan'208";a="145648810" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie6.idc.renesas.com with ESMTP; 10 Dec 2022 00:56:29 +0900 Received: from localhost.localdomain (unknown [10.226.92.54]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 9859B4010AB4; Sat, 10 Dec 2022 00:56:26 +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 0/4] Add Polling support for role detection with HD3SS3220 Date: Fri, 9 Dec 2022 15:56:19 +0000 Message-Id: <20221209155623.29147-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. Whilst it also fix a null kernel crash and also sort the headers. Biju Das (4): dt-bindings: usb: ti,hd3ss3220: Update interrupt property as optional usb: typec: hd3ss3220: Fix NULL pointer crash usb: typec: hd3ss3220: Sort header files usb: typec: hd3ss3220: Add polling support .../devicetree/bindings/usb/ti,hd3ss3220.yaml | 1 - drivers/usb/typec/hd3ss3220.c | 42 ++++++++++++++++--- 2 files changed, 37 insertions(+), 6 deletions(-)