index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
imu
/
kmx61.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-03
iio: imu: kmx61: make use of iio_for_each_active_channel()
Nuno Sa
1
-2
/
+1
2024-05-27
iio: Drop explicit initialization of struct i2c_device_id::driver_data to 0
Uwe Kleine-König
1
-1
/
+1
2024-01-23
iio: imu: kmx61: Drop ACPI_PTR() usage
Jonathan Cameron
1
-1
/
+1
2023-05-21
iio: Switch i2c drivers back to use .probe()
Uwe Kleine-König
1
-1
/
+1
2022-12-28
iio: imu: kmx61: Fix spelling mistake "Errow" -> "Error"
Colin Ian King
1
-1
/
+1
2022-11-23
iio: imu: kmx61: Convert to i2c's .probe_new()
Uwe Kleine-König
1
-3
/
+3
2022-08-16
i2c: Make remove callback return void
Uwe Kleine-König
1
-3
/
+1
2022-03-18
Merge tag 'iio-for-5.18a' of https://git.kernel.org/pub/scm/linux/kernel/git/...
Greg Kroah-Hartman
1
-7
/
+3
2022-02-18
iio:imu:kmx61: Switch from CONFIG_PM* guards to pm_ptr() etc
Jonathan Cameron
1
-7
/
+3
2022-01-30
iio: Fix error handling for PM
Miaoqian Lin
1
-1
/
+4
2021-05-17
iio: imu: kmx61: Balance runtime pm + use pm_runtime_resume_and_get()
Jonathan Cameron
1
-4
/
+1
2021-05-17
iio: core: move @id from struct iio_dev to struct iio_dev_opaque
Jonathan Cameron
1
-1
/
+1
2021-03-25
iio: fix devm_iio_trigger_alloc with parent.cocci
Gwendal Grignou
1
-1
/
+0
2020-12-03
iio:trigger: rename try_reenable() to reenable() plus return void
Jonathan Cameron
1
-7
/
+3
2020-07-20
iio: imu: kmx61: Fix formatting in kerneldoc function headers
Lee Jones
1
-7
/
+7
2020-06-14
iio: remove explicit IIO device parent assignment
Alexandru Ardelean
1
-1
/
+0
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 330
Thomas Gleixner
1
-5
/
+1
2017-08-22
iio:imu: drop assign iio_info.driver_module and iio_trigger_ops.owner
Jonathan Cameron
1
-3
/
+0
2016-04-03
iio: remove unused gpio consumer.h include
Irina Tirdea
1
-1
/
+0
2015-11-08
iio: Reconcile operation order between iio_register/unregister and pm functions
Adriana Reus
1
-13
/
+11
2015-10-03
iio: remove gpio interrupt probing from drivers that use a single interrupt
Octavian Purdila
1
-28
/
+0
2015-07-23
iio: fix drivers that consider 0 as a valid IRQ in client->irq
Octavian Purdila
1
-4
/
+4
2015-04-07
Merge 4.0-rc7 into staging-next
Greg Kroah-Hartman
1
-1
/
+1
2015-03-07
iio: fix drivers that check buffer->scan_mask
Octavian Purdila
1
-1
/
+1
2015-02-22
iio: improve usage of gpiod API
Uwe Kleine-König
1
-5
/
+1
2015-02-03
iio: imu: kmx61: Drop odr_bits from kmx61_samp_freq_table
Daniel Baluta
1
-38
/
+26
2015-01-20
iio kmx61 / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
Daniel Baluta
1
-2
/
+2
2015-01-05
iio: imu: kmx61: Use correct base when reading data
Daniel Baluta
1
-1
/
+7
2015-01-05
iio: imu: kmx61: Remove unnecessary REG_INS1 read
Daniel Baluta
1
-2
/
+0
2015-01-05
iio: imu: kmx61: Fix device initialization when setting trigger state
Daniel Baluta
1
-2
/
+1
2015-01-05
iio: imu: kmx61: Use false instead of 0 for ev_enable_state
Daniel Baluta
1
-1
/
+1
2015-01-05
iio: imu: kmx61: Drop unused device parameter
Daniel Baluta
1
-3
/
+3
2015-01-05
iio: imu: kmx61: Fixup parameters alignment
Daniel Baluta
1
-9
/
+9
2015-01-05
iio: imu: kmx61: Enhance error handling
Daniel Baluta
1
-61
/
+43
2015-01-05
iio: imu: kmx61: Don't ignore kmx61_set_power_state errors
Daniel Baluta
1
-2
/
+9
2015-01-05
iio: imu: kmx61: Save odr_bits for later use
Daniel Baluta
1
-0
/
+2
2014-12-12
iio: imu: kmx61: kmx61_set_wake_up_odr() can be static
kbuild test robot
1
-1
/
+1
2014-12-12
iio: imu: kmx61: Add support for any motion trigger
Daniel Baluta
1
-7
/
+426
2014-12-12
iio: imu: kmx61: Add support for data ready triggers
Daniel Baluta
1
-1
/
+294
2014-12-12
iio: imu: kmx61: Add PM sleep support
Daniel Baluta
1
-0
/
+29
2014-12-12
iio: imu: kmx61: Add PM runtime support
Daniel Baluta
1
-2
/
+112
2014-12-12
iio: imu: kmx61: Add acpi support
Daniel Baluta
1
-0
/
+59
2014-12-12
iio: imu: Add support for Kionix KMX61 sensor
Daniel Baluta
1
-0
/
+691
2014-12-12
Revert "iio: imu: Add support for Kionix KMX61 sensor"
Jonathan Cameron
1
-766
/
+0
2014-11-22
iio: imu: Add support for Kionix KMX61 sensor
Daniel Baluta
1
-0
/
+766