aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/accel (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-02staging: iio: accel: Removed unnecessary else expression.Gulsah Kose1-8/+7
2014-09-28staging: iio: accel: Use __be16 instead of u16Aybuke Ozdemir1-1/+1
2014-09-22staging: iio: accel: remove else after returnTapasweni Pathak2-4/+3
2014-09-22Staging: iio: accel: Replace msleep with usleep for given rangeDarshana Padmadas1-1/+1
2014-08-07staging: iio: accel: Add blank lines between declarations and codeMurilo Opsfelder Araujo8-2/+14
2014-08-07staging: iio: accel: sca3000_core.c: Adjust code to fit 80-chars limitMurilo Opsfelder Araujo1-1/+2
2014-07-07iio: adis: Switch sampling frequency attr to core support.Jonathan Cameron5-32/+35
2014-06-29iio: staging: sca3000: hide stufftoread logicJosselin Costanzi1-0/+6
2014-06-14iio: Remove timestamp argument from iio_trigger_poll() and iio_trigger_poll_chained()Peter Meerwald1-1/+1
2014-03-07Staging: iio/accel: Fix Prefer netdev_warn(netdev, ...then dev_warn(dev, ... then pr_warn(... to printk(KERN_INFO ... in sca3000_ring.cMonam Agarwal1-1/+1
2014-01-18staging:iio:accel:sca3000: Cleanup sca3000.hPeter Meerwald1-10/+16
2014-01-18staging:iio:accel:sca3000: Move temperature attribute to channelsPeter Meerwald1-77/+48
2014-01-18staging:iio:accel:sca3000: Channels missing in temp_output casePeter Meerwald1-4/+3
2014-01-18staging:iio:accel:sca3000: Event_attribute_group seems to be missing for _info_with_tempPeter Meerwald1-0/+1
2014-01-18staging:iio:accel:sca3000: Fix format of commentsPeter Meerwald1-23/+29
2014-01-18staging:iio:accel:sca3000: Fix kerneldocPeter Meerwald1-5/+4
2013-12-08iio: Remove support for the legacy event config interfaceLars-Peter Clausen2-12/+12
2013-11-24staging: iio: adis16220: Use devm_iio_device_registerSachin Kamat1-5/+2
2013-10-27Staging: iio: fix printk(KERN_ERR .. in lis3l02dq_core.cEbru Akagunduz1-1/+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-Hartman4-49/+89
2013-10-16staging:iio:lis3l02dq: Remove redundant call to iio_sw_buffer_preenable().Lars-Peter Clausen1-1/+0
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-12iio: Add reference counting for buffersLars-Peter Clausen2-5/+10
2013-10-11Staging: iio: fix sizeof *ring should be sizeof(*ring)Ebru Akagunduz1-1/+1
2013-10-06Staging: iio: printk(KERN_INFO ...Ebru Akagunduz1-2/+1
2013-10-06Staging: iio: space prohibited before semicolonEbru Akagunduz1-1/+1
2013-10-05staging:iio:adis16220: Use spi_sync_transfer()Lars-Peter Clausen1-5/+1
2013-09-21staging:iio:lis3l02dq: Use iio_push_to_buffers_with_timestamp()Lars-Peter Clausen1-5/+1
2013-09-15staging:iio: Remove unnecessary casts for iio_push_to_buffers()Lars-Peter Clausen1-1/+1
2013-09-08staging: iio: replace strict_strto*() with kstrto*()Jingoo Han2-6/+6
2013-08-28staging: iio: sca3000: Use devm_iio_device_allocSachin Kamat1-11/+4
2013-08-28staging: iio: lis3l02dq: Use devm_iio_device_allocSachin Kamat1-11/+4
2013-08-28staging: iio: adis16240: Use devm_iio_device_allocSachin Kamat1-11/+5
2013-08-28staging: iio: adis16220: Use devm_iio_device_allocSachin Kamat1-10/+4
2013-08-28staging: iio: adis16209: Use devm_iio_device_allocSachin Kamat1-11/+5
2013-08-28staging: iio: adis16204: Use devm_iio_device_allocSachin Kamat1-11/+5
2013-08-28staging: iio: adis16203: Use devm_iio_device_allocSachin Kamat1-11/+5
2013-08-28staging: iio: adis16201: Use devm_iio_device_allocSachin Kamat1-11/+6
2013-07-09iio staging: fix lis3l02dq, read error handlingPeter Meerwald1-0/+2
2013-05-09Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-1/+1
2013-04-16Convert selectors of GENERIC_GPIO to GPIOLIBAlexandre Courbot1-1/+1
2013-03-25iio:trigger: Introduce iio_tigger_{set,get}_drvdataLars-Peter Clausen1-3/+3
2013-03-17staging:iio:accel:sca3000 move to info_mask_(shared_by_type/separate)Jonathan Cameron1-3/+2
2013-03-17staging:iio:accel:lis3l02dq move to info_mask_(shared_by_type/separate)Jonathan Cameron1-7/+4
2013-03-17staging:iio:accel:adis16220 move to info_mask_(shared_by_type/separate)Jonathan Cameron1-13/+13
2013-03-17staging:iio:accel:adis move to info_mask_(shared_by_type/separate)Jonathan Cameron5-18/+13
2013-02-11staging: Remove unnecessary OOM messagesJoe Perches1-4/+1
2013-02-09staging:iio: Use spi_sync_transfer()Lars-Peter Clausen3-31/+6