aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-1/+1
2013-11-12Merge tag 'spi-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds3-6/+3
2013-10-29staging: Remove OOM message after input_allocate_deviceJoe Perches1-3/+1
2013-10-27Merge tag 'iio-for-3.13e' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman1-0/+1
2013-10-27Staging: iio: fix printk(KERN_ERR .. in lis3l02dq_core.cEbru Akagunduz1-1/+1
2013-10-23staging/iio/adc: MXS_LRADC depends on INPUTRandy Dunlap1-0/+1
2013-10-19Merge tag 'iio-for-3.12d' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman21-819/+783
2013-10-17staging:iio:hmc5843: Trivial cleanupPeter Meerwald1-1/+1
2013-10-17staging:iio:hmc5843: Check initialization and chip identifierPeter Meerwald1-6/+27
2013-10-17staging:iio:hmc5843: Introduce _set_range_gain()Peter Meerwald1-12/+17
2013-10-17staging:iio:hmc5843: Rename _set_rate() to _set_samp_freq()Peter Meerwald1-16/+15
2013-10-17staging:iio:hmc5843: Reorganize _set_meas_conf()Peter Meerwald1-25/+20
2013-10-17staging:iio:hmc5843: Rename _configure() to _set_mode()Peter Meerwald1-11/+16
2013-10-17staging:iio:hmc5843: Remove ability to change operating modePeter Meerwald1-68/+0
2013-10-17staging:iio:hmc5843: Add trigger handlingPeter Meerwald1-8/+61
2013-10-17staging:iio:hmc5843: Always read all channels values otherwise no updatesPeter Meerwald1-21/+32
2013-10-17staging:iio:hmc5843: Rename _check_samp_freq to get_samp_freq_indexPeter Meerwald1-31/+16
2013-10-17staging:iio:hmc5843: Use SCALE instead of magn_rangePeter Meerwald1-101/+59
2013-10-17staging:iio:spear_adc: Fix IRQ checkLars-Peter Clausen1-1/+1
2013-10-17staging:iio:lpc32xx_adc: Fix IRQ checkLars-Peter Clausen1-1/+1
2013-10-16staging:iio:ade7758: Remove redundant call to iio_sw_buffer_preenable()Lars-Peter Clausen1-5/+0
2013-10-16staging:iio:ad5933: Remove redundant call to iio_sw_buffer_preenable()Lars-Peter Clausen1-4/+0
2013-10-16staging:iio:simple-dummy: Remove redundant call to iio_sw_buffer_preenable()Lars-Peter Clausen1-8/+0
2013-10-16staging:iio:mxs-lradc: Remove redundant call to iio_sw_buffer_preenable()Lars-Peter Clausen1-6/+0
2013-10-16staging:iio:lis3l02dq: Remove redundant call to iio_sw_buffer_preenable().Lars-Peter Clausen1-1/+0
2013-10-14staging:iio: Allow to build SoC specific drivers when COMPILE_TEST is setLars-Peter Clausen1-3/+3
2013-10-14staging:iio:mxs-lradc: Select STMP_DEVICELars-Peter Clausen1-0/+1
2013-10-14staging:iio:spear_adc: Fix sparse warningLars-Peter Clausen1-1/+1
2013-10-14treewide: Fix common typo in "identify"Maxime Jayat1-1/+1
2013-10-12staging:iio:spear_adc: Remove unused variableLars-Peter Clausen1-1/+0
2013-10-12staging:iio:ad7291: Use event spec for threshold hysteresisLars-Peter Clausen1-111/+28
2013-10-12staging:iio:ad799x: Use event spec for threshold hysteresisLars-Peter Clausen1-103/+29
2013-10-12staging:iio:ad799x: Simplify threshold register look-upLars-Peter Clausen2-32/+18
2013-10-12staging:iio:tsl2x7x: Switch to new event config interfaceLars-Peter Clausen1-47/+73
2013-10-12staging:iio:simple_dummy: Switch to new event config interfaceLars-Peter Clausen3-31/+70
2013-10-12staging:iio:ad7150: Switch to new event config interfaceLars-Peter Clausen1-64/+99
2013-10-12staging:iio:ad799x: Switch to new event config interfaceLars-Peter Clausen1-60/+85
2013-10-12staging:iio:ad7291: Switch to new event config interfaceLars-Peter Clausen1-37/+59
2013-10-12staging:iio:sca3000: Switch to new config interfaceLars-Peter Clausen1-22/+36
2013-10-12staging:iio:lis2l02dq: Share threshold value between axisLars-Peter Clausen1-4/+4
2013-10-12staging:iio:lis3l02dq: Switch to new event config interfaceLars-Peter Clausen1-21/+43
2013-10-12staging: iio: generic_buffer: initialize retSebastian Andrzej Siewior1-1/+1
2013-10-12iio: Add reference counting for buffersLars-Peter Clausen5-10/+22
2013-10-11staging: Remove unnecessary semicolonsJoe Perches2-2/+2
2013-10-11Staging: iio: fix sizeof *ring should be sizeof(*ring)Ebru Akagunduz1-1/+1
2013-10-06Staging: iio: adt7316-i2c: quoted string split across linesEbru Akagunduz1-2/+1
2013-10-06Staging: iio: adt7316-spi: fix quoted string split across linesEbru Akagunduz1-2/+1
2013-10-06Staging: iio: printk(KERN_INFO ...Ebru Akagunduz1-2/+1
2013-10-06Staging: iio: space prohibited before semicolonEbru Akagunduz1-1/+1