mbox series

[v2,0/1] i2c: npcm: Add clock toggle recovery

Message ID 20250324205901.1274708-1-mohammed.0.elbadry@gmail.com
Headers show
Series i2c: npcm: Add clock toggle recovery | expand

Message

mohammed.0.elbadry@gmail.com March 24, 2025, 8:58 p.m. UTC
From: Tali Perry <tali.perry1@gmail.com>

Hi,

During init of the bus, the module checks that the bus is idle.
If one of the lines are stuck try to toggle them first.

Fixes: 76487532f797 (i2c: npcm: Add slave enable/disable function)
Signed-off-by: Tali Perry <tali.perry1@gmail.com>
Signed-off-by: Mohammed Elbadry <mohammed.0.elbadry@gmail.com>
---

Tali Perry (1):
  i2c: npcm: Add clock toggle recovery

 drivers/i2c/busses/i2c-npcm7xx.c | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

Comments

Mukesh Kumar Savaliya March 26, 2025, 4:45 a.m. UTC | #1
On 3/25/2025 2:28 AM, mohammed.0.elbadry@gmail.com wrote:
> From: Tali Perry <tali.perry1@gmail.com>
> 
> Hi,
> 
> During init of the bus, the module checks that the bus is idle.
> If one of the lines are stuck try to toggle them first.
> 
As such there is one file change and single patch. You may go ahead 
without cover-letter. Just my thought.
> Fixes: 76487532f797 (i2c: npcm: Add slave enable/disable function)
> Signed-off-by: Tali Perry <tali.perry1@gmail.com>
> Signed-off-by: Mohammed Elbadry <mohammed.0.elbadry@gmail.com>
> ---
> 
> Tali Perry (1):
>    i2c: npcm: Add clock toggle recovery
> 
>   drivers/i2c/busses/i2c-npcm7xx.c | 12 ++++++++----
>   1 file changed, 8 insertions(+), 4 deletions(-)
>