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.