Searched hist:"46 e36683f433528bfb7e5754ca5c5c86c204c40a" (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/tty/serial/ |
H A D | earlycon.c | diff 46e36683f433528bfb7e5754ca5c5c86c204c40a Fri Sep 02 13:20:21 CEST 2016 Alexander Sverdlin <alexander.sverdlin@nokia.com> 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>
|
H A D | serial_core.c | diff 46e36683f433528bfb7e5754ca5c5c86c204c40a Fri Sep 02 13:20:21 CEST 2016 Alexander Sverdlin <alexander.sverdlin@nokia.com> 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>
|
/linux/drivers/tty/serial/8250/ |
H A D | 8250_core.c | diff 46e36683f433528bfb7e5754ca5c5c86c204c40a Fri Sep 02 13:20:21 CEST 2016 Alexander Sverdlin <alexander.sverdlin@nokia.com> 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>
|
/linux/include/linux/ |
H A D | serial_core.h | diff 46e36683f433528bfb7e5754ca5c5c86c204c40a Fri Sep 02 13:20:21 CEST 2016 Alexander Sverdlin <alexander.sverdlin@nokia.com> 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>
|