Re: [PATCH v2] serial: 8250_of: Add IO space support

2018-05-08 Thread John Garry
On 27/04/2018 11:36, John Garry wrote: Currently the 8250_of driver only supports MEM IO type accesses. Some development boards (Huawei D03, specifically) require IO space access for 8250-compatible OF driver support, so add it. The modification is quite simple: just set the port iotype and

Re: [PATCH v2] serial: 8250_of: Add IO space support

2018-05-08 Thread John Garry
On 27/04/2018 11:36, John Garry wrote: Currently the 8250_of driver only supports MEM IO type accesses. Some development boards (Huawei D03, specifically) require IO space access for 8250-compatible OF driver support, so add it. The modification is quite simple: just set the port iotype and

[PATCH v2] serial: 8250_of: Add IO space support

2018-04-27 Thread John Garry
Currently the 8250_of driver only supports MEM IO type accesses. Some development boards (Huawei D03, specifically) require IO space access for 8250-compatible OF driver support, so add it. The modification is quite simple: just set the port iotype and associated flags depending on the device

[PATCH v2] serial: 8250_of: Add IO space support

2018-04-27 Thread John Garry
Currently the 8250_of driver only supports MEM IO type accesses. Some development boards (Huawei D03, specifically) require IO space access for 8250-compatible OF driver support, so add it. The modification is quite simple: just set the port iotype and associated flags depending on the device