Re: [PATCH] BUG: atmel_serial: Interrupts not disabled on close

2016-09-15 Thread Greg Kroah-Hartman
On Mon, Sep 12, 2016 at 05:22:58PM +0200, Nicolas Ferre wrote: > Le 12/09/2016 à 15:34, Richard Genoud a écrit : > > Since commit 18dfef9c7f87 ("serial: atmel: convert to irq handling > > provided mctrl-gpio"), interrupts from GPIOs are not disabled any more > > when the serial port is closed, lead

Re: [PATCH] BUG: atmel_serial: Interrupts not disabled on close

2016-09-12 Thread Nicolas Ferre
Le 12/09/2016 à 15:34, Richard Genoud a écrit : > Since commit 18dfef9c7f87 ("serial: atmel: convert to irq handling > provided mctrl-gpio"), interrupts from GPIOs are not disabled any more > when the serial port is closed, leading to an oops when the one of the > input pin is toggled (CTS/DSR/DCD/

Re: [PATCH] BUG: atmel_serial: Interrupts not disabled on close

2016-09-12 Thread Uwe Kleine-König
On Mon, Sep 12, 2016 at 03:34:41PM +0200, Richard Genoud wrote: > Since commit 18dfef9c7f87 ("serial: atmel: convert to irq handling > provided mctrl-gpio"), interrupts from GPIOs are not disabled any more > when the serial port is closed, leading to an oops when the one of the > input pin is toggl

[PATCH] BUG: atmel_serial: Interrupts not disabled on close

2016-09-12 Thread Richard Genoud
Since commit 18dfef9c7f87 ("serial: atmel: convert to irq handling provided mctrl-gpio"), interrupts from GPIOs are not disabled any more when the serial port is closed, leading to an oops when the one of the input pin is toggled (CTS/DSR/DCD/RNG). This is only the case if those pins are used as G