netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Adding support for ARINC429 into the Linux kernel
@ 2013-06-19 20:29 Guenter Roeck
  2013-06-19 21:45 ` Arnd Bergmann
  0 siblings, 1 reply; 6+ messages in thread
From: Guenter Roeck @ 2013-06-19 20:29 UTC (permalink / raw)
  To: linux-kernel, netdev; +Cc: David S. Miller, Greg Kroah-Hartman, Arnd Bergmann

Hi all,

I have been asked to explore options for adding ARINC 429 support [1]
into the Linux kernel, primarily to support devices from Holt Integrated
Circuits [2] (the request is unrelated to the chip manufacturer).

ARINC429 is a protocol which is widely used in commercial airplanes. 

There are various chips supporting this protocol available, as well as
out-of-tree Linux support. The drivers I have looked at implement it
either as character device or misc device and typically pass raw receive
data to userspace.

I can see a number of options for going forward:
1) Implement as character device (or possibly misc device) and pass
   raw data to/from user space
   1a) Just implement a driver for the specific chips
   2b) Implement some kind of generic infrastructure
2) Implement as network driver with a new address family, similar to,
   say, AF_CAN.

Any thoughts / suggestions which approach would be better and, most of all,
which approach might have a better chance of being accepted upstream ?

Thanks,
Guenter

--
[1] http://en.wikipedia.org/wiki/ARINC_429
[2] http://www.holtic.com/category/352-arinc-429.aspx

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

end of thread, other threads:[~2013-07-01 10:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-19 20:29 Adding support for ARINC429 into the Linux kernel Guenter Roeck
2013-06-19 21:45 ` Arnd Bergmann
2013-06-20  4:10   ` Guenter Roeck
2013-06-20  8:52     ` Arnd Bergmann
2013-06-28 21:53       ` Guenter Roeck
2013-07-01 10:06         ` Pavel Machek

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).