linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Help with fitting unusual devices into IIO framework
@ 2013-07-15 21:54 Sergei Shtylyov
  2013-07-16  8:31 ` Jonathan Cameron
  0 siblings, 1 reply; 2+ messages in thread
From: Sergei Shtylyov @ 2013-07-15 21:54 UTC (permalink / raw)
  To: Jonathan Cameron, linux-iio; +Cc: linux-sh

Hello.

     Recently I have posted a driver for drivers/misc/ driving a pair of 
devices: Renesas R-Car Gyro-ADC and speed-pulse interfaces [1]. Arnd 
Bergmann, one of the maintainers told me that such driver would fit 
better into the IIO infrastructure. I have studied this infrastructure
for some time and only found in it a place for the Gyro-ADC interface.
    Let me describe the devices to be driven in some detail. Gyro-ADC 
i/f is an interface to multichannel serial ADC (of 3 certain models)
which can also calculate and average of each 8 samples and sum up 10 of 
these average values. Speed-pulse interface can count PWM-type input 
signal pulses and period between them. Though  being two separate 
devices, these two have to be driven together because of the shared 
start/stop register (located in Gyro-ADC i/f still) and the clock with 
1.25 ms period supplied from the Gyro-ADC i/f to the speed-pulse i/f;
at the same time speed-pulse i/f generates interrupt with 100 ms period 
to be used by both interfaces.
    At this time, only speed-pulse interface support is required, 
Gyro-ADC can be largely ignored (though it has to be initialized). 
Perhaps we could add a new I/O channel type for speed-pulse i/f? What's 
your thoughts?

[1] marc.info/?l=linux-kernel&m=137367311823027

WBR, Sergei

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-07-16  8:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-15 21:54 Help with fitting unusual devices into IIO framework Sergei Shtylyov
2013-07-16  8:31 ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).