summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/adc/max1363_core.c
Commit message (Expand)AuthorAgeFilesLines
* staging:iio:adc:max1363 consolidate files.Jonathan Cameron2012-11-101-1444/+0Star
* staging:iio: Update email address for Jonathan Cameron.Jonathan Cameron2012-09-031-1/+1
* staging:iio: Add missing __devinit and __devexit annotationsLars-Peter Clausen2012-08-271-2/+2
* staging:iio: Constify static iio_chan_spec arraysLars-Peter Clausen2012-08-141-13/+13
* staging:iio:adc: Use dev_to_iio_dev()Lars-Peter Clausen2012-05-141-2/+2
* staging:iio: Streamline API function namingLars-Peter Clausen2012-04-301-3/+3
* IIO: Move core headers to include/linux/iioJonathan Cameron2012-04-251-5/+5
* staging:iio:adc Add IIO_CHAN_INFO_RAW entries to all drivers.Jonathan Cameron2012-04-191-2/+3
* staging:iio:max1363 enable use with inkernel interfaces.Jonathan Cameron2012-04-101-1/+8
* staging:iio:adc:max1363 fix missing update_scan_mask callback.Jonathan Cameron2012-04-101-0/+1
* drivers:staging:iio Fix typos and comments in staging iio.Justin P. Mattock2012-03-031-1/+1
* iio: core: constitfy available_scan_maskMichael Hennerich2012-02-241-12/+24
* staging:iio: Rename IIO_EVENT_CODE_EXTRACT_NUM to IIO_EVENT_CODE_EXTRACT_CHANLars-Peter Clausen2012-02-141-6/+6
* Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-091-36/+42
|\
| * staging:iio:adc:max1363 stop reading from buffer for sysfs accessJonathan Cameron2011-12-081-30/+21Star
| * staging:iio:adc:max1363 add datasheet_name entries.Jonathan Cameron2011-12-081-0/+2
| * staging:iio:adc:max1363 correctly set channels as big endian.Jonathan Cameron2011-12-081-2/+12
| * staging:iio:adc:max1363 use new demuxing support.Jonathan Cameron2011-12-081-1/+3
| * staging:iio:treewide only use shared to decide on interfacesJonathan Cameron2011-11-271-2/+2
| * staging:iio: Do not use bitmasks for channel info addressesLars-Peter Clausen2011-11-271-1/+1
| * staging:iio: header reorganizationJonathan Cameron2011-11-271-1/+2
* | staging:iio: Use module_i2c_driver to register I2C driversLars-Peter Clausen2011-11-171-13/+1Star
|/
* staging:iio:adc:max1363 incorrect allocation of available_scanmasksJonathan Cameron2011-10-181-1/+1
* staging:iio: fix removal path to allow correct freeing.Jonathan Cameron2011-10-181-1/+2
* staging:iio: unwind the IIO_IN -> IIO_VOLTAGE defineJonathan Cameron2011-09-301-8/+16
* staging:iio: replacing term ring with buffer in the IIO core.Jonathan Cameron2011-09-271-6/+6
* staging:iio: rename ring_generic.h -> buffer_generic.hJonathan Cameron2011-09-271-1/+1
* staging:iio: Differential channel handling - use explicit flag rather than ty...Jonathan Cameron2011-09-071-109/+89Star
* staging:iio: rework of attribute registration.Jonathan Cameron2011-09-071-10/+8Star
* staging:iio:events - new 64 bit code structure and push out drivers.Jonathan Cameron2011-09-071-5/+5
* staging:iio: Switch the channel masks to bitmaps so as to allow for more chan...Jonathan Cameron2011-09-071-17/+20
* staging:iio:buffering cleanup ring_buffer_register_ex naming.Jonathan Cameron2011-09-071-3/+3
* staging:iio: remove broken support for multiple event interfaces.Jonathan Cameron2011-09-071-3/+1Star
* staging: iio: push the main buffer chrdev down to the top level.Jonathan Cameron2011-09-071-3/+3
* staging: iio: remove specific chrdev for event reading. Get fd from ioctl on ...Jonathan Cameron2011-09-071-1/+3
* staging: Add module.h to drivers/staging usersPaul Gortmaker2011-08-261-0/+1
* staging:iio:events: use IIO_<TYPE> and IIO_MOD_<> instead of IIO_EV_CLASS_<TY...Jonathan Cameron2011-08-231-16/+8Star
* staging:iio:adc: unused header removals.Jonathan Cameron2011-08-231-6/+17
* staging:iio:adc: max1363 fix 2 raw sysfs issues.Jonathan Cameron2011-08-231-1/+3
* Staging: iio: dereferencing uninitialized variableDan Carpenter2011-06-281-9/+11
* staging:iio:max1363 misc cleanups and use of for_each_bit_set to simplify eve...Jonathan Cameron2011-05-201-52/+62
* staging:iio: implement an iio_info structure to take some of the constant ele...Jonathan Cameron2011-05-201-364/+406
* staging:iio:max1363 add new 2 channels parts form maxim, 11644-7Jonathan Cameron2011-05-201-1/+56
* staging:iio: use the new central name attribute creation codeJonathan Cameron2011-05-201-20/+1Star
* staging:iio:adc:max1363 move to irqchip based threaded irq triggeringJonathan Cameron2011-05-201-3/+0Star
* staging:iio: Remove legacy event handling.Jonathan Cameron2011-05-201-77/+39Star
* staging:iio:max1363 - move to channel_spec registration.Jonathan Cameron2011-05-201-814/+329Star
* staging:iio:max1363 take advantage of new iio_device_allocate private data.Jonathan Cameron2011-04-261-78/+69Star
* staging:iio:adc: max1363 dev_info -> indio_dev in naming for consistencyJonathan Cameron2011-04-261-35/+35
* staging:iio:adc:max1363 fix timestamp handling.Jonathan Cameron2011-04-261-0/+12