serial: 8250_tegra: Create Tegra specific 8250 driver
authorJeff Brasen <jbrasen@nvidia.com>
Wed, 29 Jan 2020 13:28:17 +0000 (13:28 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 10 Feb 2020 20:34:44 +0000 (12:34 -0800)
commitc6825c6395b7dbcb5421d89ac8d5631be815ca36
tree63b260429e4508c70aff5ccfcfc0a78d6a9ea8c0
parenta287885f1e378bff5f58cee6d0fd16b886c4863b
serial: 8250_tegra: Create Tegra specific 8250 driver

To support booting NVIDIA Tegra platforms with either Device-Tree or
ACPI, create a Tegra specific 8250 serial driver that supports both
firmware types. Another benefit from doing this, is that the Tegra
specific codec in the generic Open Firmware 8250 driver can now be
removed.

Signed-off-by: Jeff Brasen <jbrasen@nvidia.com>
Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Link: https://lore.kernel.org/r/20200129132817.26343-1-jonathanh@nvidia.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_of.c
drivers/tty/serial/8250/8250_tegra.c [new file with mode: 0644]
drivers/tty/serial/8250/Kconfig
drivers/tty/serial/8250/Makefile