Re: [PATCH v7 2/8] bus: mhi: core: Cache intmod from mhi event to mhi channel

2020-05-08 Thread Manivannan Sadhasivam
On Fri, May 08, 2020 at 07:26:42PM -0700, Bhaumik Bhatt wrote: > From: Hemant Kumar > > Driver is using zero initialized intmod value from mhi channel when > configuring TRE for bei field. This prevents interrupt moderation to > take effect in case it is supported by an event ring. Fix this by >

[PATCH v7 2/8] bus: mhi: core: Cache intmod from mhi event to mhi channel

2020-05-08 Thread Bhaumik Bhatt
From: Hemant Kumar Driver is using zero initialized intmod value from mhi channel when configuring TRE for bei field. This prevents interrupt moderation to take effect in case it is supported by an event ring. Fix this by copying intmod value from associated event ring to mhi channel upon registe