Re: [RFC PATCH 17/17] input: RMI4 F54 analog data reporting

2012-09-04 Thread Christopher Heiny
On 08/27/2012 04:01 PM, Linus Walleij wrote: >Signed-off-by: Christopher Heiny >+#include >+#include >+#include >+#include >+#include >+#include This is not using the existing in-kernel framework for ADC (which I think is what you're doing), in this case use the IIO subsystem so consult

Re: [RFC PATCH 17/17] input: RMI4 F54 analog data reporting

2012-08-27 Thread Linus Walleij
On Fri, Aug 17, 2012 at 3:17 PM, Christopher Heiny wrote: Verbose commit message. > Signed-off-by: Christopher Heiny > +#include > +#include > +#include > +#include > +#include > +#include This is not using the existing in-kernel framework for ADC (which I think is what you're doing), i