aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio
AgeCommit message (Expand)AuthorFilesLines
2013-09-14staging: iio: ad2s1210: Use devm_iio_device_allocSachin Kamat1-10/+4
2013-09-14staging: iio: ad2s1200: Use dev_err instead of pr_errSachin Kamat1-2/+2
2013-09-14staging: iio: ad2s1200: Use devm_* APIsSachin Kamat1-16/+8
2013-09-14staging: iio: tsl2x7x_core: Remove redundant breakSachin Kamat1-8/+0
2013-09-11staging:iio:hmc5843: Use devm_iio_device_allocPeter Meerwald1-17/+7
2013-09-09staging:iio:adc:ad7606 remove unnecessary work pending testXie XiuQi1-2/+1
2013-09-08iio: mxs-lradc: Add MODULE_ALIASFabio Estevam1-0/+1
2013-09-08iio: mxs-lradc: Fix the order of resources removalFabio Estevam1-5/+5
2013-09-08staging: iio: replace strict_strto*() with kstrto*()Jingoo Han16-114/+109
2013-09-07staging: iio: hmc5843: Fix a trivial typoSachin Kamat1-1/+1
2013-09-07staging: iio: tsl2x7x_core: Fix sparse warningSachin Kamat1-1/+1
2013-09-07staging: iio: tsl2x7x_core: Use devm_* APIsSachin Kamat1-25/+13
2013-09-07staging: iio: ad9951: Use devm_iio_device_allocSachin Kamat1-13/+4
2013-09-07staging: iio: ad9910: Use devm_iio_device_allocSachin Kamat1-12/+4
2013-09-07staging: iio: ad9852: Use devm_iio_device_allocSachin Kamat1-13/+4
2013-09-07staging: iio: ad9850: Use devm_iio_device_allocSachin Kamat1-12/+4
2013-09-07staging: iio: ad9834: Use devm_* APIsSachin Kamat1-18/+11
2013-09-07staging: iio: ad9832: Use devm_* APIsSachin Kamat1-20/+12
2013-09-07staging: iio: ad5930: Use devm_iio_device_allocSachin Kamat1-12/+4
2013-09-07staging: iio: tsl2583: Use devm_iio_device_allocSachin Kamat1-16/+8
2013-09-07staging: iio: ad5933: Use devm_* APIsSachin Kamat1-12/+6
2013-09-07staging: iio: adt7316: Use devm_* APIsSachin Kamat1-32/+16
2013-09-07staging: iio: lpc32xx_adc: Use devm_* APIsSachin Kamat1-35/+14
2013-09-07staging: iio: ad799x_core: Use devm_* APIsSachin Kamat1-11/+5
2013-09-07staging: iio: ad7816: Use devm_* APIsSachin Kamat1-39/+20
2013-09-07staging: iio: ad7780: Use devm_* APIsSachin Kamat1-21/+7
2013-09-07staging: iio: ad7606_core: Use devm_* APIsSachin Kamat1-16/+7
2013-09-07staging: iio: ad7291: Use devm_* APIsSachin Kamat1-19/+8
2013-09-07staging: iio: ad7280a: Use devm_iio_device_allocSachin Kamat1-7/+4
2013-09-07staging: iio: ad7192: Use devm_* APIs and fix a memory leakSachin Kamat1-11/+4
2013-08-28staging: iio: ad7746: Use devm_iio_device_allocSachin Kamat1-13/+5
2013-08-28staging: iio: ad7152: Use devm_iio_device_allocSachin Kamat1-12/+4
2013-08-28staging: iio: ad7150: Use devm_* APIsSachin Kamat1-28/+8
2013-08-28staging: iio: sca3000: Use devm_iio_device_allocSachin Kamat1-11/+4
2013-08-28staging: iio: lis3l02dq: Use devm_iio_device_allocSachin Kamat1-11/+4
2013-08-28staging: iio: adis16240: Use devm_iio_device_allocSachin Kamat1-11/+5
2013-08-28staging: iio: adis16220: Use devm_iio_device_allocSachin Kamat1-10/+4
2013-08-28staging: iio: adis16209: Use devm_iio_device_allocSachin Kamat1-11/+5
2013-08-28staging: iio: adis16204: Use devm_iio_device_allocSachin Kamat1-11/+5
2013-08-28staging: iio: adis16203: Use devm_iio_device_allocSachin Kamat1-11/+5
2013-08-28staging: iio: adis16201: Use devm_iio_device_allocSachin Kamat1-11/+6
2013-08-17iio: mxs-lradc: change the realbits to 12Hector Palacios1-4/+8
2013-08-17iio: gyro: adis16060_core: Use devm_iio_device_allocSachin Kamat1-13/+4
2013-08-04staging:iio:hmc5843: Use i2c_smbus_read_word_swapped()Peter Meerwald1-2/+2
2013-08-04staging:iio:hmc5843: Drop unneeded #includesPeter Meerwald1-3/+0
2013-08-04staging:iio:hmc5843: Device has 3 channels, no need to store separatelyPeter Meerwald1-5/+1
2013-08-04staging:iio:hmc5843: 'add' is a poor abbreviation for addressPeter Meerwald1-2/+2
2013-08-04staging:iio:hmc5843: Implement timeout in read functionPeter Meerwald1-3/+15
2013-08-04staging:iio:hmc5843: Remove id register #defines, not used anymorePeter Meerwald1-3/+0
2013-08-04staging:iio:hmc5843: Drop I2C detection codePeter Meerwald1-33/+0