index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
iio
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-17
iio: accel: fxls8962af: add interrupt support
Sean Nyekjaer
1
-0
/
+114
2021-05-17
iio: accel: fxls8962af: add set/get of samplerate
Sean Nyekjaer
1
-3
/
+75
2021-05-17
iio: accel: add support for FXLS8962AF/FXLS8964AF accelerometers
Sean Nyekjaer
6
-0
/
+726
2021-05-17
iio: imu: st_lsm6dsx: correct ODR in header
Sean Nyekjaer
1
-3
/
+3
2021-05-17
iio: bme680_i2c: Remove acpi_device_id table
Guenter Roeck
1
-8
/
+0
2021-05-17
iio: bme680_spi: Remove acpi_device_id table
Guenter Roeck
1
-8
/
+0
2021-05-17
iio:accel:stk8312: Remove acpi_device_id table
Guenter Roeck
1
-9
/
+0
2021-05-17
iio: am2315: Remove acpi_device_id table
Guenter Roeck
1
-9
/
+0
2021-05-17
iio: st_sensors: Add lsm9ds0 IMU support
Andy Shevchenko
10
-1
/
+574
2021-05-17
iio: st_sensors: Make accel, gyro, magn and pressure probe shared
Andy Shevchenko
4
-16
/
+0
2021-05-17
iio: st_sensors: Call st_sensors_power_enable() from bus drivers
Andy Shevchenko
12
-66
/
+130
2021-05-17
iio: magnetometer: st_magn: Provide default platform data
Andy Shevchenko
1
-1
/
+10
2021-05-17
iio: gyro: st_gyro: Move platform data from header to C file
Andy Shevchenko
2
-8
/
+5
2021-05-17
iio: accel: st_accel: Move platform data from header to C file
Andy Shevchenko
2
-8
/
+5
2021-05-17
iio: core: move @clock_id from struct iio_dev to struct iio_dev_opaque
Jonathan Cameron
1
-1
/
+13
2021-05-17
iio: core: move @flags from struct iio_dev to struct iio_dev_opaque
Jonathan Cameron
1
-3
/
+3
2021-05-17
iio: core: move @chrdev from struct iio_dev to struct iio_dev_opaque
Jonathan Cameron
1
-9
/
+13
2021-05-17
iio: core: move @info_exist_lock to struct iio_dev_opaque
Jonathan Cameron
3
-25
/
+36
2021-05-17
iio: core: move @scan_index_timestamp to struct iio_dev_opaque
Jonathan Cameron
1
-2
/
+5
2021-05-17
iio: core: move @trig_readonly from struct iio_dev to struct iio_dev_opaque
Jonathan Cameron
1
-3
/
+7
2021-05-17
iio: core: move @driver_module from struct iio_dev to struct iio_dev_opaque
Jonathan Cameron
2
-4
/
+7
2021-05-17
iio: core: move @id from struct iio_dev to struct iio_dev_opaque
Jonathan Cameron
49
-58
/
+85
2021-05-17
iio: common: scmi_sensors: Drop duplicate setting of iio_dev.dev.parent
Jonathan Cameron
1
-1
/
+0
2021-05-17
iio: position: hid-sensor-custom-intel-hinge: Drop duplicate parent setting.
Jonathan Cameron
1
-1
/
+0
2021-05-17
iio: humidity: hdc2010: Drop duplicate setting of iio_dev.dev.parent
Jonathan Cameron
1
-1
/
+0
2021-05-17
iio: adc: ti-ads131e08: Drop duplicate setting of iio_dev.dev.parent
Jonathan Cameron
1
-1
/
+0
2021-05-17
iio: adc: mt6360: Drop duplicate setting of iio_dev.dev.parent
Jonathan Cameron
1
-1
/
+0
2021-05-17
iio: adc: mp2629: Drop duplicate setting iio_dev.dev.parent
Jonathan Cameron
1
-1
/
+0
2021-05-17
iio: dac: ad5766: Drop duplicate setting of iio_dev.dev.parent and of_node
Jonathan Cameron
1
-2
/
+0
2021-05-17
iio: accel: bmi088: Drop manual assignment of iio_dev.dev.parent
Jonathan Cameron
1
-1
/
+0
2021-05-17
iio: adc: add ADC driver for the TI TSC2046 controller
Oleksij Rempel
3
-0
/
+727
2021-05-17
iio: adc: stm32-adc: Fix docs wrongly marked as kernel-doc
Jonathan Cameron
1
-2
/
+2
2021-05-17
iio: sps30: add support for serial interface
Tomasz Duszynski
3
-0
/
+443
2021-05-17
iio: sps30: separate core and interface specific code
Tomasz Duszynski
5
-226
/
+353
2021-05-17
iio: adis16400: do not directly change spi 'max_speed_hz'
Nuno Sa
1
-13
/
+2
2021-05-17
iio: adis16475: do not directly change spi 'max_speed_hz'
Nuno Sa
1
-5
/
+2
2021-05-17
iio: adis: add burst_max_speed_hz variable
Nuno Sa
1
-0
/
+4
2021-05-17
iio: adis_buffer: don't push data to buffers on failure
Nuno Sa
1
-4
/
+4
2021-05-17
iio: adis_buffer: update device page after changing it
Nuno Sa
1
-3
/
+3
2021-05-17
iio: adis16475: do not return ints in irq handlers
Nuno Sa
1
-1
/
+1
2021-05-17
iio: accel: Add driver for Murata SCA3300 accelerometer
Tomas Melin
3
-0
/
+486
2021-05-17
iio:adc:ad7476: Handle the different regulators used by various parts.
Jonathan Cameron
1
-15
/
+103
2021-05-17
iio:accel:stk8312: Add lowercase i2c device id
Jonathan Cameron
1
-2
/
+4
2021-05-17
iio: inkern: simplify some devm functions
Yicong Yang
1
-38
/
+23
2021-05-17
iio: trigger: simplify __devm_iio_trigger_register
Yicong Yang
1
-13
/
+5
2021-05-17
iio: core: simplify some devm functions
Yicong Yang
1
-26
/
+15
2021-05-17
iio: triggered-buffer: simplify devm_iio_triggered_buffer_setup_ext()
Yicong Yang
1
-15
/
+6
2021-05-17
iio: hw_consumer: simplify devm_iio_hw_consumer_alloc()
Yicong Yang
1
-14
/
+11
2021-05-17
iio: buffer-dmaengine: simplify __devm_iio_dmaengine_buffer_free()
Yicong Yang
1
-13
/
+9
2021-05-17
iio: adc: adi-axi-adc: simplify devm_adi_axi_adc_conv_register()
Yicong Yang
1
-14
/
+10
[prev]
[next]