]> 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)
commit56fe43e6815da14e233d08c21c53bb22341cfb0a
treef4d779ea1508ca435505e4caa8ca6acf5fc8948f
parent2f69412d1d12965cb6f837eabf297f06a2baba0c
parent43c5712150d4d29f257a81c3d9bed10aa3b3fafb
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.