commit | cb8ee9f08c4abfd8744eabffc467c06795c835d9 | [log] [tgz] |
---|---|---|
author | Peter Hung <hpeter@gmail.com> | Wed Nov 19 13:22:27 2014 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Nov 25 17:06:39 2014 -0800 |
tree | 827e0e0dec89521d40bf3f540401e2773c434779 | |
parent | 2b310ec7934f69c6e9a49dd675f413e112b82e5c [diff] |
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 <hpeter+linux_kernel@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>