From: Qipan Li Date: Mon, 12 Aug 2013 10:15:35 +0000 (+0800) Subject: serial: sirf: make the driver also support USP-based UART X-Git-Tag: v3.12-rc1~182^2~73 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5df831117b85a08e7aa469dda97d2ee02181d083;p=pandora-kernel.git 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-diff-tree failed