summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio
Commit message (Expand)AuthorAgeFilesLines
* Merge 3.16-rc4 into staging-nextGreg Kroah-Hartman2014-07-081-2/+2
|\
| * staging: iio/ad7291: fix error code in ad7291_probe()Dan Carpenter2014-06-211-2/+2
* | Merge tag 'iio-for-3.17b' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2014-06-294-15/+15
|\ \
| * | iio: staging: sca3000: hide stufftoread logicJosselin Costanzi2014-06-291-0/+6
| * | staging: iio: Coding style issues fix.Federico Di Pierro2014-06-291-8/+6Star
| * | staging: iio: hmc5843: Add all available models to device tree id table.Marek Belisko2014-06-291-1/+3
| * | staging: iio: ad9850.c: code cleanupGuillaume Morin2014-06-291-6/+0Star
* | | Merge 3.16-rc2 into staging-nextGreg Kroah-Hartman2014-06-223-10/+19
|\ \ \ | | |/ | |/|
| * | Merge tag 'iio-fixes-for-3.16a' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2014-06-183-10/+19
| |\ \
| | * | iio: mxs-lradc: fix dividerRobert Hodaszi2014-06-141-4/+8
| | * | staging/iio: IIO_SIMPLE_DUMMY_BUFFER neds IIO_BUFFERArnd Bergmann2014-06-071-4/+5
| | * | staging: iio: tsl2x7x_core: fix proximity tresholdMario Schuknecht2014-06-021-2/+6
* | | | Merge tag 'iio-for-3.17a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2014-06-1911-31/+46
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | iio: Remove timestamp argument from iio_trigger_poll() and iio_trigger_poll_c...Peter Meerwald2014-06-145-6/+5Star
| * | staging: iio: fix coding style by adding blank lines in iio_simple_dummyJimmy Picard2014-06-141-0/+2
| * | staging:iio-trig-periodic-rtc: Allow to reset frequency to 0Peter Meerwald2014-06-141-3/+16
| * | staging:iio-trig-periodic-rtc: CleanupPeter Meerwald2014-06-141-4/+3Star
| * | staging:iio: Fix error handling in generic_buffer examplePeter Meerwald2014-06-141-3/+6
| * | staging:iio: Fix mention of INDIO_RING_TRIGGERED to INDIO_BUFFER_TRIGGEREDPeter Meerwald2014-06-141-1/+1
| * | staging:iio: Fix iio_utils.h function prototypesPeter Meerwald2014-06-141-3/+3
| * | staging:iio: Update iio_event_monitor programPeter Meerwald2014-06-141-0/+10
| * | iio: Move documentation of iio-trig-sysfs to ABI/testingPeter Meerwald2014-06-141-11/+0Star
* | | Merge tag 'iio-for-3.16c' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2014-05-251-2/+2
|\| |
| * | fix format string missmatch in staging/iio/Documentation/iio_utils.hToralf Förster2014-05-251-2/+2
* | | Merge 3.15-rc6 into staging-next.Greg Kroah-Hartman2014-05-221-1/+2
|\ \ \ | |/ / |/| / | |/
| * staging:iio:ad2s1200 fix missing parenthesis in a for statment.Jimmy Li2014-04-261-1/+2
* | staging: iio: Fix format string mismatch in ad7280a.cMasanari Iida2014-04-301-2/+2
* | Merge 3.15-rc3 into staging-nextGreg Kroah-Hartman2014-04-282-1/+2
|\|
| * Merge tag 'iio-fixes-for-3.15a' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2014-04-232-1/+2
| |\
| | * iio: adc: mxs-lradc: fix warning when buidling on avr32Alexandre Belloni2014-03-221-1/+1
| | * staging:iio:ad2s1200 fix a missing breakJimmy Li2014-03-221-0/+1
* | | Merge tag 'iio-for-3.16a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2014-04-2611-1066/+149Star
|\ \ \
| * | | staging: iio: Fix typo in iioMasanari Iida2014-04-235-7/+7
| * | | Staging:iio:tsl2583 Switch from msleep to usleep range per timers-howto.txtMichael Welling2014-04-121-1/+1
| * | | Staging:iio:tsl2583 Remove quoted string split across lines warningsMichael Welling2014-04-121-16/+18
| * | | Staging:iio:tsl2583 Removes unwanted space before semicolonMichael Welling2014-04-121-1/+1
| * | | staging:iio:adc:spear rename spear_read_raw to spear_adc_read_rawJonathan Cameron2014-04-071-6/+6
| * | | staging:iio:adc:spear rename iodev -> indio_dev to fit with current conventionJonathan Cameron2014-04-071-15/+15
| * | | staging:iio:adc:spear rename device specific state structure to _stateJonathan Cameron2014-04-071-63/+63
| * | | staging:iio:adc:spear_adc use info_mask_shared_by_all for samp freqJonathan Cameron2014-04-071-59/+33Star
| * | | staging:iio:adc:spear_adc drop initialization of unused scan_typeJonathan Cameron2014-04-071-4/+0Star
| * | | staging:iio:adc:spear adc - prefix defines to avoid namespace clashes.Jonathan Cameron2014-04-071-37/+36Star
| * | | staging:iio: Move ad799x driver out of stagingLars-Peter Clausen2014-03-163-808/+0Star
| * | | staging:iio:ad799x: Move ring functions to the main fileLars-Peter Clausen2014-03-165-221/+143Star
* | | | Staging: iio: Switch from msleep to usleep range per timers-howto.txtMichael Welling2014-04-141-1/+1
* | | | Staging: iio: Remove quoted string split across lines warningsMichael Welling2014-04-141-16/+18
* | | | Staging: iio: Removes unwanted space before semicolonMichael Welling2014-04-141-1/+1
* | | | staging: iio: fix coding styleJoel Porquet2014-04-141-1/+2
| |/ / |/| |
* | | staging: adc: mxs-lradc.c Fix line over 80 characters.Aybuke Ozdemir2014-03-191-3/+6
* | | staging: addac: adt7316.c: Fix line over 80 charactersAybuke Ozdemir2014-03-181-7/+14