index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
common
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-30
iio: common: scmi_iio: convert to dev_err_probe()
Nuno Sa
1
-26
/
+19
2024-06-29
iio: st_sensors: relax WhoAmI check in st_sensors_verify_id()
Kaustabh Chakraborty
1
-2
/
+1
2024-05-27
iio: invensense: fix odr switching to same value
Jean-Baptiste Maneyrol
1
-1
/
+5
2024-05-03
iio: invensense: fix timestamp glitches when switching frequency
Jean-Baptiste Maneyrol
1
-13
/
+11
2024-05-01
iio: invensense: fix interrupt timestamp alignment
Jean-Baptiste Maneyrol
1
-2
/
+7
2024-01-24
iio: invensense: remove redundant initialization of variable period
Colin Ian King
1
-1
/
+1
2023-11-16
iio: common: ms_sensors: ms_sensors_i2c: fix humidity conversion time table
Javier Carrasco
1
-2
/
+2
2023-10-05
iio: cros_ec: fix an use-after-free in cros_ec_sensors_push_data()
Tzung-Bi Shih
1
-1
/
+5
2023-08-13
Merge 6.5-rc6 into char-misc-next
Greg Kroah-Hartman
1
-1
/
+1
2023-07-29
iio: cros_ec: Fix the allocation size for cros_ec_command
Yiyuan Guo
1
-1
/
+1
2023-07-20
iio: make invensense timestamp module generic
Jean-Baptiste Maneyrol
2
-45
/
+44
2023-07-20
iio: move inv_icm42600 timestamp module in common
Jean-Baptiste Maneyrol
5
-0
/
+210
2023-03-11
iio: Rename iio_trigger_poll_chained and add kernel-doc
Mehdi Djait
1
-2
/
+2
2022-12-28
iio: common: scmi_iio: use sysfs_emit() to instead of scnprintf()
ye xingchen
1
-2
/
+2
2022-11-23
iio: Don't silently expect attribute types
Matti Vaittinen
2
-7
/
+7
2022-11-23
iio: st_sensors: core and lsm9ds0 switch to devm_regulator_bulk_get_enable()
Jonathan Cameron
1
-32
/
+7
2022-11-23
iio: common: scmi_iio: do not use internal iio_dev lock
Nuno Sá
1
-2
/
+7
2022-08-28
iio: common: scmi_sensors: use HZ macro from units.h
Dmitry Rokosov
1
-4
/
+4
2022-08-19
iio: st_sensors: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-1
/
+1
2022-07-18
iio: cros: Register FIFO callback after sensor is registered
Gwendal Grignou
3
-21
/
+47
2022-06-14
iio: common: cros_ec_sensors: explicitly add proper header files
Nuno Sá
1
-0
/
+1
2022-06-14
iio: common: cros_ec_lid_angle: explicitly add proper header files
Nuno Sá
1
-0
/
+1
2022-06-14
iio: common: ssp: Fix alignment for DMA safety
Jonathan Cameron
1
-2
/
+1
2022-06-11
iio: common: cros_ec_sensors: Add label attribute
Gwendal Grignou
1
-21
/
+9
2022-04-28
iio: Replace strtobool() with kstrtobool()
Lars-Peter Clausen
1
-1
/
+1
2022-04-10
iio: core: Simplify the registration of kfifo buffers
Miquel Raynal
2
-3
/
+1
2022-04-10
iio: st_sensors: Use iio_device_claim/release_direct_mode() when relevant
Miquel Raynal
1
-21
/
+17
2022-04-10
iio: st_sensors: Add a local lock for protecting odr
Miquel Raynal
1
-6
/
+18
2022-04-10
iio: st_sensors: Drop the protection on _avail functions
Miquel Raynal
1
-4
/
+0
2022-04-04
iio: ssp_sensors: replace usage of found with dedicated list iterator variable
Jakob Koschel
1
-7
/
+6
2022-03-28
Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
9
-76
/
+49
2022-02-18
iio:common:ssp: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etc
Jonathan Cameron
1
-6
/
+2
2022-02-18
iio:common:ssp_sensors: Move exports into IIO_SSP_SENSORS namespace
Jonathan Cameron
2
-8
/
+9
2022-02-18
iio:common:meas-spec: Move exports into IIO_MEAS_SPEC_SENSORS
Jonathan Cameron
1
-12
/
+12
2022-02-18
iio:st-sensors: Move exports into IIO_ST_SENSORS namespace
Jonathan Cameron
5
-19
/
+19
2022-02-18
iio:st-sensors: Remove duplicate MODULE_*
Jonathan Cameron
2
-10
/
+0
2022-02-13
iio: ssp_sensors: Make use of device properties
Andy Shevchenko
1
-17
/
+5
2022-02-09
spi: make remove callback a void function
Uwe Kleine-König
1
-3
/
+1
2022-01-23
iio: ms_sensors: Use sysfs_emit()
Lars-Peter Clausen
1
-2
/
+2
2022-01-23
iio: st_sensors: don't always auto-enable I2C and SPI interface drivers
Nikita Yushchenko
1
-2
/
+0
2021-11-17
iio/scmi: Add reading "raw" attribute.
Andriy Tryshnivskyy
1
-1
/
+56
2021-11-17
iio: st-sensors: Use dev_to_iio_dev() in sysfs callbacks
Lars-Peter Clausen
1
-2
/
+2
2021-11-10
Merge tag 'tag-chrome-platform-for-v5.16' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-2
/
+1
2021-10-19
Merge tag 'iio-for-5.16a-split-take4' of https://git.kernel.org/pub/scm/linux...
Greg Kroah-Hartman
5
-63
/
+45
2021-10-19
iio: triggered-buffer: extend support to configure output buffers
Alexandru Ardelean
1
-2
/
+3
2021-10-19
iio: st_sensors: Make use of the helper function dev_err_probe()
Cai Huoqing
1
-8
/
+8
2021-09-27
iio: common: cros_ec_sensors: simplify getting .driver_data
Wolfram Sang
1
-2
/
+1
2021-09-18
iio: ssp_sensors: add more range checking in ssp_parse_dataframe()
Dan Carpenter
1
-1
/
+8
2021-09-18
iio: ssp_sensors: fix error code in ssp_print_mcu_debug()
Dan Carpenter
1
-1
/
+1
2021-09-14
iio: st_sensors: remove reference to parent device object on st_sensor_data
Alexandru Ardelean
3
-5
/
+5
[next]