16.04.2019 10:41, Chanwoo Choi пишет:
> Hi,
>
> In this patchset,
> the patch11 adds new 'disable_interrupt' goto statement
> and then patch15 removes 'disable_interrupt' goto statement again.
> Actually, it is inefficient.
>
> If you change the order of patches,
> you could remove this stuff.
O
Hi,
In this patchset,
the patch11 adds new 'disable_interrupt' goto statement
and then patch15 removes 'disable_interrupt' goto statement again.
Actually, it is inefficient.
If you change the order of patches,
you could remove this stuff.
On 19. 4. 15. 오후 11:55, Dmitry Osipenko wrote:
> There is
There is no guarantee that interrupt handling isn't running in parallel,
hence it is necessary to synchronize IRQ in order to ensure that interrupt
is indeed disabled.
Signed-off-by: Dmitry Osipenko
---
drivers/devfreq/tegra-devfreq.c | 33 -
1 file changed, 16 in
3 matches
Mail list logo