Re: [PATCH] mailbox: tegra-hsp: Set lockdep class dynamically

2021-02-15 Thread Thierry Reding
On Wed, Feb 10, 2021 at 03:49:45PM +0200, Mikko Perttunen wrote: > On Tegra194, due to both BPMP and TCU using mailboxes, we get a > lockdep spew at boot. Both are using different instances of HSP, > so this is harmless. As such give each HSP instance a different > lockdep class. > >

[PATCH] mailbox: tegra-hsp: Set lockdep class dynamically

2021-02-10 Thread Mikko Perttunen
On Tegra194, due to both BPMP and TCU using mailboxes, we get a lockdep spew at boot. Both are using different instances of HSP, so this is harmless. As such give each HSP instance a different lockdep class. Signed-off-by: Mikko Perttunen --- drivers/mailbox/tegra-hsp.c | 15 +++ 1