index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
accel
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-01
Merge tag 'iio-fixes-for-4.5a' of git://git.kernel.org/pub/scm/linux/kernel/g...
Greg Kroah-Hartman
1
-0
/
+1
2016-01-04
iio: add IIO_TRIGGER dependency to STK8BA50
Vegard Nossum
1
-0
/
+1
2015-12-19
iio: mma8452: use enum for channel index
Martin Kepplinger
1
-16
/
+23
2015-12-19
iio: mma8452: remove unused register description
Martin Kepplinger
1
-1
/
+0
2015-12-01
Merge tag 'iio-for-4.5a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...
Greg Kroah-Hartman
16
-50
/
+742
2015-11-14
iio: st-accel: add support for lis2dh12
Giuseppe Barba
5
-1
/
+9
2015-11-08
iio: Reconcile operation order between iio_register/unregister and pm functions
Adriana Reus
4
-43
/
+36
2015-11-05
Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
Linus Torvalds
2
-2
/
+0
2015-11-04
Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire',...
Mark Brown
2
-2
/
+0
2015-11-01
iio: accel: add Freescale MMA7455L/MMA7456L 3-axis accelerometer driver
Joachim Eastwood
6
-0
/
+472
2015-10-28
spi: Drop owner assignment from spi_drivers
Andrew F. Davis
2
-2
/
+0
2015-10-27
Merge 4.3-rc7 into staging-next
Greg Kroah-Hartman
1
-6
/
+0
2015-10-25
iio: accel: add support for Memsic MXC6255XC sensor
Teodora Baluta
3
-0
/
+210
2015-10-25
iio: mma8452: support either of the available interrupt pins
Martin Kepplinger
1
-6
/
+15
2015-10-03
iio: bmc150: Add SPI driver
Markus Pargmann
3
-0
/
+97
2015-10-03
iio: bmc150: Split the driver into core and i2c
Markus Pargmann
5
-74
/
+146
2015-10-03
iio: bcm150: Remove i2c_client from private data
Markus Pargmann
1
-52
/
+52
2015-10-03
iio: bmc150: Use i2c regmap
Markus Pargmann
2
-128
/
+99
2015-10-03
iio: remove gpio interrupt probing from drivers that use a single interrupt
Octavian Purdila
5
-148
/
+1
2015-10-03
iio: fix drivers that use 0 as a valid IRQ in client->irq (part 2)
Octavian Purdila
2
-2
/
+2
2015-10-03
iio: st_accel: fix interrupt handling on LIS3LV02
Linus Walleij
1
-6
/
+0
2015-09-23
iio: mma8452: leave sysfs namings to the iio core
Martin Kepplinger
1
-1
/
+0
2015-09-23
iio: mma8452: add copyright notice comment
Martin Kepplinger
1
-0
/
+1
2015-09-23
iio: mma8452: add support for MMA8652FC and MMA8653FC
Martin Kepplinger
2
-8
/
+92
2015-09-23
iio: mma8452: add freefall / motion interrupt source
Martin Kepplinger
1
-8
/
+36
2015-09-23
iio: mma8452: add support for MMA8453Q accelerometer chip
Martin Kepplinger
2
-6
/
+37
2015-09-23
iio: mma8452: refactor for seperating chip specific data
Martin Kepplinger
1
-49
/
+134
2015-08-31
iio: mxc4005: add data ready trigger for mxc4005
Teodora Baluta
1
-1
/
+141
2015-08-31
iio: mxc4005: add triggered buffer mode for mxc4005
Teodora Baluta
2
-3
/
+78
2015-08-31
iio: accel: add support for mxc4005 accelerometer
Teodora Baluta
3
-0
/
+367
2015-08-16
iio: st_sensors: add debugfs register read hook
Linus Walleij
1
-0
/
+1
2015-08-12
Merge tag 'iio-for-4.3b-2' of git://git.kernel.org/pub/scm/linux/kernel/git/j...
Greg Kroah-Hartman
11
-236
/
+288
2015-08-08
iio:accel:mma8452: reorder Kconfig entry
Hartmut Knaack
1
-12
/
+12
2015-08-08
iio:accel:mma8452: coding style cleanup
Hartmut Knaack
1
-38
/
+68
2015-08-08
iio:accel:mma8452: rework register definitions
Hartmut Knaack
1
-48
/
+45
2015-08-08
iio:accel:mma8452: check values to be written
Hartmut Knaack
1
-3
/
+5
2015-08-08
iio:accel:mma8452: pass up real error code
Hartmut Knaack
1
-3
/
+3
2015-08-08
iio:accel:mma8452: drop double include
Hartmut Knaack
1
-1
/
+0
2015-08-08
iio:accel:mma8452: fix _get_hp_filter_index
Hartmut Knaack
1
-1
/
+1
2015-08-08
iio:accel:bmc150-accel: Use the chip ID to detect sensor variant
Bastien Nocera
1
-27
/
+19
2015-08-08
iio:accel:bmc150-accel: Move bmc150_accel_chip_init()
Bastien Nocera
1
-57
/
+57
2015-08-08
iio:accel:stk8312: drop local buffer
Hartmut Knaack
1
-5
/
+1
2015-08-08
iio:accel:stk8312: code style cleanup
Hartmut Knaack
1
-3
/
+2
2015-08-08
iio:accel:stk8312: use appropriate variable types
Hartmut Knaack
1
-4
/
+4
2015-08-08
iio:accel:stk8312: rework macro definitions
Hartmut Knaack
1
-12
/
+13
2015-08-08
iio:accel:stk8312: improve error handling
Hartmut Knaack
1
-22
/
+38
2015-08-02
iio:accel:stk8312: check for invalid value
Hartmut Knaack
1
-0
/
+2
2015-08-02
iio:accel:stk8312: add triggered buffer dependency
Hartmut Knaack
1
-0
/
+2
2015-08-02
iio: Export OF module alias information in missing drivers
Javier Martinez Canillas
1
-0
/
+1
2015-08-02
iio: Export I2C module alias information in missing drivers
Javier Martinez Canillas
2
-0
/
+2
[next]