index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
accel
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
iio: accel: mma8452: Balance runtime pm + use pm_runtime_resume_and_get()
Jonathan Cameron
2021-05-17
1
-4
/
+1
*
iio: accel: bmi088: Balance runtime pm + use pm_runtime_resume_and_get()
Jonathan Cameron
2021-05-17
1
-6
/
+20
*
iio: accel: kxcjk-1013: Balance runtime pm + use pm_runtime_resume_and_get()
Jonathan Cameron
2021-05-17
1
-4
/
+1
*
iio: accel: mma9551/3: Balance untime pm + use pm_runtime_resume_and_get()
Jonathan Cameron
2021-05-17
3
-5
/
+1
*
iio: accel: bmc150-accel: Balanced runtime pm + use pm_runtime_resume_and_get()
Jonathan Cameron
2021-05-17
1
-5
/
+1
*
iio: accel: kxcjk-1013: Add support for KX023-1025
Stephan Gerhold
2021-05-17
1
-0
/
+93
*
iio: accel: kxcjk-1013: Refactor configuration registers into struct
Stephan Gerhold
2021-05-17
1
-42
/
+82
*
iio: accel: fxls8962af: fix errata bug E3 - I2C burst reads
Sean Nyekjaer
2021-05-17
1
-3
/
+30
*
iio: accel: fxls8962af: add hw buffered sampling
Sean Nyekjaer
2021-05-17
1
-0
/
+195
*
iio: accel: fxls8962af: add interrupt support
Sean Nyekjaer
2021-05-17
1
-0
/
+114
*
iio: accel: fxls8962af: add set/get of samplerate
Sean Nyekjaer
2021-05-17
1
-3
/
+75
*
iio: accel: add support for FXLS8962AF/FXLS8964AF accelerometers
Sean Nyekjaer
2021-05-17
6
-0
/
+726
*
iio:accel:stk8312: Remove acpi_device_id table
Guenter Roeck
2021-05-17
1
-9
/
+0
*
iio: st_sensors: Add lsm9ds0 IMU support
Andy Shevchenko
2021-05-17
1
-1
/
+88
*
iio: st_sensors: Make accel, gyro, magn and pressure probe shared
Andy Shevchenko
2021-05-17
1
-4
/
+0
*
iio: st_sensors: Call st_sensors_power_enable() from bus drivers
Andy Shevchenko
2021-05-17
3
-20
/
+35
*
iio: accel: st_accel: Move platform data from header to C file
Andy Shevchenko
2021-05-17
2
-8
/
+5
*
iio: core: move @id from struct iio_dev to struct iio_dev_opaque
Jonathan Cameron
2021-05-17
8
-11
/
+11
*
iio: accel: bmi088: Drop manual assignment of iio_dev.dev.parent
Jonathan Cameron
2021-05-17
1
-1
/
+0
*
iio: accel: Add driver for Murata SCA3300 accelerometer
Tomas Melin
2021-05-17
3
-0
/
+486
*
iio:accel:stk8312: Add lowercase i2c device id
Jonathan Cameron
2021-05-17
1
-2
/
+4
*
iio: hid-sensors: select IIO_TRIGGERED_BUFFER under HID_SENSOR_IIO_TRIGGER
Alexandru Ardelean
2021-05-10
1
-1
/
+0
*
iio:accel:adis16201: Fix wrong axis assignment that prevents loading
Jonathan Cameron
2021-03-29
1
-1
/
+1
*
iio: cros: unify hw fifo attributes without API changes
Gwendal Grignou
2021-03-25
1
-1
/
+1
*
iio: accel: sca3000: kernel-doc fixes. Missing - and wrong function names.
Jonathan Cameron
2021-03-25
1
-4
/
+4
*
iio: fix devm_iio_trigger_alloc with parent.cocci
Gwendal Grignou
2021-03-25
7
-9
/
+0
*
iio: set default trig->dev.parent
Gwendal Grignou
2021-03-25
1
-2
/
+1
*
iio: Remove kernel-doc keyword in file header comment
Gwendal Grignou
2021-03-25
8
-8
/
+8
*
iio: accel: mma8452: fix indentation
Sean Nyekjaer
2021-03-25
1
-23
/
+23
*
iio: hid-sensors: Move get sensitivity attribute to hid-sensor-common
Ye Xiang
2021-03-11
1
-14
/
+9
*
iio: accel: sca3000: use devm_iio_kfifo_buffer_setup() helper
Alexandru Ardelean
2021-03-11
1
-16
/
+3
*
iio: make use of devm_iio_kfifo_buffer_setup() helper
Alexandru Ardelean
2021-03-11
1
-9
/
+5
*
iio: accel: kxcjk-1013: Set label based on accel-location on 2-accel yoga-sty...
Hans de Goede
2021-03-11
1
-4
/
+10
*
iio: accel: bmc150: Set label based on accel-location on 2-accel yoga-style 2...
Hans de Goede
2021-03-11
1
-6
/
+12
*
iio: accel: Add support for the Bosch-Sensortec BMI088
Mike Looijmans
2021-03-11
5
-0
/
+688
*
iio: hid-sensor-accel-3d: Add timestamp channel for gravity sensor
Ye Xiang
2021-01-22
1
-2
/
+4
*
iio: accel: kxcjk1013: Add rudimentary regulator support
Devajith V S
2021-01-22
1
-0
/
+32
*
iio: accel: bmc150: Get mount-matrix from ACPI
Hans de Goede
2020-12-03
1
-4
/
+104
*
iio: accel: bmc150: Check for a second ACPI device for BOSC0200
Jeremy Cline
2020-12-03
3
-2
/
+62
*
iio: accel: bmc150: Removed unused bmc150_accel_dat irq member
Hans de Goede
2020-12-03
1
-5
/
+2
*
iio:trigger: rename try_reenable() to reenable() plus return void
Jonathan Cameron
2020-12-03
4
-28
/
+19
*
iio: accel: bmc150-accel: Add rudimentary regulator support
Linus Walleij
2020-12-03
1
-2
/
+33
*
iio: accel: bmc150-accel: Add support for BMA222
Linus Walleij
2020-12-03
4
-0
/
+22
*
Merge tag 'iio-for-5.11a' of https://git.kernel.org/pub/scm/linux/kernel/git/...
Greg Kroah-Hartman
2020-11-24
5
-20
/
+20
|
\
|
*
iio: accel: adis16209: remove unneeded spi_set_drvdata()
Alexandru Ardelean
2020-11-21
1
-1
/
+0
|
*
iio: accel: adis16201: remove unneeded spi_set_drvdata()
Alexandru Ardelean
2020-11-21
1
-1
/
+0
|
*
iio: accel: bmc150: use iio_triggered_buffer_setup_ext()
Alexandru Ardelean
2020-11-21
1
-11
/
+14
|
*
iio: accel: adxl372: use devm_iio_triggered_buffer_setup_ext()
Alexandru Ardelean
2020-11-21
1
-6
/
+5
|
*
iio: accel: mma8452: Constify static struct attribute_group
Rikard Falkeborn
2020-10-10
1
-1
/
+1
*
|
iio: accel: kxcjk1013: Add support for KIOX010A ACPI DSM for setting tablet-mode
Hans de Goede
2020-11-14
1
-0
/
+36
[prev]
[next]