Merge tag 'iio-for-3.11b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23...
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 8 Jun 2013 14:13:38 +0000 (07:13 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 8 Jun 2013 14:13:38 +0000 (07:13 -0700)
commit451372066dab1d98ba571b176bd1ce71922702f2
treef4d779ea1508ca435505e4caa8ca6acf5fc8948f
parent877ea664f6aa1226b4a7a43c83c2c804f2063482
parent78f304d06c47d600ec1a4b0995f1f4c5667a677e
Merge tag 'iio-for-3.11b' of git://git./linux/kernel/git/jic23/iio into staging-next

Jonathan writes:

Second round of IIO new stuff and cleanups for the 3.11 cycle.

1) Pressure sensor support in the st sensors driver - LPS331AP currently.
2) Graduation of generic interrupt from staging with some related cleanup.
3) A number of platform_set_drvdata on remove removals.
4) 2 conditional build changes to prevent device tree structures from being
   built in when device tree isn't enabled.  These just save a bit of space
   rather than being strictly required at the moment.
5) A couple of strict_strtoul -> kstrtoul conversions.