[PATCH 0/2] Fixes to device-managed work-queue series
From: Matti Vaittinen
Date: Wed Mar 24 2021 - 05:22:13 EST
The series "Add managed version of delayed work init" was applied to
driver-core by Greg. Few issues were reported afterwards.
Chen-Yu Tsai reported problem in axp20x_usb_power power-supply driver.
Work-queue initialization and request IRQ ordering was wrong and
work-queue was initialized twice. This was originated by my incorrect
rebase where I missed a fixup done between my patch revisions.
Additional print was reuqested on work-queue initialization error path
at extcon-gpio.c by Chanwoo Choi.
This series fixes both of these issues.
Series is done based on driver-core-next.
---
Matti Vaittinen (2):
extcon: extcon-gpio: Log error if work-queue init fails
power: supply: axp20x_usb_power: fix work-queue init
drivers/extcon/extcon-gpio.c | 4 +++-
drivers/power/supply/axp20x_usb_power.c | 10 +++++-----
2 files changed, 8 insertions(+), 6 deletions(-)
base-commit: a7d30f3f41cf40aad1c4557fa180fe320d5b7c74
--
2.25.4
--
Matti Vaittinen, Linux device drivers
ROHM Semiconductors, Finland SWDC
Kiviharjunlenkki 1E
90220 OULU
FINLAND
~~~ "I don't think so," said Rene Descartes. Just then he vanished ~~~
Simon says - in Latin please.
~~~ "non cogito me" dixit Rene Descarte, deinde evanescavit ~~~
Thanks to Simon Glass for the translation =]