Re: [PATCH v5 08/10] bus: mhi: core: Use counters to track MHI device state transitions

2020-07-23 Thread Manivannan Sadhasivam
On Thu, Jul 23, 2020 at 03:36:40PM -0700, Bhaumik Bhatt wrote: > Use counters to track MHI device state transitions such as those > to M0, M2, or M3 states. This helps in better debug by allowing > the user to see the number of transitions to a certain state when > queried using the states debugfs

[PATCH v5 08/10] bus: mhi: core: Use counters to track MHI device state transitions

2020-07-23 Thread Bhaumik Bhatt
Use counters to track MHI device state transitions such as those to M0, M2, or M3 states. This helps in better debug by allowing the user to see the number of transitions to a certain state when queried using the states debugfs entry. Signed-off-by: Bhaumik Bhatt --- drivers/bus/mhi/core/pm.c |