From: Yixun Lan <hidden> Date: 2017-09-06 13:53:20
This dirver try to implement the Magic SysRq support[1] for
Amlogic Inc's meson platfo
From the hardware perspective, the UART IP can't detect the 'BREAK' command
clearly via the status register. Instead, we rely on the combination of
'FRAME_ERR bit && ch == 0', and it works fine.
[1] Documentation/admin-guide/sysrq.rst
Signed-off-by: Yixun Lan <redacted>
---
Changes since v1 at [0]:
- add changelog & a few more comments
[0] https://patchwork.kernel.org/patch/9728475/
---
drivers/tty/serial/meson_uart.c | 18 ++++++++++++++++--
1 file changed, 16 insertions(+), 2 deletions(-)
From: Neil Armstrong <hidden> Date: 2017-10-20 08:10:49
Hi Yixun,
On 06/09/2017 15:52, Yixun Lan wrote:
This dirver try to implement the Magic SysRq support[1] for
Amlogic Inc's meson platfo
Please fix these typos.
quoted hunk
From the hardware perspective, the UART IP can't detect the 'BREAK' command
clearly via the status register. Instead, we rely on the combination of
'FRAME_ERR bit && ch == 0', and it works fine.
[1] Documentation/admin-guide/sysrq.rst
Signed-off-by: Yixun Lan <redacted>
---
Changes since v1 at [0]:
- add changelog & a few more comments
[0] https://patchwork.kernel.org/patch/9728475/
---
drivers/tty/serial/meson_uart.c | 18 ++++++++++++++++--
1 file changed, 16 insertions(+), 2 deletions(-)
From: Yixun Lan <hidden> Date: 2017-10-20 08:32:44
Hi Greg-KH
I think you've already accepted this patch (and merged into your git repo)
so, is it possible for you to amend the commit message? or do you want me
to send a PATCH v3 then?
On 10:10 Fri 20 Oct , Neil Armstrong wrote:
Hi Yixun,
On 06/09/2017 15:52, Yixun Lan wrote:
quoted
This dirver try to implement the Magic SysRq support[1] for
Amlogic Inc's meson platfo
Please fix these typos.
oops, not sure why this line is broken..
s/platfo/platform./
and should squash next line .
quoted
From the hardware perspective, the UART IP can't detect the 'BREAK' command
clearly via the status register. Instead, we rely on the combination of
'FRAME_ERR bit && ch == 0', and it works fine.
[1] Documentation/admin-guide/sysrq.rst
Signed-off-by: Yixun Lan <redacted>
---
Changes since v1 at [0]:
- add changelog & a few more comments
[0] https://patchwork.kernel.org/patch/9728475/
---
drivers/tty/serial/meson_uart.c | 18 ++++++++++++++++--
1 file changed, 16 insertions(+), 2 deletions(-)
From: Neil Armstrong <hidden> Date: 2017-10-20 08:48:43
I Yixun,
On 20/10/2017 10:32, Yixun Lan wrote:
Hi Greg-KH
I think you've already accepted this patch (and merged into your git repo)
so, is it possible for you to amend the commit message? or do you want me
to send a PATCH v3 then?
I was not aware greg applied it, no need to amen anything, ignore my tag.
Neil
On 10:10 Fri 20 Oct , Neil Armstrong wrote:
quoted
Hi Yixun,
On 06/09/2017 15:52, Yixun Lan wrote:
quoted
This dirver try to implement the Magic SysRq support[1] for
Amlogic Inc's meson platfo
Please fix these typos.
oops, not sure why this line is broken..
s/platfo/platform./
and should squash next line .
quoted
quoted
From the hardware perspective, the UART IP can't detect the 'BREAK' command
clearly via the status register. Instead, we rely on the combination of
'FRAME_ERR bit && ch == 0', and it works fine.
[1] Documentation/admin-guide/sysrq.rst
Signed-off-by: Yixun Lan <redacted>
---
Changes since v1 at [0]:
- add changelog & a few more comments
[0] https://patchwork.kernel.org/patch/9728475/
---
drivers/tty/serial/meson_uart.c | 18 ++++++++++++++++--
1 file changed, 16 insertions(+), 2 deletions(-)