From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752054AbdEIHQL (ORCPT ); Tue, 9 May 2017 03:16:11 -0400 Received: from gate.crashing.org ([63.228.1.57]:56040 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750849AbdEIHQJ (ORCPT ); Tue, 9 May 2017 03:16:09 -0400 Message-ID: <1494314107.25766.442.camel@kernel.crashing.org> Subject: Re: [PATCH v7 4/5] i2c: aspeed: added driver for Aspeed I2C From: Benjamin Herrenschmidt To: Brendan Higgins , Wolfram Sang , Rob Herring , Mark Rutland , Thomas Gleixner , Jason Cooper , Marc Zyngier , Joel Stanley , Vladimir Zapolskiy , Kachalov Anton , =?ISO-8859-1?Q?C=E9dric?= Le Goater Cc: linux-i2c@vger.kernel.org, devicetree@vger.kernel.org, Linux Kernel Mailing List , OpenBMC Maillist , Ryan Chen Date: Tue, 09 May 2017 09:15:07 +0200 In-Reply-To: References: <20170424181818.2754-1-brendanhiggins@google.com> <20170424181818.2754-5-brendanhiggins@google.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.22.6 (3.22.6-1.fc25) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2017-05-08 at 16:28 -0700, Brendan Higgins wrote: > > I am curious what everyone thinks about this. It seemed that, earlier > on, people did not like me disabling multi-master mode, but I think > that it would make bus recovery not work as well. Given that, I think > it makes the most sense to provide a device tree option either to > enable multi-master support or disable it. Thoughts? I think we probably want to keep it enabled yes. Another reason is that SMBus notifications are in effect a type of multi-master (well slave really), and we should really add support for them even when the slave is not enabled. We are hitting some PMbus devices that apparently can't be prevented from sending those and that's causing issues. Cheers, Ben.