]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit190d445d35016f4ecab8e5f34c1e46b6d3559489
treef4d779ea1508ca435505e4caa8ca6acf5fc8948f
parent7b8979264f7832395588d2b73dd1364d11370810
parent7f0431ada48af848153c65a3110a8b1a4d348665
Merge tag 'iio-for-3.11b' of git://git.kernel.org/pub/scm/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.