aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/trigger/iio-trig-bfin-timer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-26staging: iio: remove iio-trig-bfin-timer driverArnd Bergmann1-292/+0
2018-01-08staging: iio: trigger: blackfin timer: replace device_attr with device_attr_rwAishwarya Pant1-8/+7
2017-12-02iio: trigger: Fix platform_get_irq's error checkingArvind Yadav1-2/+2
2017-08-22staging:trigger: drop assignment of iio_trigger_ops.ownerJonathan Cameron1-1/+0
2017-01-22iio: trigger: free trigger resource correctlyAlison Schofield1-2/+2
2017-01-07iio:trigger: Fix coding style in iio-trig-bfin-timer.c by aligning parameters with opening bracket.rishabh hardas1-1/+1
2016-04-04Merge tag 'iio-for-4.7a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman1-6/+6
2016-03-28staging: iio: io-trig-bfin-timer: use dev_get_platdata()Alison Schofield1-1/+2
2016-03-28staging: iio: convert bare unsigned usage to unsigned intAlison Schofield1-6/+6
2015-10-24staging: iio: trigger: Remove explicit comparisonsCristina Moraru1-2/+2
2015-08-14Staging: iio: trigger: Alignment should match open parenthesisCristina Opriceana1-3/+4
2015-03-16Staging: iio: use !x instead of x == NULLSomya Anand1-1/+1
2014-10-20staging: iio: trigger: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-07-07iio:trigger: Introduce the use of devm_kzallocHimangi Saraogi1-20/+11
2014-06-14iio: Remove timestamp argument from iio_trigger_poll() and iio_trigger_poll_chained()Peter Meerwald1-1/+1
2013-09-28staging:iio:iio-trig-bfin-timer: Fix compile errorLars-Peter Clausen1-1/+1
2013-09-08staging: iio: replace strict_strto*() with kstrto*()Jingoo Han1-14/+9
2013-03-25iio:trigger: Introduce iio_tigger_{set,get}_drvdataLars-Peter Clausen1-4/+4
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-1/+1
2012-09-17staging:iio:trigger:bfintmr Add output supportLars-Peter Clausen1-16/+56
2012-09-17staging:iio:trigger:bfintmr: Only enable timer when necessaryLars-Peter Clausen1-3/+24
2012-09-17staging:iio:trigger:bfintmr: Avoid divide by zeroLars-Peter Clausen1-2/+8
2012-06-22staging:iio:trigger: Use to_iio_trigger() instead of dev_get_drvdata()Lars-Peter Clausen1-2/+2
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-03-02staging: iio: Convert platform_drivers to use module_platform_driverMichael Hennerich1-11/+1
2011-10-23staging:iio:trigger:bfin-timer: Fix compile errorLars-Peter Clausen1-1/+1
2011-08-23staging:iio:triggers introduce iio_trigger_ops to take const bits out of iio_trig_structure.Jonathan Cameron1-1/+5
2011-05-19staging:iio:trigger handle name attr in core, remove old alloc and register any control_attrs via struct deviceJonathan Cameron1-14/+8
2011-02-23staging: IIO: trigger: New Blackfin specific trigger driver iio-trig-bfin-timerMichael Hennerich1-0/+252