Re: [PATCH 5/8] mailbox: tegra-hsp: Add support for shared mailboxes

2018-05-22 Thread Jon Hunter
On 08/05/18 12:44, Mikko Perttunen wrote: The Tegra HSP block supports 'shared mailboxes' that are simple 32-bit registers consisting of a FULL bit in MSB position and 31 bits of data. The hardware can be configured to trigger interrupts when a mailbox is empty or full. Add support for these

Re: [PATCH 5/8] mailbox: tegra-hsp: Add support for shared mailboxes

2018-05-22 Thread Jon Hunter
On 08/05/18 12:44, Mikko Perttunen wrote: The Tegra HSP block supports 'shared mailboxes' that are simple 32-bit registers consisting of a FULL bit in MSB position and 31 bits of data. The hardware can be configured to trigger interrupts when a mailbox is empty or full. Add support for these

[PATCH 5/8] mailbox: tegra-hsp: Add support for shared mailboxes

2018-05-08 Thread Mikko Perttunen
The Tegra HSP block supports 'shared mailboxes' that are simple 32-bit registers consisting of a FULL bit in MSB position and 31 bits of data. The hardware can be configured to trigger interrupts when a mailbox is empty or full. Add support for these shared mailboxes to the HSP driver. The

[PATCH 5/8] mailbox: tegra-hsp: Add support for shared mailboxes

2018-05-08 Thread Mikko Perttunen
The Tegra HSP block supports 'shared mailboxes' that are simple 32-bit registers consisting of a FULL bit in MSB position and 31 bits of data. The hardware can be configured to trigger interrupts when a mailbox is empty or full. Add support for these shared mailboxes to the HSP driver. The