On Tue, Oct 28, 2008 at 07:15:21PM +0100, michael wrote:
> Correct the interrupt handler in sh4 serial device,
> return the correct value and check for what is anabled
> in the SCSCR register. The sh7722 is broken just sending
> a break using minicom. I'm not sure for the value of
> SCI_CTRL_FLAGS_REIE in all architecture.
>
> Signed-off-by: Michael Trimarchi <[email protected]>
>
Yes, this looks like a good change. It's a good indicator that the
original implementation of sci_mpxed_interrupt() was written with a
particular sub-type in mind ;-)
Applied, thanks.