Skip to content

Commit dfeae61

Browse files
ringlejgregkh
authored andcommitted
serial: sc16is7xx
The SC16IS7xx is a slave I2C-bus/SPI interface to a single-channel high performance UART. The SC16IS7xx's internal register set is backward-compatible with the widely used and widely popular 16C450. The SC16IS7xx also provides additional advanced features such as auto hardware and software flow control, automatic RS-485 support, and software reset. Signed-off-by: Jon Ringle <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 2aafb38 commit dfeae61

File tree

4 files changed

+1292
-0
lines changed

4 files changed

+1292
-0
lines changed

drivers/tty/serial/Kconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1178,6 +1178,15 @@ config SERIAL_SCCNXP_CONSOLE
11781178
help
11791179
Support for console on SCCNXP serial ports.
11801180

1181+
config SERIAL_SC16IS7XX
1182+
tristate "SC16IS7xx serial support"
1183+
select SERIAL_CORE
1184+
select REGMAP_I2C if I2C
1185+
help
1186+
This selects support for SC16IS7xx serial ports.
1187+
Supported ICs are SC16IS740, SC16IS741, SC16IS750, SC16IS752,
1188+
SC16IS760 and SC16IS762.
1189+
11811190
config SERIAL_BFIN_SPORT
11821191
tristate "Blackfin SPORT emulate UART"
11831192
depends on BLACKFIN

drivers/tty/serial/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ obj-$(CONFIG_SERIAL_MPSC) += mpsc.o
5151
obj-$(CONFIG_SERIAL_SB1250_DUART) += sb1250-duart.o
5252
obj-$(CONFIG_ETRAX_SERIAL) += crisv10.o
5353
obj-$(CONFIG_SERIAL_SCCNXP) += sccnxp.o
54+
obj-$(CONFIG_SERIAL_SC16IS7XX) += sc16is7xx.o
5455
obj-$(CONFIG_SERIAL_JSM) += jsm/
5556
obj-$(CONFIG_SERIAL_TXX9) += serial_txx9.o
5657
obj-$(CONFIG_SERIAL_VR41XX) += vr41xx_siu.o

0 commit comments

Comments
 (0)