summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/meter/ade7759.c
Commit message (Expand)AuthorAgeFilesLines
* staging:iio:meter: Drop ADE7759 driverJonathan Cameron2018-05-201-558/+0
* staging:iio:meter: Replaces IIO_DEV_ATTR_CH_OFF by IIO_DEVICE_ATTRRodrigo Siqueira2018-03-071-8/+10
* staging: ade7759: Fix open parenthesis alignmentrodrigosiqueira2018-02-171-42/+38
* Merge 4.14-rc6 into staging-nextGreg Kroah-Hartman2017-10-231-1/+1
|\
| * staging: iio: ade7759: fix signed extension bug on shift of a u8Colin Ian King2017-09-301-1/+1
* | Staging: iio: meter: ade7759: update locking method for write frequencyKatie Dunne2017-09-241-8/+19
* | staging:iio:meter: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-221-1/+0
|/
* iio:meter:ade7759: Removing use of deprecated macros (S_IRUGO, S_IWUSR)Chen Guanqiao2017-04-141-2/+2
* iio:meter:ade7759: Removing use of deprecated macros (S_IRUGO, S_IWUSR, S_IXUGO)Chen Guanqiao2017-04-141-10/+10
* staging: iio: ade7759: Move contents of header file to source filesayli karnik2017-03-111-1/+49
* IIO: Change msleep to usleep_range for small msecsAniroop Mathur2016-12-031-1/+1
* staging: iio: use kernel preferred block commenting styleAlison Schofield2016-03-281-1/+2
* staging: iio: meter: remove fixme comment on device removeAlison Schofield2016-03-281-1/+0
* Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2015-11-051-1/+0
|\
| * spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-281-1/+0
* | staging: iio: meter: Remove explicit comparisonsCristina Moraru2015-10-241-1/+1
* | Staging: iio: meter: Prefer using the BIT macroShraddha Barke2015-09-121-4/+4
|/
* Merge tag 'iio-for-4.1a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2015-03-241-2/+13
|\
| * iio: meter: ade7759: add error handling in _reset and _stop_deviceDevendra Naga2015-02-031-2/+12
* | Staging: iio: Simplify return logicCristina Opriceana2015-03-161-5/+1
* | Staging: iio: Remove parentheses around right side an assignmentHaneen Mohammed2015-03-161-1/+1
* | staging: iio: meter: remove unused variableAya Mahfouz2015-03-011-4/+1
|/
* drivers:staging:iio: fix checkpatch complaint about space before commaZachary Warren2014-11-221-1/+1
* Staging: iio: meter: Add a blank line after declarationsDarshana Padmadas2014-10-021-0/+3
* Merge tag 'spi-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2013-11-121-2/+1
|\
| * staging:iio:ade7753/ade7754/ade7759: Use spi_w8r16be() instead of spi_w8r16()Lars-Peter Clausen2013-10-031-2/+1
* | staging: iio: ade7759: Use devm_iio_device_allocSachin Kamat2013-09-141-13/+5
* | 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: Use spi_sync_transfer()Lars-Peter Clausen2013-02-091-4/+1
* 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:ade7759: Do not return a error in remove functionLars-Peter Clausen2012-09-221-7/+2
* Merge 3.6-rc6 into staging-nextGreg Kroah-Hartman2012-09-161-0/+2
|\
| * staging:iio: prevent divide by zero bugsDan Carpenter2012-08-271-0/+2
* | staging:iio: Add missing __devinit and __devexit annotationsLars-Peter Clausen2012-08-271-1/+1
|/
* staging:iio:meter: Use dev_to_iio_dev()Lars-Peter Clausen2012-05-141-6/+6
* staging:iio: Streamline API function namingLars-Peter Clausen2012-04-291-3/+3
* IIO: Move core headers to include/linux/iioJonathan Cameron2012-04-251-2/+2
* Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-091-0/+1
|\
| * staging:iio: Add missing MODULE_DEVICE_TABLE and MODULE_ALIASLars-Peter Clausen2011-11-261-0/+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-1/+2
* staging:iio: gpio build dependency fixingJonathan Cameron2011-10-171-1/+0
* 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-7/+5
* staging: Add module.h to drivers/staging usersPaul Gortmaker2011-08-251-0/+1
* staging:iio:meter:ade7759: allocate state with iio_devJonathan Cameron2011-06-281-53/+27
* staging:iio: implement an iio_info structure to take some of the constant ele...Jonathan Cameron2011-05-191-3/+6
OpenPOWER on IntegriCloud