summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/accel
Commit message (Expand)AuthorAgeFilesLines
* drivers:staging:iio Fix typos and comments in staging iio.Justin P. Mattock2012-03-022-2/+2
* staging:iio: Setup buffer access functions when allocating the bufferLars-Peter Clausen2012-02-097-14/+0
* Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-0917-226/+179
|\
| * staging:iio:buffer struct iio_buffer doesn't need an indio_dev pointer.Jonathan Cameron2011-12-082-10/+7
| * staging:iio:accel:lis3l02dq scrap reading from buffer for sysfs access.Jonathan Cameron2011-12-083-50/+3
| * staging:iio:buffer remove unused owner field from struct iio_bufferJonathan Cameron2011-12-086-6/+0
| * staging:iio: scrap scan_count and ensure all drivers use active_scan_maskJonathan Cameron2011-12-086-29/+35
| * staging:iio:buffer move setup ops from buffer instance to iio_devJonathan Cameron2011-12-087-7/+7
| * staging:iio:buffer drop bpe field.Jonathan Cameron2011-12-087-8/+0
| * Staging: iio/accel: Added a range check for val in store_measurement_mode()Andreas Ruprecht2011-12-081-0/+4
| * Staging: iio/accel: Changed data type of mask in store_measurement_mode() to u8Andreas Ruprecht2011-12-081-1/+1
| * Staging: iio/accel: Changed return type of lis3l02dq_read_event_config() to intAndreas Ruprecht2011-11-301-1/+1
| * staging: iio: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer2011-11-301-2/+1
| * Staging: iio/accel: Changed data type of val in store_measurement_mode to u8Andreas Ruprecht2011-11-291-2/+2
| * Staging: iio/accel: Changed data type for val to unsigned long in write_frequ...Andreas Ruprecht2011-11-291-2/+2
| * Staging: iio/accel: Changed data type in adis16220_write_16bit to u16Andreas Ruprecht2011-11-291-2/+2
| * staging:iio: Add missing MODULE_DEVICE_TABLE and MODULE_ALIASLars-Peter Clausen2011-11-269-1/+11
| * staging:iio:treewide only use shared to decide on interfacesJonathan Cameron2011-11-269-98/+94
| * staging:iio: Do not use bitmasks for channel info addressesLars-Peter Clausen2011-11-269-38/+38
| * staging:iio: header reorganizationJonathan Cameron2011-11-268-8/+10
* | staging:iio: Use module_spi_driver to register SPI driverLars-Peter Clausen2011-11-179-108/+9
|/
* staging: Add export.h for THIS_MODULE/EXPORT_SYMBOL to drivers/staging users.Paul Gortmaker2011-10-3111-0/+11
* staging:iio: fix removal path to allow correct freeing.Jonathan Cameron2011-10-179-22/+27
* staging:iio: gpio build dependency fixingJonathan Cameron2011-10-173-5/+4
* staging:iio:accel:sca3000 dev_info to indio_dev renaming.Jonathan Cameron2011-10-111-8/+8
* staging:iio: unwind the IIO_IN -> IIO_VOLTAGE defineJonathan Cameron2011-09-297-20/+20
* staging:iio:accel:lis3l02dq ring->buffer renames.Jonathan Cameron2011-09-263-60/+61
* staging:iio: replacing term ring with buffer in the IIO core.Jonathan Cameron2011-09-2616-118/+118
* staging:iio: rename ring_generic.h -> buffer_generic.hJonathan Cameron2011-09-268-8/+8
* staging:iio: tree wide IIO_RING_BUFFER config symbol to IIO_BUFFERJonathan Cameron2011-09-2610-40/+40
* staging:iio: tree wide IIO_RING_TRIGGERED -> IIO_BUFFER_TRIGGEREDJonathan Cameron2011-09-268-9/+9
* staging:iio: treewide rename iio_triggered_ring_* to iio_triggered_buffer_*Jonathan Cameron2011-09-266-12/+12
* staging: iio: Move sensor drivers to sub menusManuel Stahl2011-09-261-1/+3
* staging:iio:tree wide. abi fixup for in_ out_ prefix introduction.Jonathan Cameron2011-09-164-15/+15
* staging:iio:accel:adis16209: Fix double registration of in_incli0_indexMichael Hennerich2011-09-061-2/+2
* staging:iio: rework of attribute registration.Jonathan Cameron2011-09-066-61/+37
* staging:iio:events - new 64 bit code structure and push out drivers.Jonathan Cameron2011-09-062-9/+9
* staging:iio: Switch the channel masks to bitmaps so as to allow for more chan...Jonathan Cameron2011-09-061-2/+3
* staging:iio:various move default scan mask setting after ring register or removeJonathan Cameron2011-09-068-50/+6
* staging:iio:fix using iio_priv or iio_dev after iio_unregister_deviceJonathan Cameron2011-09-065-5/+5
* staging:iio:buffering cleanup ring_buffer_register_ex naming.Jonathan Cameron2011-09-067-21/+21
* staging:iio: remove broken support for multiple event interfaces.Jonathan Cameron2011-09-062-12/+10
* staging: iio: push the main buffer chrdev down to the top level.Jonathan Cameron2011-09-068-41/+24
* staging: iio: remove specific chrdev for event reading. Get fd from ioctl on ...Jonathan Cameron2011-09-061-0/+1
* staging: Add module.h to drivers/staging usersPaul Gortmaker2011-08-258-0/+8
* staging:iio: spit trigger.h into provider and consumer parts.Jonathan Cameron2011-08-246-5/+6
* staging:iio:pollfunc: Make explicit that private data is always pointer to a ...Jonathan Cameron2011-08-246-6/+6
* staging: iio: adis16220_core.c: add module.hGreg Kroah-Hartman2011-08-241-0/+1
* staging:iio:events: use IIO_<TYPE> and IIO_MOD_<> instead of IIO_EV_CLASS_<TY...Jonathan Cameron2011-08-232-20/+20
* staging:iio:accel remove unused accel.h header.Jonathan Cameron2011-08-231-87/+0
OpenPOWER on IntegriCloud