commit | 4e26b134bd17234e373376b561d2fc5cba3fccb2 | [log] [tgz] |
---|---|---|
author | Heikki Krogerus <heikki.krogerus@linux.intel.com> | Thu Jun 05 16:51:40 2014 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Jul 10 15:27:37 2014 -0700 |
tree | 63943ed94407a41bd3cf36cb39e4f6ffded65fae | |
parent | 1ff5b64dccbf23acfe7993b9132b6992922a4756 [diff] |
serial: 8250_dw: clock rate handling for all ACPI platforms This replaces the Baytrail specific custom set_termios hook with a more generic one where the clock framework is used to set the rate. The method also doesn't need to be limited to just Baytrail, so it's used with all ACPI platforms. Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>