summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/trigger/iio-trig-bfin-timer.c
Commit message (Expand)AuthorAgeFilesLines
* staging: iio: remove iio-trig-bfin-timer driverArnd Bergmann2018-03-261-292/+0
* staging: iio: trigger: blackfin timer: replace device_attr with device_attr_rwAishwarya Pant2018-01-081-8/+7
* iio: trigger: Fix platform_get_irq's error checkingArvind Yadav2017-12-021-2/+2
* staging:trigger: drop assignment of iio_trigger_ops.ownerJonathan Cameron2017-08-221-1/+0
* iio: trigger: free trigger resource correctlyAlison Schofield2017-01-221-2/+2
* iio:trigger: Fix coding style in iio-trig-bfin-timer.c by aligning parameters...rishabh hardas2017-01-071-1/+1
* Merge tag 'iio-for-4.7a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2016-04-041-6/+6
|\
| * staging: iio: convert bare unsigned usage to unsigned intAlison Schofield2016-03-281-6/+6
* | staging: iio: io-trig-bfin-timer: use dev_get_platdata()Alison Schofield2016-03-281-1/+2
|/
* staging: iio: trigger: Remove explicit comparisonsCristina Moraru2015-10-241-2/+2
* Staging: iio: trigger: Alignment should match open parenthesisCristina Opriceana2015-08-141-3/+4
* Staging: iio: use !x instead of x == NULLSomya Anand2015-03-161-1/+1
* staging: iio: trigger: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* iio:trigger: Introduce the use of devm_kzallocHimangi Saraogi2014-07-071-20/+11
* iio: Remove timestamp argument from iio_trigger_poll() and iio_trigger_poll_c...Peter Meerwald2014-06-141-1/+1
* staging:iio:iio-trig-bfin-timer: Fix compile errorLars-Peter Clausen2013-09-281-1/+1
* staging: iio: replace strict_strto*() with kstrto*()Jingoo Han2013-09-081-14/+9
* iio:trigger: Introduce iio_tigger_{set,get}_drvdataLars-Peter Clausen2013-03-251-4/+4
* 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:trigger:bfintmr Add output supportLars-Peter Clausen2012-09-171-16/+56
* staging:iio:trigger:bfintmr: Only enable timer when necessaryLars-Peter Clausen2012-09-171-3/+24
* staging:iio:trigger:bfintmr: Avoid divide by zeroLars-Peter Clausen2012-09-171-2/+8
* staging:iio:trigger: Use to_iio_trigger() instead of dev_get_drvdata()Lars-Peter Clausen2012-06-221-2/+2
* 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
* staging: iio: Convert platform_drivers to use module_platform_driverMichael Hennerich2012-03-021-11/+1
* staging:iio:trigger:bfin-timer: Fix compile errorLars-Peter Clausen2011-10-231-1/+1
* staging:iio:triggers introduce iio_trigger_ops to take const bits out of iio_...Jonathan Cameron2011-08-231-1/+5
* staging:iio:trigger handle name attr in core, remove old alloc and register a...Jonathan Cameron2011-05-191-14/+8
* staging: IIO: trigger: New Blackfin specific trigger driver iio-trig-bfin-timerMichael Hennerich2011-02-231-0/+252