linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] thermal: Fix workqueue-related issues in drivers
@ 2018-09-27 11:32 Geert Uytterhoeven
  2018-09-27 11:32 ` [PATCH 1/3] thermal: rcar_thermal: Prevent hardware access during system suspend Geert Uytterhoeven
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2018-09-27 11:32 UTC (permalink / raw)
  To: Zhang Rui, Eduardo Valentin, Kuninori Morimoto,
	Support Opensource, Daniel Lezcano
  Cc: Rafael J . Wysocki, Arjan van de Ven, Jacob Pan, linux-pm,
	linux-renesas-soc, linux-kernel, Geert Uytterhoeven

	Hi,

This patch series fixes workqueue-related issues in the Renesas R-Car
Thermal and Dialog DA9062/9061 PMIC drivers, where the workqueue may run
while the device is suspended, or unbound.
The R-Car Thermal driver fixes have been tested on R-Car M2-W and R-Mobile
APE6.
The DA9062/9061 fixes have been compile-tested only.

Note: The Intel PowerClamp driver also uses schedule_delayed_work(), but I
believe that is OK, as the thermal registers are part of the CPU.

Thanks!

Geert Uytterhoeven (3):
  thermal: rcar_thermal: Prevent hardware access during system suspend
  thermal: rcar_thermal: Prevent doing work after unbind
  thermal: da9062/61: Prevent hardware access during system suspend

 drivers/thermal/da9062-thermal.c | 4 ++--
 drivers/thermal/rcar_thermal.c   | 5 +++--
 2 files changed, 5 insertions(+), 4 deletions(-)

-- 
2.17.1

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

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

end of thread, other threads:[~2018-09-28  9:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-27 11:32 [PATCH 0/3] thermal: Fix workqueue-related issues in drivers Geert Uytterhoeven
2018-09-27 11:32 ` [PATCH 1/3] thermal: rcar_thermal: Prevent hardware access during system suspend Geert Uytterhoeven
2018-09-28  8:51   ` Niklas Söderlund
2018-09-27 11:32 ` [PATCH 2/3] thermal: rcar_thermal: Prevent doing work after unbind Geert Uytterhoeven
2018-09-28  9:00   ` Niklas Söderlund
2018-09-27 11:32 ` [PATCH 3/3] thermal: da9062/61: Prevent hardware access during system suspend Geert Uytterhoeven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).