Re: [PATCH] ath10k: Fix shadow register implementation for WCN3990

2019-02-11 Thread Kalle Valo
Rakesh Pillai wrote: > WCN3990 supports shadow registers write operation support > for copy engine for regular operation in powersave mode. > > Since WCN3990 is a 64-bit target, the shadow register > implementation needs to be done in the copy engine handlers > for 64-bit target. Currently the s

Re: [PATCH] ath10k: Fix shadow register implementation for WCN3990

2019-02-08 Thread Rakesh Pillai
Hi Kalle, I have checked the patch, and it is fine. Thanks, Rakesh Pillai. On 2019-02-08 19:47, Kalle Valo wrote: Rakesh Pillai wrote: WCN3990 supports shadow registers write operation support for copy engine for regular operation in powersave mode. Since WCN3990 is a 64-bit target, the sha

Re: [PATCH] ath10k: Fix shadow register implementation for WCN3990

2019-02-08 Thread Kalle Valo
Rakesh Pillai wrote: > WCN3990 supports shadow registers write operation support > for copy engine for regular operation in powersave mode. > > Since WCN3990 is a 64-bit target, the shadow register > implementation needs to be done in the copy engine handlers > for 64-bit target. Currently the s

[PATCH] ath10k: Fix shadow register implementation for WCN3990

2019-01-29 Thread Rakesh Pillai
WCN3990 supports shadow registers write operation support for copy engine for regular operation in powersave mode. Since WCN3990 is a 64-bit target, the shadow register implementation needs to be done in the copy engine handlers for 64-bit target. Currently the shadow register implementation is pr