Age | Commit message (Expand) | Author | Files | Lines |
2018-02-12 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 3 | -8/+8 |
2018-02-01 | Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 59 | -808/+2756 |
2018-01-31 | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 3 | -4/+4 |
2018-01-18 | Merge remote-tracking branches 'asoc/topic/hisilicon', 'asoc/topic/iio', 'aso... | Mark Brown | 11 | -5/+2206 |
2018-01-15 | IIO: ADC: stm32-dfsdm: fix static check warning | Arnaud Pouliquen | 1 | -4/+0 |
2018-01-15 | IIO: ADC: stm32-dfsdm: code optimization | Arnaud Pouliquen | 2 | -15/+2 |
2018-01-11 | IIO: ADC: fix return value check in stm32_dfsdm_adc_probe() | Wei Yongjun | 1 | -2/+2 |
2018-01-11 | IIO: ADC: stm32-dfsdm: avoid unused-variable warning | Arnd Bergmann | 1 | -2/+1 |
2018-01-10 | IIO: ADC: stm32_dfsdm_stop_filter() can be static | kbuild test robot | 1 | -4/+4 |
2018-01-10 | IIO: consumer: allow to set buffer sizes | Arnaud Pouliquen | 1 | -0/+11 |
2018-01-10 | IIO: ADC: add stm32 DFSDM support for PDM microphone | Arnaud Pouliquen | 1 | -7/+495 |
2018-01-10 | IIO: ADC: add STM32 DFSDM sigma delta ADC support | Arnaud Pouliquen | 3 | -0/+742 |
2018-01-10 | IIO: ADC: add stm32 DFSDM core support | Arnaud Pouliquen | 4 | -0/+632 |
2018-01-10 | IIO: ADC: add sigma delta modulator support | Arnaud Pouliquen | 3 | -0/+81 |
2018-01-10 | IIO: inkern: API for manipulating channel attributes | Arnaud Pouliquen | 1 | -5/+12 |
2018-01-10 | IIO: hw_consumer: add devm_iio_hw_consumer_alloc | Arnaud Pouliquen | 1 | -0/+66 |
2018-01-10 | iio: Add hardware consumer buffer support | Lars-Peter Clausen | 3 | -0/+192 |
2018-01-08 | iio: chemical: ccs811: Fix output of IIO_CONCENTRATION channels | Narcisa Ana Maria Vasile | 1 | -10/+3 |
2018-01-08 | imu:adis16480: fix debugfs_simple_attr.cocci warnings | Venkat Prashanth B U | 1 | -12/+16 |
2018-01-08 | gyro:adis16136: fix debugfs_simple_attr.cocci warnings | Venkat Prashanth B U | 1 | -6/+9 |
2018-01-08 | iio: imu: st_lsm6dsx: remove st_lsm6dsx_write_with_mask() declaration | Lorenzo Bianconi | 1 | -2/+0 |
2018-01-08 | iio: imu: st_lsm6dsx: pre-allocate read buffer at bootstrap | Lorenzo Bianconi | 3 | -4/+11 |
2018-01-08 | iio: adc: stm32: fix scan of multiple channels with DMA | Fabrice Gasnier | 1 | -1/+2 |
2018-01-08 | Drivers:iio:adc:ti_am335x_adc remove comparison to bool | Venkat Prashanth B U | 1 | -1/+1 |
2018-01-08 | iio: common: ssp_sensors: account for const type of of_device_id.data | Julia Lawall | 2 | -2/+2 |
2018-01-08 | iio: imu: st_lsm6dsx: add regmap API support | Lorenzo Bianconi | 6 | -211/+131 |
2018-01-08 | iio: imu: st_lsm6dsx: introduce conf_lock mutex | Lorenzo Bianconi | 3 | -8/+21 |
2018-01-08 | iio: imu: st_lsm6dsx: fix endianness in st_lsm6dsx_read_oneshot() | Lorenzo Bianconi | 1 | -1/+1 |
2018-01-08 | iio: humidity: hts221: move common code in hts221_core | Lorenzo Bianconi | 4 | -35/+22 |
2018-01-08 | iio:pressure:bmp280: Read calibration data in probe | Stefan Tatschner | 1 | -71/+132 |
2018-01-08 | iio: adc: ina2xx: Actually align the loop with the conversion ready flag | Stefan Brüns | 1 | -19/+38 |
2018-01-08 | iio: adc: ina2xx: Align timestamp with conversion ready flag | Stefan Brüns | 1 | -2/+2 |
2018-01-08 | iio: adc: ina2xx: Use a monotonic clock for delay calculation | Stefan Brüns | 1 | -14/+27 |
2018-01-08 | iio: adc: ina2xx: Make calibration register value fixed | Maciej Purski | 1 | -31/+33 |
2018-01-08 | Drivers: iio:adc: fix brace coding style issue in at91_adc.c | Venkat Prashanth B U | 1 | -2/+2 |
2018-01-08 | iio: hx711: fix bug in reset functionality | Andreas Klinger | 1 | -7/+6 |
2018-01-08 | iio: hx711: add triggered buffer support | Andreas Klinger | 2 | -23/+100 |
2018-01-08 | iio: adc: ina2xx: Do not udelay for several seconds | Stefan Brüns | 1 | -3/+5 |
2018-01-08 | iio: adc: ina2xx: Remove unneeded dummy read to clear CNVR flag | Stefan Brüns | 1 | -14/+0 |
2018-01-08 | iio: adc: ina2xx: Clarify size requirement for data buffer | Stefan Brüns | 1 | -1/+2 |
2018-01-08 | iio: adc: ina2xx: Remove bogus cast for data argument | Stefan Brüns | 1 | -2/+1 |
2018-01-08 | iio: adc: meson-saradc: program the channel muxes during initialization | Martin Blumenstingl | 1 | -3/+29 |
2018-01-08 | iio: adc: meson-saradc: fix the clock frequency on Meson8 and Meson8b | Martin Blumenstingl | 1 | -1/+7 |
2018-01-08 | drivers: iio: gyro: remove duplicate includes | Pravin Shedge | 1 | -1/+0 |
2018-01-08 | iio: dac: mcp4725: Remove unneeded conversions to bool | Andrew F. Davis | 1 | -1/+1 |
2018-01-08 | iio: stm32: Adopt SPDX identifier | Benjamin Gaignard | 9 | -85/+9 |
2018-01-08 | iio: light: make a couple of config structures static | Colin Ian King | 2 | -2/+2 |
2018-01-08 | iio: buffer: Expose data available | Matt Fornero | 1 | -0/+15 |
2018-01-08 | iio: mma8452: replace license description with SPDX specifier | Martin Kepplinger | 1 | -3/+1 |
2018-01-08 | iio: common: ssp_sensors: use ktime_get_real_ns() timestamps | Arnd Bergmann | 1 | -4/+1 |