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

Manikanta Guntupalli posted 2 patches 1 year ago
drivers/i2c/busses/i2c-cadence.c | 19 +++++--------------
1 file changed, 5 insertions(+), 14 deletions(-)
[PATCH 0/2] Simplify clock handling and fix probe error handling sequence
Posted by Manikanta Guntupalli 1 year ago
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(-)

-- 
2.34.1
Re: [PATCH 0/2] Simplify clock handling and fix probe error handling sequence
Posted by Andi Shyti 11 months ago
Hi,

On Thu, Feb 06, 2025 at 05:27:06PM +0530, 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()

I was sure I did take this patch, but unfortunately I forgot it.
Feel free to ping me in such case.

Merged to i2c/i2c-host.

Thanks,
Andi
Re: [PATCH 0/2] Simplify clock handling and fix probe error handling sequence
Posted by Michal Simek 1 year ago

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