summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* lkdtm/bugs: Check that a per-task stack canary existsKees Cook2021-10-253-0/+79
* Merge tag 'soundwire-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2021-10-253-2/+29
|\
| * soundwire: qcom: add debugfs entry for soundwire register dumpSrinivas Kandagatla2021-10-201-0/+27
| * soundwire: bus: stop dereferencing invalid slave pointerSrinivas Kandagatla2021-10-201-1/+1
| * soundwire: debugfs: use controller id and link_id for debugfsSrinivas Kandagatla2021-10-011-1/+1
* | iio: frequency: adrf6780: Fix adrf6780_spi_{read,write}()Nathan Chancellor2021-10-241-2/+2
* | Merge tag 'iio-for-5.16b' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2021-10-2427-237/+1148
|\ \
| * | iio: frequency: adrf6780: add support for ADRF6780Antoniu Miclaus2021-10-213-0/+540
| * | iio: chemical: scd4x: Add a scale for the co2 concentration readingRoan van Dijk2021-10-211-2/+7
| * | iio: adc: adc128s052: Simplify adc128_probe()Christophe JAILLET2021-10-211-23/+10
| * | iio: multiplexer: iio-mux: Support settle-time-us propertyVincent Whitchurch2021-10-211-1/+6
| * | mux: add support for delay after muxingVincent Whitchurch2021-10-211-6/+32
| * | iio: adc: stm32-adc: use generic binding for sample-timeOlivier Moysan2021-10-201-29/+41
| * | iio: adc: stm32-adc: add vrefint calibration supportOlivier Moysan2021-10-201-6/+68
| * | iio: adc: stm32-adc: add support of internal channelsOlivier Moysan2021-10-203-3/+146
| * | iio: adc: stm32-adc: add support of generic channels bindingOlivier Moysan2021-10-201-9/+86
| * | iio: adc: stm32-adc: split channel init into several routinesOlivier Moysan2021-10-201-44/+87
| * | iio: accel: sca3000: Use sign_extend32() instead of opencoding sign extension.Jonathan Cameron2021-10-201-2/+1
| * | iio: xilinx-xadc: Remove `irq` field from state structLars-Peter Clausen2021-10-202-4/+2
| * | iio: imu: st_lsm6dsx: Avoid potential array overflow in st_lsm6dsx_set_odr()Teng Qi2021-10-201-2/+4
| * | iio: light: gp2ap002: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-201-14/+10
| * | iio: light: cm3605: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-201-14/+15
| * | iio: adc: ti-ads7950: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-201-2/+2
| * | iio: adc: rockchip_saradc: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-201-15/+12
| * | iio: adc: qcom-pm8xxx-xoadc: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-201-5/+4
| * | iio: adc: meson_saradc: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-201-22/+17
| * | iio: adc: max1241: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-201-9/+8
| * | iio: adc: max1118: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-201-4/+3
| * | iio: adc: lpc18xx_adc: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-201-8/+6
| * | iio: adc: imx7d_adc: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-201-12/+6
| * | iio: adc: ab8500-gpadc: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-201-13/+9
| * | iio: buffer: Fix uninitialized variable retColin Ian King2021-10-201-1/+1
| * | iio: adc: lpc18xx_adc: Convert probe to device managed versionAndré Gustavo Nakagomi Lopez2021-10-201-30/+31
| * | iio: light: ltr501: Add of_device_id tableNikita Travkin2021-10-201-0/+9
| * | iio: light: ltr501: Add rudimentary regulator supportNikita Travkin2021-10-201-0/+28
* | | Merge tag 'iio-fixes-for-5.16a' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2021-10-246-17/+41
|\ \ \
| * | | iio: buffer: Fix memory leak in iio_buffers_alloc_sysfs_and_mask()Yang Yingliang2021-10-211-5/+7
| * | | iio: adc: tsc2046: fix scan interval warningOleksij Rempel2021-10-171-1/+1
| * | | iio: core: fix double free in iio_device_unregister_sysfs()Yang Yingliang2021-10-171-0/+1
| * | | iio: core: check return value when calling dev_set_name()Yang Yingliang2021-10-171-1/+7
| * | | iio: buffer: Fix memory leak in iio_buffer_register_legacy_sysfs_groups()Yang Yingliang2021-10-171-2/+2
| * | | iio: buffer: Fix double-free in iio_buffers_alloc_sysfs_and_mask()Yang Yingliang2021-10-171-1/+1
| * | | iio: buffer: Fix memory leak in __iio_buffer_alloc_sysfs_and_mask()Yang Yingliang2021-10-171-3/+2
| * | | iio: buffer: check return value of kstrdup_const()Yang Yingliang2021-10-171-0/+5
| * | | iio: dac: ad5446: Fix ad5622_write() return valuePekka Korpinen2021-10-171-1/+8
| * | | drivers: iio: dac: ad5766: Fix dt property nameMihail Chindris2021-10-071-3/+3
| * | | iio: st_pressure_spi: Add missing entries SPI to device ID tableMark Brown2021-10-071-0/+4
* | | | misc: enclosure: replace snprintf in show functions with sysfs_emitYe Guojin2021-10-221-8/+8
* | | | Merge tag 'icc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dja...Greg Kroah-Hartman2021-10-227-910/+4819
|\ \ \ \
| * \ \ \ Merge branch 'icc-rpm' into icc-nextGeorgi Djakov2021-10-046-908/+4815
| |\ \ \ \