summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/accel/lis3l02dq_core.c
Commit message (Expand)AuthorAgeFilesLines
* staging:iio:lis3l02dq: Do not return a error in remove functionLars-Peter Clausen2012-09-221-10/+4
* staging:iio: Update email address for Jonathan Cameron.Jonathan Cameron2012-09-031-2/+2
* staging iio: lis3l02dq cleanupPeter Meerwald2012-09-031-2/+2
* staging:iio: Add missing __devinit and __devexit annotationsLars-Peter Clausen2012-08-271-1/+1
* staging:iio: Constify static iio_chan_spec arraysLars-Peter Clausen2012-08-141-1/+1
* staging:iio:accel: Use dev_to_iio_dev()Lars-Peter Clausen2012-05-141-2/+2
* staging:iio: Streamline API function namingLars-Peter Clausen2012-04-291-3/+3
* IIO: Move core headers to include/linux/iioJonathan Cameron2012-04-251-4/+4
* staging:iio:accel Add IIO_CHAN_INFO_RAW entries to all drivers.Jonathan Cameron2012-04-181-2/+3
* staging:iio:accel:lis3l02dq unwind use of IIO_CHAN macro.Jonathan Cameron2012-04-131-6/+19
* staging:iio:accel:lis3l02dq add symmetry to check for presence of trigger.Jonathan Cameron2012-04-101-1/+1
* Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-091-18/+17
|\
| * staging:iio:accel:lis3l02dq scrap reading from buffer for sysfs access.Jonathan Cameron2011-12-081-6/+3
| * Staging: iio/accel: Changed return type of lis3l02dq_read_event_config() to intAndreas Ruprecht2011-11-301-1/+1
| * Staging: iio/accel: Changed data type for val to unsigned long in write_frequ...Andreas Ruprecht2011-11-291-2/+2
| * staging:iio: Add missing MODULE_DEVICE_TABLE and MODULE_ALIASLars-Peter Clausen2011-11-261-0/+1
| * staging:iio:treewide only use shared to decide on interfacesJonathan Cameron2011-11-261-8/+8
| * staging:iio: Do not use bitmasks for channel info addressesLars-Peter Clausen2011-11-261-5/+5
| * staging:iio: header reorganizationJonathan Cameron2011-11-261-1/+2
* | staging:iio: Use module_spi_driver to register SPI driverLars-Peter Clausen2011-11-171-12/+1
|/
* staging:iio: fix removal path to allow correct freeing.Jonathan Cameron2011-10-171-3/+4
* staging:iio:accel:lis3l02dq ring->buffer renames.Jonathan Cameron2011-09-261-12/+13
* staging:iio: replacing term ring with buffer in the IIO core.Jonathan Cameron2011-09-261-6/+6
* staging:iio: rename ring_generic.h -> buffer_generic.hJonathan Cameron2011-09-261-1/+1
* staging:iio: tree wide IIO_RING_BUFFER config symbol to IIO_BUFFERJonathan Cameron2011-09-261-1/+1
* staging:iio: tree wide IIO_RING_TRIGGERED -> IIO_BUFFER_TRIGGEREDJonathan Cameron2011-09-261-2/+2
* staging:iio: rework of attribute registration.Jonathan Cameron2011-09-061-11/+7
* staging:iio:events - new 64 bit code structure and push out drivers.Jonathan Cameron2011-09-061-4/+4
* staging:iio:buffering cleanup ring_buffer_register_ex naming.Jonathan Cameron2011-09-061-3/+3
* staging:iio: remove broken support for multiple event interfaces.Jonathan Cameron2011-09-061-7/+6
* staging: iio: push the main buffer chrdev down to the top level.Jonathan Cameron2011-09-061-3/+3
* staging: Add module.h to drivers/staging usersPaul Gortmaker2011-08-251-0/+1
* staging:iio:events: use IIO_<TYPE> and IIO_MOD_<> instead of IIO_EV_CLASS_<TY...Jonathan Cameron2011-08-231-12/+12
* staging:iio:accel: usused header removals.Jonathan Cameron2011-08-231-2/+0
* staging:iio:accel:lis3l02dq: fix incorrect pointer passed to spi_set_drvdata.Jonathan Cameron2011-07-181-1/+1
* staging:iio: implement an iio_info structure to take some of the constant ele...Jonathan Cameron2011-05-191-9/+14
* staging:iio:accel:lis3l02dq make write_reg_8 take value not a pointer to value.Jonathan Cameron2011-05-191-15/+15
* staging:iio: Rip out helper for software rings.Jonathan Cameron2011-05-191-95/+59
* staging:iio:lis3l02dq remerge the two interrupt handlers.Jonathan Cameron2011-05-191-29/+23
* staging:iio:accel: lis3l02dq add writing for calibscale and calibbias.Jonathan Cameron2011-05-191-0/+29
* staging:iio: use the new central name attribute creation codeJonathan Cameron2011-05-191-3/+1
* staging:iio:accel:lis3l02dq move to threaded trigger handling.Jonathan Cameron2011-05-191-6/+0
* staging:iio:accel:lis3l02dq make threshold interrupt threaded.Jonathan Cameron2011-05-191-86/+73
* staging:iio: Remove legacy event handling.Jonathan Cameron2011-05-191-27/+9
* staging:iio: lis3l02dq - separate entirely interrupt handling for thesholds f...Jonathan Cameron2011-05-191-21/+76
* staging:iio:lis3l02dq: General cleanupJonathan Cameron2011-05-191-69/+49
* staging:iio:lis3l02dq - move to new channel_spec approach.Jonathan Cameron2011-05-191-340/+214
* staging:iio: Add ability to allocate private data space to iio_allocate_deviceJonathan Cameron2011-04-251-1/+1
* staging: Remove unnecessary semicolons when switch (foo) {...};Joe Perches2011-04-251-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
OpenPOWER on IntegriCloud