1. 01 11月, 2011 1 次提交
  2. 26 8月, 2011 1 次提交
  3. 25 8月, 2011 4 次提交
  4. 24 8月, 2011 1 次提交
  5. 29 6月, 2011 2 次提交
  6. 20 5月, 2011 6 次提交
  7. 26 4月, 2011 1 次提交
  8. 05 9月, 2010 2 次提交
  9. 23 7月, 2010 4 次提交
  10. 12 12月, 2009 1 次提交
  11. 16 9月, 2009 1 次提交
    • J
      Staging: IIO: Trigger support added to core. · 1637db44
      Jonathan Cameron 提交于
      Add general registration support for IIO triggers.  These
      are currently only used to initialize a 'poll' of a given
      device.  Examples include the lis3l02dq's data ready signal
      being used to initialize a read and gpio triggers being
      used to allow externally synchronized sensor reading.
      
      Each trigger can cause any number of 'consumer' devices
      to be polled with each storing data into a related ring
      buffer.
      
      Two stage triggering is supported with 'fast' and 'slow'
      paths.  The first is used for things like pulling a data
      hold line high and the second for actual read which
      may take far longer.
      
      Changes since V2:
      * As with IIO triggers now use a registration approach
        much closer to that of input leading to cleaner code.
      Signed-off-by: NJonathan Cameron <jic23@cam.ac.uk>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      1637db44