Re: [PATCH v1 3/4] soc: qcom: geni-se: Export function geni_se_clks_off()

From: Mukesh Kumar Savaliya
Date: Wed Sep 04 2024 - 14:13:27 EST




On 8/29/2024 3:49 PM, Bryan O'Donoghue wrote:
Suggest:

Currently the driver provides a function called geni_serial_resources_off() to turn off resources like clocks and pinctrl. We don't have a function to control clocks separately hence, export the function geni_se_clks_off() to turn off clocks separately without disturbing GPIO.

Client drivers like I2C require this function for use-cases where the I2C SE is shared between two subsystems.
ACKed.