Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966210Ab2EPIsz (ORCPT ); Wed, 16 May 2012 04:48:55 -0400 Received: from mga03.intel.com ([143.182.124.21]:48705 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759851Ab2EPIsq convert rfc822-to-8bit (ORCPT ); Wed, 16 May 2012 04:48:46 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.71,315,1320652800"; d="scan'208";a="143807945" From: "Tc, Jenny" To: Jonathan Cameron , Lars-Peter Clausen CC: Guenter Roeck , "R, Durgadoss" , "linux-kernel@vger.kernel.org" , "lm-sensors@lm-sensors.org" , Jonathan Cameron Subject: RE: [lm-sensors] [PATCH] hwmon: Generic ADC support for hwmon Thread-Topic: [lm-sensors] [PATCH] hwmon: Generic ADC support for hwmon Thread-Index: AQHNMniUFMqInze6PESnCGitrabUzZbKZy2AgAAIMICAABDDgIAACfyAgAADd4CAAY39MA== Date: Wed, 16 May 2012 08:48:38 +0000 Message-ID: <20ADAB092842284E95860F279283C56422DFB0@BGSMSX101.gar.corp.intel.com> References: <1337092008-31263-1-git-send-email-jenny.tc@intel.com> <20120515121339.GA21600@ericsson.com> <4D68720C2E767A4AA6A8796D42C8EB59124E22@BGSMSX101.gar.corp.intel.com> <20120515134257.GA21933@ericsson.com> <4FB265C1.7060306@metafoo.de> <4FB268A9.5040007@cam.ac.uk> In-Reply-To: <4FB268A9.5040007@cam.ac.uk> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.223.10.10] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2961 Lines: 72 > On 5/15/2012 3:18 PM, Lars-Peter Clausen wrote: > > On 05/15/2012 03:42 PM, Guenter Roeck wrote: > >> On Tue, May 15, 2012 at 08:42:57AM -0400, R, Durgadoss wrote: > >>> Hi Guenter, > >>> > >>> Thanks for a quick reply. > >>> > >>>> On Tue, May 15, 2012 at 10:26:48AM -0400, Jenny TC wrote: > >>>>> Currently drivers are using custom APIs to communicate with ADC > driver. > >>>>> So it make sense to have generic APIs to commnicate with ADC > drivers. > >>>>> This patch introduces generic APIs to communicate with ADC drivers. > >>>>> > >>>>> Signed-off-by: Jenny TC > >>>> > >>>> Hi Jenny, > >>>> > >>>> Do you have a practical use case ? > >>> > >>> We have some platform specific component drivers, thermal drivers, > >>> battery drivers using this General purpose ADC in the platform. > >>> That's why we thought of doing something like this. > >>> > >>>> > >>>> Also, shouldn't those generic ADCs rather be supported through the > >>>> IO subsystem ? > >>>> After all, hwmon is all about hardware monitoring, not to provide > >>>> generic ADC access. > >>> > >>> In this case, can we try this in iio or mfd subsystem ? > >>> Kindly advise. > >>> > >> I meant iio (more specifically staging/iio/adc). > >> > >> I suspect it might make more sense to have a hwmon client, in > >> parallel to the other users/clients (battery control, thermal etc), > >> if the values reported by the ADC reflect information relevant for > hardware monitoring. > >> > > > > So there is already an experimental IIO to hwmon bridge in > > drivers/staging/iio/, which you can use to expose a IIO ADC driver as > > an hwmon device. > Thanks Lars-Peter. That bridge is currently limited to voltage reading but > that's more because my test part didn't do anything else. > Trivial to add other bits and bobs as needed. In the short term, the interrupt > driven side of things is still under review (so you are limited to polling devices > - though this is typically fine for hwmon etc). I'll be submitting a patch to > move the existing hwmon bridge driver into drivers/hwmon in the next cycle > (after the IIO core is out of staging). > > Longer term plans involve reducing the connection between the IIO > userspace front end and the backend to give cleaner support when people > don't want generic userspace interfaces. This means making absolutely > everything under the sun available through generic in kernel interfaces which > will be 'interesting' for some more interesting devices... > > Jonathan Hi Jonathan, Thanks for your reply. I was looking for generic ADC APIs. At present does the IIO subsystem support any kind of generic ADC APIS which can be used by drivers to read ADC samples? -jtc -- 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/