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=-5.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 E86C7C433DF for ; Sun, 23 Aug 2020 13:28:31 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id B3086206C0 for ; Sun, 23 Aug 2020 13:28:31 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="JgWxkJ/4"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="GoJ9Bdif" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B3086206C0 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=mVWwGy1YkgB0t1L3XKJMTBZ5jfgqR2OKCmmlphwDV64=; b=JgWxkJ/4h2Tfv/02fQowJs4CC xQQda7+9pG3VKOM6IogOG/YjQe9uOLawJMfy27FD4wxXKB3KbMhUetR4mUHw6/fZPpqwx01ymnE7e NNjIPPUtwgceohXPahA4ypSGEpq/fV3Vqf4xOJ45ry8Hp5cOSJSUVUNVyuuwO6+SDyBp0cC33sPJf oeSoq/7BCn2F142c1rmbqhym/0kf3A3m91t7Dt48kTCZvsTMMtyjTDdpblnPbOn/ElP6upmWj9hoB UHI7kmJcVX3/dhmuPm45qkGPy1dS+VERB2pQo5nmBykUy8wQY3NTztjIeh8dE/udiKnhTbUaAnzkI h9DEGUW6A==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1k9q1R-0000TE-OV; Sun, 23 Aug 2020 13:26:57 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1k9q1P-0000Sq-02 for linux-arm-kernel@lists.infradead.org; Sun, 23 Aug 2020 13:26:55 +0000 Received: from localhost (unknown [122.171.38.130]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id A4118206C0; Sun, 23 Aug 2020 13:26:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1598189212; bh=0qGx5NN8Kgj21Cjr7tgWm5nfk3bYJh4Htl1Z973oAZw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=GoJ9Bdif0RTVHpE3vlXyu/GAlsuZ3AsO8K2TXjxXZzkCHMk+US5biW33MvpK642oM eQhWpxbChUqgMj1FPrm4InYdwytonTjbqDq8O6pdIP11aVNHEuIaKAL4nYzUT/21Ss 0KGqfOBqcxLoYzyJ16e/fv9gzcK5/Coq0IENrh+g= Date: Sun, 23 Aug 2020 18:56:48 +0530 From: Vinod Koul To: Kunihiko Hayashi Subject: Re: [PATCH v4 0/2] Add new UniPhier AHCI PHY driver Message-ID: <20200823132648.GO2639@vkoul-mobl> References: <1594888344-32066-1-git-send-email-hayashi.kunihiko@socionext.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200823_092655_119375_FD38D799 X-CRM114-Status: GOOD ( 20.16 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Kishon Vijay Abraham I , Masahiro Yamada , Rob Herring , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hello, On 21-08-20, 18:20, Kunihiko Hayashi wrote: > Gentle ping. > Are there any comments in this series? Sorry I dont have this in my inbox, can you please rebease and resend to me as well Thanks > > Thank you, > > On 2020/07/16 17:32, Kunihiko Hayashi wrote: > > This series adds support for AHCI PHY interface implemented in Socionext > > UniPhier SoCs. This driver supports PXs2 and PXs3 SoCs. > > > > Changes since v3: > > - Eliminate a meaningless blank line and a line break > > - Fix misspelling > > > > Changes since v2: > > - Adjust copyright year > > - Add helper for enabling the controller > > - Remove redundant .init in uniphier_pxs2_data > > - Add comments for dummy read accesses > > - Fix return value in uniphier_ahciphy_init > > - dt-bindings: Add Reviewed-by line > > > > Changes since v1: > > - dt-bindings: Fix items in reset-names > > > > Kunihiko Hayashi (2): > > dt-bindings: phy: Add UniPhier AHCI PHY description > > phy: socionext: Add UniPhier AHCI PHY driver support > > > > .../bindings/phy/socionext,uniphier-ahci-phy.yaml | 76 +++++ > > drivers/phy/socionext/Kconfig | 10 + > > drivers/phy/socionext/Makefile | 1 + > > drivers/phy/socionext/phy-uniphier-ahci.c | 321 +++++++++++++++++++++ > > 4 files changed, 408 insertions(+) > > create mode 100644 Documentation/devicetree/bindings/phy/socionext,uniphier-ahci-phy.yaml > > create mode 100644 drivers/phy/socionext/phy-uniphier-ahci.c > > > > --- > Best Regards > Kunihiko Hayashi -- ~Vinod _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel