From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B182EC433E1 for ; Mon, 17 Aug 2020 22:34:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9441D20674 for ; Mon, 17 Aug 2020 22:34:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729820AbgHQWeQ (ORCPT ); Mon, 17 Aug 2020 18:34:16 -0400 Received: from mail.v3.sk ([167.172.186.51]:54206 "EHLO shell.v3.sk" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726778AbgHQWeO (ORCPT ); Mon, 17 Aug 2020 18:34:14 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by zimbra.v3.sk (Postfix) with ESMTP id 629A0DF98E; Mon, 17 Aug 2020 22:33:17 +0000 (UTC) Received: from shell.v3.sk ([127.0.0.1]) by localhost (zimbra.v3.sk [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id rXrFPiXOOwnn; Mon, 17 Aug 2020 22:33:14 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by zimbra.v3.sk (Postfix) with ESMTP id 3BA1BDF92E; Mon, 17 Aug 2020 22:33:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at zimbra.v3.sk Received: from shell.v3.sk ([127.0.0.1]) by localhost (zimbra.v3.sk [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 9nsk4ZCR8meh; Mon, 17 Aug 2020 22:33:13 +0000 (UTC) Received: from localhost (unknown [109.183.109.54]) by zimbra.v3.sk (Postfix) with ESMTPSA id 67C36DF880; Mon, 17 Aug 2020 22:33:13 +0000 (UTC) From: Lubomir Rintel To: Kishon Vijay Abraham I Cc: Vinod Koul , Rob Herring , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: [RESEND PATCH v3 0/3] phy: Add USB HSIC PHY driver for Marvell MMP3 SoC Date: Tue, 18 Aug 2020 00:33:57 +0200 Message-Id: <20200817223400.403505-1-lkundrak@v3.sk> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, please consider applying this patch set. Still applies on top of 5.9-rc1. It adds the HSIC PHY driver for Marvell MMP3 along with related DT bindin= g changes. Compared to v2, the Reviewed-by/Acked-by tags for DT patches have been collected. Thank you, Lubo