From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755492AbYGXW0F (ORCPT ); Thu, 24 Jul 2008 18:26:05 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752146AbYGXWZx (ORCPT ); Thu, 24 Jul 2008 18:25:53 -0400 Received: from sovereign.computergmbh.de ([85.214.69.204]:50601 "EHLO sovereign.computergmbh.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752000AbYGXWZw (ORCPT ); Thu, 24 Jul 2008 18:25:52 -0400 Date: Fri, 25 Jul 2008 00:25:49 +0200 (CEST) From: Jan Engelhardt To: Jonathan Cameron cc: LKML , spi-devel-general@lists.sourceforge.net, LM Sensors , Jean Delvare , Dmitry Torokhov , "Hans J. Koch" , hmh@hmh.eng.br, David Brownell , mgross@linux.intel.com, Ben Nizette , Anton Vorontsov Subject: Re: [Patch 0/4] IndustrialIO subsystem (ADCs, accelerometers etc) In-Reply-To: <488763AD.4050400@gmail.com> Message-ID: References: <488763AD.4050400@gmail.com> User-Agent: Alpine 1.10 (LNX 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wednesday 2008-07-23 19:00, Jonathan Cameron wrote: >Dear All, > >The need for an industrialio subsystem was discussed in >http://lkml.org/lkml/2008/5/20/135 > >Firstly thanks to all the people who have contributed to the discussion >of this in the past. > >In brief the intention is provide a kernel subsystem directed towards the >handling on sensors (and later related output devices) such as ADC's, >accelerometers and many others. Could this be done using UIO instead?