summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/accel/sca3000_ring.c
Commit message (Expand)AuthorAgeFilesLines
* staging: iio: accel: Remove unnecessary else after goto in if blockJanani Ravichandran2016-02-201-2/+1
* Staging: iio: accel: sca3000: Fixed NULL comparison styleBhaktipriya Shridhar2015-12-191-1/+1
* staging: iio: accel: add blank lines after function definitionsIoana Ciornei2015-10-291-0/+1
* staging: iio: accel: change uint8_t to u8Ioana Ciornei2015-10-291-3/+3
* staging: iio: accel: properly align function argumentsIoana Ciornei2015-10-291-3/+3
* staging: iio: accel: add spaces aroung binary operatorsIoana Ciornei2015-10-291-2/+2
* Merge 4.3-rc7 into staging-nextGreg Kroah-Hartman2015-10-271-1/+1
|\
| * iio: accel: sca3000: memory corruption in sca3000_read_first_n_hw_rb()Dan Carpenter2015-10-031-1/+1
* | staging: iio: accel: Remove explicit comparisonsCristina Moraru2015-10-241-1/+1
|/
* iio: Specify supported modes for buffersLars-Peter Clausen2015-06-011-0/+2
* iio: add watermark logic to iio read and pollJosselin Costanzi2015-03-291-2/+2
* iio: buffer: Drop get_length callbackLars-Peter Clausen2014-12-121-7/+1
* iio: buffer: Allocate standard attributes in the coreLars-Peter Clausen2014-12-121-12/+2
* iio: Remove get_bytes_per_datum() from iio_buffer_access_funcsLars-Peter Clausen2014-12-121-7/+0
* staging: iio: accel: Use __be16 instead of u16Aybuke Ozdemir2014-09-281-1/+1
* iio: staging: sca3000: hide stufftoread logicJosselin Costanzi2014-06-291-0/+6
* Staging: iio/accel: Fix Prefer netdev_warn(netdev, ...then dev_warn(dev, ... ...Monam Agarwal2014-03-071-1/+1
* Merge tag 'iio-for-3.12d' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2013-10-191-4/+9
|\
| * iio: Add reference counting for buffersLars-Peter Clausen2013-10-121-4/+9
* | Staging: iio: fix sizeof *ring should be sizeof(*ring)Ebru Akagunduz2013-10-111-1/+1
|/
* staging: iio: replace strict_strto*() with kstrto*()Jingoo Han2013-09-081-2/+2
* staging:iio: Use spi_sync_transfer()Lars-Peter Clausen2013-02-091-5/+1
* staging:iio: Update email address for Jonathan Cameron.Jonathan Cameron2012-09-031-1/+1
* staging:iio:accel: Use dev_to_iio_dev()Lars-Peter Clausen2012-05-141-3/+3
* IIO: Move core headers to include/linux/iioJonathan Cameron2012-04-251-3/+3
* staging:iio:buffer struct iio_buffer doesn't need an indio_dev pointer.Jonathan Cameron2011-12-081-7/+4
* 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-2/+0
* staging:iio: header reorganizationJonathan Cameron2011-11-261-1/+1
* staging:iio: replacing term ring with buffer in the IIO core.Jonathan Cameron2011-09-261-24/+24
* staging:iio: rename ring_generic.h -> buffer_generic.hJonathan Cameron2011-09-261-1/+1
* staging:iio: tree wide IIO_RING_TRIGGERED -> IIO_BUFFER_TRIGGEREDJonathan Cameron2011-09-261-1/+1
* staging:iio:tree wide. abi fixup for in_ out_ prefix introduction.Jonathan Cameron2011-09-161-2/+2
* staging:iio:various move default scan mask setting after ring register or removeJonathan Cameron2011-09-061-4/+0
* staging: iio: push the main buffer chrdev down to the top level.Jonathan Cameron2011-09-061-20/+3
* staging:iio:accel header housekeeping - remove unecessary includes.Jonathan Cameron2011-08-231-2/+0
* staging:iio:accel: usused header removals.Jonathan Cameron2011-08-231-1/+0
* staging:iio:trivial sparse related cleanups.Jonathan Cameron2011-08-231-68/+0
* staging:iio:accel:sca3000: allocate state in iio_dev and use iio_priv to access.Jonathan Cameron2011-06-281-7/+7
* staging:iio: rationalization of different buffer implementation hooks.Jonathan Cameron2011-05-191-6/+13
* staging:iio:buffering remove unused parameter dead_offset from read_last_n in...Jonathan Cameron2011-05-191-4/+1
* staging:iio:sca3000 extract old event handling and move to poll for events fr...Jonathan Cameron2011-05-191-82/+170
* staging:iio: remove legacy event chrdev for the buffersJonathan Cameron2011-05-191-0/+2
* staging:iio: remove ability to escalate events.Jonathan Cameron2011-05-191-4/+9
* staging:iio: replace rip_lots naming with read_first_nJonathan Cameron2011-04-251-4/+4
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* staging: iio: sca3000 fix bug due to scan_element directory move.Jonathan Cameron2010-10-071-2/+4
* staging: iio: sca3000 add _index attribute registrationJonathan Cameron2010-09-211-0/+3
* staging: iio: Remove unused bit_count from struct iio_scan_elJonathan Cameron2010-09-211-3/+3
* staging: iio: sca3000 add _type attributes for all scan elementsJonathan Cameron2010-09-211-25/+21
OpenPOWER on IntegriCloud