summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/meter/ade7753.c
Commit message (Expand)AuthorAgeFilesLines
* Staging: iio: meter: ade7753: Fixed checkpatch.pl warningsTina Johnson2014-09-201-0/+2
* Staging: iio: meter: ade7753: Merged assignment with immediately following re...Tina Johnson2014-09-201-3/+2Star
* Merge tag 'spi-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2013-11-121-2/+1Star
|\
| * staging:iio:ade7753/ade7754/ade7759: Use spi_w8r16be() instead of spi_w8r16()Lars-Peter Clausen2013-10-031-2/+1Star
* | staging: iio: ade7753: Use devm_iio_device_allocSachin Kamat2013-09-141-14/+5Star
* | 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/+0Star
* staging:iio: Use spi_sync_transfer()Lars-Peter Clausen2013-02-091-5/+1Star
* staging: iio: remove use of __devexit_pBill Pemberton2012-11-221-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/+3Star
* Merge 3.6-rc6 into staging-nextGreg Kroah-Hartman2012-09-171-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-301-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-271-0/+1
* | staging:iio: Use module_spi_driver to register SPI driverLars-Peter Clausen2011-11-171-12/+1Star
|/
* staging:iio: fix removal path to allow correct freeing.Jonathan Cameron2011-10-181-2/+3
* staging:iio: gpio build dependency fixingJonathan Cameron2011-10-181-1/+0Star
* 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-071-9/+6Star
* staging: Add module.h to drivers/staging usersPaul Gortmaker2011-08-261-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/+28Star
* staging:iio: implement an iio_info structure to take some of the constant ele...Jonathan Cameron2011-05-201-2/+6
* staging:iio: use the new central name attribute creation codeJonathan Cameron2011-05-201-3/+1Star
* staging:iio: Add ability to allocate private data space to iio_allocate_deviceJonathan Cameron2011-04-261-1/+1
* staging:iio:meter remove stubs from ade7753.Jonathan Cameron2011-02-181-160/+48Star
* staging: iio: meter: new driver for ADE7753/6 devicesBarry Song2010-11-101-0/+730