Thread (3 messages) 3 messages, 2 authors, 2016-08-22

Re: [PATCH v3 02/12] mailbox: Add Tegra HSP driver

From: Arnd Bergmann <arnd@arndb.de>
Date: 2016-08-22 13:43:23
Also in: linux-arm-kernel, linux-tegra

Possibly related (same subject, not in this thread)

On Friday, August 19, 2016 7:32:23 PM CEST Thierry Reding wrote:
+static int tegra_hsp_doorbell_send_data(struct tegra_hsp_channel *channel,
+                                       void *data)
+{
+       tegra_hsp_channel_writel(channel, 1, HSP_DB_TRIGGER);
+
+       return 0;
+}
It seems very odd that you don't write the data at all but just trigger
the communication here. My interpretation is that you bypass
the mailbox infrastructure for the actual message, and instead reimplement
it on top of the mailbox infrastructure as part of the bpmp driver.

Why not expose the bpmp itself as the mailbox here?

	Arnd
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help