aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/accel/lis3l02dq_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-09Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-18/+17
2011-12-08staging:iio:accel:lis3l02dq scrap reading from buffer for sysfs access.Jonathan Cameron1-6/+3
2011-11-30Staging: iio/accel: Changed return type of lis3l02dq_read_event_config() to intAndreas Ruprecht1-1/+1
2011-11-29Staging: iio/accel: Changed data type for val to unsigned long in write_frequencyAndreas Ruprecht1-2/+2
2011-11-26staging:iio: Add missing MODULE_DEVICE_TABLE and MODULE_ALIASLars-Peter Clausen1-0/+1
2011-11-26staging:iio:treewide only use shared to decide on interfacesJonathan Cameron1-8/+8
2011-11-26staging:iio: Do not use bitmasks for channel info addressesLars-Peter Clausen1-5/+5
2011-11-26staging:iio: header reorganizationJonathan Cameron1-1/+2
2011-11-17staging:iio: Use module_spi_driver to register SPI driverLars-Peter Clausen1-12/+1
2011-10-17staging:iio: fix removal path to allow correct freeing.Jonathan Cameron1-3/+4
2011-09-26staging:iio:accel:lis3l02dq ring->buffer renames.Jonathan Cameron1-12/+13
2011-09-26staging:iio: replacing term ring with buffer in the IIO core.Jonathan Cameron1-6/+6
2011-09-26staging:iio: rename ring_generic.h -> buffer_generic.hJonathan Cameron1-1/+1
2011-09-26staging:iio: tree wide IIO_RING_BUFFER config symbol to IIO_BUFFERJonathan Cameron1-1/+1
2011-09-26staging:iio: tree wide IIO_RING_TRIGGERED -> IIO_BUFFER_TRIGGEREDJonathan Cameron1-2/+2
2011-09-06staging:iio: rework of attribute registration.Jonathan Cameron1-11/+7
2011-09-06staging:iio:events - new 64 bit code structure and push out drivers.Jonathan Cameron1-4/+4
2011-09-06staging:iio:buffering cleanup ring_buffer_register_ex naming.Jonathan Cameron1-3/+3
2011-09-06staging:iio: remove broken support for multiple event interfaces.Jonathan Cameron1-7/+6
2011-09-06staging: iio: push the main buffer chrdev down to the top level.Jonathan Cameron1-3/+3
2011-08-25staging: Add module.h to drivers/staging usersPaul Gortmaker1-0/+1
2011-08-23staging:iio:events: use IIO_<TYPE> and IIO_MOD_<> instead of IIO_EV_CLASS_<TYPE> etcJonathan Cameron1-12/+12
2011-08-23staging:iio:accel: usused header removals.Jonathan Cameron1-2/+0
2011-07-18staging:iio:accel:lis3l02dq: fix incorrect pointer passed to spi_set_drvdata.Jonathan Cameron1-1/+1
2011-05-19staging:iio: implement an iio_info structure to take some of the constant elements out of iio_dev.Jonathan Cameron1-9/+14
2011-05-19staging:iio:accel:lis3l02dq make write_reg_8 take value not a pointer to value.Jonathan Cameron1-15/+15
2011-05-19staging:iio: Rip out helper for software rings.Jonathan Cameron1-95/+59
2011-05-19staging:iio:lis3l02dq remerge the two interrupt handlers.Jonathan Cameron1-29/+23
2011-05-19staging:iio:accel: lis3l02dq add writing for calibscale and calibbias.Jonathan Cameron1-0/+29
2011-05-19staging:iio: use the new central name attribute creation codeJonathan Cameron1-3/+1
2011-05-19staging:iio:accel:lis3l02dq move to threaded trigger handling.Jonathan Cameron1-6/+0
2011-05-19staging:iio:accel:lis3l02dq make threshold interrupt threaded.Jonathan Cameron1-86/+73
2011-05-19staging:iio: Remove legacy event handling.Jonathan Cameron1-27/+9
2011-05-19staging:iio: lis3l02dq - separate entirely interrupt handling for thesholds from that for the datardy signal.Jonathan Cameron1-21/+76
2011-05-19staging:iio:lis3l02dq: General cleanupJonathan Cameron1-69/+49
2011-05-19staging:iio:lis3l02dq - move to new channel_spec approach.Jonathan Cameron1-340/+214
2011-04-25staging:iio: Add ability to allocate private data space to iio_allocate_deviceJonathan Cameron1-1/+1
2011-04-25staging: Remove unnecessary semicolons when switch (foo) {...};Joe Perches1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-10-08staging: iio: lis3l02dq event attribute renamesJonathan Cameron1-14/+14
2010-10-08staging: iio: lis3l02dq move to new event code schemeJonathan Cameron1-6/+30
2010-08-31staging: iio sync drivers with current ABIManuel Stahl1-1/+1
2010-08-02staging: iio: lis3l02dq add a thresh_timestamp field to state for no ring caseJonathan Cameron1-7/+7
2010-07-22staging: iio: lis3l02dq: use iio_sw_ring_helper_state and funcsJonathan Cameron1-51/+65
2010-07-22staging: iio: Add stubs for iio_ring_buffer_[un]register and equivalent driver stubsJonathan Cameron1-3/+4
2010-07-08staging:iio:lis3l02dq cleanupsJonathan Cameron1-17/+8
2010-05-11iio:staging:accelerometers move towards the new abiJonathan Cameron1-84/+91
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-09-15Staging: IIO: lis3l02dq accelerometer core supportJonathan Cameron1-0/+926