aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/meter/ade7854.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-21Merge 5.1-rc6 into staging-nextGreg Kroah-Hartman1-1/+1
2019-04-03staging: iio: add proper SPDX identifiers to remaining driver filesGreg Kroah-Hartman1-2/+1
2019-03-09Staging: iio: meter: fixed typoLeonard Pollak1-1/+1
2018-03-24staging:iio:ade7854: Remove read_reg_* duplicationsRodrigo Siqueira1-9/+9
2018-03-24staging:iio:ade7854: Remove write_reg_* duplicationsRodrigo Siqueira1-6/+6
2018-03-24staging:iio:ade7854: Fix error handling on read/writeJohn Syne1-5/+5
2017-08-22staging:iio:meter: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron1-1/+0
2017-05-01iio: ade7854: Convert symbolic permissions to octalQuentin Swain1-44/+44
2017-02-18staging: iio: compress return logicGargi Sharma1-3/+1
2016-12-03IIO: Change msleep to usleep_range for small msecsAniroop Mathur1-1/+1
2016-08-21staging: iio: ade7854: checkpatch fixes (alignment of parameters)Johanna Abrahamsson1-20/+20
2016-03-28staging: iio: use kernel preferred block commenting styleAlison Schofield1-1/+2
2016-03-11Staging: iio: ade7854: Remove unnecessary goto.Sandhya Bankar1-4/+1
2016-03-11staging: iio: ade7854: use devm_iio_device_registerAlison Schofield1-18/+2
2015-09-12Staging: iio: meter: Prefer using the BIT macroShraddha Barke1-3/+3
2013-09-14staging: iio: ade7854: Use devm_iio_device_allocSachin Kamat1-5/+1
2013-09-08staging: iio: replace strict_strto*() with kstrto*()Jingoo Han1-8/+8
2013-08-03staging:iio:ade7xxx: Don't expose the chip reset to userspaceLars-Peter Clausen1-19/+0
2012-05-14staging:iio:meter: Use dev_to_iio_dev()Lars-Peter Clausen1-10/+10
2012-04-29staging:iio: Streamline API function namingLars-Peter Clausen1-2/+2
2012-04-25IIO: Move core headers to include/linux/iioJonathan Cameron1-2/+2
2011-10-17staging:iio: fix removal path to allow correct freeing.Jonathan Cameron1-0/+1
2011-10-17staging:iio: gpio build dependency fixingJonathan Cameron1-1/+0
2011-08-25staging: Add module.h to drivers/staging usersPaul Gortmaker1-0/+1
2011-08-23staging:iio:trivial sparse related cleanups.Jonathan Cameron1-1/+1
2011-06-28staging:iio:meter:ade7854: Allocate buffers in state and state with iio_dev.Jonathan Cameron1-52/+24
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-04-25staging:iio: Add ability to allocate private data space to iio_allocate_deviceJonathan Cameron1-1/+1
2011-02-18staging:iio:meter remove stubs from ade7854.Jonathan Cameron1-67/+11
2010-11-09staging: iio: meter: new driver for ADE7854/58/68/78 devicesBarry Song1-0/+680