hw/char: cadence_uart: Convert to memop_with_attrs() ops
authorBin Meng <bmeng.cn@gmail.com>
Mon, 13 Sep 2021 15:07:21 +0000 (16:07 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 13 Sep 2021 15:07:21 +0000 (16:07 +0100)
commit7956a8f5dd702adf351575b2aee9dbd99001b61f
tree9ec6af97062fa6b7d6161dcd25e3c76b043081ae
parent983f4adf364628bf1e75f99d85a47a803d2e2dce
hw/char: cadence_uart: Convert to memop_with_attrs() ops

This converts uart_read() and uart_write() to memop_with_attrs() ops.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-id: 20210901124521.30599-5-bmeng.cn@gmail.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/char/cadence_uart.c