Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932454Ab3FQIdx (ORCPT ); Mon, 17 Jun 2013 04:33:53 -0400 Received: from zoneX.GCU-Squad.org ([194.213.125.0]:18817 "EHLO services.gcu-squad.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932350Ab3FQIdw (ORCPT ); Mon, 17 Jun 2013 04:33:52 -0400 Date: Mon, 17 Jun 2013 10:33:36 +0200 From: Jean Delvare To: Christian Ruppert Cc: Wolfram Sang , Mika Westerberg , Pierrick Hascoet , linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH V2] i2c: designware: fix race between subsequent xfers Message-ID: <20130617103336.354022c2@endymion.delvare> In-Reply-To: <20130617081931.GB19380@ab42.lan> References: <1370526216-10060-1-git-send-email-christian.ruppert@abilis.com> <1370595083-801-1-git-send-email-christian.ruppert@abilis.com> <20130614143740.GD2929@katana> <20130617081931.GB19380@ab42.lan> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.18; x86_64-suse-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1126 Lines: 25 On Mon, 17 Jun 2013 10:19:33 +0200, Christian Ruppert wrote: > On Fri, Jun 14, 2013 at 04:37:41PM +0200, Wolfram Sang wrote: > > BTW since I am currently here: i2c-designware-core should be in the > > 'algos' directory, no? > > At the risk of passing for a complete moron: What exactly is the > difference between I2C algos and I2C bus drivers? The i2c/algos directory contains abstracted code which is common to multiple hardware implementations. The most popular of these is i2c-algo-bit which implements software-only I2C over virtually any pair of controllable pins (parallel port, GPIOs, etc.) As a general rule, i2c/algos should only contain reusable, architecture and platform independent code. All the actual hardware access should be delegated to the bus drivers, through callbacks. If this can't be done easily then i2c/algos is not the right place. -- Jean Delvare -- 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/