summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/accel/lis3l02dq_ring.c
Commit message (Expand)AuthorAgeFilesLines
* staging:iio:lis3l02dq drop separate driverJonathan Cameron2016-07-041-428/+0Star
* staging: iio: accel: add spaces aroung binary operatorsIoana Ciornei2015-10-291-12/+12
* staging: iio: Fix comment style warningCristina Moraru2015-10-021-2/+4
* Staging: iio: accel: Remove explicit NULL comparisonCristina Opriceana2015-04-011-3/+3
* Staging: iio: Add braces on all arms of if statementHaneen Mohammed2015-03-261-4/+6
* Staging: iio: Adjust alignment for function parametersHaneen Mohammed2015-03-261-1/+1
* staging: iio: Use kcalloc instead of kzallocNavya Sri Nizamkari2015-03-151-1/+1
* iio: kfifo: Remove unused argument in iio_kfifo_allocateKarol Wrona2014-12-261-1/+1
* staging: iio: accel: remove unnecessary syntaxChris Ruffin2014-09-211-2/+3
* staging: iio: accel: Add blank lines between declarations and codeMurilo Opsfelder Araujo2014-08-071-0/+1
* iio: Remove timestamp argument from iio_trigger_poll() and iio_trigger_poll_c...Peter Meerwald2014-06-141-1/+1
* staging:iio:lis3l02dq: Remove redundant call to iio_sw_buffer_preenable().Lars-Peter Clausen2013-10-161-1/+0Star
* iio: Add reference counting for buffersLars-Peter Clausen2013-10-121-1/+1
* Staging: iio: printk(KERN_INFO ...Ebru Akagunduz2013-10-071-2/+1Star
* Staging: iio: space prohibited before semicolonEbru Akagunduz2013-10-071-1/+1
* staging:iio:lis3l02dq: Use iio_push_to_buffers_with_timestamp()Lars-Peter Clausen2013-09-211-5/+1Star
* staging:iio: Remove unnecessary casts for iio_push_to_buffers()Lars-Peter Clausen2013-09-151-1/+1
* iio:trigger: Introduce iio_tigger_{set,get}_drvdataLars-Peter Clausen2013-03-251-3/+3
* staging: Remove unnecessary OOM messagesJoe Perches2013-02-111-4/+1Star
* staging:iio:accel:lis3l02dq remove sw_ring support.Jonathan Cameron2013-01-261-4/+3Star
* staging:iio: Add support for multiple buffersJonathan Cameron2012-11-101-1/+1
* staging:iio: Don't compare boolean values with true/falseLars-Peter Clausen2012-10-191-1/+1
* staging/iio/lis3l02dq: fix building without irq_to_gpioArnd Bergmann2012-10-191-1/+1
* Merge 3.6-rc6 into staging-nextGreg Kroah-Hartman2012-09-171-1/+3
|\
| * staging iio: fix potential memory leak in lis3l02dq_ring.cPeter Meerwald2012-08-271-1/+3
* | iio: Drop timestamp parameter from buffer store_to callbackLars-Peter Clausen2012-09-081-1/+1
* | staging:iio: Use iio_push_to_bufferLars-Peter Clausen2012-09-061-2/+1Star
* | staging iio: lis3l02dq cleanupPeter Meerwald2012-09-031-14/+14
|/
* iio staging: fix cast warning and cleanup alignment codePeter Meerwald2012-07-151-2/+1Star
* staging:iio:lis3l02dq: Do not return error code in interrupt handlerLars-Peter Clausen2012-07-081-2/+3
* staging:iio:__lis3l02dq_write_data_ready_config: Pass IIO device directlyLars-Peter Clausen2012-05-141-3/+2Star
* staging:iio: Streamline API function namingLars-Peter Clausen2012-04-301-3/+3
* IIO: Move core headers to include/linux/iioJonathan Cameron2012-04-251-4/+4
* staging:iio: Add caching of scan_timestamp to the core as well as buffers.Jonathan Cameron2012-04-241-1/+1
* staging:iio: add caching of the number of bytes in a scan.Jonathan Cameron2012-04-241-2/+2
* drivers:staging:iio Fix typos and comments in staging iio.Justin P. Mattock2012-03-031-1/+1
* staging:iio: Setup buffer access functions when allocating the bufferLars-Peter Clausen2012-02-091-2/+0Star
* staging:iio:accel:lis3l02dq scrap reading from buffer for sysfs access.Jonathan Cameron2011-12-081-32/+0Star
* staging:iio:buffer remove unused owner field from struct iio_bufferJonathan Cameron2011-12-081-1/+0Star
* staging:iio: scrap scan_count and ensure all drivers use active_scan_maskJonathan Cameron2011-12-081-10/+14
* staging:iio:buffer move setup ops from buffer instance to iio_devJonathan Cameron2011-12-081-1/+1
* staging:iio:buffer drop bpe field.Jonathan Cameron2011-12-081-1/+0Star
* staging: iio: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer2011-11-301-2/+1Star
* staging: Add export.h for THIS_MODULE/EXPORT_SYMBOL to drivers/staging users.Paul Gortmaker2011-11-011-0/+1
* staging:iio:accel:lis3l02dq ring->buffer renames.Jonathan Cameron2011-09-271-38/+38
* staging:iio: replacing term ring with buffer in the IIO core.Jonathan Cameron2011-09-271-15/+15
* staging:iio: tree wide IIO_RING_TRIGGERED -> IIO_BUFFER_TRIGGEREDJonathan Cameron2011-09-271-1/+1
* staging:iio: treewide rename iio_triggered_ring_* to iio_triggered_buffer_*Jonathan Cameron2011-09-271-2/+2
* staging:iio: Switch the channel masks to bitmaps so as to allow for more chan...Jonathan Cameron2011-09-071-2/+3
* staging:iio:various move default scan mask setting after ring register or removeJonathan Cameron2011-09-071-5/+0Star