From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752211AbcADPqI (ORCPT ); Mon, 4 Jan 2016 10:46:08 -0500 Received: from mail.lysator.liu.se ([130.236.254.3]:55526 "EHLO mail.lysator.liu.se" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751344AbcADPqF (ORCPT ); Mon, 4 Jan 2016 10:46:05 -0500 Message-ID: <568A93A0.5030109@lysator.liu.se> Date: Mon, 04 Jan 2016 16:45:36 +0100 From: Peter Rosin User-Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Lars-Peter Clausen , Wolfram Sang CC: Peter Rosin , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Peter Korsgaard , Guenter Roeck , linux-i2c@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 10/10] i2c: pca954x: get rid of the i2c deadlock workaround References: <1451920215-29167-1-git-send-email-peda@lysator.liu.se> <1451920215-29167-11-git-send-email-peda@lysator.liu.se> <568A8D87.8020201@metafoo.de> In-Reply-To: <568A8D87.8020201@metafoo.de> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2016-01-04 16:19, Lars-Peter Clausen wrote: > On 01/04/2016 04:10 PM, Peter Rosin wrote: >> From: Peter Rosin >> >> Signed-off-by: Peter Rosin > > It would be quite good if the commit messaged said why it is now safe to > remove the workaround. Right, hmm, the two last patches seemed obvious at the time I wrote them, but now I see a problem. E.g. if two pca954x devices that depends on being idle when client devices are not accessed happen to sit on the same bus (perhaps because the muxes are used to hide a bunch of identical devices), it is indeed not safe to make this change. Thanks for making my think, and consider 9/10 and 10/10 dropped. Cheers, Peter