aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/resolver/ad2s1210.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-03staging: iio: add proper SPDX identifiers to remaining driver filesGreg Kroah-Hartman1-5/+1
2018-11-11staging: iio: ad2s1210: Add device tree table.Nishad Kamdar1-0/+7
2018-11-11staging: iio: ad2s1210: Drop the gpioin flag.Nishad Kamdar1-44/+8
2018-11-11staging: iio: ad2s1210: Switch to the gpio descriptor interfaceNishad Kamdar1-44/+63
2018-10-08staging: iio: ad2s1210: fix 'assignment operator' style checksMatheus Tavares1-4/+4
2018-03-10staging:iio:ad2s1210: Remove old_data from ad2s1210_stateRodrigo Siqueira1-3/+0
2018-03-10staging:iio:ad2s1210: Remove unused #define directiveRodrigo Siqueira1-10/+0
2018-03-10staging:iio:ad2s1210: Remove end of line with '['Rodrigo Siqueira1-3/+4
2017-08-22iio:resolver: drop assignment of iio_info.driver_moduleJonathan Cameron1-1/+0
2017-07-15staging:iio:resolver:ad2s1210 fix negative IIO_ANGL_VEL readArnd Bergmann1-1/+1
2017-03-19Staging: iio: resolver: ad2s1210: Fix warning, statements should start on a tabstopMiguel Robles1-2/+2
2017-02-04Staging: iio: resolver: ad2s1210.c - style fixDerek Robson1-12/+12
2016-02-20staging: iio: resolver: fix comparison to NULLEva Rachel Retuya1-1/+1
2016-02-20staging: iio: resolver: remove unnecessary blank lineEva Rachel Retuya1-1/+0
2016-02-20staging: iio: resolver: delete space after a castEva Rachel Retuya1-2/+2
2016-02-20staging: iio: resolver: add missing braces on if-else statementsEva Rachel Retuya1-3/+4
2016-02-20staging: iio: resolver: use blank line after array declarationEva Rachel Retuya1-0/+1
2016-02-20staging: iio: resolver: add spaces around operatorsEva Rachel Retuya1-3/+3
2016-02-20staging: iio: resolver: align to match open parenthesisEva Rachel Retuya1-8/+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-13Staging: iio: Remove exceptional & on function nameShraddha Barke1-1/+1
2015-03-24Merge tag 'iio-for-4.1a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman1-2/+2
2015-03-18Staging: iio: replace pr_* with dev_*Haneen Mohammed1-3/+3
2015-03-18Staging: iio: replace pr_err with dev_errHaneen Mohammed1-5/+7
2015-02-08staging: iio: resolver: ad2s1210: Change type in printf format stringRickard Strandqvist1-2/+2
2014-09-19Staging: iio: resolver: Missing a blank line after declarationsAybuke Ozdemir1-0/+4
2014-08-02staging: iio: adis16240: fix sparse warnings regarding incorrect argument typeTeodora Baluta1-2/+2
2014-03-07Staging: iio/resolver: Fix prefer pr_warn over pr_warning in ad2s1210.cMonam Agarwal1-2/+2
2013-09-14staging: iio: ad2s1210: Use devm_iio_device_allocSachin Kamat1-10/+4
2013-09-08staging: iio: replace strict_strto*() with kstrto*()Jingoo Han1-10/+10
2013-08-03staging:iio:ad2s1210: Don't expose the chip reset to userspaceLars-Peter Clausen1-18/+0
2013-03-17staging:iio:resolver:ad2s1210 move to info_mask_(shared_by_type/separate)Jonathan Cameron1-2/+2
2013-02-09staging:iio: Use spi_sync_transfer()Lars-Peter Clausen1-4/+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-2/+2
2012-08-14staging:iio: Constify static iio_chan_spec arraysLars-Peter Clausen1-1/+1
2012-05-14staging:iio:resolver: Use dev_to_iio_dev()Lars-Peter Clausen1-13/+13
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-04-18staging:iio:resolver Add IIO_CHAN_INFO_RAW entries to all drivers.Jonathan Cameron1-0/+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/+2
2011-10-05staging:iio:resolver:ad2s1210 cleanup gpio handling.Jonathan Cameron1-33/+18
2011-10-05staging:iio:resolver:ad2s1210 drop raw config register accessJonathan Cameron1-44/+0
2011-10-05staging:iio:resolver:ad2s1210 minimal chan spec conversion.Jonathan Cameron1-51/+63
2011-10-05staging:iio:resolver:ad2s1210 ensure iio_dev->name is setJonathan Cameron1-0/+7