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=-8.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 C6414C433B4 for ; Fri, 2 Apr 2021 20:50:05 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (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 5C59261155 for ; Fri, 2 Apr 2021 20:50:05 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5C59261155 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com 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=desiato.20200630; h=Sender:Content-Transfer-Encoding :Content-Type:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:References:In-Reply-To: Subject:Cc:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=m8xZo//v9H9shlySbn0nGc37O40wRODiUSikyXf0kDk=; b=j4EQrxt9j/5WfRHvhx33Av/7z LI97YXHFZxUYq9nxxkGA7J6yyzM9MzEFA6xphbg2qD+gd5TsqrAZjVBT59h4y4fDX52e2GIrE3j57 feNZZPyHzL1baRUL5RoxoKPns/OzLMgozOvm4UZNYk/kIULLlCuYLLSYLhOZ4dqLzhLjD3y63q4Fb lohsViqgIdGTCZ7RsPE/PaOsAtAQsOillSGNqZ0jgFyyex7g28IT+0EJmptXprIrq+Jc1rJE6x69x WvLVWMAFXtPeL5oAKRCBXTUEWWwTOqch+jvI4SY4xCxSnW7CQ92wOH4SfC+KgcIQMSYAGN4XGmUBO qHn7WTJ1w==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lSQiP-00Dowy-D8; Fri, 02 Apr 2021 20:48:25 +0000 Received: from relay12.mail.gandi.net ([217.70.178.232]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lSQiK-00Dowb-Qj for linux-arm-kernel@lists.infradead.org; Fri, 02 Apr 2021 20:48:22 +0000 Received: from localhost (91-175-115-186.subs.proxad.net [91.175.115.186]) (Authenticated sender: gregory.clement@bootlin.com) by relay12.mail.gandi.net (Postfix) with ESMTPSA id ED3AF200002; Fri, 2 Apr 2021 20:48:18 +0000 (UTC) From: Gregory CLEMENT To: kostap@marvell.com, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: lkundrak@v3.sk, linux@armlinux.org.uk, sebastian.hesselbarth@gmail.com, andrew@lunn.ch, robh+dt@kernel.org, vkoul@kernel.org, kishon@ti.com, miquel.raynal@bootlin.com, mw@semihalf.com, jaz@semihalf.com, nadavh@marvell.com, stefanc@marvell.com, bpeled@marvell.com, Konstantin Porotchkin Subject: Re: [PATCH v3 0/5] Add support for CP110 UTMI PHY In-Reply-To: <20210307163343.25684-1-kostap@marvell.com> References: <20210307163343.25684-1-kostap@marvell.com> Date: Fri, 02 Apr 2021 22:48:18 +0200 Message-ID: <877dlkct0t.fsf@BL-laptop> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210402_214821_014832_219D39F5 X-CRM114-Status: GOOD ( 18.02 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 Hi Kosta, > From: Konstantin Porotchkin > > This series of patches adds a new PHY driver for supporting CP110 UTMI > PHY in Linux. Currently the functionality of USB ports connected to > this PHY depends on boot loader setup. > The new driver eliminates kernel configuration dependency from the boot > loader. > > v3: > - rebase on top of Linux 5.12-rc2 > - convert Armada 3700 UTMI PHY DT binding document to YAML schema > - create a separate DT binding for Armada CP11x UTMI PHY in YAML format > - change UTMI PHY port node names from "phy" to "usb-phy" > > v2: > - extend the comment about reference clock > - fix driver probe function, add some prints > - move to usage of dr_mode from connected USB controller instead of > dedicated device tree property > > Konstantin Porotchkin (5): > drivers: phy: add support for Armada CP110 UTMI PHY > dt-bindings: phy: convert phy-mvebu-utmi to YAML schema > devicetree/bindings: add support for CP110 UTMI PHY > arch/arm64: dts: add support for Marvell CP110 UTMI PHY > arch/arm64: dts: enable CP110 UTMI PHY usage Patch 4 and 5 applied on mvebu/dt64. I've just modified the title to align with the other commits in arch/arm64/boot/dts/marvell. They now begin by "arm64: dts: marvell:". Thanks, Gregory > > .../phy/marvell,armada-3700-utmi-phy.yaml | 57 +++ > .../phy/marvell,armada-cp110-utmi-phy.yaml | 109 +++++ > .../bindings/phy/phy-mvebu-utmi.txt | 38 -- > .../arm64/boot/dts/marvell/armada-7040-db.dts | 14 +- > .../arm64/boot/dts/marvell/armada-8040-db.dts | 21 +- > .../boot/dts/marvell/armada-8040-mcbin.dtsi | 19 +- > arch/arm64/boot/dts/marvell/armada-cp11x.dtsi | 19 + > arch/arm64/boot/dts/marvell/cn9130-db.dts | 12 +- > arch/arm64/boot/dts/marvell/cn9131-db.dts | 9 +- > arch/arm64/boot/dts/marvell/cn9132-db.dts | 11 +- > drivers/phy/marvell/Kconfig | 8 + > drivers/phy/marvell/Makefile | 1 + > drivers/phy/marvell/phy-mvebu-cp110-utmi.c | 384 ++++++++++++++++++ > 13 files changed, 650 insertions(+), 52 deletions(-) > create mode 100644 Documentation/devicetree/bindings/phy/marvell,armada-3700-utmi-phy.yaml > create mode 100644 Documentation/devicetree/bindings/phy/marvell,armada-cp110-utmi-phy.yaml > delete mode 100644 Documentation/devicetree/bindings/phy/phy-mvebu-utmi.txt > create mode 100644 drivers/phy/marvell/phy-mvebu-cp110-utmi.c > > -- > 2.17.1 > -- Gregory Clement, Bootlin Embedded Linux and Kernel engineering http://bootlin.com _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel