Re: [PATCH v3 2/2] drivers/serial: Add driver for Aspeed virtual UART

2017-05-02 Thread Joel Stanley
On Tue, Apr 11, 2017 at 9:45 PM, Andy Shevchenko wrote: > On Mon, Apr 10, 2017 at 7:04 AM, Joel Stanley wrote: >> From: Jeremy Kerr >> >> This change adds a driver for the 16550-based Aspeed virtual UART >> device. We use a similar process to the of_serial driver for device >> probe, but expose

Re: [PATCH v3 2/2] drivers/serial: Add driver for Aspeed virtual UART

2017-04-11 Thread Andy Shevchenko
On Mon, Apr 10, 2017 at 7:04 AM, Joel Stanley wrote: > From: Jeremy Kerr > > This change adds a driver for the 16550-based Aspeed virtual UART > device. We use a similar process to the of_serial driver for device > probe, but expose some VUART-specific functions through sysfs too. > > The VUART i