mbox series

[0/2] Simplify clock handling and fix probe error handling sequence

Message ID 20250206115708.1085523-1-manikanta.guntupalli@amd.com
Headers show
Series Simplify clock handling and fix probe error handling sequence | expand

Message

Manikanta Guntupalli Feb. 6, 2025, 11:57 a.m. UTC
This series includes two patches that improve the Cadence I2C driver
by simplifying clock handling and ensuring correct reset sequencing
in the probe error path.

Manikanta Guntupalli (1):
  i2c: cadence: Move reset_control_assert after pm_runtime_set_suspended
    in probe error path

Michal Simek (1):
  i2c: cadence: Simplify using devm_clk_get_enabled()

 drivers/i2c/busses/i2c-cadence.c | 19 +++++--------------
 1 file changed, 5 insertions(+), 14 deletions(-)

Comments

Michal Simek Feb. 6, 2025, 12:28 p.m. UTC | #1
On 2/6/25 12:57, Manikanta Guntupalli wrote:
> This series includes two patches that improve the Cadence I2C driver
> by simplifying clock handling and ensuring correct reset sequencing
> in the probe error path.
> 
> Manikanta Guntupalli (1):
>    i2c: cadence: Move reset_control_assert after pm_runtime_set_suspended
>      in probe error path
> 
> Michal Simek (1):
>    i2c: cadence: Simplify using devm_clk_get_enabled()
> 
>   drivers/i2c/busses/i2c-cadence.c | 19 +++++--------------
>   1 file changed, 5 insertions(+), 14 deletions(-)
> 

Looks good to me.

M