aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/adc/max1363_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-10staging:iio:adc:max1363 consolidate files.Jonathan Cameron1-1444/+0
2012-09-03staging:iio: Update email address for Jonathan Cameron.Jonathan Cameron1-1/+1
2012-08-27staging:iio: Add missing __devinit and __devexit annotationsLars-Peter Clausen1-2/+2
2012-08-14staging:iio: Constify static iio_chan_spec arraysLars-Peter Clausen1-13/+13
2012-05-14staging:iio:adc: Use dev_to_iio_dev()Lars-Peter Clausen1-2/+2
2012-04-29staging:iio: Streamline API function namingLars-Peter Clausen1-3/+3
2012-04-25IIO: Move core headers to include/linux/iioJonathan Cameron1-5/+5
2012-04-18staging:iio:adc Add IIO_CHAN_INFO_RAW entries to all drivers.Jonathan Cameron1-2/+3
2012-04-10staging:iio:max1363 enable use with inkernel interfaces.Jonathan Cameron1-1/+8
2012-04-10staging:iio:adc:max1363 fix missing update_scan_mask callback.Jonathan Cameron1-0/+1
2012-03-02drivers:staging:iio Fix typos and comments in staging iio.Justin P. Mattock1-1/+1
2012-02-24iio: core: constitfy available_scan_maskMichael Hennerich1-12/+24
2012-02-13staging:iio: Rename IIO_EVENT_CODE_EXTRACT_NUM to IIO_EVENT_CODE_EXTRACT_CHANLars-Peter Clausen1-6/+6
2012-01-09Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-36/+42
2011-12-08staging:iio:adc:max1363 stop reading from buffer for sysfs accessJonathan Cameron1-30/+21
2011-12-08staging:iio:adc:max1363 add datasheet_name entries.Jonathan Cameron1-0/+2
2011-12-08staging:iio:adc:max1363 correctly set channels as big endian.Jonathan Cameron1-2/+12
2011-12-08staging:iio:adc:max1363 use new demuxing support.Jonathan Cameron1-1/+3
2011-11-26staging:iio:treewide only use shared to decide on interfacesJonathan Cameron1-2/+2
2011-11-26staging:iio: Do not use bitmasks for channel info addressesLars-Peter Clausen1-1/+1
2011-11-26staging:iio: header reorganizationJonathan Cameron1-1/+2
2011-11-17staging:iio: Use module_i2c_driver to register I2C driversLars-Peter Clausen1-13/+1
2011-10-17staging:iio:adc:max1363 incorrect allocation of available_scanmasksJonathan Cameron1-1/+1
2011-10-17staging:iio: fix removal path to allow correct freeing.Jonathan Cameron1-1/+2
2011-09-29staging:iio: unwind the IIO_IN -> IIO_VOLTAGE defineJonathan Cameron1-8/+16
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-06staging:iio: Differential channel handling - use explicit flag rather than types.Jonathan Cameron1-109/+89
2011-09-06staging:iio: rework of attribute registration.Jonathan Cameron1-10/+8
2011-09-06staging:iio:events - new 64 bit code structure and push out drivers.Jonathan Cameron1-5/+5
2011-09-06staging:iio: Switch the channel masks to bitmaps so as to allow for more channels.Jonathan Cameron1-17/+20
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-3/+1
2011-09-06staging: iio: push the main buffer chrdev down to the top level.Jonathan Cameron1-3/+3
2011-09-06staging: iio: remove specific chrdev for event reading. Get fd from ioctl on buffer.Jonathan Cameron1-1/+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-16/+8
2011-08-23staging:iio:adc: unused header removals.Jonathan Cameron1-6/+17
2011-08-23staging:iio:adc: max1363 fix 2 raw sysfs issues.Jonathan Cameron1-1/+3
2011-06-28Staging: iio: dereferencing uninitialized variableDan Carpenter1-9/+11
2011-05-19staging:iio:max1363 misc cleanups and use of for_each_bit_set to simplify event code spitting out.Jonathan Cameron1-52/+62
2011-05-19staging:iio: implement an iio_info structure to take some of the constant elements out of iio_dev.Jonathan Cameron1-364/+406
2011-05-19staging:iio:max1363 add new 2 channels parts form maxim, 11644-7Jonathan Cameron1-1/+56
2011-05-19staging:iio: use the new central name attribute creation codeJonathan Cameron1-20/+1
2011-05-19staging:iio:adc:max1363 move to irqchip based threaded irq triggeringJonathan Cameron1-3/+0
2011-05-19staging:iio: Remove legacy event handling.Jonathan Cameron1-77/+39
2011-05-19staging:iio:max1363 - move to channel_spec registration.Jonathan Cameron1-814/+329
2011-04-25staging:iio:max1363 take advantage of new iio_device_allocate private data.Jonathan Cameron1-78/+69
2011-04-25staging:iio:adc: max1363 dev_info -> indio_dev in naming for consistencyJonathan Cameron1-35/+35
2011-04-25staging:iio:adc:max1363 fix timestamp handling.Jonathan Cameron1-0/+12