summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio
Commit message (Expand)AuthorAgeFilesLines
* 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-272-1/+2
|\ \ | |/
| * Merge tag 'iio-fixes-for-3.15a' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2014-04-222-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/+149
|\ \ \
| * | | 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/+33
| * | | staging:iio:adc:spear_adc drop initialization of unused scan_typeJonathan Cameron2014-04-071-4/+0
| * | | staging:iio:adc:spear adc - prefix defines to avoid namespace clashes.Jonathan Cameron2014-04-071-37/+36
| * | | staging:iio: Move ad799x driver out of stagingLars-Peter Clausen2014-03-163-808/+0
| * | | staging:iio:ad799x: Move ring functions to the main fileLars-Peter Clausen2014-03-165-221/+143
* | | | 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
* | | staging: iio: light: Checkpatch fixes tsl2x7x_core.cAybuke Ozdemir2014-03-181-4/+4
* | | staging: iio: addac: adt7316.h Fix Unnecessary space after function pointer nameAybuke Ozdemir2014-03-181-4/+4
* | | Staging: iio/light: Fix return values in tsl2583.cMonam Agarwal2014-03-181-3/+3
|/ /
* | Staging: iio/accel: Fix Prefer netdev_warn(netdev, ...then dev_warn(dev, ... ...Monam Agarwal2014-03-071-1/+1
* | Staging: iio/resolver: Fix prefer pr_warn over pr_warning in ad2s1210.cMonam Agarwal2014-03-071-2/+2
* | Merge 3.14-rc5 into staging-nextGreg Kroah-Hartman2014-03-021-0/+1
|\ \ | |/
| * staging:iio:adc:MXS:LRADC: fix touchscreen statemachineJuergen Beisert2014-02-241-0/+1
* | staging:iio:ad799x use regulator for vrefHartmut Knaack2014-02-182-20/+22
* | staging:iio:ad799x fix typo in copyright messageHartmut Knaack2014-02-181-1/+1
* | iio: mxs-lradc: Propagate the real error code on platform_get_irq() failureFabio Estevam2014-02-151-1/+1
* | staging: iio: Add tool to list IIO devices and triggersManuel Stahl2014-02-152-0/+179
* | staging:iio:ad799x Move to devm_request_threaded_irq to make device-removal s...Hartmut Knaack2014-02-151-13/+9
* | Merge tag 'iio-for-3.15a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2014-02-113-112/+90
|\ \ | |/ |/|
| * iio: mxs-lradc: remove useless checkAlexandre Belloni2014-02-031-4/+0
| * staging:iio:accel:sca3000: Cleanup sca3000.hPeter Meerwald2014-01-181-10/+16
| * staging:iio:accel:sca3000: Move temperature attribute to channelsPeter Meerwald2014-01-181-77/+48
| * staging:iio:accel:sca3000: Channels missing in temp_output casePeter Meerwald2014-01-181-4/+3
| * staging:iio:accel:sca3000: Event_attribute_group seems to be missing for _inf...Peter Meerwald2014-01-181-0/+1
| * staging:iio:accel:sca3000: Fix format of commentsPeter Meerwald2014-01-181-23/+29
| * staging:iio:accel:sca3000: Fix kerneldocPeter Meerwald2014-01-181-5/+4
* | staging:iio:ad799x fix typo in ad799x_events[]Hartmut Knaack2014-02-081-1/+1
* | iio: mxs-lradc: remove useless scale_available filesAlexandre Belloni2014-02-081-4/+0
OpenPOWER on IntegriCloud