[PATCH v4 08/11] tty: add pruss SUART driver

Alan Cox alan at lxorguk.ukuu.org.uk
Mon May 9 09:55:34 EDT 2011


On Mon, 9 May 2011 19:20:17 +0530
"Subhasish Ghosh" <subhasish at mistralsolutions.com> wrote:

> >> I then modified this function to as follows and the error is not observed
> >> anymore.
> >
> > That looks like you are somehow calling uart_carrier_raised somewhere
> > with interrupts disabled ?
> >
> I am not calling this function in my driver atall, this is getting called by 
> tty_port.c

Can you verify the status of the interrupt flags at the point that
routine is called in your code and get a backtrace of the path. It
should never be gettng called with interrupts off, and if it is we need
to know what the path is. Otherwise that code change would imply a bug
in the core code for the platform which seems less likely.
 



More information about the linux-arm-kernel mailing list