summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/meter/ade7753.c
Commit message (Expand)AuthorAgeFilesLines
* staging: iio: meter: Fix the identations for proper alignments.Harinath Nampally2017-05-141-28/+27
* iio: ade7753 Convert: symbolic permissions to octalQuentin Swain2017-05-011-23/+23
* staging: iio: ade7753: Remove trailing whitespacessimran singhal2017-03-231-4/+4
* staging: iio: meter: ade7753: Clean up includesKatie Dunne2017-03-041-7/+6
* staging: iio: meter: ade7753: Move header content to implementation fileKatie Dunne2017-03-041-1/+68
* 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
* iio: ade7753: avoid uninitialized dataArnd Bergmann2016-01-301-2/+10
* 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
|/
* 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: ade7753: Fixed checkpatch.pl warningsTina Johnson2014-09-191-0/+2
* Staging: iio: meter: ade7753: Merged assignment with immediately following re...Tina Johnson2014-09-191-3/+2
* 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: ade7753: Use devm_iio_device_allocSachin Kamat2013-09-141-14/+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-5/+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:ade7753: Do not return a error in remove functionLars-Peter Clausen2012-09-221-8/+3
* 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-2/+3
* 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-9/+6
* staging: Add module.h to drivers/staging usersPaul Gortmaker2011-08-251-0/+1
* staging:iio:meter:ade7753 should be 16 bit read not 8 bit for mode register.Jonathan Cameron2011-07-181-2/+2
* staging:iio:meter:ade7753 allocate chip state with iio_dev; allocate buffers ...Jonathan Cameron2011-06-281-51/+28
* staging:iio: implement an iio_info structure to take some of the constant ele...Jonathan Cameron2011-05-191-2/+6
* staging:iio: use the new central name attribute creation codeJonathan Cameron2011-05-191-3/+1
* staging:iio: Add ability to allocate private data space to iio_allocate_deviceJonathan Cameron2011-04-251-1/+1
* staging:iio:meter remove stubs from ade7753.Jonathan Cameron2011-02-181-160/+48
* staging: iio: meter: new driver for ADE7753/6 devicesBarry Song2010-11-091-0/+730
OpenPOWER on IntegriCloud