summaryrefslogtreecommitdiff
path: root/drivers/staging/iio/adc/ad799x_core.c
AgeCommit message (Expand)Author
2012-11-21staging: iio: remove use of __devexit_pBill Pemberton
2012-11-21staging: iio: remove use of __devexitBill Pemberton
2012-11-21staging: iio: remove use of __devinitBill Pemberton
2012-07-08staging:iio:ad799x: Do not return error code in interrupt handlerLars-Peter Clausen
2012-06-18staging:iio:adc:ad799x: Use new triggered buffer setup helper functionLars-Peter Clausen
2012-05-14staging:iio:adc: Use dev_to_iio_dev()Lars-Peter Clausen
2012-04-29staging:iio: Streamline API function namingLars-Peter Clausen
2012-04-25IIO: Move core headers to include/linux/iioJonathan Cameron
2012-04-18staging:iio:adc Add IIO_CHAN_INFO_RAW entries to all drivers.Jonathan Cameron
2012-02-13staging:iio: Rename IIO_EVENT_CODE_EXTRACT_NUM to IIO_EVENT_CODE_EXTRACT_CHANLars-Peter Clausen
2012-01-09Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2011-12-08staging:iio:adc:ad799x stop reading from buffer for sysfs accessesJonathan Cameron
2011-11-26staging:iio: Add missing MODULE_DEVICE_TABLE and MODULE_ALIASLars-Peter Clausen
2011-11-26staging:iio:treewide only use shared to decide on interfacesJonathan Cameron
2011-11-26staging:iio: Do not use bitmasks for channel info addressesLars-Peter Clausen
2011-11-26staging:iio: header reorganizationJonathan Cameron
2011-11-17staging:iio: Use module_i2c_driver to register I2C driversLars-Peter Clausen
2011-10-17staging:iio: fix removal path to allow correct freeing.Jonathan Cameron
2011-10-11staging:iio:adc:naming: dev_info to indio_dev for consistencyJonathan Cameron
2011-10-03staging:iio:adc:ad799x address and scan_index always match so stop using addressJonathan Cameron
2011-10-03staging:iio:adc:ad799x set the device name only once.Jonathan Cameron
2011-10-03staging:iio:adc:ad799x use the core handling for as much of the events as pos...Jonathan Cameron
2011-10-03staging:iio:adc:ad799x avoid bouncing back and forth from iio_priv space.Jonathan Cameron
2011-10-03staging:iio:adc:ad799x use a table for frequency values rather than big switch.Jonathan Cameron
2011-10-03staging:iio:adc:ad799x trivial: use the convenient chan struct.Jonathan Cameron
2011-10-03staging:iio:adc:ad799x stop using IIO_CHAN macro.Jonathan Cameron
2011-10-03staging:iio:adc:ad799x fix incorrect scan_type descriptions.Jonathan Cameron
2011-09-29staging:iio: unwind the IIO_IN -> IIO_VOLTAGE defineJonathan Cameron
2011-09-26staging:iio: replacing term ring with buffer in the IIO core.Jonathan Cameron
2011-09-26staging:iio: rename ring_generic.h -> buffer_generic.hJonathan Cameron
2011-09-16staging:iio:tree wide. abi fixup for in_ out_ prefix introduction.Jonathan Cameron
2011-09-06staging:iio: rework of attribute registration.Jonathan Cameron
2011-09-06staging:iio: Switch the channel masks to bitmaps so as to allow for more chan...Jonathan Cameron
2011-09-06staging:iio:buffering cleanup ring_buffer_register_ex naming.Jonathan Cameron
2011-09-06staging:iio: remove broken support for multiple event interfaces.Jonathan Cameron
2011-09-06staging: iio: push the main buffer chrdev down to the top level.Jonathan Cameron
2011-09-06staging: iio: remove specific chrdev for event reading. Get fd from ioctl on ...Jonathan Cameron
2011-08-25staging: Add module.h to drivers/staging usersPaul Gortmaker
2011-08-23staging:iio:events: use IIO_<TYPE> and IIO_MOD_<> instead of IIO_EV_CLASS_<TY...Jonathan Cameron
2011-08-23staging:iio:adc: unused header removals.Jonathan Cameron
2011-06-28staging:iio:adc:ad799x clear out last few uses of iio_dev->dev_data.Jonathan Cameron
2011-05-19staging:iio: implement an iio_info structure to take some of the constant ele...Jonathan Cameron
2011-05-19staging:iio:adc:ad799x removed unused headers.Jonathan Cameron
2011-05-19staging:iio:adc:ad799x: Use private data space from iio_allocate_deviceMichael Hennerich
2011-05-19staging:iio:adc:ad799x: Convert to new channel registration method.Michael Hennerich
2011-05-19staging:iio: use the new central name attribute creation codeJonathan Cameron
2011-05-19staging:iio:adc:ad799x move to irqchip based trigger handling.Jonathan Cameron
2011-05-19staging:iio:adc:ad799x move to new event handlingJonathan Cameron
2011-04-25staging:iio: Add ability to allocate private data space to iio_allocate_deviceJonathan Cameron
2011-03-31Fix common misspellingsLucas De Marchi