aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-22Merge tag 'iio-fixes-for-4.12a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linusGreg Kroah-Hartman7-35/+44
2017-05-21iio: adc: sun4i-gpadc-iio: fix parent device being used in devm functionQuentin Schulz1-14/+22
2017-05-21iio: adc: Add support for TI ADC108S102 and ADC128S102Jan Kiszka3-0/+361
2017-05-21iio: imu: st_lsm6dsx: substitute ifdef CONFIG_PM with __maybe_unused macroLorenzo Bianconi1-4/+2
2017-05-21iio: accel: bma180: Add ACPI enumeration support for BMA250EHans de Goede1-2/+19
2017-05-21iio: accel: bma180: Add support for BMA250EHans de Goede1-1/+23
2017-05-21iio: light: rpr0521 channel numbers reorderedMikko Koivunen1-20/+20
2017-05-21iio: light: rpr0521 proximity offset read/writeMikko Koivunen1-0/+52
2017-05-21iio: light: rpr0521 sample_frequency read/writeMikko Koivunen1-0/+117
2017-05-21iio: light: rpr0521 whitespace fixesMikko Koivunen1-0/+3
2017-05-21iio: light: rpr0521 magic number to sizeof() on value readMikko Koivunen1-1/+1
2017-05-21iio: light: rpr0521 on-off sequence change for CONFIG_PMMikko Koivunen1-24/+46
2017-05-21iio: light: rpr0521 poweroff for probe failsMikko Koivunen1-2/+15
2017-05-21iio: light: rpr0521 disable sensor -bugfixMikko Koivunen1-2/+8
2017-05-21iio: light: ltr501 Fix interchanged als/ps register fieldFranziska Naepelt1-2/+2
2017-05-21iio: adc: bcm_iproc_adc: swap primary and secondary isr handler'sRaveendra Padasalagi1-4/+4
2017-05-21iio: trigger: fix NULL pointer dereference in iio_trigger_write_current()Marcin Niestroj1-1/+2
2017-05-20iio: hi8435: cleanup reset gpioNikita Yushchenko1-5/+7
2017-05-20iio: hi8435: make in_voltage_sensing_mode_available visibleNikita Yushchenko1-0/+1
2017-05-20iio: hi8435: avoid garbage event at first enableNikita Yushchenko1-2/+13
2017-05-20iio: hi8435: add raw accessNikita Yushchenko1-0/+22
2017-05-20iio: light: isl29018: Only declare ACPI table when ACPI is enabledMatthias Kaehlcke1-0/+2
2017-05-16iio: hid-sensor-hub: Implement batch modeSrinivas Pandruvada2-0/+124
2017-05-16iio: tsl2583: add runtime power management supportBrian Masney1-30/+76
2017-05-14iio: humidity: hts221: add power management supportLorenzo Bianconi4-4/+55
2017-05-14iio: adc: max9611: Fix attribute measure unitJacopo Mondi1-3/+3
2017-05-14iio: adc: add driver for the ti-adc084s021 chipMårten Lindahl3-0/+288
2017-05-14iio: adc: ti_am335x_adc: allocating too much in probeDan Carpenter1-1/+1
2017-05-14iio:ad5064: Add support for ltc2633 and similar devicesMike Looijmans2-3/+71
2017-05-14iio: pressure: zpa2326: report interrupted case as failureNicholas Mc Guire1-7/+11
2017-05-10Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds2-2/+2
2017-05-07iio: stm32 trigger: Add support for TRGO2 triggersFabrice Gasnier1-14/+99
2017-05-07iio: adc: sun4i-gpadc-iio: Fix module autoload when OF devices are registeredEduardo Molinas1-0/+1
2017-05-07iio: adc: sun4i-gpadc-iio: Fix module autoload when PLATFORM devices are registeredEduardo Molinas1-0/+1
2017-05-07iio: adc: Fix bad GENMASK use, typos, whitespaceStefan Brüns1-6/+6
2017-05-07iio: hid-sensor-accel-3d: Drop unnecessary staticJulia Lawall1-1/+1
2017-05-07iio: proximity: as3935: fix iio_trigger_poll issueMatt Ranostay1-2/+2
2017-05-07iio: temperature: maxim_thermocouple: add MAX31856 partMatt Ranostay1-0/+1
2017-05-07iio: adc: meson-saradc: add Meson8b SoC compatibilityMartin Blumenstingl1-24/+56
2017-05-07iio: adc: meson-saradc: mark all meson_sar_adc_data static and constMartin Blumenstingl1-3/+3
2017-05-07iio: hid-sensor-rotation: Add "scale" and "offset" properties parse supportSong Hongyan2-0/+26
2017-05-07iio: hid-sensor-rotation: Add geomagnetic orientation sensor hid support.Song Hongyan1-0/+7
2017-05-07iio: hid-sensor-rotation: Add relative orientation sensor hid supportSong Hongyan1-8/+20
2017-05-05Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds106-495/+10150
2017-05-04Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-11/+4
2017-05-03Merge tag 'mfd-next-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds5-1765/+1485
2017-04-30iio: imu: st_lsm6dsx: add system power management supportLorenzo Bianconi4-0/+58
2017-04-30iio: imu: st_lsm6dsx: modify st_lsm6dsx_flush_fifo and st_lsm6dsx_set_fifo_mode scopeLorenzo Bianconi2-3/+6
2017-04-30iio: isl29028: add isl29030 supportSebastian Reichel1-0/+6
2017-04-27iio: proximity: as3935: fix AS3935_INT maskMatt Ranostay1-2/+2