This repository has been archived on 2026-03-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
ubports_kernel_google_msm/drivers/tty
Devin Kim 140658c443 mako: serial console: not write console message if not using earjack-dedugger
flushing console messages into uart is very slow.
If you boot up without connecting the earjack-debugger, skip to
write console message into uart.  So We can reduce the bootup time
by about 2 seconds.  But unfortunately this patch is mako specific
patch, not generic

without this patch:
[    1.001648] msm_serial_hsl: console setup on port #0
[    2.344452] console [ttyHSL0] enabled

with this patch:
[    0.966091] msm_serial_hsl: console setup on port #0
[    0.966854] console [ttyHSL0] enabled

Change-Id: Iba2628fe7b9e08583d98e804ee6bc3bd87aee9a7
2013-03-04 12:47:47 -08:00
..
2013-03-04 12:47:24 -08:00
2012-03-28 18:30:03 +01:00
2012-03-28 18:30:03 +01:00
2011-03-31 11:26:23 -03:00
2012-03-28 18:30:03 +01:00
2012-03-28 18:30:03 +01:00
2011-08-23 10:34:07 -07:00