index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
accel
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-29
iio: accel: cros_ec_accel_legacy: make use of iio_get_masklength()
Nuno Sa
1
-1
/
+1
2024-07-29
iio: accel: bmc150-accel-core: make use of iio_for_each_active_channel()
Nuno Sa
1
-2
/
+1
2024-07-29
iio: accel: bma180: make use of iio_for_each_active_channel()
Nuno Sa
1
-2
/
+1
2024-07-29
iio: accel: adxl372: make use of iio_get_masklength()
Nuno Sa
1
-1
/
+1
2024-07-29
iio: accel: adxl367: make use of iio_get_masklength()
Nuno Sa
1
-1
/
+1
2024-07-04
Merge tag 'iio-for-6.11b' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...
Greg Kroah-Hartman
7
-18
/
+105
2024-07-01
Merge 6.10-rc6 into char-misc-next
Greg Kroah-Hartman
1
-0
/
+2
2024-06-25
iio: accel: st_accel: add support for LIS2DS12
Kaustabh Chakraborty
4
-0
/
+92
2024-06-25
iio: accel: msa311: make use of regmap_clear_bits()
Trevor Gamblin
1
-4
/
+4
2024-06-25
iio: accel: kxsd9: Make use of regmap_clear_bits()
Trevor Gamblin
1
-4
/
+1
2024-06-25
iio: accel: fxls8962af-core: Make use of regmap_set_bits(), regmap_clear_bits()
Trevor Gamblin
1
-10
/
+8
2024-06-13
iio: accel: adxl355: simplify with spi_get_device_match_data()
Krzysztof Kozlowski
1
-7
/
+3
2024-06-13
iio: accel: adxl313: simplify with spi_get_device_match_data()
Krzysztof Kozlowski
1
-7
/
+1
2024-06-13
iio: accel: mma7660: add mount-matrix support
Val Packett
1
-15
/
+35
2024-06-08
iio: accel: fxls8962af: select IIO_BUFFER & IIO_KFIFO_BUF
Alexander Sverdlin
1
-0
/
+2
2024-06-04
iio: accel: bmi088: remove unused struct 'bmi088_scale_info'
Dr. David Alan Gilbert
1
-5
/
+0
2024-05-27
iio: Drop explicit initialization of struct i2c_device_id::driver_data to 0
Uwe Kleine-König
17
-28
/
+28
2024-05-08
Merge 6.9-rc7 into char-misc-testing
Greg Kroah-Hartman
1
-7
/
+85
2024-04-29
iio: accel: mxc4005: Read orientation matrix from ACPI ROTM method
Hans de Goede
1
-0
/
+22
2024-04-29
iio: bmc150-accel-core: Use iio_read_acpi_mount_matrix() helper
Hans de Goede
1
-42
/
+2
2024-04-29
iio: accel: kxcjk-1013: Use new iio_read_acpi_mount_matrix() helper
Hans de Goede
1
-79
/
+1
2024-04-06
iio: accel: adxl345: Add spi-3wire option
Lothar Rubusch
2
-1
/
+10
2024-04-06
iio: accel: adxl345: Add comment to probe
Lothar Rubusch
1
-0
/
+10
2024-04-06
iio: accel: adxl345: Reorder probe initialization
Lothar Rubusch
1
-20
/
+20
2024-04-06
iio: accel: adxl345: Pass function pointer to core
Lothar Rubusch
4
-10
/
+29
2024-04-06
iio: accel: adxl345: Move defines to header
Lothar Rubusch
2
-32
/
+32
2024-04-06
iio: accel: adxl345: Group bus configuration
Lothar Rubusch
1
-6
/
+6
2024-04-06
iio: accel: adxl345: Make data_range obsolete
Lothar Rubusch
1
-7
/
+13
2024-03-28
iio: accel: mxc4005: Reset chip on probe() and resume()
Hans de Goede
1
-0
/
+68
2024-03-28
iio: accel: mxc4005: Interrupt handling fixes
Hans de Goede
1
-7
/
+17
2024-03-25
iio: accel: adxl367: Remove second semicolon
Colin Ian King
1
-1
/
+1
2024-03-25
iio: accel: fxls8962af: Switch from of specific to fwnode based properties.
Jonathan Cameron
1
-4
/
+6
2024-03-25
iio: accel: mma8452: Switch from of specific to fwnode property handling.
Jonathan Cameron
1
-3
/
+3
2024-03-21
Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
17
-260
/
+352
2024-02-28
iio: accel: kxcjk-1013: Implement ACPI method ROTM to retrieve mount matrix.
Sean Rhodes
1
-3
/
+84
2024-02-28
iio: accel: kxsd9: Switch from linux/of.h to linux/mod_devicetable.h
Jonathan Cameron
1
-1
/
+1
2024-02-28
iio: accel: bma180: Switch from linux/of.h to linux/mod_devicetable.h
Jonathan Cameron
1
-1
/
+1
2024-02-28
iio: accel: adxl372: Switch from linux/of.h to linux/mod_devicetable.h
Jonathan Cameron
1
-1
/
+1
2024-02-25
iio: accel: adxl367: fix I2C FIFO data register
Cosmin Tanislav
1
-1
/
+1
2024-02-25
iio: accel: adxl367: fix DEVID read after reset
Cosmin Tanislav
1
-2
/
+6
2024-02-25
Merge tag 'iio-for-6.9a' of http://git.kernel.org/pub/scm/linux/kernel/git/ji...
Greg Kroah-Hartman
14
-254
/
+265
2024-02-19
iio: accel: bmc150: Document duplicate ACPI entries with bmi323 driver
Jonathan LoBue
1
-0
/
+13
2024-02-17
iio: accel: adxl367: Use automated cleanup for locks and iio direct mode.
Jonathan Cameron
1
-179
/
+118
2024-02-17
iio: accel: mxc4005: new ACPI ID for the MXC6655 accelerometer
Nikita Mikhailevich
1
-0
/
+1
2024-02-04
iio: accel: bma400: Fix a compilation problem
Mario Limonciello
1
-0
/
+2
2024-01-23
iio: accel: bmi088: add i2c support for bmi088 accel driver
Jun Yan
3
-2
/
+77
2024-01-23
iio: st_sensors: drop ACPI_PTR() and CONFIG_ACPI guards
Jonathan Cameron
1
-4
/
+1
2024-01-23
iio: accel: bmc150: Drop ACPI_PTR()
Jonathan Cameron
2
-3
/
+2
2024-01-23
iio: accel: stk8ba50: Drop ACPI_PTR() usage
Jonathan Cameron
1
-2
/
+2
2024-01-23
iio: accel: mxc6255: Drop ACPI_PTR() usage
Jonathan Cameron
1
-2
/
+2
[prev]
[next]