OSDN Git Service

Add support for using a hrtimer trigger.
authorAdriana Reus <adriana.reus@intel.com>
Fri, 1 May 2015 09:16:34 +0000 (12:16 +0300)
committerAdriana Reus <adriana.reus@intel.com>
Tue, 5 May 2015 15:39:23 +0000 (18:39 +0300)
commit7b6c078575bc291dd5bf9c3d6ea203e4f45e2e9e
tree3fb1a11346639ffa7408be88ba72ac5d5e9a678c
parent59c4d0ae6b94694cbe3085de37c69dfe2147624c
Add support for using a hrtimer trigger.

Add support for creating and using a hrtimer trigger
when we do not find any other suitable trigger exposed.
This may happen if for example we lack the appropriate interrupt
line for a platform.

We specify a "hrtimer" quirk to signal we allow creating one
for opne particular sensor. WE may not want this by default because
there are sensor drivers that do not specifically expose a trigger but
work if the traditional "-dev%d" one is setup.

Change-Id: I0c8a1f6c55b5258330370dc1ac77f8f6dae598cb
Signed-off-by: Adriana Reus <adriana.reus@intel.com>
common.h
control.c
description.c
description.h
enumeration.c