On 20 March 2018 at 01:36, Trent Piepho wrote:
> Linux does not detect a break from this IMX serial driver as a magic
> sysrq. Nor does it note a break in the port error counts.
>
> The former is because the Linux driver uses the BRCD bit in the USR2
> register to trigger the RS-232 break handler
Hi,
This series seems to have some coding style problems. See output below for
more information:
Type: series
Message-id: 20180320013657.25038-1-tpie...@impinj.com
Subject: [Qemu-devel] [PATCH] i.MX: Support serial RS-232 break properly
=== TEST SCRIPT BEGIN ===
#!/bin/bash
BASE=base
n=1
total
Linux does not detect a break from this IMX serial driver as a magic
sysrq. Nor does it note a break in the port error counts.
The former is because the Linux driver uses the BRCD bit in the USR2
register to trigger the RS-232 break handler in the kernel, which is
where sysrq hooks in. The emula