aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/trigger/iio-trig-periodic-rtc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-27staging:iio: Remove periodic RTC trigger driverLars-Peter Clausen1-216/+0
2015-10-24staging: iio: trigger: Remove explicit comparisonsCristina Moraru1-1/+1
2015-08-14Staging: iio: trigger: Use braces on both branches of if statementCristina Opriceana1-1/+2
2015-08-14Staging: iio: trigger: Alignment should match open parenthesisCristina Opriceana1-1/+1
2015-04-01Staging: iio: trigger: Remove explicit NULL comparisonCristina Opriceana1-2/+2
2015-02-21staging: iio: trigger: iio-trig-periodic-rtc: Change frequency type to unsigned intRickard Strandqvist1-7/+5
2014-12-15Merge tag 'staging-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-1/+2
2014-10-20staging: iio: trigger: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-20Staging: iio: trigger: Break line over 80 charactersDarshana Padmadas1-1/+2
2014-09-19staging: iio: trigger: add blank lines after declarationsCatalina Mocanu1-0/+3
2014-06-14iio: Remove timestamp argument from iio_trigger_poll() and iio_trigger_poll_chained()Peter Meerwald1-2/+1
2014-06-14staging:iio-trig-periodic-rtc: Allow to reset frequency to 0Peter Meerwald1-3/+16
2014-06-14staging:iio-trig-periodic-rtc: CleanupPeter Meerwald1-4/+3
2014-04-14staging: iio: fix coding styleJoel Porquet1-1/+2
2013-09-08staging: iio: replace strict_strto*() with kstrto*()Jingoo Han1-2/+2
2013-03-25iio:trigger: Introduce iio_tigger_{set,get}_drvdataLars-Peter Clausen1-6/+6
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-03staging:iio: Update email address for Jonathan Cameron.Jonathan Cameron1-1/+1
2012-08-27staging:iio: Add missing __devinit and __devexit annotationsLars-Peter Clausen1-3/+3
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-2/+2
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-12-16staging:iio: iio_trigger contains defunct owner field. Remove it.Jonathan Cameron1-1/+0
2011-08-23staging:iio:triggers introduce iio_trigger_ops to take const bits out of iio_trig_structure.Jonathan Cameron1-1/+6
2011-05-19staging:iio:trigger handle name attr in core, remove old alloc and register any control_attrs via struct deviceJonathan Cameron1-15/+9
2010-09-04staging: iio: Make use of the convenient IIO_TRIGGER_NAME_ATTR macroJonathan Cameron1-11/+1
2010-07-22staging: iio: remove timestamp field from trigger and pass instead through pollfuncsJonathan Cameron1-1/+2
2010-07-22staging: iio: Use kasprintf to allocate and fill trig->nameJonathan Cameron1-9/+3
2010-05-11Staging: iio: trigger: fix up some global variablesGreg Kroah-Hartman1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-09-15Staging: iio: fix duplicate dev_attr_nameRandy Dunlap1-2/+2
2009-09-15Staging: IIO: Periodic timer based triggerJonathan Cameron1-0/+228