Re: [PATCH RESEND 2 1/5] staging: sm750fb: Use memset_io instead of memset
From: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Date: 2015-03-23 13:55:27
Also in:
lkml
From: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Date: 2015-03-23 13:55:27
Also in:
lkml
On Fri, Mar 20, 2015 at 03:22:11PM +0000, Lorenzo Stoakes wrote:
This patch takes into account that cursor->vstart, crtc->vScreen and share->pvMem are pointers to memory-mapped I/O and thus we should use memset_io to make this explicit. In addition, some architectures require special treatment of memory-mapped I/O so the previous code could actually break without this change.
sorry for the confusion. tested the whole series on hardware. Tested-by: Sudip Mukherjee <redacted> sudip