From cb8ee9f08c4abfd8744eabffc467c06795c835d9 Mon Sep 17 00:00:00 2001 From: Peter Hung Date: Wed, 19 Nov 2014 13:22:27 +0800 Subject: [PATCH] serial: Fix io address assign flow with Fintek PCI-to-UART Product The original driver fixed the io address with 0xe000+idx*8, but real io address assigned from BIOS is dynamically from read PCI configure space 0x24, 0x20, 0x1c. The Fintek F81504/F81508/F81512 maybe malfunction without this patch and malfunction surely when more then 1 PCI card. Signed-off-by: Peter Hung Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed