summaryrefslogtreecommitdiffstats
path: root/drivers/iio
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iio-for-v4.2b' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2015-05-2439-248/+4874
|\
| * iio: accel: Add support for Sensortek STK8BA50Tiberiu Breana2015-05-233-0/+313
| * iio: __iio_update_buffers: Leave device in sane state on errorLars-Peter Clausen2015-05-231-36/+46
| * iio: __iio_update_buffers: Split enable and disable path into helper functionsLars-Peter Clausen2015-05-231-88/+103
| * iio: __iio_update_buffers: Verify configuration before starting to apply itLars-Peter Clausen2015-05-231-63/+101
| * iio:adc128s052: add support for adc122s021Urs Fässler2015-05-232-8/+26
| * iio: Add I/Q modifiersLars-Peter Clausen2015-05-231-0/+2
| * iio: adc: add support for BerlinAntoine Tenart2015-05-233-0/+386
| * iio: accel: Add support for Sensortek STK8312Tiberiu Breana2015-05-173-0/+403
| * iio: accel: bmc150: decouple buffer and triggersVlad Dogaru2015-05-171-20/+35
| * iio: core: add high pass filter attributesMartin Fuzzey2015-05-172-0/+4
| * iio: mma8452: Add access to registers via DebugFSMartin Fuzzey2015-05-171-0/+25
| * iio: mma8452: Initialise before activatingMartin Fuzzey2015-05-171-4/+33
| * iio: gyro: bmg160: decouple buffer and triggersVlad Dogaru2015-05-171-24/+32
| * iio: gyro: bmg160: remove redundant fieldVlad Dogaru2015-05-171-8/+5
| * iio: __iio_update_buffers: Perform request_update() only for new buffersLars-Peter Clausen2015-05-171-11/+25
| * iio: __iio_update_buffers: Slightly refactor scan mask memory managementLars-Peter Clausen2015-05-171-10/+13
| * iio: Replace printk in __iio_update_buffers with dev_dbgLars-Peter Clausen2015-05-171-5/+7
| * iio: add m62332 DAC driverDmitry Eremin-Solenikov2015-05-173-0/+280
| * iio: ltr501: Add light channel supportKuppuswamy Sathyanarayanan2015-05-171-0/+51
| * iio: pressure: hid-sensor-press: Fix memory leak in probe()Fabio Estevam2015-05-171-6/+6
| * iio: orientation: hid-sensor-rotation: Fix memory leak in probe()Fabio Estevam2015-05-171-7/+8
| * iio: orientation: hid-sensor-incl-3d: Fix memory leak in probe()Fabio Estevam2015-05-171-7/+7
| * iio: light: hid-sensor-als.c: Fix memory leak in probe()Fabio Estevam2015-05-171-6/+6
| * iio: gyro: hid-sensor-gyro-3d: Fix memory leak in probe()Fabio Estevam2015-05-171-7/+6
| * iio: accel: hid-sensor-accel-3d: Fix memory leak in probe()Fabio Estevam2015-05-171-7/+6
| * iio: ltr501: Fix proximity threshold boundary checkKuppuswamy Sathyanarayanan2015-05-161-1/+1
| * iio:temp:mlx90614 trivial drop of unnecessary ret return from write_raw.Jonathan Cameron2015-05-131-3/+1
| * iio: adc: ti_am335x_adc: make sample delay, open delay, averaging DT parametersVignesh R2015-05-131-6/+48
| * iio: acpi: Add support for ACPI0008 Ambient Light SensorGabriele Mazzotta2015-05-103-0/+245
| * iio: hid-sensor-press: Constify platform_device_idKrzysztof Kozlowski2015-05-101-1/+1
| * iio: hid-sensor-rotation: Constify platform_device_idKrzysztof Kozlowski2015-05-101-1/+1
| * iio: hid-sensor-incl-3d: Constify platform_device_idKrzysztof Kozlowski2015-05-101-1/+1
| * iio: hid-sensor-magn-3d: Constify platform_device_idKrzysztof Kozlowski2015-05-101-1/+1
| * iio: light: hid-sensor-prox: Constify platform_device_idKrzysztof Kozlowski2015-05-101-1/+1
| * iio: light: hid-sensor-als: Constify platform_device_idKrzysztof Kozlowski2015-05-101-1/+1
| * iio: hid-sensor-gyro-3d: Constify platform_device_idKrzysztof Kozlowski2015-05-101-1/+1
| * iio: adc: axp288: Constify platform_device_idKrzysztof Kozlowski2015-05-101-1/+1
| * iio: hid-sensor-accel-3d: Constify platform_device_idKrzysztof Kozlowski2015-05-101-1/+1
| * iio: light: add support for ROHM BH1710/BH1715/BH1721/BH1750/BH1751 ambient l...Tomasz Duszynski2015-05-103-0/+345
| * iio: magnetometer: Add ACPI support for MMC35240Daniel Baluta2015-05-101-0/+8
| * iio: magnetometer: mmc35240: Add PM sleep supportDaniel Baluta2015-05-101-0/+35
| * iio: magnetometer: Add support for MEMSIC MMC35240 sensorDaniel Baluta2015-05-103-0/+481
| * iio: magn: bmc150_magn: add oversampling ratioIrina Tirdea2015-05-101-4/+129
| * iio: core: Introduce IIO_CHAN_INFO_OVERSAMPLING_RATIOIrina Tirdea2015-05-101-0/+1
| * iio: magn: Add support for BMC150 magnetometerIrina Tirdea2015-05-103-0/+1000
| * iio: Allow compile test of GPIO consumers if !GPIOLIBGeert Uytterhoeven2015-05-102-3/+3
| * iio: light: Add threshold interrupt support for STK3310Tiberiu Breana2015-05-101-2/+253
| * iio: light: Add support for Sensortek STK3310Tiberiu Breana2015-05-103-0/+483
* | Merge 4.1-rc4 into staging-nextGreg Kroah-Hartman2015-05-1817-66/+93
|\ \ | |/ |/|
OpenPOWER on IntegriCloud