Re: [PATCH V1 1/1] serial: 8250_pci: Add F81504A series Support

2019-08-22 Thread Ji-Ze Hong (Peter Hong)
Hi, Greg KH 於 2019/8/23 上午 05:15 寫道: Andy Shevchenko 於 2019/8/16 下午 07:26 寫道: We have 8250_fintek. Isn't it a right place to add these? The 8250_fintek implements PNP device with id PNP0501. Should I also implements PCIe device in this file? Does it use the same logic? If so, that makes s

Re: [PATCH V1 1/1] serial: 8250_pci: Add F81504A series Support

2019-08-22 Thread Greg KH
On Mon, Aug 19, 2019 at 08:49:50AM +0800, Ji-Ze Hong (Peter Hong) wrote: > Hi, > > Andy Shevchenko 於 2019/8/16 下午 07:26 寫道: > > On Fri, Aug 16, 2019 at 01:27:29PM +0800, Ji-Ze Hong (Peter Hong) wrote: > > > Fintek F81504A/508A/512A is PCIE to 4/8/12 UARTs device. It's support > > > IO/MMIO/PCIE co

Re: [PATCH V1 1/1] serial: 8250_pci: Add F81504A series Support

2019-08-18 Thread Ji-Ze Hong (Peter Hong)
Hi, Andy Shevchenko 於 2019/8/16 下午 07:26 寫道: On Fri, Aug 16, 2019 at 01:27:29PM +0800, Ji-Ze Hong (Peter Hong) wrote: Fintek F81504A/508A/512A is PCIE to 4/8/12 UARTs device. It's support IO/MMIO/PCIE conf to access all functions. The old F81504/508/512 is only support IO. We have 8250_fintek

Re: [PATCH V1 1/1] serial: 8250_pci: Add F81504A series Support

2019-08-16 Thread Andy Shevchenko
On Fri, Aug 16, 2019 at 01:27:29PM +0800, Ji-Ze Hong (Peter Hong) wrote: > Fintek F81504A/508A/512A is PCIE to 4/8/12 UARTs device. It's support > IO/MMIO/PCIE conf to access all functions. The old F81504/508/512 is > only support IO. We have 8250_fintek. Isn't it a right place to add these? --

[PATCH V1 1/1] serial: 8250_pci: Add F81504A series Support

2019-08-15 Thread Ji-Ze Hong (Peter Hong)
Fintek F81504A/508A/512A is PCIE to 4/8/12 UARTs device. It's support IO/MMIO/PCIE conf to access all functions. The old F81504/508/512 is only support IO. Signed-off-by: Ji-Ze Hong (Peter Hong) --- drivers/tty/serial/8250/8250_pci.c | 121 + 1 file changed, 1