From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932301AbdEJSVA (ORCPT ); Wed, 10 May 2017 14:21:00 -0400 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:38085 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932218AbdEJSU5 (ORCPT ); Wed, 10 May 2017 14:20:57 -0400 Subject: Re: [PATCH v6 18/23] drivers/fsi: Document FSI master sysfs files in ABI To: Joel Stanley References: <20170410194706.64280-1-cbostic@linux.vnet.ibm.com> <20170410194706.64280-19-cbostic@linux.vnet.ibm.com> Cc: Rob Herring , Mark Rutland , Russell King , rostedt@goodmis.org, mingo@redhat.com, Greg KH , devicetree , linux-arm-kernel@lists.infradead.org, Linux Kernel Mailing List , Andrew Jeffery , Alistair Popple , Benjamin Herrenschmidt From: Christopher Bostic Date: Wed, 10 May 2017 13:20:49 -0500 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-TM-AS-GCONF: 00 x-cbid: 17051018-0040-0000-0000-00000338AB3E X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00007043; HX=3.00000240; KW=3.00000007; PH=3.00000004; SC=3.00000210; SDB=6.00858770; UDB=6.00425549; IPR=6.00638244; BA=6.00005342; NDR=6.00000001; ZLA=6.00000005; ZF=6.00000009; ZB=6.00000000; ZP=6.00000000; ZH=6.00000000; ZU=6.00000002; MB=3.00015399; XFM=3.00000015; UTC=2017-05-10 18:20:55 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17051018-0041-0000-0000-0000072CD360 Message-Id: X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-05-10_14:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1703280000 definitions=main-1705100123 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 5/10/17 2:30 AM, Joel Stanley wrote: > On Tue, Apr 11, 2017 at 5:17 AM, Christopher Bostic > wrote: >> From: Chris Bostic >> >> Add info for sysfs scan file in Documentaiton ABI/testing > You are missing documentation for the 'raw', 'term' and 'break' files. Hi Joel, Yes, I've made your suggested changes in my pending release version 7 patch set. >> Signed-off-by: Chris Bostic >> --- >> Documentation/ABI/testing/sysfs-bus-fsi | 6 ++++++ >> 1 file changed, 6 insertions(+) >> create mode 100644 Documentation/ABI/testing/sysfs-bus-fsi >> >> diff --git a/Documentation/ABI/testing/sysfs-bus-fsi b/Documentation/ABI/testing/sysfs-bus-fsi >> new file mode 100644 >> index 0000000..dfcbc1b >> --- /dev/null >> +++ b/Documentation/ABI/testing/sysfs-bus-fsi >> @@ -0,0 +1,6 @@ >> +What: /sys/bus/platform/devices/fsi-master/scan > This has been renamed 'rescan' in this series. The path has changed too. > >> +KernelVersion: 4.9 > This should be 4.12 I guess, assuming we get it merged this cycle. Will update. Thanks -Chris > >> +Contact: cbostic@us.ibm.com >> +Description: >> + Initiates a FSI master scan for all connected >> + slave devices on its links. >> -- >> 1.8.2.2 >>