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
/
include
/
linux
/
iio
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-26
iio:trigger: Use dev_{set,get}_drvdata for private data management
Lars-Peter Clausen
1
-4
/
+2
2013-03-26
iio:trigger: Introduce iio_tigger_{set,get}_drvdata
Lars-Peter Clausen
1
-0
/
+24
2013-03-25
Merge tag 'iio-for-3.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...
Greg Kroah-Hartman
4
-93
/
+31
2013-03-17
iio:core drop info_mask from struct iio_info
Jonathan Cameron
1
-72
/
+1
2013-03-17
staging:iio:accel:adis move to info_mask_(shared_by_type/separate)
Jonathan Cameron
1
-17
/
+17
2013-03-17
iio:adc:ad_sigma_delta move to info_mask_(shared_by_type/separate)
Jonathan Cameron
1
-3
/
+3
2013-03-17
iio:st_sensors move to info_mask_(shared_by_type/separate)
Jonathan Cameron
1
-2
/
+3
2013-03-17
iio: Add broken out info_mask fields for shared_by_type and separate
Jonathan Cameron
1
-1
/
+9
2013-03-02
iio: Fix build error seen if IIO_TRIGGER is defined but IIO_BUFFER is not
Guenter Roeck
1
-3
/
+6
2013-02-09
iio:triggers Protect functions in triggers.h from use when not compiled
Jonathan Cameron
1
-0
/
+5
2013-02-09
iio:common: added allocate and deallocate trigger functions when trigger is d...
Denis CIOCCA
1
-0
/
+10
2013-02-06
iio: Update iio_channel_get API to use consumer device pointer as argument
Guenter Roeck
1
-2
/
+3
2013-02-02
iio: Simplify iio_map_array_unregister API
Guenter Roeck
1
-6
/
+3
2013-02-02
iio: Update iio_channel_get_all and iio_channel_get_all_cb API
Guenter Roeck
1
-4
/
+5
2013-02-02
iio:common: removed unused functions outside st_sensors library
Denis CIOCCA
1
-4
/
+0
2013-02-02
iio: gyro: Add itg3200
Manuel Stahl
1
-0
/
+154
2013-01-31
staging:iio: Remove noop call to __iio_update_buffer
Lars-Peter Clausen
1
-13
/
+0
2013-01-31
iio:common: Add STMicroelectronics common library
Denis Ciocca
3
-0
/
+314
2012-11-21
iio:imu: Add support for the ADIS16480 and similar IMUs
Lars-Peter Clausen
1
-0
/
+4
2012-11-21
iio: Factor out fixed point number parsing into its own function
Lars-Peter Clausen
1
-0
/
+3
2012-11-21
iio: Add pressure channel type
Lars-Peter Clausen
1
-0
/
+1
2012-11-21
iio:imu:adis: Add paging support
Lars-Peter Clausen
1
-2
/
+8
2012-11-20
iio:imu:adis: Add support for 32bit registers
Lars-Peter Clausen
1
-4
/
+77
2012-11-20
iio:imu:adis: Add debugfs register access support
Lars-Peter Clausen
1
-0
/
+11
2012-11-20
staging:iio: Move adis library out of staging
Lars-Peter Clausen
1
-0
/
+186
2012-11-20
iio: Fix iio_buffer_register stub signature
Lars-Peter Clausen
1
-1
/
+1
2012-11-13
IIO: fix build error in lp8788-charger.c
Greg Kroah-Hartman
1
-0
/
+2
2012-11-10
staging:iio: add a callback buffer for in kernel push interface
Jonathan Cameron
1
-0
/
+46
2012-11-10
staging:iio:in kernel users: Add a data field for channel specific info.
Jonathan Cameron
2
-0
/
+4
2012-11-10
staging:iio: Add support for multiple buffers
Jonathan Cameron
2
-5
/
+21
2012-10-29
Merge 3.7-rc3 into staging-next
Greg Kroah-Hartman
1
-0
/
+16
2012-10-19
iio: Add a logarithmic fractional value type
Lars-Peter Clausen
1
-0
/
+1
2012-10-19
iio: Add some helper macros for unit conversion
Lars-Peter Clausen
1
-0
/
+16
2012-09-18
iio:inkern: Add function to read the processed value
Lars-Peter Clausen
2
-0
/
+55
2012-09-18
iio: consumer.h: Fix kernel doc incosistency
Lars-Peter Clausen
1
-2
/
+2
2012-09-15
iio: Introduce a new fractional value type
Lars-Peter Clausen
1
-0
/
+1
2012-09-08
iio: Drop timestamp parameter from buffer store_to callback
Lars-Peter Clausen
1
-4
/
+2
2012-09-06
iio: core: Add hysteresis in channel spec
srinivas pandruvada
1
-0
/
+5
2012-09-03
iio: whitespace cleanup and removal of semicolon after functions
Peter Meerwald
2
-8
/
+8
2012-09-03
iio: fix typos
Peter Meerwald
1
-3
/
+3
2012-09-03
iio: document missing elements
Peter Meerwald
2
-2
/
+7
2012-08-27
iio:trigger_consumer.h: Add missing includes and forward declarations
Lars-Peter Clausen
1
-0
/
+6
2012-08-27
iio: Add missing include guards to headers
Lars-Peter Clausen
3
-0
/
+13
2012-08-27
iio:consumer.h: Fix include guard
Lars-Peter Clausen
1
-1
/
+1
2012-08-27
iio:adc: Add common code for ADI Sigma Delta devices
Lars-Peter Clausen
1
-0
/
+173
2012-08-27
iio: Introduce iio_device_{set,get}_drvdata()
Lars-Peter Clausen
1
-0
/
+25
2012-08-16
iio: frequency: ADF4350: Fix potential reference div factor overflow.
Michael Hennerich
1
-0
/
+2
2012-07-10
IIO channel type and modifiers for CCT and RGBC data
Jon Brenner
1
-0
/
+5
2012-07-09
iio: Introduce iio_validate_scan_mask_onehot
Lars-Peter Clausen
1
-0
/
+3
2012-07-09
iio: Add callback to check whether a scan mask is valid
Lars-Peter Clausen
1
-0
/
+4
[next]