summaryrefslogtreecommitdiffstats
path: root/drivers/iio
Commit message (Expand)AuthorAgeFilesLines
...
| * | | iio temperature/mlx90632: silence a static checker warningDan Carpenter2018-02-241-0/+2
| * | | iio: accel: bmc150: Remove redundant __func__ in dev_dbg()Andy Shevchenko2018-02-241-5/+1Star
| * | | iio: adc: axp20x_adc: remove !! in favor of ternary conditionQuentin Schulz2018-02-241-3/+5
| * | | iio: chemical: ccs811: Renamed resistance member in ccs811_reading structRichard Lai2018-02-241-3/+3
* | | | Merge 4.16-rc3 into staging-nextGreg Kroah-Hartman2018-02-265-10/+15
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge tag 'iio-fixes-for-4.16a' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2018-02-205-10/+15
| |\ \ | | |/ | |/|
| | * iio: buffer: check if a buffer has been set up when poll is calledStefan Windfeldt-Prytz2018-02-171-1/+1
| | * iio: adis_lib: Initialize trigger before requesting interruptLars-Peter Clausen2018-02-171-3/+4
| | * iio: srf08: fix link error "devm_iio_triggered_buffer_setup" undefinedAndreas Klinger2018-02-041-0/+2
| | * iio: adc: stm32: fix stm32h7_adc_enable error handlingFabrice Gasnier2018-01-281-3/+4
| | * iio: adc: aspeed: Fix error handling pathChristophe JAILLET2018-01-141-3/+4
* | | Merge tag 'iio-for-4.17a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2018-02-2035-466/+1571
|\ \ \ | |/ / |/| |
| * | iio: add SPDX identifier for various driversMatt Ranostay2018-02-1812-147/+48Star
| * | iio: chemical: ccs811: Typo correction in HW_ID_VALUE constant define namingRichard Lai2018-02-171-2/+2
| * | iio:pressure:ms5611: Fix coding style in probe functionrodrigosiqueira2018-02-171-1/+1
| * | iio: dht11: Improve detection of sensor typeHarald Geyer2018-02-171-1/+1
| * | iio: ad5272: Add support for Analog Devices digital potentiometersPhil Reid2018-02-103-0/+242
| * | iio: temperature: Adding support for MLX90632Crt Mori2018-02-043-0/+763
| * | iio: imu: st_lsm6dsx: add hw timestamp supportLorenzo Bianconi2018-01-303-70/+224
| * | iio: adc: change license descriptionMilan Stevanovic2018-01-301-2/+1Star
| * | iio: adc: driver for ti adc081s/adc101s/adc121sMilan Stevanovic2018-01-301-1/+22
| * | iio/adc: depend on SYSFS instead of selecting itRandy Dunlap2018-01-301-2/+1Star
| * | iio: adc: axp20x_adc: add support for AXP813 ADCQuentin Schulz2018-01-301-0/+123
| * | iio: adc: axp20x_adc: make it possible to probe from DTQuentin Schulz2018-01-301-1/+18
| * | iio: adc: axp20x_adc: put ADC rate setting in a per-variant functionQuentin Schulz2018-01-301-7/+11
| * | iio: ep93xx: remove redundant return value check of platform_get_resource()Wei Yongjun2018-01-301-4/+0Star
| * | iio: humidity: hts221: remove unnecessary get_unaligned_le16()Lorenzo Bianconi2018-01-301-4/+3Star
| * | iio: humidity: hts221: add regmap API supportLorenzo Bianconi2018-01-306-217/+103Star
| * | iio: humidity: hts221: remove trailing whitespace from a commentLorenzo Bianconi2018-01-301-1/+1
| * | iio: humidity: hts221: remove warnings in hts221_parse_{temp,rh}_caldata()Lorenzo Bianconi2018-01-301-13/+15
| * | iio: accel: use strlcpy() instead of strncpy()Xiongfeng Wang2018-01-301-2/+1Star
| |/
* | vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-113-8/+8
* | Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-02-0159-808/+2756
|\|
| * iio: chemical: ccs811: Fix output of IIO_CONCENTRATION channelsNarcisa Ana Maria Vasile2018-01-081-10/+3Star
| * imu:adis16480: fix debugfs_simple_attr.cocci warningsVenkat Prashanth B U2018-01-081-12/+16
| * gyro:adis16136: fix debugfs_simple_attr.cocci warningsVenkat Prashanth B U2018-01-081-6/+9
| * iio: imu: st_lsm6dsx: remove st_lsm6dsx_write_with_mask() declarationLorenzo Bianconi2018-01-081-2/+0Star
| * iio: imu: st_lsm6dsx: pre-allocate read buffer at bootstrapLorenzo Bianconi2018-01-083-4/+11
| * iio: adc: stm32: fix scan of multiple channels with DMAFabrice Gasnier2018-01-081-1/+2
| * Drivers:iio:adc:ti_am335x_adc remove comparison to boolVenkat Prashanth B U2018-01-081-1/+1
| * iio: common: ssp_sensors: account for const type of of_device_id.dataJulia Lawall2018-01-082-2/+2
| * iio: imu: st_lsm6dsx: add regmap API supportLorenzo Bianconi2018-01-086-211/+131Star
| * iio: imu: st_lsm6dsx: introduce conf_lock mutexLorenzo Bianconi2018-01-083-8/+21
| * iio: imu: st_lsm6dsx: fix endianness in st_lsm6dsx_read_oneshot()Lorenzo Bianconi2018-01-081-1/+1
| * iio: humidity: hts221: move common code in hts221_coreLorenzo Bianconi2018-01-084-35/+22Star
| * iio:pressure:bmp280: Read calibration data in probeStefan Tatschner2018-01-081-71/+132
| * iio: adc: ina2xx: Actually align the loop with the conversion ready flagStefan Brüns2018-01-081-19/+38
| * iio: adc: ina2xx: Align timestamp with conversion ready flagStefan Brüns2018-01-081-2/+2
| * iio: adc: ina2xx: Use a monotonic clock for delay calculationStefan Brüns2018-01-081-14/+27
| * iio: adc: ina2xx: Make calibration register value fixedMaciej Purski2018-01-081-31/+33