[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20221125130509.8482-1-ilpo.jarvinen@linux.intel.com>
Date: Fri, 25 Nov 2022 15:05:03 +0200
From: Ilpo Järvinen <ilpo.jarvinen@...ux.intel.com>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Jiri Slaby <jirislaby@...nel.org>, linux-serial@...r.kernel.org
Cc: linux-kernel@...r.kernel.org,
Ilpo Järvinen <ilpo.jarvinen@...ux.intel.com>
Subject: [PATCH v2 0/6] serial: Cleanup literals
Convert plenty of register write literals to use the proper defines. In
most of the cases the defines already exist but a few new defines are
added too for combined sets of flags.
v2:
- Fix EAABLED typo.
Ilpo Järvinen (6):
serial: 8250: Use defined IER bits
serial: 8250: Name MSR literals
serial: 8250: Cleanup MCR literals
serial: 8250: Add IIR FIFOs enabled field properly
serial: 8250: Define IIR 64 byte bit & cleanup related code
serial: 8250_early: Convert literals to use defines
drivers/tty/serial/8250/8250_early.c | 4 +--
drivers/tty/serial/8250/8250_port.c | 47 ++++++++++++++--------------
include/linux/serial.h | 10 ++++++
include/uapi/linux/serial_reg.h | 5 +++
4 files changed, 41 insertions(+), 25 deletions(-)
--
2.30.2
Powered by blists - more mailing lists