commit | ff8b275f1f0927621cf543c2a6f02761052c360d | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert+renesas@glider.be> | Thu Nov 19 14:35:09 2015 +0100 |
committer | Geert Uytterhoeven <geert+renesas@glider.be> | Thu Dec 17 11:18:41 2015 +0100 |
tree | 995361d1676ac5a26f36deb1d9acba89d57d914f | |
parent | b4a5c459088b724734573a550c9da42a9a19c9d0 [diff] |
serial: sh-sci: Take into account sampling rate for max baud rate The maximum baud rate depends on the sampling rate. HSCIF has a variable sampling rate and sets s->sampling_rate to zero, hence use the minimum sampling rate of 8. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>