1
0
mirror of https://github.com/sjlongland/adv950.git synced 2025-09-27 02:43:27 +10:00
adv950/3.x
Stuart Longland b5ab2a9eb8
8250: Rename data structures and functions.
They might have been 8250-related functions and structures to begin
with, but they have been forked.  So substitute `serial_8250` → `adv950`
and similarly rename `adv_` prefix functions to `adv950` so we don't
confuse ourselves.

This resolves a naming clash with `struct uart_8250_port`, introduced in
commit ce7240e445303de3ca66e6d08f17a2ec278a5bf6.
2017-03-05 12:25:40 +10:00
..
8250_pci.c Initial check-in, Advantech ADV950 serial driver v3.33. 2017-03-05 10:29:50 +10:00
8250.c 8250: Rename data structures and functions. 2017-03-05 12:25:40 +10:00
8250.h Initial check-in, Advantech ADV950 serial driver v3.33. 2017-03-05 10:29:50 +10:00
Makefile Initial check-in, Advantech ADV950 serial driver v3.33. 2017-03-05 10:29:50 +10:00
serial_core.c serial_core: Drop refrences to tty_locked 2017-03-05 11:24:29 +10:00