summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/trigger/iio-trig-periodic-rtc.c
Commit message (Expand)AuthorAgeFilesLines
* Staging: iio: trigger: Use braces on both branches of if statementCristina Opriceana2015-08-151-1/+2
* Staging: iio: trigger: Alignment should match open parenthesisCristina Opriceana2015-08-151-1/+1
* Staging: iio: trigger: Remove explicit NULL comparisonCristina Opriceana2015-04-011-2/+2
* staging: iio: trigger: iio-trig-periodic-rtc: Change frequency type to unsign...Rickard Strandqvist2015-02-211-7/+5Star
* Merge tag 'staging-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-12-161-1/+2
|\
| * Staging: iio: trigger: Break line over 80 charactersDarshana Padmadas2014-10-201-1/+2
* | staging: iio: trigger: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
|/
* staging: iio: trigger: add blank lines after declarationsCatalina Mocanu2014-09-201-0/+3
* iio: Remove timestamp argument from iio_trigger_poll() and iio_trigger_poll_c...Peter Meerwald2014-06-141-2/+1Star
* staging:iio-trig-periodic-rtc: Allow to reset frequency to 0Peter Meerwald2014-06-141-3/+16
* staging:iio-trig-periodic-rtc: CleanupPeter Meerwald2014-06-141-4/+3Star
* staging: iio: fix coding styleJoel Porquet2014-04-141-1/+2
* staging: iio: replace strict_strto*() with kstrto*()Jingoo Han2013-09-081-2/+2
* iio:trigger: Introduce iio_tigger_{set,get}_drvdataLars-Peter Clausen2013-03-251-6/+6
* 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: Update email address for Jonathan Cameron.Jonathan Cameron2012-09-031-1/+1
* staging:iio: Add missing __devinit and __devexit annotationsLars-Peter Clausen2012-08-271-3/+3
* staging:iio:trigger: Use to_iio_trigger() instead of dev_get_drvdata()Lars-Peter Clausen2012-06-231-2/+2
* staging:iio: Streamline API function namingLars-Peter Clausen2012-04-301-2/+2
* 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-031-11/+1Star
* staging:iio: iio_trigger contains defunct owner field. Remove it.Jonathan Cameron2011-12-161-1/+0Star
* staging:iio:triggers introduce iio_trigger_ops to take const bits out of iio_...Jonathan Cameron2011-08-231-1/+6
* staging:iio:trigger handle name attr in core, remove old alloc and register a...Jonathan Cameron2011-05-201-15/+9Star
* staging: iio: Make use of the convenient IIO_TRIGGER_NAME_ATTR macroJonathan Cameron2010-09-051-11/+1Star
* staging: iio: remove timestamp field from trigger and pass instead through po...Jonathan Cameron2010-07-221-1/+2
* staging: iio: Use kasprintf to allocate and fill trig->nameJonathan Cameron2010-07-221-9/+3Star
* Staging: iio: trigger: fix up some global variablesGreg Kroah-Hartman2010-05-111-2/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Staging: iio: fix duplicate dev_attr_nameRandy Dunlap2009-09-151-2/+2
* Staging: IIO: Periodic timer based triggerJonathan Cameron2009-09-151-0/+228