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

From: Greg KH
Date: Mon Apr 23 2018 - 04:14:15 EST


On Thu, Apr 19, 2018 at 11:37:48PM +0800, 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 associated flags depending on the device address
> resource type.
>
> Signed-off-by: John Garry <john.garry@xxxxxxxxxx>

This no longer applies to my tree due to a patch that was sent before
yours that conflicts in the same area. Can you rebase it against my
tty-testing branch and resend?

thanks,

greg k-h