commit | 0e4cf69ede8751d25f733cd7a6f954c5b505fa03 | [log] [tgz] |
---|---|---|
author | Miquel Raynal <miquel.raynal@bootlin.com> | Fri Nov 23 16:45:29 2018 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Nov 27 09:20:17 2018 +0100 |
tree | 2aff075fbff910440248bc08885da972f0f7dfe0 | |
parent | 20d8e8611eb0596047fd4389be7a7203a883b9bf [diff] |
serial: mvebu-uart: clarify the baud rate derivation The current comment in ->set_baud_rate() is rather incomplete as it fails to describe what are the actual stages for the baudrate derivation. Replace this comment with something more explicit and close to the functional specification. Also adapt the variable names to it. Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>