From mboxrd@z Thu Jan 1 00:00:00 1970 From: Guenter Roeck Subject: [RFC v2 0/4] iio: Devicetree support Date: Sat, 2 Feb 2013 16:59:36 -0800 Message-ID: <1359853180-5664-1-git-send-email-linux@roeck-us.net> Return-path: Sender: linux-iio-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Jonathan Cameron Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, Naveen Krishna Chatradhi , Lars-Peter Clausen , Doug Anderson , Tomasz Figa , Grant Likely , Rob Herring , Guenter Roeck List-Id: devicetree@vger.kernel.org This patch set adds basic device tree support to the IIO subsystem. It is the result of the [1] and [2] discussions. The first two patches are actually updates to the MAX1363 driver. The first patch updates the driver to use devm_ functions, and the second patch adds support for an external reference voltage. Patch 3 changes the first parameter to iio_channel_get() to be the pointer to the consumer device instead of the consumer device name. Patch 4 adds basic OF support to the IIO subsystem. Support is modeled after the clock subsystem. The patches are now based on the to togreg branch of iio kernel repository. Several patches were already applied and are no longer part of the patch set. Guenter --- [1] http://marc.info/?l=linux-iio&m=135902119507483&w=2 [2] http://marc.info/?l=lm-sensors&m=135375101529918&w=1