From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756833AbcASQv7 (ORCPT ); Tue, 19 Jan 2016 11:51:59 -0500 Received: from mail-cys01nam02on0067.outbound.protection.outlook.com ([104.47.37.67]:23645 "EHLO NAM02-CY1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754881AbcASQvv (ORCPT ); Tue, 19 Jan 2016 11:51:51 -0500 Authentication-Results: spf=pass (sender IP is 149.199.60.83) smtp.mailfrom=xilinx.com; vger.kernel.org; dkim=none (message not signed) header.d=none;vger.kernel.org; dmarc=bestguesspass action=none header.from=xilinx.com; Date: Tue, 19 Jan 2016 08:50:57 -0800 From: =?utf-8?B?U8O2cmVu?= Brinkmann To: P L Sai Krishna CC: Michal Simek , Ulf Hansson , Kevin Hao , Emil Lenchak , Tobias Klauser , Sudeep Holla , Adrian Hunter , "Jisheng Zhang" , "Ivan T. Ivanov" , "Scott Branden" , Vincent Yang , Haibo Chen , Marek Vasut , "ludovic.desroches@atmel.com" , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , "Suman Tripathi" , Shawn Lin , , , , , Harini Katakam , Punnaiah Choudary Kalluri , Anirudha Sarangi , P L Sai Krishna Subject: Re: [LINUX PATCH 2/5] Documentation: mmc: Updated the binding doc for Arasan SDHCI. Message-ID: <20160119165057.GN6491@xsjsorenbubuntu> References: <1453213055-35563-1-git-send-email-lakshmis@xilinx.com> <1453213055-35563-2-git-send-email-lakshmis@xilinx.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1453213055-35563-2-git-send-email-lakshmis@xilinx.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-RCIS-Action: ALLOW X-TM-AS-Product-Ver: IMSS-7.1.0.1224-8.0.0.1202-22074.005 X-TM-AS-User-Approved-Sender: Yes;Yes X-EOPAttributedMessage: 0 X-Forefront-Antispam-Report: CIP:149.199.60.83;CTRY:US;IPV:NLI;EFV:NLI;SFV:NSPM;SFS:(10009020)(6009001)(2980300002)(438002)(189002)(199003)(377424004)(24454002)(57986006)(586003)(76176999)(1096002)(77096005)(86362001)(85202003)(33716001)(106466001)(23676002)(2950100001)(1220700001)(47776003)(4001430100002)(83506001)(54356999)(85182001)(6806005)(76506005)(1076002)(81156007)(50466002)(19580395003)(4001450100002)(110136002)(87936001)(5008740100001)(33656002)(63266004)(5001960100002)(50986999)(107886002)(11100500001)(4001350100001)(4326007)(36386004)(19580405001)(189998001)(92566002)(2906002)(2870700001)(7059030)(107986001)(217873001);DIR:OUT;SFP:1101;SCL:1;SRVR:SN1NAM02HT175;H:xsj-pvapsmtpgw01;FPR:;SPF:Pass;PTR:unknown-60-83.xilinx.com;MX:1;A:1;LANG:en; X-MS-Office365-Filtering-Correlation-Id: 8b854ee9-eefc-4935-20b5-08d320f0d2c1 X-Exchange-Antispam-Report-Test: UriScan:;BCL:0;PCL:0;RULEID:(8251501002);SRVR:SN1NAM02HT175;UriScan:(192813158149592); X-Microsoft-Antispam-PRVS: X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:(601004)(2401047)(13023025)(8121501046)(13018025)(5005006)(520078)(13024025)(13017025)(13015025)(10201501046)(3002001);SRVR:SN1NAM02HT175;BCL:0;PCL:0;RULEID:;SRVR:SN1NAM02HT175; X-Forefront-PRVS: 0826B2F01B X-OriginatorOrg: xilinx.com X-MS-Exchange-CrossTenant-OriginalArrivalTime: 19 Jan 2016 16:51:48.1202 (UTC) X-MS-Exchange-CrossTenant-Id: 657af505-d5df-48d0-8300-c31994686c5c X-MS-Exchange-CrossTenant-OriginalAttributedTenantConnectingIp: TenantId=657af505-d5df-48d0-8300-c31994686c5c;Ip=[149.199.60.83];Helo=[xsj-pvapsmtpgw01] X-MS-Exchange-CrossTenant-FromEntityHeader: HybridOnPrem X-MS-Exchange-Transport-CrossTenantHeadersStamped: SN1NAM02HT175 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2016-01-19 at 07:47PM +0530, P L Sai Krishna wrote: > This patch adds broken-tuning property to the binding > doc for Arasan SDHCI. > > Signed-off-by: P L Sai Krishna > --- > Documentation/devicetree/bindings/mmc/arasan,sdhci.txt | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/Documentation/devicetree/bindings/mmc/arasan,sdhci.txt b/Documentation/devicetree/bindings/mmc/arasan,sdhci.txt > index da541c3..2088d9f 100644 > --- a/Documentation/devicetree/bindings/mmc/arasan,sdhci.txt > +++ b/Documentation/devicetree/bindings/mmc/arasan,sdhci.txt > @@ -17,6 +17,10 @@ Required Properties: > - interrupt-parent: Phandle for the interrupt controller that services > interrupts for this device. > > +Optional Properties: > + - broken-tuning: Indicates tuning broken in Silicon 1.0 of > + Zynq Ultrascale+ MPSoC. Describe the purpose/values of the property without reference to the SoC. Other broken implementations would want to use this property too. Sören From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?B?U8O2cmVu?= Brinkmann Subject: Re: [LINUX PATCH 2/5] Documentation: mmc: Updated the binding doc for Arasan SDHCI. Date: Tue, 19 Jan 2016 08:50:57 -0800 Message-ID: <20160119165057.GN6491@xsjsorenbubuntu> References: <1453213055-35563-1-git-send-email-lakshmis@xilinx.com> <1453213055-35563-2-git-send-email-lakshmis@xilinx.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Content-Disposition: inline In-Reply-To: <1453213055-35563-2-git-send-email-lakshmis-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: P L Sai Krishna Cc: Michal Simek , Ulf Hansson , Kevin Hao , Emil Lenchak , Tobias Klauser , Sudeep Holla , Adrian Hunter , Jisheng Zhang , "Ivan T. Ivanov" , Scott Branden , Vincent Yang , Haibo Chen , Marek Vasut , "ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org" , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Suman Tripathi , Shawn Lin , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-mmc@vger List-Id: devicetree@vger.kernel.org On Tue, 2016-01-19 at 07:47PM +0530, P L Sai Krishna wrote: > This patch adds broken-tuning property to the binding > doc for Arasan SDHCI. >=20 > Signed-off-by: P L Sai Krishna > --- > Documentation/devicetree/bindings/mmc/arasan,sdhci.txt | 4 ++++ > 1 file changed, 4 insertions(+) >=20 > diff --git a/Documentation/devicetree/bindings/mmc/arasan,sdhci.txt b= /Documentation/devicetree/bindings/mmc/arasan,sdhci.txt > index da541c3..2088d9f 100644 > --- a/Documentation/devicetree/bindings/mmc/arasan,sdhci.txt > +++ b/Documentation/devicetree/bindings/mmc/arasan,sdhci.txt > @@ -17,6 +17,10 @@ Required Properties: > - interrupt-parent: Phandle for the interrupt controller that serv= ices > interrupts for this device. > =20 > +Optional Properties: > + - broken-tuning: Indicates tuning broken in Silicon 1.0 of > + Zynq Ultrascale+ MPSoC. Describe the purpose/values of the property without reference to the SoC. Other broken implementations would want to use this property too. S=C3=B6ren -- To unsubscribe from this list: send the line "unsubscribe devicetree" i= n the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: soren.brinkmann@xilinx.com (=?utf-8?B?U8O2cmVu?= Brinkmann) Date: Tue, 19 Jan 2016 08:50:57 -0800 Subject: [LINUX PATCH 2/5] Documentation: mmc: Updated the binding doc for Arasan SDHCI. In-Reply-To: <1453213055-35563-2-git-send-email-lakshmis@xilinx.com> References: <1453213055-35563-1-git-send-email-lakshmis@xilinx.com> <1453213055-35563-2-git-send-email-lakshmis@xilinx.com> Message-ID: <20160119165057.GN6491@xsjsorenbubuntu> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, 2016-01-19 at 07:47PM +0530, P L Sai Krishna wrote: > This patch adds broken-tuning property to the binding > doc for Arasan SDHCI. > > Signed-off-by: P L Sai Krishna > --- > Documentation/devicetree/bindings/mmc/arasan,sdhci.txt | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/Documentation/devicetree/bindings/mmc/arasan,sdhci.txt b/Documentation/devicetree/bindings/mmc/arasan,sdhci.txt > index da541c3..2088d9f 100644 > --- a/Documentation/devicetree/bindings/mmc/arasan,sdhci.txt > +++ b/Documentation/devicetree/bindings/mmc/arasan,sdhci.txt > @@ -17,6 +17,10 @@ Required Properties: > - interrupt-parent: Phandle for the interrupt controller that services > interrupts for this device. > > +Optional Properties: > + - broken-tuning: Indicates tuning broken in Silicon 1.0 of > + Zynq Ultrascale+ MPSoC. Describe the purpose/values of the property without reference to the SoC. Other broken implementations would want to use this property too. S?ren