From: Claudiu Beznea <claudiu.beznea.uj@xxxxxxxxxxxxxx> Hi, Series adds some cleanups for the RZ/G2L ADC driver after the support for the RZ/G3S SoC. Thank you, Claudiu Beznea Changes in v4: - dropped patch "iio: adc: rzg2l_adc: Open a devres group" as it is now fixed by [1] - added patch "iio: adc: rzg2l_adc: Set driver data before enabling runtime PM" [1] https://lore.kernel.org/all/20250703112708.1621607-1-claudiu.beznea.uj@xxxxxxxxxxxxxx/ Changes in v4: - open the devres group in its own function and rename the rzg2l_adc_probe() to rzg2l_adc_probe_helper() to have simpler code - collected tags Changes in v3: - in patch 2/2 use a devres group for all the devm resources acquired in the driver's probe Changes in v2: - updated cover letter - collected tags - updated patch 1/2 to drop devres APIs from the point the runtime PM is enabled Claudiu Beznea (2): iio: adc: rzg2l: Cleanup suspend/resume path iio: adc: rzg2l_adc: Set driver data before enabling runtime PM drivers/iio/adc/rzg2l_adc.c | 33 ++++++++++----------------------- 1 file changed, 10 insertions(+), 23 deletions(-) -- 2.43.0