Re: [PATCH V1 1/2] mailbox: tegra: hsp: add noirq resume

2019-06-14 Thread Bitan Biswas
On 6/14/19 8:50 AM, Thierry Reding wrote: On Fri, Jun 14, 2019 at 05:35:33AM -0700, Bitan Biswas wrote: Add noirq resume instead of resume callback for Tegra HSP. Tegra HSP resume needs tegra_hsp_doorbell_startup() call to fix timeout error for tegra_bpmp_transfer() during genpd resume noirq

Re: [PATCH V1 1/2] mailbox: tegra: hsp: add noirq resume

2019-06-14 Thread Thierry Reding
On Fri, Jun 14, 2019 at 05:35:33AM -0700, Bitan Biswas wrote: > Add noirq resume instead of resume callback for Tegra HSP. Tegra HSP > resume needs tegra_hsp_doorbell_startup() call to fix timeout error for > tegra_bpmp_transfer() during genpd resume noirq on jetson-tx2. s/jetson-tx2/Jetson TX2/?

[PATCH V1 1/2] mailbox: tegra: hsp: add noirq resume

2019-06-14 Thread Bitan Biswas
Add noirq resume instead of resume callback for Tegra HSP. Tegra HSP resume needs tegra_hsp_doorbell_startup() call to fix timeout error for tegra_bpmp_transfer() during genpd resume noirq on jetson-tx2. Signed-off-by: Bitan Biswas --- drivers/mailbox/tegra-hsp.c | 12 ++-- 1 file change