index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
accel
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
4
-0
/
+4
|
/
*
Merge tag 'iio-for-4.14b' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...
Greg Kroah-Hartman
2017-08-20
2
-3
/
+3
|
\
|
*
iio: accel: bma180: constify i2c_device_id
Arvind Yadav
2017-08-20
1
-1
/
+1
|
*
iio: accel: st_accel: fix data-ready line configuration
Lorenzo Bianconi
2017-08-12
1
-2
/
+2
*
|
Merge 4.13-rc5 into staging-next
Greg Kroah-Hartman
2017-08-14
2
-8
/
+33
|
\
\
|
|
/
|
/
|
|
*
Merge tag 'iio-fixes-for-4.13a' of git://git.kernel.org/pub/scm/linux/kernel/...
Greg Kroah-Hartman
2017-07-23
2
-8
/
+33
|
|
\
|
|
*
iio: accel: bmc150: Always restore device to normal mode after suspend-resume
Hans de Goede
2017-07-17
1
-8
/
+1
|
|
*
iio: accel: st_accel: add SPI-3wire support
Lorenzo Bianconi
2017-07-06
1
-0
/
+32
*
|
|
iio: accel: st_accel: rename H3LIS331DL_DRIVER_NAME in H3LIS331DL_ACCEL_DEV_NAME
Lorenzo Bianconi
2017-07-09
4
-6
/
+6
*
|
|
iio: accel: st_accel_spi: add support to H3LIS331DL, LIS331DL, LIS3LV02DL
Lorenzo Bianconi
2017-07-09
1
-0
/
+15
*
|
|
iio: accel: st_accel_i2c: fix i2c_device_id table
Lorenzo Bianconi
2017-07-09
2
-0
/
+6
*
|
|
iio: accel: make array init_data static to reduce code size
Colin Ian King
2017-07-09
1
-1
/
+1
*
|
|
iio: accel: st_accel_spi: add OF capability to st_accel_spi
Lorenzo Bianconi
2017-07-02
1
-8
/
+61
*
|
|
iio: sca3000: Remove trailing whitespace
Reno Farnesi
2017-07-02
1
-3
/
+3
*
|
|
iio: accel: st_accel_spi: rename of_device_id table in st_accel_of_match
Lorenzo Bianconi
2017-07-01
1
-3
/
+3
*
|
|
iio: common: st_sensors: move st_sensors_of_i2c_probe() in common code
Lorenzo Bianconi
2017-07-01
1
-1
/
+2
*
|
|
iio: accel: bmc150: Add support for BOSC0200 ACPI device id
Hans de Goede
2017-07-01
1
-0
/
+1
|
/
/
*
|
iio: accel: mma9551: use NULL for GPIO connection ID
Andy Shevchenko
2017-06-11
1
-3
/
+1
*
|
Revert "iio: accel: bma180: Add support for BMA250E"
Hans de Goede
2017-06-11
1
-23
/
+1
*
|
Revert "iio: accel: bma180: Add ACPI enumeration support for BMA250E"
Hans de Goede
2017-06-11
1
-19
/
+2
*
|
iio: accel: st_accel_spi: fix spi_device_id table
Lorenzo Bianconi
2017-06-11
1
-4
/
+0
*
|
iio: accel: bma180: Add ACPI enumeration support for BMA250E
Hans de Goede
2017-05-21
1
-2
/
+19
*
|
iio: accel: bma180: Add support for BMA250E
Hans de Goede
2017-05-21
1
-1
/
+23
*
|
iio: hid-sensor-accel-3d: Drop unnecessary static
Julia Lawall
2017-05-07
1
-1
/
+1
*
|
iio: st_pressure: st_accel: Initialise sensor platform data properly
Shrirang Bagul
2017-04-26
1
-3
/
+4
|
/
*
Merge 4.11-rc6 into staging-next
Greg Kroah-Hartman
2017-04-10
1
-1
/
+2
|
\
|
*
iio: accel: hid-sensor-accel-3d: Fix duplicate scan index error
Srinivas Pandruvada
2017-04-02
1
-1
/
+2
*
|
iio: accel: mma7660: Add OF device ID table
Javier Martinez Canillas
2017-03-19
1
-0
/
+7
*
|
iio: accel: mma7455_i2c: Add OF device ID table
Javier Martinez Canillas
2017-03-19
1
-0
/
+8
*
|
iio: accel: bma180: Add OF device ID table
Javier Martinez Canillas
2017-03-19
1
-2
/
+22
*
|
iio: accel: Prefer unsigned int to bare use of unsigned
Miguel Robles
2017-03-19
1
-4
/
+4
*
|
iio: accel: adxl345: Add SPI support
Eva Rachel Retuya
2017-03-04
3
-0
/
+96
*
|
iio: accel: adxl345: Split driver into core and I2C
Eva Rachel Retuya
2017-03-04
5
-51
/
+113
*
|
iio: accel: adxl345: Use I2C regmap instead of direct I2C access
Eva Rachel Retuya
2017-03-04
2
-23
/
+44
*
|
iio: accel: Add driver for the Analog Devices ADXL345 3-axis accelerometer
Eva Rachel Retuya
2017-02-05
3
-0
/
+206
|
/
*
iio: common: ssp_sensors: accel: use devm_iio_device_register()
Wei Yongjun
2017-01-28
1
-11
/
+1
*
iio: accel: fix Kconfig warning
Linus Walleij
2017-01-23
1
-2
/
+2
*
Merge tag 'iio-for-4.11a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...
Greg Kroah-Hartman
2017-01-19
8
-47
/
+172
|
\
|
*
iio:kfifo_buf header include push down.
Jonathan Cameron
2017-01-10
1
-0
/
+1
|
*
iio:buffer: Introduced a function to assign the buffer specific attrs.
Jonathan Cameron
2017-01-10
1
-1
/
+2
|
*
iio: accel: st_accel: handle deprecated bindings
Linus Walleij
2017-01-10
3
-0
/
+16
|
*
iio: Add gravity sensor support
Song Hongyan
2017-01-05
1
-13
/
+61
|
*
iio: accel: hid-sensor-accel-3d: Add timestamp
Srinivas Pandruvada
2016-12-03
1
-8
/
+24
|
*
iio: accel: mma8452: define unsigned return values where appropriate
Martin Kepplinger
2016-12-03
1
-2
/
+2
|
*
iio: st_accel: Support sensor i2c probe using acpi
Shrirang Bagul
2016-12-03
2
-24
/
+67
*
|
iio: accel: st_accel: fix LIS3LV02 reading and scaling
Linus Walleij
2016-12-31
1
-2
/
+10
|
/
*
iio: accel: st_accel: inline per-sensor data
Linus Walleij
2016-11-19
1
-396
/
+206
*
Merge 4.9-rc5 into staging-next
Greg Kroah-Hartman
2016-11-14
1
-4
/
+8
|
\
|
*
iio: st_sensors: fix scale configuration for h3lis331dl
Lorenzo Bianconi
2016-10-30
1
-4
/
+8
*
|
iio: accel: st_accel: add support to lng2dm
Lorenzo Bianconi
2016-11-01
5
-1
/
+82
[prev]
[next]