Home
last modified time | relevance | path

Searched hist:"46 e36683f433528bfb7e5754ca5c5c86c204c40a" (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/tty/serial/
H A Dearlycon.cdiff 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 Dserial_core.cdiff 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 D8250_core.cdiff 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 Dserial_core.hdiff 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>