All of lore.kernel.org
 help / color / mirror / Atom feed
* ismt-bus completion wait timed out issue
@ 2014-06-12 18:29 Puneet Shenoy
  2016-01-05 16:29 ` sushil
  0 siblings, 1 reply; 3+ messages in thread
From: Puneet Shenoy @ 2014-06-12 18:29 UTC (permalink / raw)
  To: bill.e.brown-ral2JQCrhuEAvxtiuMwx3w, linux-i2c-u79uwXL29TY76Z2rM5mHXA
  Cc: Shrijeet Mukherjee, Curt Brune

Hey Bill,

I see that you are the author of the i2c-ismt driver so thought will check with you on a issue that I have been seeing on my setup.

My setup has an Intel Atom S1220 Processor which has a PMBUS device on its SMBUS 2.0 controller (SMBus—Bus 0:D19:F0-1). 

Now while accessing(read/write) the PMBUS device, I see the following error messages:
[10799.333083] ismt_smbus 0000:00:13.1: completion wait timed out
[10800.337089] ismt_smbus 0000:00:13.1: completion wait timed out
[10801.341097] ismt_smbus 0000:00:13.1: completion wait timed out
[10802.345105] ismt_smbus 0000:00:13.1: completion wait timed out

All read/write access to the device fail when its in this state. The issue is hard to reproduce and happens once in a while.

I tried rmmod/modprobe the driver, but that doesn't help. I dumped the relevant registers that are dev_dbg'ed in the driver and compared the data between the failed and working cases and I don't see any difference. 
Once in a while when I am in the failed state, I see the In Progress Bit (Bit 0) in the MSTS (Master Status Register) being set but its not always the case.

Have you seen this issue before ? Any pointers on how to debug this ?

Appreciate any help.
Thanks
Puneet--
To unsubscribe from this list: send the line "unsubscribe linux-i2c" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: ismt-bus completion wait timed out issue
  2014-06-12 18:29 ismt-bus completion wait timed out issue Puneet Shenoy
@ 2016-01-05 16:29 ` sushil
  0 siblings, 0 replies; 3+ messages in thread
From: sushil @ 2016-01-05 16:29 UTC (permalink / raw)
  To: linux-i2c

Puneet Shenoy <puneet@...> writes:

> 
> Hey Bill,
> 
> I see that you are the author of the i2c-ismt driver so thought will check 
with you on a issue that I have been
> seeing on my setup.
> 
> My setup has an Intel Atom S1220 Processor which has a PMBUS device on its 
SMBUS 2.0 controller (SMBus—Bus
> 0:D19:F0-1). 
> 
> Now while accessing(read/write) the PMBUS device, I see the following 
error messages:
> [10799.333083] ismt_smbus 0000:00:13.1: completion wait timed out
> [10800.337089] ismt_smbus 0000:00:13.1: completion wait timed out
> [10801.341097] ismt_smbus 0000:00:13.1: completion wait timed out
> [10802.345105] ismt_smbus 0000:00:13.1: completion wait timed out
> 
> All read/write access to the device fail when its in this state. The issue 
is hard to reproduce and happens
> once in a while.
> 
> I tried rmmod/modprobe the driver, but that doesn't help. I dumped the 
relevant registers that are
> dev_dbg'ed in the driver and compared the data between the failed and 
working cases and I don't see any
> difference. 
> Once in a while when I am in the failed state, I see the In Progress Bit 
(Bit 0) in the MSTS (Master Status
> Register) being set but its not always the case.
> 
> Have you seen this issue before ? Any pointers on how to debug this ?
> 
> Appreciate any help.
> Thanks
> Puneet--
> To unsubscribe from this list: send the line "unsubscribe linux-i2c" in
> the body of a message to majordomo@...
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 
> 

Puneet,
Did you get anything on this? 
Even i am also facing same error with smbus controller 2. 



^ permalink raw reply	[flat|nested] 3+ messages in thread

* ismt-bus completion wait timed out issue
@ 2014-06-12 18:24 Puneet Shenoy
  0 siblings, 0 replies; 3+ messages in thread
From: Puneet Shenoy @ 2014-06-12 18:24 UTC (permalink / raw)
  To: bill.e.brown-ral2JQCrhuEAvxtiuMwx3w
  Cc: Shrijeet Mukherjee, Curt Brune, linux-i2c-u79uwXL29TY76Z2rM5mHXA

Hey Bill,

I see that you are the author of the i2c-ismt driver so thought will check with you on a issue that I have been seeing on my setup.

My setup has an Intel Atom S1220 Processor which has a PMBUS device on its SMBUS 2.0 controller (SMBus—Bus 0:D19:F0-1). 

Now while accessing(read/write) the PMBUS device, I see the following error messages:
[10799.333083] ismt_smbus 0000:00:13.1: completion wait timed out
[10800.337089] ismt_smbus 0000:00:13.1: completion wait timed out
[10801.341097] ismt_smbus 0000:00:13.1: completion wait timed out
[10802.345105] ismt_smbus 0000:00:13.1: completion wait timed out

All read/write access to the device fail when its in this state. The issue is hard to reproduce and happens once in a while.

I tried rmmod/modprobe the driver, but that doesn't help. I dumped the relevant registers that are dev_dbg'ed in the driver and compared the data between the failed and working cases and I don't see any difference. 
Once in a while when I am in the failed state, I see the In Progress Bit (Bit 0) in the MSTS (Master Status Register) being set but its not always the case.

Have you seen this issue before ? Any pointers on how to debug this ?

Appreciate any help.
Thanks
Puneet--
To unsubscribe from this list: send the line "unsubscribe linux-i2c" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-01-06  6:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-12 18:29 ismt-bus completion wait timed out issue Puneet Shenoy
2016-01-05 16:29 ` sushil
  -- strict thread matches above, loose matches on Subject: below --
2014-06-12 18:24 Puneet Shenoy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.