Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
98b80d8938b8e381027f1c3f30855087238fb4fb
/
include
/
linux
/
iio
5d434fc
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 12 years ago
5034bfc9
iio:trigger: Use dev_{set,get}_drvdata for private data management
by Lars-Peter Clausen
· 12 years ago
1e9663c
iio:trigger: Introduce iio_tigger_{set,get}_drvdata
by Lars-Peter Clausen
· 12 years ago
ef994fd
Merge tag 'iio-for-3.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next
by Greg Kroah-Hartman
· 12 years ago
e6251fc
itg3200: fix incorrect ifdef comment
by Paul Bolle
· 12 years ago
b9606e2
iio:core drop info_mask from struct iio_info
by Jonathan Cameron
· 12 years ago
b841f8a
staging:iio:accel:adis move to info_mask_(shared_by_type/separate)
by Jonathan Cameron
· 12 years ago
ea0c680
iio:adc:ad_sigma_delta move to info_mask_(shared_by_type/separate)
by Jonathan Cameron
· 12 years ago
5ea8649
iio:st_sensors move to info_mask_(shared_by_type/separate)
by Jonathan Cameron
· 12 years ago
8655cc4
iio: Add broken out info_mask fields for shared_by_type and separate
by Jonathan Cameron
· 12 years ago
5a4d729
iio: Fix build error seen if IIO_TRIGGER is defined but IIO_BUFFER is not
by Guenter Roeck
· 12 years ago
aaa3002
iio:triggers Protect functions in triggers.h from use when not compiled
by Jonathan Cameron
· 12 years ago
91ffbab
iio:common: added allocate and deallocate trigger functions when trigger is disabled.
by Denis CIOCCA
· 12 years ago
5aa57f0
iio: Update iio_channel_get API to use consumer device pointer as argument
by Guenter Roeck
· 12 years ago
6cb2afd
iio: Simplify iio_map_array_unregister API
by Guenter Roeck
· 12 years ago
ca7d98d
iio: Update iio_channel_get_all and iio_channel_get_all_cb API
by Guenter Roeck
· 12 years ago
4d2e4fc
iio:common: removed unused functions outside st_sensors library
by Denis CIOCCA
· 12 years ago
9dbf091
iio: gyro: Add itg3200
by Manuel Stahl
· 12 years ago
999517f
staging:iio: Remove noop call to __iio_update_buffer
by Lars-Peter Clausen
· 12 years ago
23491b5
iio:common: Add STMicroelectronics common library
by Denis Ciocca
· 12 years ago
2f3abe6
iio:imu: Add support for the ADIS16480 and similar IMUs
by Lars-Peter Clausen
· 12 years ago
6807d72
iio: Factor out fixed point number parsing into its own function
by Lars-Peter Clausen
· 12 years ago
c4f0c69
iio: Add pressure channel type
by Lars-Peter Clausen
· 12 years ago
484a0bf
iio:imu:adis: Add paging support
by Lars-Peter Clausen
· 12 years ago
57a1228
iio:imu:adis: Add support for 32bit registers
by Lars-Peter Clausen
· 12 years ago
78026a6
iio:imu:adis: Add debugfs register access support
by Lars-Peter Clausen
· 12 years ago
ec04cb0
staging:iio: Move adis library out of staging
by Lars-Peter Clausen
· 12 years ago
50d69b5
iio: Fix iio_buffer_register stub signature
by Lars-Peter Clausen
· 12 years ago
9f488ba
IIO: fix build error in lp8788-charger.c
by Greg Kroah-Hartman
· 12 years ago
92d1079
staging:iio: add a callback buffer for in kernel push interface
by Jonathan Cameron
· 12 years ago
0464415
staging:iio:in kernel users: Add a data field for channel specific info.
by Jonathan Cameron
· 12 years ago
84b36ce
staging:iio: Add support for multiple buffers
by Jonathan Cameron
· 12 years ago
cb1f626
Merge 3.7-rc3 into staging-next
by Greg Kroah-Hartman
· 12 years ago
103d9fb
iio: Add a logarithmic fractional value type
by Lars-Peter Clausen
· 12 years ago
9dbf8cc
iio: Add some helper macros for unit conversion
by Lars-Peter Clausen
· 12 years ago
48e44ce
iio:inkern: Add function to read the processed value
by Lars-Peter Clausen
· 12 years ago
45f010b
iio: consumer.h: Fix kernel doc incosistency
by Lars-Peter Clausen
· 12 years ago
7985e7c
iio: Introduce a new fractional value type
by Lars-Peter Clausen
· 12 years ago
ce56ade
iio: Drop timestamp parameter from buffer store_to callback
by Lars-Peter Clausen
· 12 years ago
7c9ab03
iio: core: Add hysteresis in channel spec
by srinivas pandruvada
· 12 years ago
99698b4
iio: whitespace cleanup and removal of semicolon after functions
by Peter Meerwald
· 12 years ago
d25b380
iio: fix typos
by Peter Meerwald
· 12 years ago
c3668a0
iio: document missing elements
by Peter Meerwald
· 12 years ago
161e7f6
iio:trigger_consumer.h: Add missing includes and forward declarations
by Lars-Peter Clausen
· 12 years ago
08d6005
iio: Add missing include guards to headers
by Lars-Peter Clausen
· 12 years ago
88238fe
iio:consumer.h: Fix include guard
by Lars-Peter Clausen
· 12 years ago
af30084
iio:adc: Add common code for ADI Sigma Delta devices
by Lars-Peter Clausen
· 12 years ago
2d66f38
iio: Introduce iio_device_{set,get}_drvdata()
by Lars-Peter Clausen
· 12 years ago
8857df3
iio: frequency: ADF4350: Fix potential reference div factor overflow.
by Michael Hennerich
· 12 years ago
21cd1fa
IIO channel type and modifiers for CCT and RGBC data
by Jon Brenner
· 13 years ago
8163663
iio: Introduce iio_validate_scan_mask_onehot
by Lars-Peter Clausen
· 12 years ago
939546d
iio: Add callback to check whether a scan mask is valid
by Lars-Peter Clausen
· 12 years ago
3bdff93
iio: cleanup buffer.h comments
by Peter Meerwald
· 12 years ago
cf82cb8
IIO: Add a modifier for x^2+y^2+z^2
by Jonathan Cameron
· 13 years ago
8f5879b
IIO: Add a modifier for sqrt(x^2+y^2)
by Jonathan Cameron
· 13 years ago
314be14
iio: Rename _st_ functions to loose the bit that meant the staging version.
by Jonathan Cameron
· 13 years ago
19ea4752
iio: remove extra ; after function definition
by Peter Meerwald
· 12 years ago
b90406f
iio: correct documentation for IIO_CONST_ATTR_SAMP_FREQ_AVAIL, match name of #define
by Peter Meerwald
· 12 years ago
9cc113b
iio: typo in iio_chan_spec.ext_info comment
by Peter Meerwald
· 12 years ago
23f2d73
iio: Add helper function for initializing triggered buffers
by Lars-Peter Clausen
· 12 years ago
fb1c4bc
iio: iio/events.h typos
by Peter Meerwald
· 12 years ago
33e0c24
iio: iio/machine.h typo
by Peter Meerwald
· 12 years ago
7dcd7b6
iio: cleanup iio/iio.h
by Peter Meerwald
· 12 years ago
f4c3493
iio: mark struct iio_enum elements with @ in comment
by Peter Meerwald
· 12 years ago
a16561c
iio: clarify channel and indexed in struct iio_chan_spec
by Peter Meerwald
· 12 years ago
1787948
iio: fix typos in iio.h
by Peter Meerwald
· 12 years ago
988bb03
iio: drop comment about 'real' channels
by Peter Meerwald
· 12 years ago
cf35ad6
iio: add mcp4725 I2C DAC driver
by Peter Meerwald
· 12 years ago
dbdc025
staging:iio: Move DAC drivers out of staging
by Lars-Peter Clausen
· 12 years ago
5212cc8
iio: Add helper functions for enum style channel attributes
by Lars-Peter Clausen
· 12 years ago
e4e8b77
iio: Add iio_device_get()
by Lars-Peter Clausen
· 12 years ago
e31166f
iio: frequency: New driver for Analog Devices ADF4350/ADF4351 Wideband Synthesizers
by Michael Hennerich
· 12 years ago
cd1678f
iio: frequency: New driver for AD9523 SPI Low Jitter Clock Generator
by Michael Hennerich
· 12 years ago
7a7913f
iio: Add dev_to_iio_dev() helper function
by Lars-Peter Clausen
· 13 years ago
b65d621
iio: core: introduce IIO_CHAN_INFO_HARDWAREGAIN
by Michael Hennerich
· 13 years ago
67eedba
iio: core: introduce dB scle: IIO_VAL_INT_PLUS_MICRO_DB
by Michael Hennerich
· 13 years ago
fc6d113
iio: core: iio_chan_spec_ext_info: Add private handle
by Michael Hennerich
· 13 years ago
a6b1285
iio: core: Introduce IIO_ALTVOLTAGE and appropriate channel info elements
by Michael Hennerich
· 13 years ago
7cbb753
staging:iio: Streamline API function naming
by Lars-Peter Clausen
· 13 years ago
06458e2
IIO: Move core headers to include/linux/iio
by Jonathan Cameron
· 13 years ago