aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/accel/lis3l02dq_ring.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-14staging:iio:__lis3l02dq_write_data_ready_config: Pass IIO device directlyLars-Peter Clausen1-3/+2
2012-04-29staging:iio: Streamline API function namingLars-Peter Clausen1-3/+3
2012-04-25IIO: Move core headers to include/linux/iioJonathan Cameron1-4/+4
2012-04-24staging:iio: Add caching of scan_timestamp to the core as well as buffers.Jonathan Cameron1-1/+1
2012-04-24staging:iio: add caching of the number of bytes in a scan.Jonathan Cameron1-2/+2
2012-03-02drivers:staging:iio Fix typos and comments in staging iio.Justin P. Mattock1-1/+1
2012-02-09staging:iio: Setup buffer access functions when allocating the bufferLars-Peter Clausen1-2/+0
2011-12-08staging:iio:accel:lis3l02dq scrap reading from buffer for sysfs access.Jonathan Cameron1-32/+0
2011-12-08staging:iio:buffer remove unused owner field from struct iio_bufferJonathan Cameron1-1/+0
2011-12-08staging:iio: scrap scan_count and ensure all drivers use active_scan_maskJonathan Cameron1-10/+14
2011-12-08staging:iio:buffer move setup ops from buffer instance to iio_devJonathan Cameron1-1/+1
2011-12-08staging:iio:buffer drop bpe field.Jonathan Cameron1-1/+0
2011-11-30staging: iio: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer1-2/+1
2011-10-31staging: Add export.h for THIS_MODULE/EXPORT_SYMBOL to drivers/staging users.Paul Gortmaker1-0/+1
2011-09-26staging:iio:accel:lis3l02dq ring->buffer renames.Jonathan Cameron1-38/+38
2011-09-26staging:iio: replacing term ring with buffer in the IIO core.Jonathan Cameron1-15/+15
2011-09-26staging:iio: tree wide IIO_RING_TRIGGERED -> IIO_BUFFER_TRIGGEREDJonathan Cameron1-1/+1
2011-09-26staging:iio: treewide rename iio_triggered_ring_* to iio_triggered_buffer_*Jonathan Cameron1-2/+2
2011-09-06staging:iio: Switch the channel masks to bitmaps so as to allow for more channels.Jonathan Cameron1-2/+3
2011-09-06staging:iio:various move default scan mask setting after ring register or removeJonathan Cameron1-5/+0
2011-08-24staging:iio: spit trigger.h into provider and consumer parts.Jonathan Cameron1-0/+1
2011-08-24staging:iio:pollfunc: Make explicit that private data is always pointer to a struct iio_dev.Jonathan Cameron1-1/+1
2011-08-23staging:iio:accel header housekeeping - remove unecessary includes.Jonathan Cameron1-4/+0
2011-08-23staging:iio:accel: usused header removals.Jonathan Cameron1-1/+0
2011-08-23staging:iio:triggers introduce iio_trigger_ops to take const bits out of iio_trig_structure.Jonathan Cameron1-3/+7
2011-05-19staging:iio: use pollfunc allocation helpers in remaining drivers.Jonathan Cameron1-9/+7
2011-05-19staging:iio:accel:lis3l02dq make write_reg_8 take value not a pointer to value.Jonathan Cameron1-5/+5
2011-05-19staging:iio: ring core cleanups + check if read_last available in lis3l02dqJonathan Cameron1-1/+6
2011-05-19staging:iio: Rip out helper for software rings.Jonathan Cameron1-39/+49
2011-05-19staging:iio: rationalization of different buffer implementation hooks.Jonathan Cameron1-6/+9
2011-05-19staging:iio:trigger handle name attr in core, remove old alloc and register any control_attrs via struct deviceJonathan Cameron1-25/+2
2011-05-19staging:iio:lis3l02dq remerge the two interrupt handlers.Jonathan Cameron1-11/+19
2011-05-19staging:iio:accel:lis3l02dq move to threaded trigger handling.Jonathan Cameron1-83/+56
2011-05-19staging:iio: lis3l02dq - separate entirely interrupt handling for thesholds from that for the datardy signal.Jonathan Cameron1-26/+29
2011-05-19staging:iio:lis3l02dq: General cleanupJonathan Cameron1-29/+33
2011-05-19staging:iio:lis3l02dq - move to new channel_spec approach.Jonathan Cameron1-134/+93
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-02-18staging:iio:lis3l02dq allow buffer implementation selectionJonathan Cameron1-4/+5
2010-11-16drivers/staging: Remove unnecessary semicolonsJoe Perches1-1/+1
2010-09-21staging: iio: lis3l02dq add _index attribute registrationJonathan Cameron1-0/+4
2010-09-21staging: iio: Remove unused bit_count from struct iio_scan_elJonathan Cameron1-3/+3
2010-09-21staging: iio: lis3l02dq add _type attributes for all scan elementsJonathan Cameron1-0/+4
2010-09-04staging: iio: Make use of the convenient IIO_TRIGGER_NAME_ATTR macroJonathan Cameron1-1/+2
2010-08-31staging: iio move scan_elements into ring bufferManuel Stahl1-20/+23
2010-08-31staging: iio: lis3l02dq adjust lis3l02dq_configure_ringManuel Stahl1-9/+10
2010-08-31staging: iio rename ring attributesManuel Stahl1-1/+1
2010-07-22staging: iio: lis3l02dq: use iio_sw_ring_helper_state and funcsJonathan Cameron1-81/+53
2010-07-22staging: iio: Make extensive use of iio_sw_ring_preenableJonathan Cameron1-23/+2
2010-07-22staging: iio: Add stubs for iio_ring_buffer_[un]register and equivalent driver stubsJonathan Cameron1-10/+0
2010-07-22staging: iio: remove timestamp field from trigger and pass instead through pollfuncsJonathan Cameron1-5/+4