aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/meter/ade7753.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-20staging:iio:meter: Drop ADE7753 driverJonathan Cameron1-630/+0
2018-03-07staging:iio:meter: Replaces IIO_DEV_ATTR_CH_OFF by IIO_DEVICE_ATTRRodrigo Siqueira1-8/+10
2017-10-09staging: iio: ade7753: expanding buffer lock to cover both buffer and state protectionHimanshi Jain1-11/+18
2017-09-24staging: iio: ade7753: replace mlock with driver private lockHimanshi Jain1-2/+5
2017-08-22staging:iio:meter: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron1-1/+0
2017-05-14staging: iio: meter: Fix the identations for proper alignments.Harinath Nampally1-28/+27
2017-05-01iio: ade7753 Convert: symbolic permissions to octalQuentin Swain1-23/+23
2017-03-23staging: iio: ade7753: Remove trailing whitespacessimran singhal1-4/+4
2017-03-04staging: iio: meter: ade7753: Clean up includesKatie Dunne1-7/+6
2017-03-04staging: iio: meter: ade7753: Move header content to implementation fileKatie Dunne1-1/+68
2016-12-03IIO: Change msleep to usleep_range for small msecsAniroop Mathur1-1/+1
2016-03-28staging: iio: use kernel preferred block commenting styleAlison Schofield1-1/+2
2016-03-28staging: iio: meter: remove fixme comment on device removeAlison Schofield1-1/+0
2016-01-30iio: ade7753: avoid uninitialized dataArnd Bergmann1-2/+10
2015-11-05Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds1-1/+0
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis1-1/+0
2015-10-24staging: iio: meter: Remove explicit comparisonsCristina Moraru1-1/+1
2015-09-12Staging: iio: meter: Prefer using the BIT macroShraddha Barke1-4/+4
2015-03-16Staging: iio: Simplify return logicCristina Opriceana1-5/+1
2015-03-16Staging: iio: Remove parentheses around right side an assignmentHaneen Mohammed1-1/+1
2014-09-19Staging: iio: meter: ade7753: Fixed checkpatch.pl warningsTina Johnson1-0/+2
2014-09-19Staging: iio: meter: ade7753: Merged assignment with immediately following return statementTina Johnson1-3/+2
2013-11-12Merge tag 'spi-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds1-2/+1
2013-10-03staging:iio:ade7753/ade7754/ade7759: Use spi_w8r16be() instead of spi_w8r16()Lars-Peter Clausen1-2/+1
2013-09-14staging: iio: ade7753: Use devm_iio_device_allocSachin Kamat1-14/+5
2013-09-08staging: iio: replace strict_strto*() with kstrto*()Jingoo Han1-6/+6
2013-08-03staging:iio:ade7xxx: Don't expose the chip reset to userspaceLars-Peter Clausen1-18/+0
2013-02-09staging:iio: Use spi_sync_transfer()Lars-Peter Clausen1-5/+1
2012-11-21staging: iio: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-21staging: iio: remove use of __devexitBill Pemberton1-1/+1
2012-11-21staging: iio: remove use of __devinitBill Pemberton1-1/+1
2012-09-22staging:iio:ade7753: Do not return a error in remove functionLars-Peter Clausen1-8/+3
2012-09-16Merge 3.6-rc6 into staging-nextGreg Kroah-Hartman1-0/+2
2012-08-27staging:iio: prevent divide by zero bugsDan Carpenter1-0/+2
2012-08-27staging:iio: Add missing __devinit and __devexit annotationsLars-Peter Clausen1-1/+1
2012-05-14staging:iio:meter: Use dev_to_iio_dev()Lars-Peter Clausen1-6/+6
2012-04-29staging:iio: Streamline API function namingLars-Peter Clausen1-3/+3
2012-04-25IIO: Move core headers to include/linux/iioJonathan Cameron1-2/+2
2012-01-09Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-0/+1
2011-11-26staging:iio: Add missing MODULE_DEVICE_TABLE and MODULE_ALIASLars-Peter Clausen1-0/+1
2011-11-17staging:iio: Use module_spi_driver to register SPI driverLars-Peter Clausen1-12/+1
2011-10-17staging:iio: fix removal path to allow correct freeing.Jonathan Cameron1-2/+3
2011-10-17staging:iio: gpio build dependency fixingJonathan Cameron1-1/+0
2011-09-16staging:iio:tree wide. abi fixup for in_ out_ prefix introduction.Jonathan Cameron1-5/+5
2011-09-06staging:iio: rework of attribute registration.Jonathan Cameron1-9/+6
2011-08-25staging: Add module.h to drivers/staging usersPaul Gortmaker1-0/+1
2011-07-18staging:iio:meter:ade7753 should be 16 bit read not 8 bit for mode register.Jonathan Cameron1-2/+2
2011-06-28staging:iio:meter:ade7753 allocate chip state with iio_dev; allocate buffers within stateJonathan Cameron1-51/+28
2011-05-19staging:iio: implement an iio_info structure to take some of the constant elements out of iio_dev.Jonathan Cameron1-2/+6
2011-05-19staging:iio: use the new central name attribute creation codeJonathan Cameron1-3/+1