Suggest:ACKed.
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.