Files
linux/drivers/base
Mark Brown d43eef5309 Add more devm_ functions to fix PM imbalance in
Merge series from Bence Csókás <csokas.bence@prolan.hu>:

The probe() function of the atmel-quadspi driver got quite convoluted,
especially since the addition of SAMA7G5 support, that was forward-ported
from an older vendor kernel. During the port, a bug was introduced, where
the PM get() and put() calls were imbalanced. To alleivate this - and
similar problems in the future - an effort was made to migrate as many
functions as possible, to their devm_ managed counterparts. The few
functions, which did not yet have a devm_ variant, are added in patch 1 of
this series. Patch 2 then uses these APIs to fix the probe() function.
2025-05-12 11:28:54 +09:00
..
2025-04-29 13:04:35 +02:00
2025-01-18 12:33:39 -08:00
2025-02-28 06:54:14 -08:00
2024-09-03 21:15:32 -07:00
2021-06-15 17:14:36 +02:00