Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1677647
| From | "Enrico Weigelt, metux IT consult" <enrico.weigelt@gr13.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: Directly accessing serial ports from drivers w/o TTYs ? |
| Date | 2017-06-29 13:50 +0200 |
| Message-ID | <tXG7o-71O-27@gated-at.bofh.it> (permalink) |
| References | <tWovT-2uQ-11@gated-at.bofh.it> <tWDEC-3EY-19@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 26.06.2017 14:51, Alan Cox wrote: Hi, > You can write your own driver for the physical hardware and claim it in > your driver. Shouldn't normally be needed except for bizarre cases when a > serial link is used for something very non tty like (eg as GPIO lines). In my case, it's not really a serial link, but an backplane w/ FIFOs, which looks like a serial ports to the host (AFAIK, historically coming from older systems which actually had various serial controllers, eg. rs232, rs485/mvb, etc). The backplane seems to simulate the lower layers of an mvb network. > Otherwise all the low level tty device locking, queues and interfaces > assume there is a tty_struct attached to it, so yes you need a tty > struct. I was thinking about something that looks like serdev from consumer side, but instead directly works on struct uart_port, w/o actually allocating a tty (and also the funny things like signals, etc). > Why do you need to do otherwise ? Maybe it could offer better performance ? --mtx
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Directly accessing serial ports from drivers w/o TTYs ? "Enrico Weigelt, metux IT consult" <enrico.weigelt@gr13.net> - 2017-06-26 00:50 +0200
Re: Directly accessing serial ports from drivers w/o TTYs ? Alan Cox <gnomes@lxorguk.ukuu.org.uk> - 2017-06-26 17:00 +0200
Re: Directly accessing serial ports from drivers w/o TTYs ? "Enrico Weigelt, metux IT consult" <enrico.weigelt@gr13.net> - 2017-06-29 13:50 +0200
Re: Directly accessing serial ports from drivers w/o TTYs ? Alan Cox <gnomes@lxorguk.ukuu.org.uk> - 2017-06-30 19:30 +0200
csiph-web