Received: by 2002:a5b:505:0:0:0:0:0 with SMTP id o5csp5719309ybp; Tue, 8 Oct 2019 07:20:06 -0700 (PDT) X-Google-Smtp-Source: APXvYqxV3sQ/YZf5QpSUuQAouzrbK/2VhztYcBd8B5/FBUvubDNTz6/E8Q31Xck0nK5zBrMkiWP+ X-Received: by 2002:a05:6402:2d8:: with SMTP id b24mr34117976edx.222.1570544406810; Tue, 08 Oct 2019 07:20:06 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1570544406; cv=none; d=google.com; s=arc-20160816; b=ZBmvDn6nLXGf8oc6EuI2bmAVKf9FGByS0msS1r2vH6Rg6CsPa20sHzgXibNxvKAdcm 13LUfPC9Fpp3I86pkMlsVH4XE3Kh71J7biA9S4LjFllDEnWaOcFs1MdPBav22x/Mt4FW jL+WWdIoNJxtZwLEsV2wAKWLCN5pw5L4F4hzDl3bhf0a0vgM5g7p8UGrAHsqooIWp/NJ 7Q/9RHvR3OJ62+HrFvVCFyLd1GUyfDKhmh2641YgmTojiIIdtkOj36entzmgDZCOeulm YECIWA708ThnaCsMXg+dI4fTPOlAMGv3CkftmHA96rdUYoDbxZbpEoi3tRq8Jxud3a4d iaSA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-transfer-encoding:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=bWVkFoOCHSBp1Kc+jDqz81marAW4XvJOhDCo0LD1SRU=; b=CJi8/MEofErQBIbuBz5ZaxxhySXP8UykWeHZoRSqXM0JSFpWH/9rPQeAz9zWQ2m/P5 jCQEAgZXyOYVk0MeosAgGbSr0+fFxPaiaj3XfBuLnAL9VNYbT40L4uvSN+l1ZchEyuAk w1q1cISyecz/uzGvp7RmGe4j3PcW+59psBeiaNSu6RC0saeo+H/VTbPZBhg38QIsDjm2 5lfpwONpp690gFmANil2pz2aX7xiYmZwwMpNJTu/F/V/HYC+hqyyrdKFRd8rl+RkF/t1 FuTShEpGmvYkbFhYg/u77Kb8dPbiQ9BhYKFfEGEZ7dfbjj5lWylXb4oAEP0O6ZsJkdUx Bd2g== 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 a3si11303309edc.75.2019.10.08.07.19.43; Tue, 08 Oct 2019 07:20:06 -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 S1726822AbfJHORE (ORCPT + 99 others); Tue, 8 Oct 2019 10:17:04 -0400 Received: from muru.com ([72.249.23.125]:35954 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725795AbfJHORD (ORCPT ); Tue, 8 Oct 2019 10:17:03 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 2FF498081; Tue, 8 Oct 2019 14:17:36 +0000 (UTC) Date: Tue, 8 Oct 2019 07:16:59 -0700 From: Tony Lindgren To: Graeme Smecher Cc: Andrey Smirnov , linux-omap@vger.kernel.org, =?utf-8?Q?Beno=C3=AEt?= Cousson , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: dts: am3874-iceboard: Fix 'i2c-mux-idle-disconnect' usage Message-ID: <20191008141659.GC5610@atomide.com> References: <20191004014548.29583-1-andrew.smirnov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Graeme Smecher [191004 23:53]: > Hi Andrey, > > On 2019-10-03 6:45 p.m., Andrey Smirnov wrote: > > According to > > Documentation/devicetree/bindings/i2c/i2c-mux-pca954x.txt, > > i2c-mux-idle-disconnect is a property of a parent node since it > > pertains to the mux/switch as a whole, so move it there and drop all > > of the concurrences in child nodes. > > > > Fixes: d031773169df ("ARM: dts: Adds device tree file for McGill's IceBoard, based on TI AM3874") > > Signed-off-by: Andrey Smirnov > > Cc: BenoƮt Cousson > > Cc: Tony Lindgren > > Cc: Graeme Smecher > > Cc: linux-omap@vger.kernel.org > > Cc: devicetree@vger.kernel.org > > Cc: linux-kernel@vger.kernel.org > > --- > > > > This is purely a drive-by fix, since it concerns the HW I've never > > heard of before. However I was working with PCA9548 > > (vf610-zii-scu4-aib is my HW) and looking at various users in the > > kernel, when this code caught my eye. Apologies for the noise if this > > fix is somehow bogus. > > > > In case that it matters this patch is based on top of 5.4-rc1. > > Thanks! We do have I2C address collisions on downstream bus segments, so > keeping these segments isolated is important. I'm surprised this patch > was necessary and happy to see it. > > Lightly tested on 5.3. > > Tested-by: Graeme Smecher Applying into fixes thanks. Tony