serial: pic32_uart: Add PIC32 UART driver
authorAndrei Pistirica <andrei.pistirica@microchip.com>
Thu, 14 Jan 2016 01:15:43 +0000 (18:15 -0700)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 13 May 2016 12:01:56 +0000 (14:01 +0200)
commit157b9394709ed5233288986a293405def22792ed
tree3c16e41f74d9bd20d5e5de6ccfbeb1b661bfacb0
parent81dfdd39c76dc65f3a0fd5e6a231c3cbca9c49bc
serial: pic32_uart: Add PIC32 UART driver

This adds UART and a serial console driver for Microchip PIC32 class
devices.

[ralf@linux-mips.org: Resolved merge conflict.]

Signed-off-by: Andrei Pistirica <andrei.pistirica@microchip.com>
Signed-off-by: Joshua Henderson <joshua.henderson@microchip.com>
Reviewed-by: Alan Cox <alan@linux.intel.com>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Jiri Slaby <jslaby@suse.com>
Cc: linux-kernel@vger.kernel.org
Cc: linux-mips@linux-mips.org
Cc: linux-serial@vger.kernel.org
Cc: linux-api@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/12101/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
drivers/tty/serial/Kconfig
drivers/tty/serial/Makefile
drivers/tty/serial/pic32_uart.c [new file with mode: 0644]
drivers/tty/serial/pic32_uart.h [new file with mode: 0644]
include/uapi/linux/serial_core.h