aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/orientation
AgeCommit message (Expand)AuthorFilesLines
2026-08-19Merge tag 'iio-for-7.3a' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-nextGreg Kroah-Hartman2-56/+47
2026-07-12Merge tag 'char-misc-7.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-2/+38
2026-07-07iio: hid-sensors: Use implicit NULL pointer checksSanjay Chitroda2-2/+2
2026-07-07iio: hid-sensors: align function parenthesis for readabilitySanjay Chitroda2-32/+23
2026-07-06Merge tag 'v7.2-rc2' into togregJonathan Cameron2-2/+0
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files)Uwe Kleine-König (The Capable Hub)2-2/+0
2026-07-02iio: orientation: hid-sensor-incl-3d: Avoid race between callback setup and device exposureSanjay Chitroda1-10/+10
2026-07-02iio: orientation: hid-sensor-rotation: Avoid race between callback setup and device exposureSanjay Chitroda1-10/+10
2026-06-29iio: hid-sensor-rotation: Fix stale or zero output when reading raw valuesZhang Lixu1-2/+38
2026-06-29iio: orientation: hid-sensor-rotation: use u32 instead of unsignedSanjay Chitroda1-3/+3
2026-06-29iio: orientation: hid-sensor-incl-3d: use u32 instead of unsignedSanjay Chitroda1-3/+3
2026-04-27iio: orientation: hid-sensor-rotation: use ext_scan_typeDavid Lechner1-28/+43
2026-03-14iio: orientation: hid-sensor-rotation: add timestamp hack to not break userspaceDavid Lechner1-3/+19
2026-03-02iio: orientation: hid-sensor-rotation: fix quaternion alignmentDavid Lechner1-1/+1
2025-05-21iio: orientation: hid-sensor-rotation: remove unnecessary alignmentDavid Lechner1-1/+1
2025-04-22iio: normalize array sentinel styleDavid Lechner2-2/+2
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra2-2/+2
2024-10-10iio: Switch back to struct platform_driver::remove()Uwe Kleine-König2-2/+2
2024-09-30iio: orientation: hid-sensor-rotation: Get platform data via dev_get_platdata()Andy Shevchenko1-2/+2
2024-09-30iio: orientation: hid-sensor-incl-3d: Get platform data via dev_get_platdata()Andy Shevchenko1-2/+2
2024-09-30iio: hid-sensor: Use aligned data type for timestampAndy Shevchenko2-2/+2
2023-09-23iio: orientation: hid-sensor-rotation: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-23iio: orientation: hid-sensor-incl-3d: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2021-07-13iio: hid-sensors: bind IIO channels alloc to device objectAlexandru Ardelean1-7/+4
2021-06-16iio: hid-sensors: Update header includesJonathan Cameron2-7/+2
2021-06-16iio: hid-sensors: lighten exported symbols by moving to IIO_HID namespaceAndy Shevchenko2-0/+2
2021-05-10iio: hid-sensors: select IIO_TRIGGERED_BUFFER under HID_SENSOR_IIO_TRIGGERAlexandru Ardelean1-2/+0
2021-03-11hid-sensors: Add more data fields for sensitivity checkingYe Xiang2-0/+2
2021-03-11iio: hid-sensors: Move get sensitivity attribute to hid-sensor-commonYe Xiang2-26/+16
2021-03-11iio: hid-sensor-rotation: Fix quaternion data not correctYe Xiang1-3/+10
2021-01-22iio: hid-sensor-rotation: Add timestamp channelYe Xiang1-20/+26
2021-01-22iio: hid-sensor-incl-3d: Add timestamp channelYe Xiang1-16/+27
2020-06-14iio: remove left-over parent assignmentsAlexandru Ardelean1-1/+0
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean1-1/+0
2020-05-10iio: hid-sensors: move triggered buffer setup into hid_sensor_setup_triggerAlexandru Ardelean2-28/+8
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 309Thomas Gleixner1-13/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner1-9/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2018-11-16iio/hid-sensors: Fix IIO_CHAN_INFO_RAW returning wrong values for signed numbersHans de Goede1-3/+5
2017-08-22iio:orientation: drop assign iio_info.driver_moduleJonathan Cameron2-2/+0
2017-07-17iio: orientation: hid-sensor-rotation: Drop unnecessary staticJulia Lawall1-1/+1
2017-05-07iio: hid-sensor-rotation: Add "scale" and "offset" properties parse supportSong Hongyan1-0/+20
2017-05-07iio: hid-sensor-rotation: Add geomagnetic orientation sensor hid support.Song Hongyan1-0/+7
2017-05-07iio: hid-sensor-rotation: Add relative orientation sensor hid supportSong Hongyan1-8/+20
2016-11-05iio: orientation: hid-sensor-rotation: Add PM function (fix non working driver)Song Hongyan1-0/+1
2015-05-17iio: orientation: hid-sensor-rotation: Fix memory leak in probe()Fabio Estevam1-7/+8
2015-05-17iio: orientation: hid-sensor-incl-3d: Fix memory leak in probe()Fabio Estevam1-7/+7
2015-05-10iio: hid-sensor-rotation: Constify platform_device_idKrzysztof Kozlowski1-1/+1
2015-05-10iio: hid-sensor-incl-3d: Constify platform_device_idKrzysztof Kozlowski1-1/+1
2015-04-13Merge branch 'for-4.1/sensor-hub' into for-linusJiri Kosina1-1/+2