Re: [PATCH 0/9] serial: Add Tegra Combined UART driver

2018-10-29 Thread Thierry Reding
On Mon, Oct 29, 2018 at 11:04:06AM +0200, Pekka Pessi wrote: > Hi Thierry, > > What is the use case for the mailbox driver? What kind of entity will be > there consuming sent messages and sending messages to kernel? This is currently only used for the TCU. I'm sure there could be other cases, but

Re: [PATCH 0/9] serial: Add Tegra Combined UART driver

2018-10-29 Thread Pekka Pessi
Hi Thierry, What is the use case for the mailbox driver? What kind of entity will be there consuming sent messages and sending messages to kernel? --Pekka On 10/26/2018 02:16 PM, Thierry Reding wrote: From: Thierry Reding Hi everyone, this is a reworked version of Mikko's earlier proposal

[PATCH 0/9] serial: Add Tegra Combined UART driver

2018-10-26 Thread Thierry Reding
From: Thierry Reding Hi everyone, this is a reworked version of Mikko's earlier proposal[0]. I've reworked the TCU driver itself so that it relies less on global variables as well as added a Kconfig option to allow the console support to be selected. I also fixed a couple of issues that manifest