Age | Commit message (Expand) | Author | Files | Lines |
2017-12-02 | iio: health: max30102: Temperature should be in milli Celsius | Peter Meerwald-Stadler | 1 | -1/+1 |
2017-12-02 | iio: fix kernel-doc build errors | Randy Dunlap | 1 | -2/+2 |
2017-12-02 | iio: adc: meson-saradc: Meson8 and Meson8b do not have REG11 and REG13 | Martin Blumenstingl | 1 | -2/+15 |
2017-12-02 | iio: adc: meson-saradc: initialize the bandgap correctly on older SoCs | Martin Blumenstingl | 1 | -7/+26 |
2017-12-02 | iio: adc: meson-saradc: fix the bit_idx of the adc_en clock | Martin Blumenstingl | 1 | -1/+1 |
2017-12-02 | iio: proximity: sx9500: Assign interrupt from GpioIo() | Andy Shevchenko | 1 | -0/+9 |
2017-12-02 | iio: adc: cpcap: fix incorrect validation | Pan Bian | 1 | -1/+1 |
2017-11-21 | treewide: setup_timer() -> timer_setup() | Kees Cook | 1 | -3/+3 |
2017-11-14 | Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfs | Linus Torvalds | 6 | -10/+10 |
2017-11-13 | Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 281 | -1091/+3227 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 34 | -0/+34 |
2017-10-27 | Merge tag 'iio-for-4.15c' of git://git.kernel.org/pub/scm/linux/kernel/git/ji... | Greg Kroah-Hartman | 7 | -5/+396 |
2017-10-23 | Merge 4.14-rc6 into staging-next | Greg Kroah-Hartman | 5 | -26/+75 |
2017-10-21 | iio: dac: ti-dac082s085: Read chip spec from device table | Lukas Wunner | 1 | -9/+26 |
2017-10-21 | iio: dac: Add Texas Instruments 8/10/12-bit 2/4-channel DAC driver | Lukas Wunner | 3 | -0/+362 |
2017-10-21 | iio: adc: sun4i-gpadc: use of_device_get_match_data | Corentin Labbe | 1 | -4/+2 |
2017-10-21 | iio: adc: adc12138: make array ch_to_mux static, makes object code smaller | Colin Ian King | 1 | -1/+1 |
2017-10-21 | iio: adc: stm32: add check on clock rate | Fabrice Gasnier | 1 | -0/+13 |
2017-10-21 | iio: adc: stm32: add tim15 trigger | Fabrice Gasnier | 1 | -0/+1 |
2017-10-19 | iio: make function argument and some structures const | Bhumika Goyal | 6 | -10/+10 |
2017-10-14 | platform/chrome: Add cros_ec_accel_legacy driver | Gwendal Grignou | 3 | -0/+436 |
2017-10-14 | iio: adc: at91-sama5d2_adc: fix probe error on missing trigger property | Eugen Hristev | 1 | -16/+29 |
2017-10-14 | iio: hid-sensor-trigger: Don't touch sensors unless user space requests | Srinivas Pandruvada | 1 | -3/+9 |
2017-10-14 | iio: proximity: Add rfd77402 driver | Peter Meerwald-Stadler | 3 | -0/+363 |
2017-10-10 | iio: accel: add support to LIS3DHH | Lorenzo Bianconi | 3 | -0/+59 |
2017-10-10 | iio: common: st_sensors: check odr address value in st_sensors_set_odr() | Lorenzo Bianconi | 1 | -0/+3 |
2017-10-10 | iio: st_sensors: split open-drain parameters for irq1 and irq2 | Lorenzo Bianconi | 3 | -17/+36 |
2017-10-10 | iio: pressure: st_pressure: add SPI-3wire support to st_pressure framework | Lorenzo Bianconi | 1 | -0/+16 |
2017-10-10 | iio: magnetometer: st_magn: add SPI-3wire support to LIS3MDL | Lorenzo Bianconi | 1 | -0/+4 |
2017-10-10 | iio: gyro: st_gyro: add SPI-3wire support to st_gyro framework | Lorenzo Bianconi | 1 | -0/+12 |
2017-10-09 | iio: accel: add support to LIS2DW12 | Lorenzo Bianconi | 4 | -0/+91 |
2017-10-09 | iio: st_sensors: do not always write enable_axis register | Lorenzo Bianconi | 1 | -1/+4 |
2017-10-09 | iio: st_sensors: decouple irq1 configuration parameters from the irq2 ones | Lorenzo Bianconi | 5 | -55/+94 |
2017-10-09 | iio: st_sensors: add register mask for status register | Lorenzo Bianconi | 6 | -28/+65 |
2017-10-09 | iio: adc: mcp320x: Add support for mcp3550/1/3 | Lukas Wunner | 2 | -7/+118 |
2017-10-09 | iio: adc: ina2xx: Adhere to documented ABI, use Ohm instead of uOhm | Stefan Brüns | 1 | -9/+9 |
2017-10-09 | iio: imu: st_lsm6dsx: add FIFO ops data structure | Lorenzo Bianconi | 3 | -15/+63 |
2017-10-09 | iio: imu: st_lsm6dsx: move decimator info in st_lsm6dsx_sensor_settings | Lorenzo Bianconi | 3 | -14/+47 |
2017-10-09 | iio: imu: st_lsm6dsx: split fifo mode and fifo odr configuration | Lorenzo Bianconi | 1 | -15/+17 |
2017-10-09 | iio: imu: st_lsm6dsx: convert max_fifo_size in FIFO sample size | Lorenzo Bianconi | 1 | -6/+5 |
2017-10-09 | iio: adc: rcar-gyroadc: Use of_device_get_match_data() helper | Geert Uytterhoeven | 1 | -3/+2 |
2017-10-09 | iio: adc: rcar-gyroadc: Enable compile-testing on non-ARM | Geert Uytterhoeven | 1 | -1/+1 |
2017-10-09 | iio: adc: rcar-gyroadc: Cast pointer to uintptr_t to fix warning on 64-bit | Geert Uytterhoeven | 1 | -1/+1 |
2017-10-09 | iio: dummy: evgen: use irq_sim | Bartosz Golaszewski | 2 | -71/+20 |
2017-10-09 | iio: light: vl6180: Correct ALS scale for non-default gain/integration time | Stefan Brüns | 1 | -3/+6 |
2017-10-09 | iio: light: vl6180: Cleanup als_gain lookup, avoid register readback | Stefan Brüns | 1 | -41/+44 |
2017-10-09 | iio: light: vl6180: Avoid readback of integration time register | Stefan Brüns | 1 | -6/+9 |
2017-10-09 | iio: light: vl6180: Move range check to integration time setter, cleanup | Stefan Brüns | 1 | -7/+10 |
2017-10-09 | iio: accel: kxcjk1013: add support for KXTF9 | Michał Mirosław | 2 | -15/+104 |
2017-10-09 | iio: accel: kxcjk1013: make sampling_frequency_avail per-type | Michał Mirosław | 1 | -2/+3 |