summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/meter/ade7758_core.c
Commit message (Expand)AuthorAgeFilesLines
* Staging: iio: meter: Remove explicit NULL comparisonCristina Opriceana2015-04-011-1/+1
* drivers: staging: iio: meter: Removed unnecessary variableTina Johnson2015-03-091-3/+2
* staging: iio: meter: add check on return variablesAya Mahfouz2015-03-061-14/+16
* Merge tag 'iio-for-3.20a_take2' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2015-01-211-13/+2
|\
| * iio: Move buffer registration to the coreLars-Peter Clausen2014-12-121-13/+2
* | staging:iio:ade7758: Remove "raw" from channel nameLars-Peter Clausen2014-11-051-15/+9
* | staging:iio:ade7758: Fix NULL pointer deref when enabling bufferLars-Peter Clausen2014-11-051-31/+2
|/
* Staging: iio: meter: Add blank line after declarations.Darshana Padmadas2014-10-021-0/+4
* staging: iio: ade7758_core: Use devm_iio_device_allocSachin Kamat2013-09-141-14/+6
* staging: iio: replace strict_strto*() with kstrto*()Jingoo Han2013-09-081-6/+6
* staging:iio:ade7xxx: Don't expose the chip reset to userspaceLars-Peter Clausen2013-08-031-18/+0
* staging:iio:meter:ade7758 move to info_mask_(shared_by_type/separate)Jonathan Cameron2013-03-171-30/+30
* staging:iio: Use spi_sync_transfer()Lars-Peter Clausen2013-02-091-23/+5
* staging: iio: remove use of __devexit_pBill Pemberton2012-11-211-1/+1
* staging: iio: remove use of __devexitBill Pemberton2012-11-211-1/+1
* staging: iio: remove use of __devinitBill Pemberton2012-11-211-1/+1
* staging:iio:ade7758: Do not return a error in remove functionLars-Peter Clausen2012-09-221-7/+2
* staging:iio: Add missing __devinit and __devexit annotationsLars-Peter Clausen2012-08-271-1/+1
* staging:iio: Constify static iio_chan_spec arraysLars-Peter Clausen2012-08-141-1/+1
* staging:iio:ade7758: Use iio_validate_scan_mask_onehotLars-Peter Clausen2012-07-091-6/+1
* staging:iio:meter: Use dev_to_iio_dev()Lars-Peter Clausen2012-05-141-7/+7
* staging:iio: Streamline API function namingLars-Peter Clausen2012-04-291-3/+3
* IIO: Move core headers to include/linux/iioJonathan Cameron2012-04-251-3/+3
* staging:iio:meter Add IIO_CHAN_INFO_RAW entries to all drivers.Lars-Peter Clausen2012-04-181-15/+30
* staging:iio:meter:ade7758 unwind use of IIO_CHAN macro.Jonathan Cameron2012-04-131-60/+196
* staging:iio: use spi->irq valid rather than querying available modesJonathan Cameron2012-04-101-1/+1
* Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-091-18/+19
|\
| * staging: iio: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer2011-11-301-2/+2
| * staging:iio: Add missing MODULE_DEVICE_TABLE and MODULE_ALIASLars-Peter Clausen2011-11-261-0/+1
| * staging:iio:treewide only use shared to decide on interfacesJonathan Cameron2011-11-261-15/+15
| * staging:iio: header reorganizationJonathan Cameron2011-11-261-1/+1
* | staging:iio: Use module_spi_driver to register SPI driverLars-Peter Clausen2011-11-171-12/+1
|/
* staging:iio: fix removal path to allow correct freeing.Jonathan Cameron2011-10-171-2/+3
* staging:iio: gpio build dependency fixingJonathan Cameron2011-10-171-1/+0
* staging:iio: unwind the IIO_IN -> IIO_VOLTAGE defineJonathan Cameron2011-09-291-3/+3
* staging:iio: replacing term ring with buffer in the IIO core.Jonathan Cameron2011-09-261-3/+3
* staging:iio: rename ring_generic.h -> buffer_generic.hJonathan Cameron2011-09-261-1/+1
* staging:iio: tree wide IIO_RING_TRIGGERED -> IIO_BUFFER_TRIGGEREDJonathan Cameron2011-09-261-1/+1
* staging:iio:tree wide. abi fixup for in_ out_ prefix introduction.Jonathan Cameron2011-09-161-5/+5
* staging:iio: rework of attribute registration.Jonathan Cameron2011-09-061-11/+7
* staging:iio: Switch the channel masks to bitmaps so as to allow for more chan...Jonathan Cameron2011-09-061-1/+1
* staging:iio:buffering cleanup ring_buffer_register_ex naming.Jonathan Cameron2011-09-061-3/+3
* staging: iio: push the main buffer chrdev down to the top level.Jonathan Cameron2011-09-061-3/+3
* staging: Add module.h to drivers/staging usersPaul Gortmaker2011-08-251-0/+1
* staging:iio: implement an iio_info structure to take some of the constant ele...Jonathan Cameron2011-05-191-2/+6
* staging:iio:meter:ade7758: Use private data space from iio_allocate_deviceMichael Hennerich2011-05-191-49/+43
* staging:iio:meter:ade7758: Use iio channel spec and miscellaneous other changes.Michael Hennerich2011-05-191-84/+89
* staging:iio:meter:ade7758: Fix list and set of available sample frequencies.Michael Hennerich2011-05-191-10/+18
* staging:iio:meter:ade7758: Fix return value of ade7758_write_resetMichael Hennerich2011-05-191-4/+4
* staging:iio:meter:ade7758: Fix timing on SPI read accessor functions.Michael Hennerich2011-05-191-10/+33
OpenPOWER on IntegriCloud