aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-01iio: Require strict scan mask matching in hardware modeLars-Peter Clausen1-5/+20
2015-06-01iio: Specify supported modes for buffersLars-Peter Clausen3-3/+19
2015-06-01iio: Always compute masklengthLars-Peter Clausen1-6/+9
2015-06-01iio: buffer: remove unneeded testLaurent Navet1-2/+0
2015-05-24Merge tag 'iio-for-v4.2b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman39-248/+4874
2015-05-23iio: accel: Add support for Sensortek STK8BA50Tiberiu Breana3-0/+313
2015-05-23iio: __iio_update_buffers: Leave device in sane state on errorLars-Peter Clausen1-36/+46
2015-05-23iio: __iio_update_buffers: Split enable and disable path into helper functionsLars-Peter Clausen1-88/+103
2015-05-23iio: __iio_update_buffers: Verify configuration before starting to apply itLars-Peter Clausen1-63/+101
2015-05-23iio:adc128s052: add support for adc122s021Urs Fässler2-8/+26
2015-05-23iio: adc: twl6030-gpadc: Fix modaliasAxel Lin1-1/+1
2015-05-23iio: Add I/Q modifiersLars-Peter Clausen1-0/+2
2015-05-23iio: adc: add support for BerlinAntoine Tenart3-0/+386
2015-05-18Merge 4.1-rc4 into staging-nextGreg Kroah-Hartman17-66/+93
2015-05-17iio: accel: Add support for Sensortek STK8312Tiberiu Breana3-0/+403
2015-05-17iio: accel: bmc150: decouple buffer and triggersVlad Dogaru1-20/+35
2015-05-17iio: core: add high pass filter attributesMartin Fuzzey2-0/+4
2015-05-17iio: mma8452: Add access to registers via DebugFSMartin Fuzzey1-0/+25
2015-05-17iio: mma8452: Initialise before activatingMartin Fuzzey1-4/+33
2015-05-17iio: gyro: bmg160: decouple buffer and triggersVlad Dogaru1-24/+32
2015-05-17iio: gyro: bmg160: remove redundant fieldVlad Dogaru1-8/+5
2015-05-17iio: __iio_update_buffers: Perform request_update() only for new buffersLars-Peter Clausen1-11/+25
2015-05-17iio: __iio_update_buffers: Slightly refactor scan mask memory managementLars-Peter Clausen1-10/+13
2015-05-17iio: Replace printk in __iio_update_buffers with dev_dbgLars-Peter Clausen1-5/+7
2015-05-17iio: add m62332 DAC driverDmitry Eremin-Solenikov3-0/+280
2015-05-17iio: ltr501: Add light channel supportKuppuswamy Sathyanarayanan1-0/+51
2015-05-17iio: pressure: hid-sensor-press: Fix memory leak in probe()Fabio Estevam1-6/+6
2015-05-17iio: orientation: hid-sensor-rotation: Fix memory leak in probe()Fabio Estevam1-7/+8
2015-05-17iio: orientation: hid-sensor-incl-3d: Fix memory leak in probe()Fabio Estevam1-7/+7
2015-05-17iio: light: hid-sensor-als.c: Fix memory leak in probe()Fabio Estevam1-6/+6
2015-05-17iio: gyro: hid-sensor-gyro-3d: Fix memory leak in probe()Fabio Estevam1-7/+6
2015-05-17iio: accel: hid-sensor-accel-3d: Fix memory leak in probe()Fabio Estevam1-7/+6
2015-05-16iio: ltr501: Fix proximity threshold boundary checkKuppuswamy Sathyanarayanan1-1/+1
2015-05-16iio: adis16400: Fix burst transfer for adis16448Lars-Peter Clausen3-2/+12
2015-05-16iio: adis16400: Fix burst modePaul Cercueil1-7/+9
2015-05-16iio: adis16400: Compute the scan mask from channel indicesPaul Cercueil2-7/+19
2015-05-16iio: adis16400: Use != channel indices for the two voltage channelsPaul Cercueil1-4/+4
2015-05-16iio: adis16400: Report pressure channel scaleLars-Peter Clausen1-0/+5
2015-05-13Merge tag 'iio-fixes-for-4.1a-take2' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linusGreg Kroah-Hartman17-66/+93
2015-05-13iio:temp:mlx90614 trivial drop of unnecessary ret return from write_raw.Jonathan Cameron1-3/+1
2015-05-13iio: adc: ti_am335x_adc: make sample delay, open delay, averaging DT parametersVignesh R1-6/+48
2015-05-12iio: light: hid-sensor-prox: Fix memory leak in probe()Fabio Estevam1-5/+5
2015-05-12iio: adc: cc10001: Add delay before setting START bitNaidu Tellapati1-0/+1
2015-05-12iio: adc: cc10001: Fix regulator_get_voltage() return value checkNaidu Tellapati1-1/+1
2015-05-12iio: adc: cc10001: Fix incorrect use of power-up/power-down registerNaidu Tellapati1-14/+19
2015-05-10iio: acpi: Add support for ACPI0008 Ambient Light SensorGabriele Mazzotta3-0/+245
2015-05-10iio: hid-sensor-press: Constify platform_device_idKrzysztof Kozlowski1-1/+1
2015-05-10iio: hid-sensor-rotation: Constify platform_device_idKrzysztof Kozlowski1-1/+1
2015-05-10iio: hid-sensor-incl-3d: Constify platform_device_idKrzysztof Kozlowski1-1/+1
2015-05-10iio: hid-sensor-magn-3d: Constify platform_device_idKrzysztof Kozlowski1-1/+1