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

2011-05-09 Thread Alan Cox
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 ? Alan ___ Davinci-linux-open-source mailing list

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

2011-05-09 Thread Subhasish Ghosh
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 int

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

2011-05-09 Thread Alan Cox
On Mon, 9 May 2011 19:20:17 +0530 Subhasish Ghosh subhas...@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