linux/drivers/tty/serial/8250
Paul Gortmaker 4b71598b6a serial: diminish usage of struct serial_uart_config
This structure might have made sense many years ago, but at this
point it is only used in one specific driver, and referenced in
stale comments elsewhere.  Rather than change the sunsu.c driver,
simply move the struct to be within the exclusive domain of that
driver, so it won't get inadvertently picked up and used by other
serial drivers going forward.  The comments referencing the now
driver specific struct are updated accordingly.

Note that 8250.c has a struct that is similar in usage, with the
name serial8250_config; but is 100% independent and untouched here.

Cc: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Acked-by: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-09-05 13:15:07 -07:00
..
8250_accent.c
8250_acorn.c 8250: use the 8250 register interface not the legacy one 2012-07-12 14:46:22 -07:00
8250_boca.c
8250_dw.c 8250: three way resolve of the 8250 diffs 2012-07-17 09:11:50 -07:00
8250_early.c
8250_em.c serial8250-em: Add DT support 2012-05-09 15:11:31 -07:00
8250_exar_st16c554.c
8250_fourport.c
8250_fsl.c
8250_gsc.c 8250: use the 8250 register interface not the legacy one 2012-07-12 14:46:22 -07:00
8250_hp300.c 8250: use the 8250 register interface not the legacy one 2012-07-12 14:46:22 -07:00
8250_hub6.c
8250_pci.c 8250: add AgeStar AS-PRS2-009 2012-08-16 11:53:14 -07:00
8250_pnp.c 8250: use the 8250 register interface not the legacy one 2012-07-12 14:46:22 -07:00
8250.c 8250: add support for ASIX devices with a FIFO bug 2012-07-12 14:48:11 -07:00
8250.h serial: diminish usage of struct serial_uart_config 2012-09-05 13:15:07 -07:00
Kconfig Merge branch 'delete-mca' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux 2012-05-23 17:12:06 -07:00
Makefile Merge branch 'delete-mca' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux 2012-05-23 17:12:06 -07:00
serial_cs.c 8250: use the 8250 register interface not the legacy one 2012-07-12 14:46:22 -07:00