Stephen Boyd
|
0efe729634
tty: serial: msm: Add earlycon support
|
11 years ago |
Stephen Boyd
|
8b37439946
serial: msm_serial: Fix kgdb continue
|
11 years ago |
Kiran Padwal
|
864119917d
tty: serial: msm: Fix 'void function return statements are not generally useful' warning
|
11 years ago |
Kiran Padwal
|
6f47abcb86
tty: serial: msm: Fix 'else is not generally useful after a break or return' warning
|
11 years ago |
Kiran Padwal
|
6a7cfe4611
tty: serial: msm: Fix style warnings relating to printk()
|
11 years ago |
Kiran Padwal
|
e919cefb96
tty: serial: msm: Fix 'Missing a blank line after declarations' warning
|
11 years ago |
Kiran Padwal
|
ddea392e61
tty: serial: msm: remove braces {} in msm_serial.c
|
11 years ago |
Kiran Padwal
|
af300539de
tty: serial: msm: Make of_device_id array const
|
11 years ago |
Stephen Boyd
|
68252424a7
tty: serial: msm: Support big-endian CPUs
|
11 years ago |
Rickard Strandqvist
|
2b844ad2bf
tty: serial: msm_serial.c: Cleaning up uninitialized variables
|
11 years ago |
Linus Torvalds
|
456febd299
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
|
11 years ago |
Peter Hurley
|
ef8b9ddcb4
serial: Fix IGNBRK handling
|
11 years ago |
Kumar Gala
|
4cc29462cf
tty: serial: msm: Fix section mismatch warning
|
11 years ago |
Andy Gross
|
31964ffebb
tty: serial: msm: Remove direct access to GSBI
|
11 years ago |
Stephen Boyd
|
f7e54d7ad7
msm_serial: Add support for poll_{get,put}_char()
|
11 years ago |
Stephen Boyd
|
a3957e80eb
msm_serial: Send more than 1 character on the console w/ UARTDM
|
12 years ago |
Stephen Boyd
|
c3b5d3be7e
msm_serial: Add support for non-GSBI UARTDM devices
|
12 years ago |
Stephen Boyd
|
bfaddb7d13
msm_serial: Switch clock consumer strings and simplify code
|
12 years ago |
Viresh Kumar
|
f77232dab2
tty: serial: msm: drop uart_port->lock before calling tty_flip_buffer_push()
|
12 years ago |
Jingoo Han
|
4f749f2482
serial: msm_serial: fix comparison of different types
|
12 years ago |
Stephen Boyd
|
17fae28efe
msm_serial: Send more than 1 character at a time on UARTDM
|
12 years ago |
Stephen Boyd
|
6909dadd91
msm_serial: Make baud_code detection more dynamic
|
12 years ago |
Stephen Boyd
|
f8fb952fd4
msm_serial: Fix sparse warnings
|
12 years ago |
Stephen Boyd
|
4a5662d6a6
msm_serial: Fix NUL byte output on UARTDM
|
12 years ago |
Wei Yongjun
|
195be84aaa
msm_serial: add missing iounmap() on error in msm_request_port()
|
12 years ago |
Stephen Boyd
|
519b371dcd
msm_serial: Use devm_clk_get() and properly return errors
|
12 years ago |
Stephen Boyd
|
f98cf83d0c
msm_serial: Convert to clk_prepare/unprepare
|
12 years ago |
Jiri Slaby
|
2e124b4a39
TTY: switch tty_flip_buffer_push
|
12 years ago |
Jiri Slaby
|
05c7cd3990
TTY: switch tty_insert_flip_string
|
12 years ago |
Jiri Slaby
|
92a19f9cec
TTY: switch tty_insert_flip_char
|
12 years ago |