diff options
author | Jiri Slaby (SUSE) <jirislaby@kernel.org> | 2022-11-15 08:17:23 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-11-22 17:51:42 +0100 |
commit | 4e2b16a62d9975c4f6135e6a79a8e00cbad812d6 (patch) | |
tree | d684d2b1c8069d40c1248ffbdb8737e539e82e26 /tools/perf/scripts/python/stat-cpi.py | |
parent | 070fa1d2bf089937559183320c4066c065312665 (diff) |
tty: serial: altera_jtaguart: use uart_port::read_status_mask
Instead of self-defined struct altera_jtaguart::imr, use preexisting
uart_port::read_status_mask.
Note that imr was ulong. But there is no reason for that, its values are
uints. And readl/writel's are used to read it/write to it.
Cc: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Jiri Slaby (SUSE) <jirislaby@kernel.org>
Reviewed-by: Tobias Klauser <tklauser@distanz.ch>
Link: https://lore.kernel.org/r/20221115071724.5185-3-jirislaby@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/stat-cpi.py')
0 files changed, 0 insertions, 0 deletions