From 5df831117b85a08e7aa469dda97d2ee02181d083 Mon Sep 17 00:00:00 2001 From: Qipan Li Date: Mon, 12 Aug 2013 18:15:35 +0800 Subject: [PATCH] serial: sirf: make the driver also support USP-based UART Universal Serial Ports (USP) can be used as PCM, UART, SPI, I2S etc. this makes the USP work as UART. the basic work flow is same with UART controller, the main difference will be offset of registers and bits. this patch makes the old sirfsoc uart driver support both sirf UART and USP-based UART by making their differences become private data. Signed-off-by: Qipan Li Signed-off-by: Barry Song Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed