summaryrefslogtreecommitdiffstats
path: root/drivers/iio
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iio-fixes-for-3.9a' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2013-03-063-31/+43
|\
| * iio:common:st_sensors fixed all warning messages about uninitialized variablesDenis CIOCCA2013-03-051-5/+4
| * iio/imu: inv_mpu6050 depends on IIO_BUFFERGuenter Roeck2013-03-021-0/+1
| * iio:ad5064: Initialize register cache correctlyLars-Peter Clausen2013-03-021-5/+8
| * iio:ad5064: Fix off by one in DAC value range checkLars-Peter Clausen2013-03-021-1/+1
| * iio:ad5064: Fix address of the second channel for ad5065/ad5045/ad5025Lars-Peter Clausen2013-03-021-20/+29
* | Merge tag 'staging-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-02-2172-279/+8580
|\ \ | |/
| * Invensense MPU6050 Device Driver.Ge Gao2013-02-108-0/+1415
| * iio:st_sensors fix build when !CONFIG_IIO_TRIGGERJonathan Cameron2013-02-099-11/+14
| * iio: Use spi_sync_transfer()Lars-Peter Clausen2013-02-0910-61/+11
| * iio: Update iio_channel_get API to use consumer device pointer as argumentGuenter Roeck2013-02-061-1/+10
| * iio: tweak language in industrialio-trigger commentsPeter Meerwald2013-02-061-6/+6
| * iio/adc: (max1363) Add support for external reference voltageGuenter Roeck2013-02-061-13/+39
| * iio: max1363: Use devm_ functions whereever possible to allocate resourcesGuenter Roeck2013-02-061-19/+10
| * Merge tag 'iio-for-3.9c' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2013-02-0538-45/+4316
| |\
| | * iio: Simplify iio_map_array_unregister APIGuenter Roeck2013-02-023-36/+15
| | * iio: Update iio_channel_get_all and iio_channel_get_all_cb APIGuenter Roeck2013-02-022-4/+6
| | * iio/adc: (max1363) Fix data conversion problemsGuenter Roeck2013-02-021-2/+3
| | * iio/adc: (max1363) Remove duplicate codeGuenter Roeck2013-02-021-2/+0
| | * iio/adc: (max1363) Provide OF node information to iio deviceGuenter Roeck2013-02-021-0/+1
| | * iio/adc: (lp8788) Provide OF node information to iio deviceGuenter Roeck2013-02-021-0/+1
| | * iio:common: removed unused functions outside st_sensors libraryDenis CIOCCA2013-02-021-42/+28
| | * iio: gyro: Add itg3200Manuel Stahl2013-02-024-0/+569
| | * staging:iio: Move adxrs450 driver out of stagingLars-Peter Clausen2013-02-023-0/+509
| | * staging:iio: Remove noop call to __iio_update_bufferLars-Peter Clausen2013-01-311-1/+0
| | * iio:magnetometer: Add STMicroelectronics magnetometers driverDenis Ciocca2013-01-317-0/+742
| | * iio:gyro: Add STMicroelectronics gyroscopes driverDenis Ciocca2013-01-317-0/+728
| | * iio:accel: Add STMicroelectronics accelerometers driverDenis Ciocca2013-01-317-0/+868
| | * iio:common: Add STMicroelectronics common libraryDenis Ciocca2013-01-319-0/+888
| * | iio:max1363 remove some functions left after mergeJonathan Cameron2013-02-021-42/+0
| |/
| * iio:light:tsl2563 move out of stagingJonathan Cameron2013-01-273-0/+898
| * staging:iio:adis16080: Move out of stagingLars-Peter Clausen2013-01-263-0/+267
| * iio:accel:kxsd9 move out of stagingJonathan Cameron2013-01-263-0/+299
| * iio:adis16400: Add support for the adis16448Lars-Peter Clausen2013-01-262-0/+40
| * iio:adis16400: Expose some debug information in debugfsLars-Peter Clausen2013-01-262-4/+113
| * iio:adis16400: Add support for the 52.85 Hz base sampling rateLars-Peter Clausen2013-01-261-4/+12
| * iio:adis16400: Increase samplerate precessionLars-Peter Clausen2013-01-261-14/+18
| * staging:iio: Move adis16400 out of stagingLars-Peter Clausen2013-01-265-0/+1126
| * iio: fix Kconfig for max1363Peter Meerwald2013-01-261-3/+1
| * Merge 3.8-rc5 into staging-nextGreg Kroah-Hartman2013-01-2534-139/+180
| |\
| * \ Merge branch 'staging-linus' into staging-nextGreg Kroah-Hartman2013-01-0716-19/+67
| |\ \
| * | | hid: iio: rename struct hid_sensor_iio_common to hid_sensor_commonAlexander Holler2013-01-067-12/+12
| * | | iio: merge hid-sensor-attributes.h into hid-sensor-hub.hAlexander Holler2013-01-067-63/+0
| * | | iio: lp8788_adc: fix parent device in kernel messageKim, Milo2013-01-061-1/+1
| * | | iio: lp8788_adc: fix a parent device in _probe()Kim, Milo2013-01-061-2/+2
| * | | iio: max1363 comment and whitespace fixesPeter Meerwald2013-01-011-8/+7
| * | | iio: cleanup buffer setup code in max1363 driverPeter Meerwald2013-01-011-54/+5
* | | | iio: Convert to devm_ioremap_resource()Thierry Reding2013-01-221-3/+3
| |_|/ |/| |
* | | Merge tag 'staging-3.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-01-1416-19/+67
|\ \ \ | | |/ | |/|
| * | iio: (max1363) Fix probe error pathGuenter Roeck2012-12-271-7/+6
OpenPOWER on IntegriCloud