index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
iio
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-05
iio: light: ltr390: Add interrupt persistance support
Abhash Jha
1
-4
/
+61
2024-10-05
iio: light: ltr390: Interrupts and threshold event support
Abhash Jha
1
-1
/
+211
2024-10-05
iio: light: ltr390: Suspend and Resume support
Abhash Jha
1
-0
/
+22
2024-10-05
iio: light: ltr390: Added configurable sampling frequency support
Abhash Jha
1
-4
/
+66
2024-10-05
iio: adc: max1363: Convert to get_unaligned_be16
Abhash Jha
1
-1
/
+3
2024-10-05
iio: adc: ad7606: add support for AD7606C-{16,18} parts
Alexandru Ardelean
3
-12
/
+321
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
82
-82
/
+82
2024-09-30
iio: pressure: sdp500: Add missing select CRC8
Jonathan Cameron
1
-0
/
+1
2024-09-30
iio: adc: ad7606: rework available attributes for SW channels
Alexandru Ardelean
3
-7
/
+77
2024-09-30
iio: adc: ad7606: wrap channel ranges & scales into struct
Alexandru Ardelean
2
-17
/
+34
2024-09-30
iio: adc: ad7606: move scale_setup as function pointer on chip-info
Alexandru Ardelean
2
-22
/
+68
2024-09-30
iio: adc: ad7606: move 'val' pointer to ad7606_scan_direct()
Alexandru Ardelean
1
-5
/
+7
2024-09-30
iio: adc: ad7606: add 'bits' parameter to channels macros
Alexandru Ardelean
3
-45
/
+47
2024-09-30
iio: dac: support the ad8460 Waveform DAC
Mariel Tinaco
3
-0
/
+958
2024-09-30
iio: light: veml6030: make use of regmap_set_bits()
Javier Carrasco
1
-2
/
+2
2024-09-30
iio: imu: kmx61: Drop most likely fake ACPI ID
Andy Shevchenko
1
-22
/
+3
2024-09-30
iio: light: al3010: Fix an error handling path in al3010_probe()
Christophe JAILLET
1
-6
/
+5
2024-09-30
iio: proximity: vl53l0x-i2c: Added continuous mode support
Abhash Jha
1
-26
/
+136
2024-09-30
iio: proximity: vl53l0x-i2c: Added sensor ID check
Abhash Jha
1
-2
/
+11
2024-09-30
iio: imu: Add i2c driver for bmi270 imu
Alex Lanzano
7
-0
/
+407
2024-09-30
iio: temperature: tmp006: add triggered buffer support
Antoni Pokusinski
2
-13
/
+123
2024-09-30
iio: adc: ad7173: add support for ad4113
Dumitru Ceclan
1
-1
/
+35
2024-09-30
iio: adc: ad7173: order chipID by value
Dumitru Ceclan
1
-1
/
+1
2024-09-30
iio: adc: Convert to IIO_MAP()
Christophe JAILLET
4
-76
/
+19
2024-09-30
iio: adc: Constify struct iio_map
Christophe JAILLET
9
-15
/
+16
2024-09-30
iio: imu: inv_mpu6050: Use upper_16_bits()/lower_16_bits() helpers
Andy Shevchenko
1
-2
/
+4
2024-09-30
iio: light: cm32181: Remove duplicate ACPI handle check
Andy Shevchenko
1
-2
/
+1
2024-09-30
iio: pressure: bmp280: Remove config error check for IIR filter updates
Vasileios Amoiridis
1
-9
/
+5
2024-09-30
iio: pressure: bmp280: Add support for bmp280 soft reset
Vasileios Amoiridis
2
-0
/
+32
2024-09-30
iio: pressure: bmp280: Use bulk read for humidity calibration data
Vasileios Amoiridis
2
-41
/
+28
2024-09-30
iio: pressure: hid-sensor-press: Get platform data via dev_get_platdata()
Andy Shevchenko
1
-2
/
+2
2024-09-30
iio: position: hid-sensor-custom-intel-hinge: Get platform data via dev_get_platdata()
Andy Shevchenko
1
-2
/
+2
2024-09-30
iio: orientation: hid-sensor-rotation: Get platform data via dev_get_platdata()
Andy Shevchenko
1
-2
/
+2
2024-09-30
iio: orientation: hid-sensor-incl-3d: Get platform data via dev_get_platdata()
Andy Shevchenko
1
-2
/
+2
2024-09-30
iio: magnetometer: hid-sensor-magn-3d: Get platform data via dev_get_platdata()
Andy Shevchenko
1
-2
/
+2
2024-09-30
iio: light: lm3533-als: Get platform data via dev_get_platdata()
Andy Shevchenko
1
-3
/
+3
2024-09-30
iio: light: hid-sensor-prox: Get platform data via dev_get_platdata()
Andy Shevchenko
1
-2
/
+2
2024-09-30
iio: light: hid-sensor-als: Get platform data via dev_get_platdata()
Andy Shevchenko
1
-2
/
+2
2024-09-30
iio: imu: st_lsm6dsx: Get platform data via dev_get_platdata()
Andy Shevchenko
1
-10
/
+5
2024-09-30
iio: gyro: hid-sensor-gyro-3d: Get platform data via dev_get_platdata()
Andy Shevchenko
1
-2
/
+2
2024-09-30
iio: frequency: adf4350: Get platform data via dev_get_platdata()
Andy Shevchenko
1
-1
/
+1
2024-09-30
iio: frequency: ad9523: Get platform data via dev_get_platdata()
Andy Shevchenko
1
-1
/
+1
2024-09-30
iio: dac: max517: Get platform data via dev_get_platdata()
Andy Shevchenko
1
-1
/
+1
2024-09-30
iio: dac: m62332: Get platform data via dev_get_platdata()
Andy Shevchenko
1
-1
/
+1
2024-09-30
iio: dac: ad5791: Get platform data via dev_get_platdata()
Andy Shevchenko
1
-1
/
+1
2024-09-30
iio: dac: ad5504: Get platform data via dev_get_platdata()
Andy Shevchenko
1
-1
/
+1
2024-09-30
iio: adc: ltc2497: Get platform data via dev_get_platdata()
Andy Shevchenko
1
-10
/
+5
2024-09-30
iio: adc: ad7793: Get platform data via dev_get_platdata()
Andy Shevchenko
1
-1
/
+1
2024-09-30
iio: adc: ad7887: Get platform data via dev_get_platdata()
Andy Shevchenko
1
-1
/
+1
2024-09-30
iio: adc: ad7791: Get platform data via dev_get_platdata()
Andy Shevchenko
1
-2
/
+2
[prev]
[next]