diff options
author | Ben Dooks <[email protected]> | 2015-11-18 14:41:11 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2015-12-13 19:59:48 -0800 |
commit | 1bc1f17b7f1ca320b389622e3c7fbf4ee8991f61 (patch) | |
tree | b84bdd60d87a2c6df5de44608fa9b3f8f2babdd8 /tools/perf/scripts/python | |
parent | f5ce6edd22cff94e7b4a17f26cad43e60ae3d080 (diff) |
ARM: meson: serial: release region on port release
The meson_uart_release_port() unmaps the register area but does not release
it. The meson_uart_request_port() calls devm_request_mem_region so the
release should call devm_release_mem_region() for that area so that anyt
subsequent use of these calls will work.
This fixes an issue where the addition of reset code before registering
the uart stops the console from working.
Signed-off-by: Ben Dooks <[email protected]>
Tested-by: Carlo Caione <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions