[PATCH] tty/serial: atmel: use port->name as name in request_irq()
Sebastian Andrzej Siewior
bigeasy at linutronix.de
Wed May 2 12:16:32 PDT 2018
On 2018-04-27 12:31:52 [+0200], Richard Genoud wrote:
> Hi Sebastian,
Hi,
> > If this is unknown and a bisect is requested, please let me know.
> Indeed, this will be appreciated.
> I'm quite curious to find the commit that led to this.
commit 761ed4a94582ab291aa24dcbea4e01e8936488c8
Author: Rob Herring <robh at kernel.org>
Date: Mon Aug 22 17:39:10 2016 -0500
tty: serial_core: convert uart_close to use tty_port_close
tty_port_close handles much of the common parts of tty close. Convert
uart_close to use it and move the serial_core specific parts into
tty_port.shutdown function. This will be needed to use tty_port functions
directly from in kernel clients.
This change causes ops->stop_rx() to be called after uart_wait_until_sent()
is called which I think should be fine. Otherwise, the sequence of the
close should be the same.
Cc: Peter Hurley <peter at hurleysoftware.com>
Signed-off-by: Rob Herring <robh at kernel.org>
Acked-by: Alan Cox <alan at linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh at linuxfoundation.org>
The thread starts at
https://www.spinics.net/lists/linux-serial/msg30070.html
http://lkml.kernel.org/r/20180426150625.q5tqcb7fzchvkb5d@linutronix.de
> Richard
Sebastian
More information about the linux-arm-kernel
mailing list