summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2013-01-26iio:accel:kxsd9 move out of stagingJonathan Cameron3-0/+299
2013-01-26iio:adis16400: Add support for the adis16448Lars-Peter Clausen2-0/+40
2013-01-26iio:adis16400: Expose some debug information in debugfsLars-Peter Clausen2-4/+113
2013-01-26iio:adis16400: Add support for the 52.85 Hz base sampling rateLars-Peter Clausen1-4/+12
2013-01-26iio:adis16400: Increase samplerate precessionLars-Peter Clausen1-14/+18
2013-01-26staging:iio: Move adis16400 out of stagingLars-Peter Clausen5-0/+1126
2013-01-26iio: fix Kconfig for max1363Peter Meerwald1-3/+1
2013-01-26Merge 3.8-rc5 into staging-nextGreg Kroah-Hartman34-139/+180
2013-01-22iio: Convert to devm_ioremap_resource()Thierry Reding1-3/+3
2013-01-14Merge tag 'staging-3.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds16-19/+67
2013-01-08Merge branch 'staging-linus' into staging-nextGreg Kroah-Hartman16-19/+67
2013-01-06hid: iio: rename struct hid_sensor_iio_common to hid_sensor_commonAlexander Holler7-12/+12
2013-01-06iio: merge hid-sensor-attributes.h into hid-sensor-hub.hAlexander Holler7-63/+0
2013-01-06iio: lp8788_adc: fix parent device in kernel messageKim, Milo1-1/+1
2013-01-06iio: lp8788_adc: fix a parent device in _probe()Kim, Milo1-2/+2
2013-01-04Drivers: iio: remove __dev* attributes.Greg Kroah-Hartman34-139/+138
2013-01-01iio: max1363 comment and whitespace fixesPeter Meerwald1-8/+7
2013-01-01iio: cleanup buffer setup code in max1363 driverPeter Meerwald1-54/+5
2012-12-27iio: (max1363) Fix probe error pathGuenter Roeck1-7/+6
2012-12-27iio: dac: ad5446: Don't set error code to voltage_uvAxel Lin1-1/+5
2012-12-27iio: dac: ad5686: Don't set error code to voltage_uvAxel Lin1-1/+5
2012-12-27iio: dac: ad5624r_spi: Don't set error code to voltage_uvAxel Lin1-1/+5
2012-12-27iio: dac: ad5504: Don't set error code to voltage_uvAxel Lin1-1/+5
2012-12-27iio: dac: ad5791: Don't set error code to [pos|neg]_voltage_uvAxel Lin1-2/+11
2012-12-27iio: dac: ad5380: Don't set error code to st->vrefAxel Lin1-1/+5
2012-12-27iio: adc: ad7266: Don't set error code to st->vref_uvAxel Lin1-1/+5
2012-12-27iio: hid-sensors: respect CONFIG_IIO_TRIGGERAlexander Holler6-2/+18
2012-12-27iio: at91: fix dev var name in at91_adc_trigger_handlerJean-Christophe PLAGNIOL-VILLARD1-1/+1
2012-12-27iio:adf4350: Fix typoMichael Hennerich1-1/+1
2012-12-17Merge tag 'mfd-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds4-1/+457
2012-11-30iio: imu: adis16480: remove duplicated include from adis16480.cWei Yongjun1-1/+0
2012-11-30iio: gyro: adis16136: remove duplicated include from adis16136.cWei Yongjun1-1/+0
2012-11-30iio:imu: adis16480: show_firmware() buffer too smallDan Carpenter1-2/+2
2012-11-30iio:gyro: adis16136: divide by zero in write_frequency()Dan Carpenter1-2/+2
2012-11-30iio: adc: Add Texas Instruments ADC081C021/027 supportThierry Reding3-0/+173
2012-11-30iio:ad7793: Add support for the ad7796 and ad7797Lars-Peter Clausen1-12/+109
2012-11-30iio:ad7793: Add support for the ad7798 and ad7799Lars-Peter Clausen1-14/+102
2012-11-30staging:iio: Move ad7793 driver out of stagingLars-Peter Clausen3-0/+704
2012-11-21iio:adc:ad7298 make the tx and rx buffers __be16Jonathan Cameron1-2/+2
2012-11-21iio:imu: Add support for the ADIS16480 and similar IMUsLars-Peter Clausen4-0/+946
2012-11-21iio: Factor out fixed point number parsing into its own functionLars-Peter Clausen1-35/+63
2012-11-21iio: Add pressure channel typeLars-Peter Clausen1-0/+1
2012-11-21iio:imu:adis: Add paging supportLars-Peter Clausen2-16/+69
2012-11-21iio:gyro: Add support for the ADIS16136 gyroscopeLars-Peter Clausen3-0/+591
2012-11-20iio:imu:adis: Add support for 32bit registersLars-Peter Clausen2-53/+94
2012-11-20iio:imu:adis: Add debugfs register access supportLars-Peter Clausen1-0/+23
2012-11-20iio: adc: Add viperboard adc driverLars Poeschel3-0/+189
2012-11-20staging:iio: Move the ad7298 driver out of stagingLars-Peter Clausen3-0/+421
2012-11-20staging:iio: Move adis library out of stagingLars-Peter Clausen7-6/+612
2012-11-17iio: hid-sensor: Return proper error if kmemdup failsAxel Lin4-12/+11