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
/
mma8452.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-04
iio: mma8452: mark expected switch fall-through
Gustavo A. R. Silva
1
-1
/
+1
2019-01-12
iio: accell: mma8452: add vdd/vddio regulator operation support
Anson Huang
1
-22
/
+83
2018-07-25
Merge tag 'iio-for-4.19b' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...
Greg Kroah-Hartman
1
-0
/
+1
2018-07-07
iio: mma8452: Mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2018-06-24
iio: mma8452: Fix ignoring MMA8452_INT_DRDY
Leonard Crestez
1
-1
/
+1
2018-05-12
iio: accell: mma8452: Reduce sleep time when data not ready
Richard Tresidder
1
-1
/
+23
2018-01-08
iio: mma8452: replace license description with SPDX specifier
Martin Kepplinger
1
-3
/
+1
2017-12-02
iio: accel: mma8452: Rename config structs for readability
Harinath Nampally
1
-5
/
+5
2017-12-02
iio: accel: mma8452: Rename a struct for code readibility
Harinath Nampally
1
-3
/
+3
2017-10-09
iio: accel: mma8452: Rename read/write event value callbacks to generic funct...
Harinath Nampally
1
-4
/
+4
2017-09-24
iio: accel: mma8452: Fix code style warning for unsigned int declarations
Harinath Nampally
1
-2
/
+2
2017-09-24
iio: accel: mma8452: Fix code style warning
Harinath Nampally
1
-3
/
+3
2017-09-13
iio: accel: mma8452: improvements to handle multiple events
Harinath Nampally
1
-157
/
+206
2017-08-22
iio:accel: drop assign iio_info.driver_module and iio_trigger_ops.owner
Jonathan Cameron
1
-2
/
+0
2016-12-03
iio: accel: mma8452: define unsigned return values where appropriate
Martin Kepplinger
1
-2
/
+2
2016-10-23
iio: accel: mma8452: claim direct mode during write raw
Jonathan Cameron
1
-22
/
+38
2016-10-23
iio: accel: mma8452: claim direct mode during raw reads
Alison Schofield
1
-2
/
+4
2016-09-27
iio:mma8452: Use new iio_trigger_validate_own_device() helper
Lars-Peter Clausen
1
-12
/
+1
2016-07-05
drivers:iio:accel:mma8452: removed unwanted return statements
Bijosh Thykkoottathil
1
-5
/
+1
2016-07-05
drivers:iio:accel:mma8452: added cleanup provision in case of failure.
Bijosh Thykkoottathil
1
-2
/
+2
2016-06-30
iio:core: timestamping clock selection support
Gregor Boirie
1
-2
/
+2
2016-06-11
iio: mma8452: update Freescale company information
Martin Kepplinger
1
-3
/
+3
2016-06-11
iio: mma8452: update device description in header comments
Martin Kepplinger
1
-8
/
+8
2016-06-11
iio: mma8452: update contact information for Martin Kepplinger
Martin Kepplinger
1
-1
/
+1
2016-05-04
iio: mma8452: add support for oversampling ratio
Martin Kepplinger
1
-25
/
+160
2016-03-20
iio: mma8452: use runtime pm instead of device specific autosleep
Martin Kepplinger
1
-1
/
+1
2016-03-20
iio: mma8452: add i2c_device_id for mma8451
Martin Kepplinger
1
-0
/
+1
2016-03-12
iio: mma8452: add support for FXLS8471Q
Martin Kepplinger
1
-0
/
+22
2016-03-05
iio: mma8452: add support for runtime power management
Martin Kepplinger
1
-10
/
+108
2016-03-05
iio: mma8452: avoid switching to active because of config change
Martin Kepplinger
1
-6
/
+29
2016-03-05
iio: mma8452: coding style fixes
Martin Kepplinger
1
-4
/
+6
2016-01-23
iio: mma8452: add support for MMA8451Q
Martin Kepplinger
1
-6
/
+36
2016-01-23
iio: mma8452: whitespace cleanup
Martin Kepplinger
1
-2
/
+2
2016-01-23
iio: mma8452: add freefall detection for Freescale's accelerometers
Martin Kepplinger
1
-16
/
+144
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-10-25
iio: mma8452: support either of the available interrupt pins
Martin Kepplinger
1
-6
/
+15
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
1
-7
/
+91
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
1
-3
/
+34
2015-09-23
iio: mma8452: refactor for seperating chip specific data
Martin Kepplinger
1
-49
/
+134
2015-08-12
Merge tag 'iio-for-4.3b-2' of git://git.kernel.org/pub/scm/linux/kernel/git/j...
Greg Kroah-Hartman
1
-94
/
+123
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
[next]