From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0a-001b2d01.pphosted.com (mx0b-001b2d01.pphosted.com [148.163.158.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3xNslw5zPgzDqG5 for ; Fri, 4 Aug 2017 13:26:36 +1000 (AEST) Received: from pps.filterd (m0098420.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.21/8.16.0.21) with SMTP id v743PdU5128593 for ; Thu, 3 Aug 2017 23:26:34 -0400 Received: from e12.ny.us.ibm.com (e12.ny.us.ibm.com [129.33.205.202]) by mx0b-001b2d01.pphosted.com with ESMTP id 2c4aeqf5e0-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Thu, 03 Aug 2017 23:26:33 -0400 Received: from localhost by e12.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 3 Aug 2017 23:26:33 -0400 Received: from b01cxnp22035.gho.pok.ibm.com (9.57.198.25) by e12.ny.us.ibm.com (146.89.104.199) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Thu, 3 Aug 2017 23:26:30 -0400 Received: from b01ledav006.gho.pok.ibm.com (b01ledav006.gho.pok.ibm.com [9.57.199.111]) by b01cxnp22035.gho.pok.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id v743QUus33030232; Fri, 4 Aug 2017 03:26:30 GMT Received: from b01ledav006.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 44335AC040; Thu, 3 Aug 2017 23:26:45 -0400 (EDT) Received: from Christophers-MacBook-Pro.local.com (unknown [9.83.5.232]) by b01ledav006.gho.pok.ibm.com (Postfix) with ESMTP id BD2CEAC03F; Thu, 3 Aug 2017 23:26:42 -0400 (EDT) From: Christopher Bostic To: joel@jms.id.au, jk@ozlabs.org Cc: Christopher Bostic , openbmc@lists.ozlabs.org Subject: [PATCH linux dev-4.10 v2 0/3] Add FSI master scan conditional Date: Thu, 3 Aug 2017 22:26:19 -0500 X-Mailer: git-send-email 2.10.1 (Apple Git-78) X-TM-AS-GCONF: 00 x-cbid: 17080403-0048-0000-0000-000001CE85D0 X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00007480; HX=3.00000241; KW=3.00000007; PH=3.00000004; SC=3.00000216; SDB=6.00897252; UDB=6.00448933; IPR=6.00677435; BA=6.00005509; NDR=6.00000001; ZLA=6.00000005; ZF=6.00000009; ZB=6.00000000; ZP=6.00000000; ZH=6.00000000; ZU=6.00000002; MB=3.00016525; XFM=3.00000015; UTC=2017-08-04 03:26:31 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17080403-0049-0000-0000-0000421D8632 Message-Id: <20170804032622.88674-1-cbostic@linux.vnet.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:, , definitions=2017-08-04_01:, , 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-1706020000 definitions=main-1708040050 X-BeenThere: openbmc@lists.ozlabs.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Development list for OpenBMC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Aug 2017 03:26:37 -0000 Add new optional FSI master device tree property no-scan-on-init to indicate that it should not be scanned at init time. This is necessary in cases where such a scan would interfere with other FSI masters on the bus. For example, Hub FSI masters scanning while Host boot FSI bus operations are in progress causing arbitration errors. Christopher Bostic (3): dt-bindings: fsi: Add optional property no-scan-on-init ARM: dts: fsi: Add optional master property no-scan-on-init fsi: core: Add check for master property no-scan-on-init -- 1.8.2.2