commit | 8b0bbd956228ae87139673e5611c4c880ddb9529 | [log] [tgz] |
---|---|---|
author | Chris Brandt <chris.brandt@renesas.com> | Wed Jul 11 09:41:30 2018 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Jul 16 11:56:22 2018 +0200 |
tree | 6b910a7f027fffa8d34e1eb2af7e9cd2a42478c5 | |
parent | 76d8ca245c721c12f79779679699b229e361f4ac [diff] |
serial: sh-sci: Add support for R7S9210 Add support for a "RZ_SCIFA" which is different than a traditional SCIFA. It looks like a normal SCIF with FIFO data, but with a compressed address space. Also, the break out of interrupts are different then traditinal SCIF: ERI/BRI, RXI, TXI, TEI, DRI. The R7S9210 (RZ/A2) contains this type of SCIF. Signed-off-by: Chris Brandt <chris.brandt@renesas.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>