All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] regulator: da9121: add IRQ free to release function
@ 2020-12-01 18:18 Adam Ward
  2020-12-01 18:18 ` [PATCH 1/1] regulator: da9121: Request IRQ directly and free in release function to avoid masking race Adam Ward
  0 siblings, 1 reply; 2+ messages in thread
From: Adam Ward @ 2020-12-01 18:18 UTC (permalink / raw)
  To: Mark Brown, Rob Herring
  Cc: Liam Girdwood, Vincent Whitchurch, linux-kernel, devicetree,
	Support Opensource

This patch fixes the DA9121 driver to disable the IRQ before cancelling
the work, to be sure the IRQ doesn't restart it before all IRQs are
masked

Adam Ward (1):
  regulator: da9121: Request IRQ directly and free in release function
    to avoid masking race

 drivers/regulator/da9121-regulator.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
1.9.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-01 18:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-01 18:18 [PATCH 0/1] regulator: da9121: add IRQ free to release function Adam Ward
2020-12-01 18:18 ` [PATCH 1/1] regulator: da9121: Request IRQ directly and free in release function to avoid masking race Adam Ward

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.