summaryrefslogtreecommitdiff
path: root/drivers/staging/iio/adc/max1363_core.c
AgeCommit message (Expand)Author
2012-11-10staging:iio:adc:max1363 consolidate files.Jonathan Cameron
2012-09-03staging:iio: Update email address for Jonathan Cameron.iio-for-v3.7bJonathan Cameron
2012-08-27staging:iio: Add missing __devinit and __devexit annotationsLars-Peter Clausen
2012-08-14staging:iio: Constify static iio_chan_spec arraysLars-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-04-10staging:iio:max1363 enable use with inkernel interfaces.Jonathan Cameron
2012-04-10staging:iio:adc:max1363 fix missing update_scan_mask callback.Jonathan Cameron
2012-03-02drivers:staging:iio Fix typos and comments in staging iio.Justin P. Mattock
2012-02-24iio: core: constitfy available_scan_maskMichael Hennerich
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:max1363 stop reading from buffer for sysfs accessJonathan Cameron
2011-12-08staging:iio:adc:max1363 add datasheet_name entries.Jonathan Cameron
2011-12-08staging:iio:adc:max1363 correctly set channels as big endian.Jonathan Cameron
2011-12-08staging:iio:adc:max1363 use new demuxing support.Jonathan Cameron
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:adc:max1363 incorrect allocation of available_scanmasksJonathan Cameron
2011-10-17staging:iio: fix removal path to allow correct freeing.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-06staging:iio: Differential channel handling - use explicit flag rather than ty...Jonathan Cameron
2011-09-06staging:iio: rework of attribute registration.Jonathan Cameron
2011-09-06staging:iio:events - new 64 bit code structure and push out drivers.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-08-23staging:iio:adc: max1363 fix 2 raw sysfs issues.Jonathan Cameron
2011-06-28Staging: iio: dereferencing uninitialized variableDan Carpenter
2011-05-19staging:iio:max1363 misc cleanups and use of for_each_bit_set to simplify eve...Jonathan Cameron
2011-05-19staging:iio: implement an iio_info structure to take some of the constant ele...Jonathan Cameron
2011-05-19staging:iio:max1363 add new 2 channels parts form maxim, 11644-7Jonathan Cameron
2011-05-19staging:iio: use the new central name attribute creation codeJonathan Cameron
2011-05-19staging:iio:adc:max1363 move to irqchip based threaded irq triggeringJonathan Cameron
2011-05-19staging:iio: Remove legacy event handling.Jonathan Cameron
2011-05-19staging:iio:max1363 - move to channel_spec registration.Jonathan Cameron
2011-04-25staging:iio:max1363 take advantage of new iio_device_allocate private data.Jonathan Cameron
2011-04-25staging:iio:adc: max1363 dev_info -> indio_dev in naming for consistencyJonathan Cameron
2011-04-25staging:iio:adc:max1363 fix timestamp handling.Jonathan Cameron