From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Mon, 25 Oct 2010 22:08:51 -0700 From: Guenter Roeck To: "Zhang, Sonic" CC: Jonathan Cameron , Mike Frysinger , "linux-iio@vger.kernel.org" , "device-drivers-devel@blackfin.uclinux.org" Subject: Re: [PATCH 12/14] staging: iio: adc: new driver for ADT7408 temperature sensors Message-ID: <20101026050851.GA21264@ericsson.com> References: <1287865757-1031-1-git-send-email-vapier@gentoo.org> <1287865757-1031-12-git-send-email-vapier@gentoo.org> <4CC4B8F8.7010005@cam.ac.uk> <20101024234735.GB15616@ericsson.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" In-Reply-To: List-ID: On Tue, Oct 26, 2010 at 12:20:59AM -0400, Zhang, Sonic wrote: [ ... ] > > With the raw register value, the driver gives application develop full flexibility to control the device. Is it possible to define a unifiied ABI for all different ADCs in IIO framework? May IIO should document a policy on ABI difinition. > The whole point of an ABI (or API) is that it is well defined and unified, and can be used across multiple devices. Otherwise it is not an ABI. Guenter