Pramod Gurav
4daba33466
tty: serial: msm_serial: code cleanup in msm_console_setup
...
The change does following:
- baud, flow, bits, parity were being overwritten as they were
being reinitialized after parsing. Initialize them when they are
declared so that user provided setting are not overwritten.
- msm_set_baud_rate() is anyway called in uart_set_options when it calls
msm_set_termios(). msm_reset() is called when we change the baud rate.
Hence doing away with both of these calls.
- CR_CMD_PROTECTION_EN and CR_TX_ENABLE settings are done in msm_set_baud_rate.
So do away with this here.
Signed-off-by: Pramod Gurav <pramod.gurav@smartplayin.com >
Reviewed-by: Stephen Boyd <sboyd@codeaurora.org >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2015-02-02 10:11:25 -08:00
..
2015-01-14 07:53:51 +13:00
2014-12-14 16:43:47 -08:00
2014-12-18 20:28:33 -08:00
2014-12-14 16:10:09 -08:00
2014-12-29 21:24:00 +01:00
2014-12-11 17:56:37 -08:00
2015-01-08 09:02:23 -07:00
2014-12-15 13:23:09 -05:00
2015-01-16 19:10:41 -08:00
2014-12-30 13:34:36 -06:00
2015-01-17 11:33:57 -08:00
2014-12-30 15:27:20 +01:00
2014-11-26 19:09:01 -08:00
2014-11-26 19:28:11 -08:00
2014-12-29 21:23:41 +01:00
2014-12-29 21:23:41 +01:00
2014-12-14 16:10:09 -08:00
2015-01-13 23:07:58 +05:30
2014-12-14 16:10:09 -08:00
2014-12-14 16:43:47 -08:00
2014-12-10 20:53:21 +01:00
2014-12-14 16:10:09 -08:00
2015-01-09 07:57:35 +01:00
2015-01-08 10:36:37 +10:00
2015-01-09 14:41:01 +01:00
2014-12-15 17:33:47 -08:00
2014-12-14 16:43:47 -08:00
2014-12-17 10:16:27 -08:00
2014-12-20 13:52:52 -08:00
2014-12-14 16:10:09 -08:00
2015-01-08 17:59:04 -08:00
2014-12-20 13:42:57 -08:00
2014-12-31 12:59:34 -08:00
2015-01-05 12:40:06 +01:00
2014-12-15 17:30:09 -08:00
2015-01-12 15:31:35 -05:00
2015-01-13 13:49:01 -08:00
2014-12-09 16:32:32 +02:00
2014-12-19 19:32:47 +01:00
2014-12-14 16:10:09 -08:00
2015-01-09 15:46:37 -08:00
2014-12-17 12:31:13 -05:00
2014-12-18 20:28:33 -08:00
2014-12-17 09:59:26 -08:00
2014-11-24 14:45:27 +01:00
2014-12-30 16:59:59 -08:00
2015-01-17 08:18:08 +13:00
2015-01-14 09:47:19 +01:00
2014-12-17 09:59:26 -08:00
2015-01-14 17:05:51 -05:00
2014-12-18 20:28:33 -08:00
2014-12-16 14:53:01 -08:00
2014-12-14 16:43:47 -08:00
2014-12-19 14:02:02 -08:00
2014-12-14 16:43:47 -08:00
2014-12-23 15:44:32 +05:30
2015-01-07 10:44:39 +01:00
2014-12-18 20:24:55 -08:00
2014-12-18 20:28:33 -08:00
2014-12-17 02:35:42 +01:00
2014-12-17 10:10:51 -08:00
2014-12-29 13:24:38 -08:00
2014-12-14 16:10:09 -08:00
2015-01-16 19:11:31 -08:00
2014-11-26 18:24:36 +02:00
2014-12-14 16:10:09 -08:00
2014-12-18 09:55:55 +01:00
2015-01-09 15:43:01 +01:00
2014-12-05 03:08:24 +01:00
2014-12-15 15:52:01 -08:00
2014-12-24 12:57:54 +00:00
2014-12-11 17:56:37 -08:00
2015-01-12 19:49:47 -08:00
2015-01-09 15:25:58 -08:00
2014-11-24 07:45:25 +01:00
2015-01-15 19:20:26 +13:00
2015-02-02 10:11:25 -08:00
2014-12-14 16:43:47 -08:00
2015-01-14 16:27:23 -08:00
2015-01-07 10:29:11 -07:00
2015-01-13 15:23:26 +13:00
2015-01-13 15:13:45 +02:00
2015-01-06 16:35:36 +02:00
2014-12-14 16:43:47 -08:00
2014-12-18 16:01:20 +01:00
2014-12-18 05:56:29 -08:00
2014-12-15 18:06:13 -08:00
2014-12-22 11:47:37 +02:00