index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
accel
/
kxcjk-1013.c
Age
Commit message (
Expand
)
Author
2024-11-03
iio: fix write_event_config signature
Julien Stephan
2024-11-03
iio: accel: kxcjk-1013: Deduplicate ODR startup time array
Andy Shevchenko
2024-11-01
iio: accel: kxcjk-1013: drop ACPI_PTR() and move ID out of CONFIG_ACPI guards
Andy Shevchenko
2024-11-01
iio: accel: kxcjk-1013: Replace a variant of iio_get_acpi_device_name_and_data()
Andy Shevchenko
2024-10-28
iio: accel: kxcjk-1013: Get rid of enum kx_chipset
Andy Shevchenko
2024-10-28
iio: accel: kxcjk-1013: Convert ODR times array to variable in chip_info
Andy Shevchenko
2024-10-28
iio: accel: kxcjk-1013: Move odr_start_up_times up in the code
Andy Shevchenko
2024-10-28
iio: accel: kxcjk-1013: Start using chip_info variables instead of enum
Andy Shevchenko
2024-10-28
iio: accel: kxcjk-1013: Rename kxcjk1013_info
Andy Shevchenko
2024-10-28
iio: accel: kxcjk-1013: Use local variable for regs
Andy Shevchenko
2024-10-28
iio: accel: kxcjk-1013: Switch from CONFIG_PM guards to pm_ptr() etc
Andy Shevchenko
2024-10-28
iio: accel: kxcjk-1013: Revert "Add support for KX022-1020"
Andy Shevchenko
2024-10-28
iio: accel: kxcjk-1013: Remove redundant I²C ID
Andy Shevchenko
2024-10-28
iio: accel: replace s64 __aligned(8) with aligned_s64
Jonathan Cameron
2024-08-03
iio: accel: kxcjk-1013: Add support for KX022-1020
Rayyan Ansari
2024-04-29
iio: accel: kxcjk-1013: Use new iio_read_acpi_mount_matrix() helper
Hans de Goede
2024-02-28
iio: accel: kxcjk-1013: Implement ACPI method ROTM to retrieve mount matrix.
Sean Rhodes
2024-01-23
iio: accel: kxcjk-1013: Move acpi_device_id table under ifdef CONFIG_ACPI
Jonathan Cameron
2023-05-21
iio: Switch i2c drivers back to use .probe()
Uwe Kleine-König
2022-11-23
iio: accel: kxcjk-1013: Convert to i2c's .probe_new()
Uwe Kleine-König
2022-11-23
iio: accel: kxcjk-1013: Use devm_regulator_bulk_get_enable()
Jonathan Cameron
2022-10-08
Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-08-30
iio/accel: fix repeated words in comments
wangjianli
2022-08-16
i2c: Make remove callback return void
Uwe Kleine-König
2022-06-19
iio:accel:kxcjk-1013: rearrange iio trigger get and register
Dmitry Rokosov
2022-01-30
iio: Fix error handling for PM
Miaoqian Lin
2021-12-22
Merge tag 'iio-for-5.17a' of https://git.kernel.org/pub/scm/linux/kernel/git/...
Greg Kroah-Hartman
2021-12-21
iio:accel:kxcjk-1013: Mark struct __maybe_unused to avoid warning.
Jonathan Cameron
2021-11-17
iio: accel: kxcjk-1013: Fix possible memory leak in probe and remove
Yang Yingliang
2021-11-17
iio: kxcjk-1013: Use scan_type when processing raw data
Gwendal Grignou
2021-06-03
iio: Drop Duplicated "mount-matrix" parameter
Andy Shevchenko
2021-05-17
iio: accel: kxcjk-1013: Fix buffer alignment in iio_push_to_buffers_with_time...
Jonathan Cameron
2021-05-17
iio: accel: kxcjk-1013: Balance runtime pm + use pm_runtime_resume_and_get()
Jonathan Cameron
2021-05-17
iio: accel: kxcjk-1013: Add support for KX023-1025
Stephan Gerhold
2021-05-17
iio: accel: kxcjk-1013: Refactor configuration registers into struct
Stephan Gerhold
2021-05-17
iio: core: move @id from struct iio_dev to struct iio_dev_opaque
Jonathan Cameron
2021-03-25
iio: fix devm_iio_trigger_alloc with parent.cocci
Gwendal Grignou
2021-03-11
iio: accel: kxcjk-1013: Set label based on accel-location on 2-accel yoga-sty...
Hans de Goede
2021-01-22
iio: accel: kxcjk1013: Add rudimentary regulator support
Devajith V S
2020-12-03
iio:trigger: rename try_reenable() to reenable() plus return void
Jonathan Cameron
2020-11-14
iio: accel: kxcjk1013: Add support for KIOX010A ACPI DSM for setting tablet-mode
Hans de Goede
2020-11-14
iio: accel: kxcjk1013: Replace is_smo8500_device with an acpi_type enum
Hans de Goede
2020-06-20
iio: Move attach/detach of the poll func to the core
Lars-Peter Clausen
2020-06-14
iio: remove left-over parent assignments
Alexandru Ardelean
2020-01-18
iio: accel: kxcjk1013: Support orientation matrix
Dmitry Osipenko
2019-08-18
iio: accel: kxcjk1013: Improve comments on KIOX010A and KIOX020A ACPI ids
Hans de Goede
2019-07-01
Merge tag 'iio-for-5.3b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...
Greg Kroah-Hartman
2019-06-08
iio: accel: add missing sensor for some 2-in-1 based ultrabooks
Luís Ferreira
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288
Thomas Gleixner
2019-04-25
Merge tag 'iio-for-5.2b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...
Greg Kroah-Hartman
[next]