commit | 5a43140cc4a59eda4549cc3b74989efa77973158 | [log] [tgz] |
---|---|---|
author | Noam Camus <noamc@ezchip.com> | Sat Dec 12 19:18:27 2015 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Feb 06 22:28:23 2016 -0800 |
tree | 25218727ad1e775098077c0a8abaa10e1df0b786 | |
parent | 4625090187768bc776d69dfaa6a1f79b1125debe [diff] |
serial: 8250_dw: Do not use readl/writel before checking port iotype Direct call to readl()/writel() is checked against iotype and in case of UPIO_MEM32BE we use ioread32be()/iowrite32be() instead of them. Signed-off-by: Noam Camus <noamc@ezchip.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>