Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966061Ab3DQJdg (ORCPT ); Wed, 17 Apr 2013 05:33:36 -0400 Received: from sauhun.de ([89.238.76.85]:34976 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965911Ab3DQJde (ORCPT ); Wed, 17 Apr 2013 05:33:34 -0400 Date: Wed, 17 Apr 2013 11:32:49 +0200 From: Wolfram Sang To: Doug Anderson Cc: Kukjin Kim , Simon Glass , Naveen Krishna Chatradhi , grant.likely@secretlab.ca, yuvaraj.cd@gmail.com, ben.dooks@codethink.co.uk, u.kleine-koenig@pengutronix.de, broonie@opensource.wolfsonmicro.com, girish.shivananjappa@linaro.org, bhushan.r@samsung.com, sreekumar.c@samsung.com, prashanth.g@samsung.com, olof@lixom.net, djkurtz@chromium.org, swarren@wwwdotorg.org, linux@roeck-us.net, Rob Herring , Rob Landley , "Ben Dooks (embedded platforms)" , Stephen Warren , Jean Delvare , Peter Korsgaard , devicetree-discuss@lists.ozlabs.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-i2c@vger.kernel.org Subject: Re: [PATCH v6 1/3] i2c: mux: Add i2c-arb-gpio-challenge 'mux' driver Message-ID: <20130417093148.GB4508@the-dreams.de> References: <1365543270-10736-1-git-send-email-dianders@chromium.org> <1366129742-16048-1-git-send-email-dianders@chromium.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1366129742-16048-1-git-send-email-dianders@chromium.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1141 Lines: 23 On Tue, Apr 16, 2013 at 09:29:00AM -0700, Doug Anderson wrote: > The i2c-arb-gpio-challenge driver implements an I2C arbitration scheme > where masters need to claim the bus with a GPIO before they can start > a transcation. This should generally only be used when standard I2C > multimaster isn't appropriate for some reason (errata/bugs). > > This driver is based on code that Simon Glass added to the i2c-s3c2410 > driver in the Chrome OS kernel 3.4 tree. The current incarnation as a > mux driver is as suggested by Grant Likely. See > for some history. > > Signed-off-by: Doug Anderson > Signed-off-by: Simon Glass > Signed-off-by: Naveen Krishna Chatradhi > Reviewed-by: Stephen Warren I fixed the typo myself. Applied to for-next, thanks everyone! -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/