Re: [PATCH v2 0/3] HISI LPC ACPI UART support

2018-05-11 Thread Wei Xu
Hi John, On 2018/5/9 15:48, John Garry wrote: > On 08/05/2018 12:17, Andy Shevchenko wrote: >> On Tue, 2018-05-08 at 18:27 +0800, John Garry wrote: >>> This patchset adds ACPI FW support for the UART on >>> the LPC bus on the Huawei D03 development board. >>> >>> It also drops MFD API usage. It's

Re: [PATCH v2 0/3] HISI LPC ACPI UART support

2018-05-09 Thread John Garry
On 08/05/2018 12:17, Andy Shevchenko wrote: On Tue, 2018-05-08 at 18:27 +0800, John Garry wrote: This patchset adds ACPI FW support for the UART on the LPC bus on the Huawei D03 development board. It also drops MFD API usage. It's not right to use MFD APIs outside drivers/mfd. As the alternate

Re: [PATCH v2 0/3] HISI LPC ACPI UART support

2018-05-08 Thread Andy Shevchenko
On Tue, 2018-05-08 at 18:27 +0800, John Garry wrote: > This patchset adds ACPI FW support for the UART on > the LPC bus on the Huawei D03 development board. > > It also drops MFD API usage. It's not right to use MFD > APIs outside drivers/mfd. As the alternate solution, we > use platform device AP

[PATCH v2 0/3] HISI LPC ACPI UART support

2018-05-08 Thread John Garry
This patchset adds ACPI FW support for the UART on the LPC bus on the Huawei D03 development board. It also drops MFD API usage. It's not right to use MFD APIs outside drivers/mfd. As the alternate solution, we use platform device APIs directly. The UART is 8250-compatible, and has the following