Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp1520180imm; Mon, 3 Sep 2018 02:36:19 -0700 (PDT) X-Google-Smtp-Source: ANB0VdZ2agsx3XstPjn/TcohzR3chrRwmYeEZDghR+QL7Hw73Je+fiDrJ67pwBxBdyYbaJoM/McE X-Received: by 2002:a17:902:714f:: with SMTP id u15-v6mr28275453plm.154.1535967379560; Mon, 03 Sep 2018 02:36:19 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1535967379; cv=none; d=google.com; s=arc-20160816; b=Ug1bwh/+6oJ+i27NE5IBd4doceqjwR6KFDEoywN1gQeU/OBYbBc0mYfF4EgVirsW+I 2R7dPgEXDaghTCLXMy6K+vtN5Z8XQs5eqE3qboVGCfSa9JDr9zRLp2oUqRu3QfcfBjKb mnEOi1j+AKZZdLJi+LNmqeP1tCmHRonLQt/0slkT+MoaEcYzMf2J6EwSjvdAuJFeojA7 gRr2/0MJE4a8ve21rux8QIngO5HvRHcYcTe3qyjJgLX69WW649viPbuBL8KKk2ugj7T7 3RKUEt3T5GrNJg1vgctL4h+LAllv7hm0OGqS4ecPsq+9zNuo6X3VvwaNyYsazAZ04TV6 4k1g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from:arc-authentication-results; bh=TM+uc4aJJdaFfzRH7KmZKiH1zSGf3rvTbr0ai2k18qc=; b=RGodr3XOCdLQIYFMJhjqm3p/kwA24kwxDiorPefpyrgaoKOEdmAvuOilXIaezUw6P+ zo11saR0YuqQwJvHADJ7rxYs5MNUb4a0U+b9/+SikkK/URupzyuGlBe9YBlHa4CLOgo/ o2w/z/1aaaMmw6Di3Ic1jG2Lo92NJ3ga7nSN2OqTu1Ia5oeK3zS0vkM07HOMgwwzpFYg xEBzmxA1+pV6u5KQUz4foj5xVAL4+oi894aOT/8fTibhs46KmyXfWipAumpyOhHAdFyH mqxbMT7s5J7ZCzOQSh9nOGLudfPFhhG+dLVb+kc+q6ecFEoovtxS9VWosQJAguD+blPw dLaA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d2-v6si18320392pfb.262.2018.09.03.02.36.04; Mon, 03 Sep 2018 02:36:19 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727679AbeICNxO (ORCPT + 99 others); Mon, 3 Sep 2018 09:53:14 -0400 Received: from mail.bootlin.com ([62.4.15.54]:54572 "EHLO mail.bootlin.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726426AbeICNxN (ORCPT ); Mon, 3 Sep 2018 09:53:13 -0400 Received: by mail.bootlin.com (Postfix, from userid 110) id 2A7A122A53; Mon, 3 Sep 2018 11:33:54 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mail.bootlin.com X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT, URIBL_BLOCKED shortcircuit=ham autolearn=disabled version=3.4.0 Received: from localhost.localdomain (AAubervilliers-681-1-92-107.w90-88.abo.wanadoo.fr [90.88.33.107]) by mail.bootlin.com (Postfix) with ESMTPSA id 9D3DE22A40; Mon, 3 Sep 2018 11:33:25 +0200 (CEST) From: Quentin Schulz To: alexandre.belloni@bootlin.com, ralf@linux-mips.org, paul.burton@mips.com, jhogan@kernel.org, robh+dt@kernel.org, mark.rutland@arm.com, davem@davemloft.net, kishon@ti.com, andrew@lunn.ch, f.fainelli@gmail.com Cc: allan.nielsen@microchip.com, linux-mips@linux-mips.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, thomas.petazzoni@bootlin.com, Quentin Schulz Subject: [PATCH v2 06/11] phy: add QSGMII and PCIE modes Date: Mon, 3 Sep 2018 11:33:03 +0200 Message-Id: <20180903093308.24366-7-quentin.schulz@bootlin.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20180903093308.24366-1-quentin.schulz@bootlin.com> References: <20180903093308.24366-1-quentin.schulz@bootlin.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Prepare for upcoming phys that'll handle QSGMII or PCIe. Signed-off-by: Quentin Schulz --- include/linux/phy/phy.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/linux/phy/phy.h b/include/linux/phy/phy.h index 9713aebdd348..03b319f89a34 100644 --- a/include/linux/phy/phy.h +++ b/include/linux/phy/phy.h @@ -37,9 +37,11 @@ enum phy_mode { PHY_MODE_USB_OTG, PHY_MODE_SGMII, PHY_MODE_2500SGMII, + PHY_MODE_QSGMII, PHY_MODE_10GKR, PHY_MODE_UFS_HS_A, PHY_MODE_UFS_HS_B, + PHY_MODE_PCIE, }; /** -- 2.17.1