summaryrefslogtreecommitdiffstats
path: root/drivers/iio
Commit message (Expand)AuthorAgeFilesLines
...
| * | | iio: accel: st_accel: add support to lng2dmLorenzo Bianconi2016-11-015-1/+82
| * | | iio: si7020: Add devicetree support and trivial bindingsPaul Kocialkowski2016-11-011-1/+10
| * | | iio: humidity: remove duplicated include from hts221_buffer.cWei Yongjun2016-11-011-1/+0Star
| * | | iio: maxim_thermocouple: detect invalid storage size in read()Arnd Bergmann2016-10-251-0/+2
| * | | iio: gyro: Add driver for the MPU-3050 gyroscopeLinus Walleij2016-10-255-0/+1549
* | | | Merge 4.9-rc3 into staging-nextGreg Kroah-Hartman2016-10-303-10/+15
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Merge tag 'iio-fixes-for-4.9a' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2016-10-243-10/+15
| |\ \ | | |/ | |/|
| | * iio:chemical:atlas-ph-sensor: Fix use of 32 bit int to hold 16 bit big endian...Sandhya Bankar2016-10-231-3/+4
| | * iio: adc: ti-adc081c: Select IIO_TRIGGERED_BUFFER to prevent build errorsMika Westerberg2016-10-091-0/+2
| | * iio: maxim_thermocouple: Align 16 bit big endian value of raw readssayli karnik2016-10-011-7/+9
* | | Merge tag 'iio-for-4.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2016-10-2451-196/+6800
|\ \ \ | |/ / |/| |
| * | iio: dac: mcp4725: fix odd_ptr_err.cocci warningsJulia Lawall2016-10-231-1/+1
| * | iio: proximity: pulsedlight-lidar-lite-v2: cleanup power managementMatt Ranostay2016-10-231-2/+0Star
| * | iio: ti-adc0832: add triggered buffer supportAkinobu Mita2016-10-232-19/+89
| * | iio: humidity: hdc100x: add triggered buffer support for HDC100XAlison Schofield2016-10-232-2/+130
| * | iio: dac: mcp4725: add devicetree supportTomas Novotny2016-10-231-6/+37
| * | iio: dac: mcp4725: support voltage reference selectionTomas Novotny2016-10-231-7/+92
| * | iio: dac: mcp4725: fix incorrect commentTomas Novotny2016-10-231-1/+1
| * | iio: humidity: add support to hts221 rh/temp combo deviceLorenzo Bianconi2016-10-237-0/+1193
| * | iio: light: ltr501: claim direct mode during raw writesAlison Schofield2016-10-231-30/+51
| * | iio: light: ltr501: claim direct mode during select raw readsAlison Schofield2016-10-231-10/+20
| * | staging:iio:accel:sca3000 Move out of staging.Jonathan Cameron2016-10-233-0/+1590
| * | staging: iio: isl29018: move out of stagingBrian Masney2016-10-233-0/+860
| * | iio: pressure: mpl3115: claim direct mode during raw readsAlison Schofield2016-10-231-9/+17
| * | iio: accel: mma8452: claim direct mode during write rawJonathan Cameron2016-10-231-22/+38
| * | iio: accel: mma8452: claim direct mode during raw readsAlison Schofield2016-10-231-2/+4
| * | iio: dac: mcp4725: use regulator frameworkTomas Novotny2016-10-231-9/+37
| * | iio: ms65611_core: Fixes dereferencing regulator pointerCrt Mori2016-10-231-11/+8Star
| * | iio: bmi160_core: Fix sparse warning due to incorrect type in assignmentsayli karnik2016-10-231-1/+2
| * | iio: accel: Add driver for the MiraMEMS DA280 3-axis 14-bit digital accelerom...Hans de Goede2016-10-113-0/+194
| * | iio: accel: Add driver for the MiraMEMS DA311 3-axis 12-bit digital accelerom...Hans de Goede2016-10-113-0/+316
| * | iio: accel: Add driver for dmard10 3-axis AccelerometerHans de Goede2016-10-113-0/+277
| * | iio: magnetometer: ak8974: small endianness fixesIco Doornekamp2016-10-031-4/+4
| * | iio: 104-quad-8: Add IIO support for the ACCES 104-QUAD-8William Breathitt Gray2016-10-015-0/+626
| * | iio: Implement counter channel type and info constantsWilliam Breathitt Gray2016-10-011-0/+2
| * | iio: pressure: Add driver for Honeywell ABP familyMarcin Malagowski2016-10-013-0/+287
| * | drivers: iio: magnetometer: Fix sparse endianness warnings cast to restricted...Sandhya Bankar2016-09-271-7/+9
| * | iio: potentiostat: add LMP91000 supportMatt Ranostay2016-09-275-0/+476
| * | iio: adc: ti-adc161s626: add regulator supportMatt Ranostay2016-09-271-11/+44
| * | iio: inkern: add iio_read_channel_offset helperMatt Ranostay2016-09-271-13/+26
| * | drivers: iio: light: Fix sparse warningsSandhya Bankar2016-09-271-2/+3
| * | iio:adc: Add support for AD7766/AD7767Lars-Peter Clausen2016-09-273-0/+343
| * | iio:max1027: Use iio_trigger_validate_own_device() helperLars-Peter Clausen2016-09-271-12/+1Star
| * | iio:mma8452: Use new iio_trigger_validate_own_device() helperLars-Peter Clausen2016-09-271-12/+1Star
| * | iio:trigger: Add helper function to verify that a trigger belongs to the same...Lars-Peter Clausen2016-09-271-0/+21
| * | drivers: iio: dac: Fix sparse warningSandhya Bankar2016-09-271-1/+1
| * | drivers: iio: max1027: Fix sparse warning: "dubious: x | !y"Sandhya Bankar2016-09-241-1/+3
| * | iio: Use kmalloc_array() in iio_scan_mask_set()Markus Elfring2016-09-241-4/+3Star
| * | iio: accel: mma7660: fix non static symbol warningWei Yongjun2016-09-241-1/+1
| * | iio:pressure: zpa2326: remove redundant "DEBUG" ifdefArnd Bergmann2016-09-221-4/+0Star
| |/