diff options
author | Alexander Sverdlin <alexander.sverdlin@nokia.com> | 2016-09-02 13:20:21 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-09-02 15:03:35 +0200 |
commit | 46e36683f433528bfb7e5754ca5c5c86c204c40a (patch) | |
tree | 21d6c4a885ea8fb7c7ee64ed7f77b845281e5980 /drivers/clk | |
parent | tty/serial: mark __init early_smh_setup() static (diff) | |
download | linux-46e36683f433528bfb7e5754ca5c5c86c204c40a.tar.xz linux-46e36683f433528bfb7e5754ca5c5c86c204c40a.zip |
serial: earlycon: Extend earlycon command line option to support 64-bit addresses
earlycon implementation used "unsigned long" internally, but there are systems
(ARM with LPAE) where sizeof(unsigned long) == 4 and uart is mapped beyond 4GiB
address range.
Switch to resource_size_t internally and replace obsoleted simple_strtoul() with
kstrtoull().
Signed-off-by: Alexander Sverdlin <alexander.sverdlin@nokia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions