commit | b2f20ed9c483859e2e83cfb1a3193e40760c18ad | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | Wed Jan 11 16:43:36 2017 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Jan 19 14:17:05 2017 +0100 |
tree | 30bdf6577cf8a859b54f7dccc710980d91600ded | |
parent | daf5a8959a835bd91534e0ab049d0bfe8448536d [diff] |
serial: sh-sci: Extend sci_port_params with more port parameters The fifo size, overrun register and mask, sampling rate mask and error mask all depend on the port type only and don't need to be computed at runtime. Add them to the sci_port_parameters structure. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>