forked fromtorvalds/linux
- Notifications
You must be signed in to change notification settings - Fork0
Commitde75803
committed
Merge tag 'tty-5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Pull tty fixes from Greg KH: "Here are some small tty/serial fixes for 5.10-rc5 that resolve some reported issues: - speakup crash when telling the kernel to use a device that isn't really there - imx serial driver fixes for reported problems - ar933x_uart driver fix for probe error handling path All have been in linux-next for a while with no reported issues"* tag 'tty-5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty: serial: ar933x_uart: disable clk on error handling path in probe tty: serial: imx: keep console clocks always on speakup: Do not let the line discipline be used several times tty: serial: imx: fix potential deadlockFile tree
3 files changed
+26
-22
lines changed- drivers
- accessibility/speakup
- tty/serial
3 files changed
+26
-22
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
52 | 58 | | |
53 | 59 | | |
54 | 60 | | |
55 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
56 | 64 | | |
| 65 | + | |
57 | 66 | | |
58 | 67 | | |
59 | 68 | | |
60 | 69 | | |
| 70 | + | |
61 | 71 | | |
62 | 72 | | |
63 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
789 | 789 | | |
790 | 790 | | |
791 | 791 | | |
792 | | - | |
793 | | - | |
| 792 | + | |
| 793 | + | |
| 794 | + | |
| 795 | + | |
794 | 796 | | |
795 | 797 | | |
796 | 798 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
942 | 942 | | |
943 | 943 | | |
944 | 944 | | |
| 945 | + | |
945 | 946 | | |
946 | | - | |
| 947 | + | |
| 948 | + | |
| 949 | + | |
| 950 | + | |
| 951 | + | |
| 952 | + | |
947 | 953 | | |
948 | 954 | | |
949 | 955 | | |
| |||
1013 | 1019 | | |
1014 | 1020 | | |
1015 | 1021 | | |
1016 | | - | |
| 1022 | + | |
1017 | 1023 | | |
1018 | 1024 | | |
1019 | 1025 | | |
| |||
2002 | 2008 | | |
2003 | 2009 | | |
2004 | 2010 | | |
2005 | | - | |
2006 | | - | |
2007 | | - | |
2008 | | - | |
2009 | | - | |
2010 | | - | |
2011 | | - | |
2012 | | - | |
2013 | | - | |
2014 | | - | |
2015 | 2011 | | |
2016 | 2012 | | |
2017 | 2013 | | |
| |||
2047 | 2043 | | |
2048 | 2044 | | |
2049 | 2045 | | |
2050 | | - | |
2051 | | - | |
2052 | | - | |
2053 | 2046 | | |
2054 | 2047 | | |
2055 | 2048 | | |
| |||
2150 | 2143 | | |
2151 | 2144 | | |
2152 | 2145 | | |
2153 | | - | |
2154 | 2146 | | |
2155 | | - | |
| 2147 | + | |
2156 | 2148 | | |
2157 | 2149 | | |
2158 | 2150 | | |
2159 | | - | |
| 2151 | + | |
2160 | 2152 | | |
2161 | | - | |
| 2153 | + | |
2162 | 2154 | | |
2163 | 2155 | | |
2164 | 2156 | | |
| |||
0 commit comments
Comments
(0)