linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* adding si3210 driver
@ 2017-02-02 18:05 Giuseppe Lippolis
  0 siblings, 0 replies; only message in thread
From: Giuseppe Lippolis @ 2017-02-02 18:05 UTC (permalink / raw)
  To: linux-kernel

Hi All,
I have a router running linux (LEDE distribution) with an embedded 3G modem
and a POTS telephone interface.
The telephone interface uses the si3210 device interfaced with the uP
through an spi IF.
The si3210 ProSLIC integrates a subscriber line interface circuit (SLIC) and
is commonly found in several router with telephone functions.

Because I was unable to find a driver for the si3210, I'm now using the
spidev interface to control the device from the userspace. 

Now I'm thinking to add a spi protocol char driver for that device.

My first question is if make sense to do this; I see other similar tentative
never embedded in the mainstream:
https://github.com/stelhs/slic_tdm
https://github.com/opennetworklinux/linux-3.8.13/tree/master/drivers/tdm/lin
e_ctrl

Second question is: What class the driver belong to? (in which drivers/
subfolder shall I add the driver)?

Thanks for the support.
Bye.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-02-02 18:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-02 18:05 adding si3210 driver Giuseppe Lippolis

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