Received: by 2002:a25:824b:0:0:0:0:0 with SMTP id d11csp5708065ybn; Sun, 29 Sep 2019 04:12:33 -0700 (PDT) X-Google-Smtp-Source: APXvYqxrE6sSEdoYeqOvhcMYvh8/o//rQevrfxjsGY63oxi+lLuMtgBGtlnB0r8eiyqtYXnGkBFd X-Received: by 2002:a17:907:205b:: with SMTP id pg27mr10779045ejb.135.1569755553572; Sun, 29 Sep 2019 04:12:33 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1569755553; cv=none; d=google.com; s=arc-20160816; b=VdhsVDbb8INnCiByJY/zdvJCfRKeoP30yMckSinH2bwPaudrfg4G5dEtotSGWZv1Lr x0NDJ9P1f/ABVNlkCLs5+FyBVu/s9WmKGHa07qLlWGDMibYcRagFUHMLKVuAHJjFGZ6o wmhQkyzLr3Zfo3z5BeKItLQ5cf4dfCzaWChtAJ4uTXhe4Flf6jrPJUbMsGRukwAT1app Wt7WXyL5HR1UFdrCB7arT4sOJ4g+EJ66kvEHBziikPF0hR9DDUEF0f0djxKZFaU4eogY FcQBib5JcJ1ciIh5uDMFnu86C9e2TqmwDYNvoCgtD2k+BTbuxTfd13X2cSfThSV/HlaU 6RBw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:date:cc:to:reply-to:from:subject :message-id; bh=a29TfnyOMlvxewp8SYFrmwByurL/B6Jcbnfu0hs6ah0=; b=MaG3NhoxNksG4/4Xth3gryBYd3iVoUmfGrZf2SCt4Nmy39nfR+8Z+fNqkOw/qrka2m +btUo730nl72BsFs9O/Efq8j2bUIuSuQMjmpaxvlIndPTC+svr69EHEC4YvOHOvoXM0I DMS8XZILbaROU4UCI4CkrryT3o4leSy2luLAe/kg8Zvn7AItHl+Fw02UZ7U0RZ7yWBDw yYnQXqcipFRUPA5EgRF8T58Zhgj9bqYKgId5Vr33Yprgds7yCJAidmg996Y9TP42DJB6 /iJPiXlB/n/qTr30htZOR3XoNZd32jxnrBWG3YbxlH237pjCZdd/IrZsEiXgM97ZAUIE tSAw== 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 k6si5246948edb.235.2019.09.29.04.12.05; Sun, 29 Sep 2019 04:12:33 -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 S1728975AbfI2LHX (ORCPT + 99 others); Sun, 29 Sep 2019 07:07:23 -0400 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:60859 "EHLO relay1-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725924AbfI2LHX (ORCPT ); Sun, 29 Sep 2019 07:07:23 -0400 X-Originating-IP: 93.158.25.216 Received: from nexussix (93-158-25-216.subs.ibrowse.com [93.158.25.216]) (Authenticated sender: cengiz@kernel.wtf) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id 57ED5240004; Sun, 29 Sep 2019 11:07:19 +0000 (UTC) Message-ID: <2a3f9ec1955e8b785888994e2a9b7cc0d5800a71.camel@kernel.wtf> Subject: Re: [PATCH] i2c: pca954x: Add property to skip disabling PCA954x MUX device From: Cengiz Can Reply-To: cengiz@kernel.wtf To: Biwen Li Cc: linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org, peda@axentia.se, leoyang.li@nxp.com, Wolfram Sang Date: Sun, 29 Sep 2019 14:07:19 +0300 In-Reply-To: <20190929103638.46038-1-biwen.li@nxp.com> References: <20190929103638.46038-1-biwen.li@nxp.com> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.34.0 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello Biwen, > + /* Errata ID E-00013 on board LS2088ARDB and LS2088ARDB: > + * The point here is that you must not disable a mux if there > + * are no pullups on the input or you mess up the I2C. This > + * needs to be put into the DTS really as the kernel cannot > + * know this otherwise. > + */ Can you please explain what a "mess up" is? And also, should we put this new DTS property in related default bindings? If not, are you planning a documentation update for the users to notify them about this? -- Cengiz Can