commit | 09dcc7dfc05b31bf0bbcd1511cd1a2644908d5c8 | [log] [tgz] |
---|---|---|
author | Jun Nie <jun.nie@linaro.org> | Fri Jul 31 15:49:18 2015 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Aug 04 22:07:26 2015 -0700 |
tree | b790e6be89e52393a598995c69d3620d0324dc9f | |
parent | 2c096a9eedc6841d3610545f4e6c3d72bd0962be [diff] |
uart: pl011: Improve LCRH register access decision Improve LCRH register access decision as ARM PL011 lcrh register serve as both TX and RX, while other SOC may implement TX and RX function with separated register. Signed-off-by: Jun Nie <jun.nie@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>