aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio
AgeCommit message (Expand)AuthorFilesLines
2011-06-28staging:iio:adc:adt75: allocate chip state with iio_dev and cleanup some function calls.Jonathan Cameron1-67/+56
2011-06-28staging:iio:adc:ad7816: allocate chip state with iio_dev and use iio_priv to access.Jonathan Cameron1-41/+33
2011-06-28staging:iio:adc:ad7745 allocate chip state with iio_dev and use iio_priv to access.Jonathan Cameron1-44/+35
2011-06-28staging:iio:adc:ad7314 allocate chip state with iio_dev and use iio_priv to access.Jonathan Cameron1-29/+19
2011-06-28staging:iio:adc:ad7291: allocate chip state with iio_dev and use iio_priv for access.Jonathan Cameron1-48/+37
2011-06-28staging:iio:adc:ad7152: allocate chip state with iio_dev and use iio_priv for access.Jonathan Cameron1-41/+32
2011-06-28staging:iio:adc:ad7150: allocate chip state with iio_dev and use iio_priv to access.Jonathan Cameron1-50/+41
2011-06-28staging:iio:adc:ad799x clear out last few uses of iio_dev->dev_data.Jonathan Cameron2-9/+8
2011-06-28staging:iio:adc:ad7887 clear out last few uses of iio_dev->dev_data.Jonathan Cameron2-5/+4
2011-06-28staging:iio:adc:ad7476 allocate state with iio_dev and use iio_priv to access.Jonathan Cameron3-50/+47
2011-06-28staging:iio:accel:kxsd9: allocate state with iio_dev and use iio_priv to access.Jonathan Cameron1-47/+17
2011-06-28staging:iio:accel:sca3000: allocate state in iio_dev and use iio_priv to access.Jonathan Cameron3-62/+52
2011-06-28staging:iio:accel:adis16220 allocate tx and rx in state plus state via iio_privJonathan Cameron2-76/+43
2011-06-28staging:iio:accel:adis16240 allocate tx and rx in state plus state via iio_privJonathan Cameron4-72/+47
2011-06-28staging:iio:accel:adis16209 allocate tx and rx in state plus state via iio_privJonathan Cameron4-73/+46
2011-06-28staging:iio:accel:adis16204 allocate tx and rx in state plus state via iio_privJonathan Cameron4-71/+44
2011-06-28staging:iio:accel:adis16203 move buffers into state and use iio_priv to avoid allocating state separately.Jonathan Cameron4-73/+47
2011-06-28iio: industrialio-core: iio_write_channel_info accept IIO_VAL_INT_PLUS_NANOMichael Hennerich2-6/+28
2011-06-28iio: trigger: Add filter callbackMichael Hennerich3-1/+30
2011-06-28iio: trigger: Move declaration of struct iio_poll_func to avoid warningsMichael Hennerich1-24/+24
2011-06-28iio: industrialio-core: introduce IIO_VAL_INT_PLUS_NANOMichael Hennerich2-0/+6
2011-06-27Staging: iio: Make IIO depend on GENERIC_HARDIRQSGeert Uytterhoeven1-1/+1
2011-06-27Staging: fix iio builds when IIO_RING_BUFFER is not enabledRandy Dunlap2-2/+2
2011-06-27Staging: fix more iio builds when IIO_RING_BUFFER is not enabledRandy Dunlap4-5/+5
2011-06-09staging: iio: max517: Fix iio_info changesRoland Stigge1-1/+1
2011-06-07staging: iio: error case memory leak fixAndre Bartke1-3/+7
2011-06-07staging: iio: industrialio-trigger: set iio_poll_func private_dataMichael Hennerich1-0/+1
2011-05-19staging:iio: Trivial kconfig reorganization and uniformity improvements.Jonathan Cameron3-41/+41
2011-05-19staging:iio:documenation partial update.Jonathan Cameron5-78/+91
2011-05-19staging:iio: use pollfunc allocation helpers in remaining drivers.Jonathan Cameron9-129/+79
2011-05-19staging:iio:max1363 misc cleanups and use of for_each_bit_set to simplify event code spitting out.Jonathan Cameron3-116/+63
2011-05-19staging:iio: implement an iio_info structure to take some of the constant elements out of iio_dev.Jonathan Cameron61-669/+964
2011-05-19staging:iio:meter:ade7758: Use private data space from iio_allocate_deviceMichael Hennerich4-70/+62
2011-05-19staging:iio:accel:lis3l02dq make write_reg_8 take value not a pointer to value.Jonathan Cameron3-21/+21
2011-05-19staging:iio: ring core cleanups + check if read_last available in lis3l02dqJonathan Cameron3-233/+136
2011-05-19staging:iio:core cleanup: squash tiny wrappers and use dev_set_name to handle creation of event interface name.Jonathan Cameron2-39/+18
2011-05-19staging:iio: poll func allocation clean up.Jonathan Cameron8-90/+95
2011-05-19staging:iio:ad7780 trivial unused header cleanup.Jonathan Cameron1-2/+0
2011-05-19staging:iio:adc: AD7780: Use private data space from iio_allocate_device + trivial fixesMichael Hennerich1-44/+36
2011-05-19staging:iio:adc:AD7780: Convert to new channel registration methodMichael Hennerich1-56/+45
2011-05-19staging:iio:adc: AD7606: Drop dev_data in favour of iio_priv()Michael Hennerich3-19/+16
2011-05-19staging:iio:adc: AD7606: Consitently use indio_devMichael Hennerich1-19/+19
2011-05-19staging:iio: Rip out helper for software rings.Jonathan Cameron5-208/+110
2011-05-19staging:iio:adc:AD7298: Use private data space from iio_allocate_deviceMichael Hennerich3-44/+41
2011-05-19staging:iio: rationalization of different buffer implementation hooks.Jonathan Cameron23-463/+363
2011-05-19staging:iio:imu:adis16400 avoid allocating rx, tx, and state separately from iio_dev.Jonathan Cameron4-89/+62
2011-05-19staging:iio:trigger handle name attr in core, remove old alloc and register any control_attrs via struct deviceJonathan Cameron15-356/+110
2011-05-19staging:iio: iio_event_interfaces - clean out unused elementsJonathan Cameron2-18/+8
2011-05-19staging:iio:lis3l02dq remerge the two interrupt handlers.Jonathan Cameron3-40/+47
2011-05-19staging:iio:buffer - remove unused event code for buffer events.Jonathan Cameron3-7/+2