linux_dsm_epyc7002/drivers/tty/serial/8250
Alexander Sverdlin 46e36683f4 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>
2016-09-02 15:03:35 +02:00
..
8250_accent.c tty: serial: 8250: Add generic port init macro 2016-02-06 23:15:53 -08:00
8250_acorn.c tty: serial: 8250: Fix whitespace errors 2016-02-06 23:15:53 -08:00
8250_bcm2835aux.c serial: bcm2835: fix unsigned int issue with irq 2016-02-14 17:39:36 -08:00
8250_boca.c tty: serial: 8250: Add generic port init macro 2016-02-06 23:15:53 -08:00
8250_core.c serial: earlycon: Extend earlycon command line option to support 64-bit addresses 2016-09-02 15:03:35 +02:00
8250_dma.c serial: 8250_dma: adjust DMA address of the UART 2016-08-31 16:13:29 +02:00
8250_dw.c serial: 8250_dw: add ACPI support for uart on Hisilicon Hip05 SoC 2016-09-02 15:03:35 +02:00
8250_early.c serial: 8250_early: Add earlycon support for Synopsys DesignWare ABP UART 2016-06-25 09:12:55 -07:00
8250_em.c serial: 8250: remove the redundant include 2015-03-26 22:21:08 +01:00
8250_exar_st16c554.c tty: serial: 8250: Add generic port init macro 2016-02-06 23:15:53 -08:00
8250_fintek.c serial: 8250_fintek: fix the mismatched IRQ mode 2016-06-25 13:50:53 -07:00
8250_fourport.c tty: serial: 8250: Add generic port init macro 2016-02-06 23:15:53 -08:00
8250_fsl.c serial: export fsl8250_handle_irq 2015-11-20 16:19:54 -08:00
8250_gsc.c tty: serial: 8250: Suitably replace printk 2016-02-06 23:15:53 -08:00
8250_hp300.c tty: serial: 8250: Suitably replace printk 2016-02-06 23:15:53 -08:00
8250_hub6.c tty: serial: 8250: Fix whitespace errors 2016-02-06 23:15:53 -08:00
8250_ingenic.c serial: 8250_ingenic: drop #if conditional surrounding earlycon code 2016-06-25 14:31:04 -07:00
8250_lpc18xx.c serial: 8250: add LPC18xx/43xx UART driver 2015-06-01 06:56:33 +09:00
8250_lpss.c serial: 8250_lpss: enable DMA on Intel Quark UART 2016-08-31 16:13:30 +02:00
8250_mid.c serial: 8250_mid: Read RX buffer on RX DMA timeout for DNV 2016-06-25 14:30:42 -07:00
8250_moxa.c tty: serial: 8250: add MOXA Smartio MUE boards support 2016-03-07 16:11:14 -08:00
8250_mtk.c serial: 8250_mtk: support big baud rate. 2016-08-31 16:01:26 +02:00
8250_of.c serial: 8250: of: Make tegra_serial_handle_break() static 2016-04-30 09:26:55 -07:00
8250_omap.c tty/serial/8250: use mctrl_gpio helpers 2016-06-25 14:30:42 -07:00
8250_pci.c serial: 8250_lpss: move Quark code from PCI driver 2016-08-31 16:13:30 +02:00
8250_pnp.c tty: serial: 8250: Fix indentation warnings 2016-02-06 23:15:53 -08:00
8250_port.c serial: 8250_port: unify check of em485 variable 2016-09-02 15:03:35 +02:00
8250_uniphier.c serial: 8250_uniphier: drop !defined(MODULE) conditional 2016-06-25 14:31:04 -07:00
8250.h serial: 8250_dma: adjust DMA address of the UART 2016-08-31 16:13:29 +02:00
Kconfig serial: 8250_lpss: move Quark code from PCI driver 2016-08-31 16:13:30 +02:00
Makefile serial: 8250_lpss: split LPSS driver to separate module 2016-08-31 16:13:30 +02:00
serial_cs.c tty: serial: 8250: Fix multi-line strings 2016-02-06 23:15:53 -08:00