Re: [RFC PATCH 1/2] mailbox: imx: Clear GIEn bit at shutdown

2019-06-10 Thread Oleksij Rempel
On Mon, Jun 10, 2019 at 10:16:08PM +0800, daniel.bal...@nxp.com wrote: > From: Daniel Baluta > > GIEn is enabled at startup for RX doorbell mailboxes so > we need to clear the bit at shutdown in order to avoid > leaving the interrupt line enabled. > > Signed-off-by: Daniel Baluta Please send

[RFC PATCH 1/2] mailbox: imx: Clear GIEn bit at shutdown

2019-06-10 Thread daniel . baluta
From: Daniel Baluta GIEn is enabled at startup for RX doorbell mailboxes so we need to clear the bit at shutdown in order to avoid leaving the interrupt line enabled. Signed-off-by: Daniel Baluta --- drivers/mailbox/imx-mailbox.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff