Searched hist:"18900 ca65a8553edc608b6c9d518eb31e6c09ba1" (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/tty/ |
H A D | amiserial.c | diff 18900ca65a8553edc608b6c9d518eb31e6c09ba1 Sat Apr 09 19:06:48 CDT 2016 Peter Hurley <peter@hurleysoftware.com> tty: Replace TTY_IO_ERROR bit tests with tty_io_error()
Abstract TTY_IO_ERROR status test treewide with tty_io_error(). NB: tty->flags uses atomic bit ops; replace non-atomic bit test with test_bit().
Signed-off-by: Peter Hurley <peter@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | mxser.c | diff 18900ca65a8553edc608b6c9d518eb31e6c09ba1 Sat Apr 09 19:06:48 CDT 2016 Peter Hurley <peter@hurleysoftware.com> tty: Replace TTY_IO_ERROR bit tests with tty_io_error()
Abstract TTY_IO_ERROR status test treewide with tty_io_error(). NB: tty->flags uses atomic bit ops; replace non-atomic bit test with test_bit().
Signed-off-by: Peter Hurley <peter@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | tty_port.c | diff 18900ca65a8553edc608b6c9d518eb31e6c09ba1 Sat Apr 09 19:06:48 CDT 2016 Peter Hurley <peter@hurleysoftware.com> tty: Replace TTY_IO_ERROR bit tests with tty_io_error()
Abstract TTY_IO_ERROR status test treewide with tty_io_error(). NB: tty->flags uses atomic bit ops; replace non-atomic bit test with test_bit().
Signed-off-by: Peter Hurley <peter@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | synclink_gt.c | diff 18900ca65a8553edc608b6c9d518eb31e6c09ba1 Sat Apr 09 19:06:48 CDT 2016 Peter Hurley <peter@hurleysoftware.com> tty: Replace TTY_IO_ERROR bit tests with tty_io_error()
Abstract TTY_IO_ERROR status test treewide with tty_io_error(). NB: tty->flags uses atomic bit ops; replace non-atomic bit test with test_bit().
Signed-off-by: Peter Hurley <peter@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | pty.c | diff 18900ca65a8553edc608b6c9d518eb31e6c09ba1 Sat Apr 09 19:06:48 CDT 2016 Peter Hurley <peter@hurleysoftware.com> tty: Replace TTY_IO_ERROR bit tests with tty_io_error()
Abstract TTY_IO_ERROR status test treewide with tty_io_error(). NB: tty->flags uses atomic bit ops; replace non-atomic bit test with test_bit().
Signed-off-by: Peter Hurley <peter@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | tty_io.c | diff 18900ca65a8553edc608b6c9d518eb31e6c09ba1 Sat Apr 09 19:06:48 CDT 2016 Peter Hurley <peter@hurleysoftware.com> tty: Replace TTY_IO_ERROR bit tests with tty_io_error()
Abstract TTY_IO_ERROR status test treewide with tty_io_error(). NB: tty->flags uses atomic bit ops; replace non-atomic bit test with test_bit().
Signed-off-by: Peter Hurley <peter@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
/openbmc/linux/include/linux/ |
H A D | tty.h | diff 18900ca65a8553edc608b6c9d518eb31e6c09ba1 Sat Apr 09 19:06:48 CDT 2016 Peter Hurley <peter@hurleysoftware.com> tty: Replace TTY_IO_ERROR bit tests with tty_io_error()
Abstract TTY_IO_ERROR status test treewide with tty_io_error(). NB: tty->flags uses atomic bit ops; replace non-atomic bit test with test_bit().
Signed-off-by: Peter Hurley <peter@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
/openbmc/linux/drivers/tty/serial/ |
H A D | serial_core.c | diff 18900ca65a8553edc608b6c9d518eb31e6c09ba1 Sat Apr 09 19:06:48 CDT 2016 Peter Hurley <peter@hurleysoftware.com> tty: Replace TTY_IO_ERROR bit tests with tty_io_error()
Abstract TTY_IO_ERROR status test treewide with tty_io_error(). NB: tty->flags uses atomic bit ops; replace non-atomic bit test with test_bit().
Signed-off-by: Peter Hurley <peter@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|