summaryrefslogtreecommitdiffstats
path: root/drivers/iio
Commit message (Expand)AuthorAgeFilesLines
...
| * iio: pressure: bmp280: split driver in logical partsLinus Walleij2016-07-035-272/+318
| * iio: pressure: bmp280: support supply regulatorsLinus Walleij2016-07-031-4/+62
| * drivers:iio:light:isl29125: added macros for sensing rangeBijosh Thykkoottathil2016-07-031-4/+7
| * iio: st_sensors: harden interrupt handlingLinus Walleij2016-07-022-46/+115
| * iio: magn: ak8975: deploy runtime and system PMLinus Walleij2016-06-301-0/+72
| * iio: magn: ak8975: make sure to power down at remove()Linus Walleij2016-06-301-0/+1
| * iio: magn: ak8975: allow a delay after enabling regulatorsLinus Walleij2016-06-301-0/+6
| * iio: magn: ak8975: refactor regulator handlersLinus Walleij2016-06-301-25/+18
| * iio: magn: ak8975: add Vid regulatorLinus Walleij2016-06-301-0/+15
| * iio: magn: ak8975: fix regulator usageLinus Walleij2016-06-301-9/+7
| * iio: pressure: bmp280: add reset GPIO line handlingLinus Walleij2016-06-301-0/+10
| * iio: pressure: bmp280: support device tree initializationLinus Walleij2016-06-301-0/+15
| * iio:core: timestamping clock selection supportGregor Boirie2016-06-3058-93/+291
* | Merge 4.7-rc6 into staging-nextGreg Kroah-Hartman2016-07-043-6/+10
|\ \ | |/ |/|
| * iio:ad7266: Fix probe deferral for vrefMark Brown2016-06-261-0/+3
| * iio:ad7266: Fix support for optional regulatorsMark Brown2016-06-261-1/+1
| * iio:ad7266: Fix broken regulator error handlingMark Brown2016-06-261-1/+1
| * iio: accel: kxsd9: fix the usage of spi_w8r8()Linus Walleij2016-06-261-2/+2
| * Merge tag 'iio-fixes-for-4.7b' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2016-06-221-2/+3
| |\
| | * iio: inv_mpu6050: Fix use-after-free in ACPI codeCrestez Dan Leonard2016-06-111-2/+3
* | | Merge tag 'iio-for-4.8b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2016-06-2915-74/+418
|\ \ \
| * | | iio: ad5755: add support for dt bindingsSean Nyekjaer2016-06-271-1/+187
| * | | iio: buffer-dma: Use ARRAY_SIZE in for loop rangePhil Reid2016-06-271-2/+2
| * | | iio: adc: max1363: Fix missing i2c_device_id for MAX1164x partsFlorian Vaussard2016-06-271-0/+4
| * | | iio: proximity: as3935: remove redundant zeroing of tune_capMatt Ranostay2016-06-271-1/+0
| * | | iio: stx104: Add GPIO support for the Apex Embedded Systems STX104William Breathitt Gray2016-06-272-7/+129
| * | | iio: as3935: improve error reporting in as3935_event_workArnd Bergmann2016-06-271-2/+8
| * | | iio: adc: ti-adc081c: add ACPI device ID matchingDan O'Donovan2016-06-271-1/+25
| * | | iio: Refuse to register triggers with duplicate namesCrestez Dan Leonard2016-06-271-0/+22
| * | | iio: ms5637 Add Measurement Specialties explicit MS5805 and MS5837 supportMarkezana, William2016-06-111-3/+9
| * | | iio: mma8452: update Freescale company informationMartin Kepplinger2016-06-112-5/+5
| * | | iio: mma8452: update device description in header commentsMartin Kepplinger2016-06-111-8/+8
| * | | iio: mma8452: update contact information for Martin KepplingerMartin Kepplinger2016-06-111-1/+1
| * | | iio: light: gp2ap020a00f: use iio helper function to lock direct modeAlison Schofield2016-06-111-13/+5
| * | | iio: light: isl29125: use iio helper function to guarantee direct modeAlison Schofield2016-06-111-6/+4
| * | | iio: light: tcs3472: use iio helper function to guarantee direct modeAlison Schofield2016-06-111-8/+5
| * | | iio: light: tcs3414: use iio helper function to guarantee direct modeAlison Schofield2016-06-111-7/+5
| * | | iio: proximity: lidar: switch to iio_device_claim_*_mode helpersMatt Ranostay2016-06-111-10/+4
* | | | Merge 4.7-rc4 into staging-nextGreg Kroah-Hartman2016-06-2022-99/+222
|\ \ \ \ | | |/ / | |/| |
| * | | Merge tag 'staging-4.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-06-1821-98/+221
| |\ \ \ | | | |/ | | |/|
| | * | Merge tag 'iio-fixes-for-4.7a' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2016-06-0721-98/+221
| | |\ \
| | | * | iio: hudmidity: hdc100x: fix incorrect shifting and scalingMatt Ranostay2016-06-031-8/+8
| | | * | iio: light apds9960: Add the missing dev.parentYong Li2016-06-031-0/+1
| | | * | iio: Fix error handling in iio_trigger_attach_poll_funcCrestez Dan Leonard2016-06-031-5/+18
| | | * | iio: st_sensors: Disable DRDY at init timeCrestez Dan Leonard2016-05-291-0/+5
| | | * | iio: st_sensors: Init trigger before irq requestCrestez Dan Leonard2016-05-291-4/+4
| | | * | iio: st_sensors: switch to a threaded interruptLinus Walleij2016-05-2911-25/+103
| | | * | iio: light: bh1780: assign a static nameLinus Walleij2016-05-291-1/+1
| | | * | iio: bh1780: dereference the client properlyLinus Walleij2016-05-291-2/+4
| | | * | iio: humidity: hdc100x: fix IIO_TEMP channel reportingMatt Ranostay2016-05-291-1/+1