summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio
AgeCommit message (Expand)AuthorFilesLines
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+2
2014-01-15staging,lpc32xx_adc: Add dependency on HAS_IOMEMRichard Weinberger1-0/+1
2014-01-15staging,spear_adc: Add dependency on HAS_IOMEMRichard Weinberger1-0/+1
2014-01-01iio: mxs-lradc: convert is_divided to a bitmapAlexandre Belloni1-4/+4
2014-01-01iio: mxs-lradc: add write_raw function to modify scaleHector Palacios1-1/+61
2014-01-01iio: mxs-lradc: add scale_available file to channelsHector Palacios1-1/+105
2014-01-01iio: mxs-lradc: add scale attribute to channelsHector Palacios1-2/+54
2013-12-24Merge tag 'iio-for-3.14b' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman14-87/+159
2013-12-24Merge 3.13-rc5 into staging-nextGreg Kroah-Hartman1-1/+6
2013-12-22staging: iio: hmc5843: Remove redundant of_match_ptr helperSachin Kamat1-1/+1
2013-12-17staging:iio:ad7606 replaces IIO_ST macro with explicit entries to struct scan...Jonathan Cameron1-1/+6
2013-12-17staging:iio:mag:hmc5843 fix incorrect endianness of channel as a result of mi...Jonathan Cameron1-1/+6
2013-12-08iio: Remove support for the legacy event config interfaceLars-Peter Clausen7-47/+47
2013-12-07iio: mxs-lradc: compute temperature from channel 8 and 9Alexandre Belloni1-13/+78
2013-12-03staging:iio:ad9834: Mark transfer buffers as __b16Lars-Peter Clausen1-2/+2
2013-12-03staging:iio:ad9832: Mark transfer buffers as __be16Lars-Peter Clausen1-3/+3
2013-12-03staging:iio:ad7746: Do not store the transfer buffer on the stackLars-Peter Clausen1-7/+7
2013-12-03staging:iio:ad7746: Mark transfer buffer as __be32Lars-Peter Clausen1-1/+1
2013-12-03staging:iio:ad7280a: Do not store transfer buffer on the stackLars-Peter Clausen1-14/+15
2013-12-03staging:iio:ad7280a: Mark transfer buffer as __be32Lars-Peter Clausen1-3/+4
2013-12-02Merge v3.13-rc2 into staging-nextGreg Kroah-Hartman1-0/+2
2013-11-25Merge tag 'iio-for-3.14a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman11-81/+15
2013-11-25Merge tag 'fixes-for-3.13a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman1-0/+2
2013-11-24staging: iio: ad2s1200: Use devm_iio_device_registerSachin Kamat1-9/+1
2013-11-24staging: iio: isl29018: Use devm_iio_device_registerSachin Kamat1-12/+1
2013-11-24staging: iio: adis16060: Use devm_iio_device_registerSachin Kamat1-9/+1
2013-11-24staging: iio: addac: Use devm_iio_device_registerSachin Kamat4-24/+1
2013-11-24staging: iio: lpc32xx_adc: Use devm_iio_device_registerSachin Kamat1-11/+1
2013-11-24staging: iio: ad7816: Use devm_iio_device_registerSachin Kamat1-11/+1
2013-11-24staging: iio: adis16220: Use devm_iio_device_registerSachin Kamat1-5/+2
2013-11-24iio:magnetometer:hmc5843 - add basic dt supportNeilBrown1-0/+7
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus 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/brooni...Linus Torvalds3-6/+3
2013-11-09staging:iio: Fix hmc5843 Kconfig dependenciesPeter Meerwald1-0/+2
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/ji...Greg 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/ji...Greg 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