index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
accel
/
bmc150-accel-core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-29
iio: bmc150-accel-core: Use iio_read_acpi_mount_matrix() helper
Hans de Goede
1
-42
/
+2
2022-11-23
iio: Don't silently expect attribute types
Matti Vaittinen
1
-6
/
+6
2022-11-23
iio: bmc150-accel-core: Use IIO_STATIC_CONST_DEVICE_ATTR()
Matti Vaittinen
1
-16
/
+3
2022-10-17
iio: bmc150-accel-core: Fix unsafe buffer attributes
Matti Vaittinen
1
-5
/
+18
2022-04-10
iio: core: Hide read accesses to iio_dev->currentmode
Miquel Raynal
1
-2
/
+2
2022-03-18
Merge tag 'iio-for-5.18a' of https://git.kernel.org/pub/scm/linux/kernel/git/...
Greg Kroah-Hartman
1
-4
/
+4
2022-02-18
iio:accel:bmc150: Move exports into IIO_BMC150 namespace
Jonathan Cameron
1
-4
/
+4
2022-01-30
iio: Fix error handling for PM
Miaoqian Lin
1
-1
/
+4
2021-12-21
iio:accel:bmc150: Mark structure __maybe_unused as only needed with for pm ops.
Jonathan Cameron
1
-1
/
+1
2021-10-19
iio: accel: bmc150: Make bmc150_accel_core_remove() return void
Uwe Kleine-König
1
-3
/
+1
2021-10-19
iio: triggered-buffer: extend support to configure output buffers
Alexandru Ardelean
1
-0
/
+1
2021-08-08
iio: accel: bmc150: Add support for BMC156
Stephan Gerhold
1
-3
/
+6
2021-08-08
iio: accel: bmc150: Make it possible to configure INT2 instead of INT1
Stephan Gerhold
1
-12
/
+59
2021-06-16
iio: accel: bmc150: Use more consistent and accurate scale values
Stephan Gerhold
1
-22
/
+24
2021-06-13
iio: accel: bma180/bmc150: Move BMA254 to bmc150-accel driver
Stephan Gerhold
1
-1
/
+1
2021-06-13
iio: accel: bmc150: Add device IDs for BMA253
Stephan Gerhold
1
-1
/
+1
2021-06-13
iio: accel: bmc150: Sort all chip names alphabetically / by chip ID
Stephan Gerhold
1
-20
/
+20
2021-06-13
iio: accel: bmc150: Drop duplicated documentation of supported chips
Stephan Gerhold
1
-9
/
+1
2021-06-13
iio: accel: bmc150: Drop misleading/duplicate chip identifiers
Stephan Gerhold
1
-27
/
+7
2021-06-13
iio: accel: bmc150: Fix bma222 scale unit
Stephan Gerhold
1
-4
/
+5
2021-06-09
iio: accel: bmc150: Set label based on accel-location for ACPI DUAL250E fwnodes
Hans de Goede
1
-0
/
+16
2021-06-09
iio: accel: bmc150: Refactor bmc150_apply_acpi_orientation()
Hans de Goede
1
-5
/
+13
2021-06-09
iio: accel: bmc150: Add support for DUAL250E ACPI DSM for setting the hinge a...
Hans de Goede
1
-0
/
+3
2021-06-09
iio: accel: bmc150: Remove bmc150_set/get_second_device() accessor functions
Hans de Goede
1
-16
/
+0
2021-06-09
iio: accel: bmc150: Move struct bmc150_accel_data definition to bmc150-accel.h
Hans de Goede
1
-53
/
+0
2021-06-09
iio: accel: bmc150: Don't make the remove function of the second acceleromete...
Hans de Goede
1
-2
/
+2
2021-06-09
iio: accel: bmc150: Fix dereferencing the wrong pointer in bmc150_get/set_sec...
Hans de Goede
1
-7
/
+3
2021-06-03
iio: Drop Duplicated "mount-matrix" parameter
Andy Shevchenko
1
-2
/
+1
2021-05-17
iio: accel: bmc150-accel: Balanced runtime pm + use pm_runtime_resume_and_get()
Jonathan Cameron
1
-5
/
+1
2021-05-17
iio: core: move @id from struct iio_dev to struct iio_dev_opaque
Jonathan Cameron
1
-2
/
+2
2021-03-25
iio: fix devm_iio_trigger_alloc with parent.cocci
Gwendal Grignou
1
-1
/
+0
2021-03-11
iio: accel: bmc150: Set label based on accel-location on 2-accel yoga-style 2...
Hans de Goede
1
-6
/
+12
2020-12-03
iio: accel: bmc150: Get mount-matrix from ACPI
Hans de Goede
1
-4
/
+104
2020-12-03
iio: accel: bmc150: Check for a second ACPI device for BOSC0200
Jeremy Cline
1
-0
/
+21
2020-12-03
iio: accel: bmc150: Removed unused bmc150_accel_dat irq member
Hans de Goede
1
-5
/
+2
2020-12-03
iio:trigger: rename try_reenable() to reenable() plus return void
Jonathan Cameron
1
-8
/
+4
2020-12-03
iio: accel: bmc150-accel: Add rudimentary regulator support
Linus Walleij
1
-2
/
+33
2020-12-03
iio: accel: bmc150-accel: Add support for BMA222
Linus Walleij
1
-0
/
+15
2020-11-21
iio: accel: bmc150: use iio_triggered_buffer_setup_ext()
Alexandru Ardelean
1
-11
/
+14
2020-08-22
iio:accel:bmc150-accel: Fix timestamp alignment and prevent data leak.
Jonathan Cameron
1
-3
/
+12
2020-06-20
iio: Move attach/detach of the poll func to the core
Lars-Peter Clausen
1
-2
/
+2
2020-06-14
iio: remove explicit IIO device parent assignment
Alexandru Ardelean
1
-1
/
+0
2019-09-08
iio: fix center temperature of bmc150-accel-core
Pascal Bouwmann
1
-1
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288
Thomas Gleixner
1
-9
/
+1
2019-04-22
iio:accel:Switch hardcoded function name with a reference to __func__ making ...
Mohan Kumar
1
-1
/
+1
2019-04-04
iio: accel: bmc150: add mount matrix support
H. Nikolaus Schaller
1
-0
/
+21
2018-04-28
iio: accel: bcm150: Remove handling for regmap raw_read_max
Charles Keepax
1
-20
/
+3
2018-02-24
iio: accel: bmc150: Remove redundant __func__ in dev_dbg()
Andy Shevchenko
1
-5
/
+1
2017-08-22
iio:accel: drop assign iio_info.driver_module and iio_trigger_ops.owner
Jonathan Cameron
1
-3
/
+0
2017-07-17
iio: accel: bmc150: Always restore device to normal mode after suspend-resume
Hans de Goede
1
-8
/
+1
[next]