index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
iio
Commit message (
Expand
)
Author
Age
Files
Lines
*
iio: light: Add gain-time-scale helpers
Matti Vaittinen
2023-04-10
1
-0
/
+206
*
iio: Rename iio_trigger_poll_chained and add kernel-doc
Mehdi Djait
2023-03-11
1
-1
/
+1
*
iio: Improve the kernel-doc of iio_trigger_poll
Mehdi Djait
2023-03-11
1
-6
/
+0
*
iio: add struct declaration for iio types
Gerald Loacker
2022-12-28
1
-0
/
+5
*
iio: imu: adis: Remove adis_initial_startup function
Ramona Bolboaca
2022-11-23
1
-12
/
+0
*
iio: adis: add '__adis_enable_irq()' implementation
Ramona Bolboaca
2022-11-23
1
-1
/
+12
*
iio: Don't silently expect attribute types
Matti Vaittinen
2022-11-23
3
-5
/
+6
*
iio: Add IIO_STATIC_CONST_DEVICE_ATTR
Matti Vaittinen
2022-11-23
1
-0
/
+11
*
iio: st_sensors: core and lsm9ds0 switch to devm_regulator_bulk_get_enable()
Jonathan Cameron
2022-11-23
1
-4
/
+0
*
iio: core: move 'mlock' to 'struct iio_dev_opaque'
Nuno Sá
2022-11-23
2
-3
/
+2
*
iio: core: introduce iio_device_{claim|release}_buffer_mode() APIs
Nuno Sá
2022-11-23
1
-0
/
+2
*
iio: gyro: itg3200_core: do not use internal iio_dev lock
Nuno Sá
2022-11-23
1
-0
/
+2
*
iio: Add new event type gesture and use direction for single and double tap
Jagath Jog J
2022-09-05
1
-0
/
+2
*
iio: Use per-device lockdep class for mlock
Vincent Whitchurch
2022-09-05
1
-0
/
+2
*
iio: core: Introduce _zeropoint for differential channels
Jonathan Cameron
2022-08-15
1
-0
/
+1
*
iio: inkern: remove OF dependencies
Nuno Sá
2022-08-15
2
-13
/
+0
*
iio: inkern: move to fwnode properties
Nuno Sá
2022-08-15
2
-16
/
+25
*
iio: cros: Register FIFO callback after sensor is registered
Gwendal Grignou
2022-07-18
1
-2
/
+5
*
iio: trigger: move trig->owner init to trigger allocate() stage
Dmitry Rokosov
2022-07-16
2
-14
/
+16
*
iio: trigger: warn about non-registered iio trigger getting attempt
Dmitry Rokosov
2022-06-18
1
-0
/
+5
*
iio: core: drop of.h from iio.h
Nuno Sá
2022-06-15
1
-1
/
+2
*
iio: core: Fix IIO_ALIGN and rename as it was not sufficiently large
Jonathan Cameron
2022-06-14
1
-2
/
+8
*
iio: core: drop iio_get_time_res()
Jonathan Cameron
2022-06-14
1
-1
/
+0
*
iio: common: cros_ec_sensors: Add label attribute
Gwendal Grignou
2022-06-11
1
-2
/
+0
*
Merge tag 'char-misc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-06-03
5
-17
/
+103
|
\
|
*
iio: core: Clarify the modes
Miquel Raynal
2022-04-28
1
-1
/
+48
|
*
iio: core: Simplify the registration of kfifo buffers
Miquel Raynal
2022-04-10
1
-3
/
+2
|
*
iio: core: Move the currentmode entry to the opaque structure
Miquel Raynal
2022-04-10
2
-4
/
+4
|
*
iio: core: Hide read accesses to iio_dev->currentmode
Miquel Raynal
2022-04-10
1
-0
/
+1
|
*
iio: Un-inline iio_buffer_enabled()
Miquel Raynal
2022-04-10
1
-10
/
+1
|
*
iio: st_sensors: Add a local lock for protecting odr
Miquel Raynal
2022-04-10
1
-0
/
+3
|
*
iio: core: Enhance the kernel doc of modes and currentmodes iio_dev entries
Miquel Raynal
2022-04-10
1
-2
/
+9
|
*
iio: adc: ad_sigma_delta: Add sequencer support
Lars-Peter Clausen
2022-04-04
1
-0
/
+38
*
|
iio: adc: qcom-vadc-common: add reverse scaling for PMIC5 Gen2 ADC_TM
Jishnu Prakash
2022-05-19
1
-0
/
+2
|
/
*
iio: afe: rescale: add offset support
Liam Beguin
2022-02-27
1
-0
/
+4
*
iio: afe: rescale: expose scale processing function
Liam Beguin
2022-02-27
1
-0
/
+32
*
iio: adc: qcom-vadc-common: Re-use generic struct u32_fract
Andy Shevchenko
2022-01-30
1
-12
/
+3
*
iio: adis: stylistic changes
Nuno Sá
2022-01-23
1
-23
/
+25
*
adis: simplify 'adis_update_bits' macros
Nuno Sá
2022-01-23
1
-8
/
+4
*
iio: core: Fix the kernel doc regarding the currentmode iio_dev entry
Miquel Raynal
2022-01-23
1
-1
/
+1
*
iio: trigger: Fix a scheduling whilst atomic issue seen on tsc2046
Jonathan Cameron
2021-12-12
1
-0
/
+2
*
iio: expose shared parameter in IIO_ENUM_AVAILABLE
Antoniu Miclaus
2021-11-27
1
-2
/
+3
*
iio: buffer-dma: Remove unused iio_buffer_block struct
Paul Cercueil
2021-11-27
1
-5
/
+0
*
iio: core: Introduce IIO_VAL_INT_64.
Andriy Tryshnivskyy
2021-11-17
1
-0
/
+1
*
iio: triggered-buffer: extend support to configure output buffers
Alexandru Ardelean
2021-10-19
1
-2
/
+9
*
iio: Add output buffer support
Mihail Chindris
2021-10-19
2
-0
/
+18
*
iio: core: Introduce iio_push_to_buffers_with_ts_unaligned()
Jonathan Cameron
2021-10-19
2
-0
/
+8
*
iio: adis: handle devices that cannot unmask the drdy pin
Nuno Sá
2021-10-19
1
-0
/
+2
*
iio: inkern: introduce devm_iio_map_array_register() short-hand function
Alexandru Ardelean
2021-10-19
1
-0
/
+14
*
iio: st_sensors: remove reference to parent device object on st_sensor_data
Alexandru Ardelean
2021-09-14
1
-2
/
+0
[next]