* adding si3210 driver
@ 2017-02-02 18:05 Giuseppe Lippolis
0 siblings, 0 replies; 2+ messages 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] 2+ messages in thread
* adding si3210 driver
@ 2017-02-03 7:08 Giuseppe Lippolis
0 siblings, 0 replies; 2+ messages in thread
From: Giuseppe Lippolis @ 2017-02-03 7:08 UTC (permalink / raw)
To: linux-spi-u79uwXL29TY76Z2rM5mHXA
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.
--
To unsubscribe from this list: send the line "unsubscribe linux-spi" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-02-03 7:08 UTC | newest]
Thread overview: 2+ messages (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
-- strict thread matches above, loose matches on Subject: below --
2017-02-03 7:08 Giuseppe Lippolis
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.