android_kernel_samsung_msm8976/drivers/uio
Nikhilesh Reddy 5264159dd7 uio: msm_sharedmem: Add custom mmap
Uio's default mmap for physical memory uses
pgprot_noncached which is strongly ordered.

Using pgprot_writecombine would allow for
unalligned access.

Add a custom mmap function when registering uio
to allow unalligned access to the mmaped
region.

Change-Id: If314eade4913bafd53d2b4abc6b205385e29dfd3
Signed-off-by: Nikhilesh Reddy <reddyn@codeaurora.org>
2014-11-06 16:33:19 -08:00
..
msm_sharedmem uio: msm_sharedmem: Add custom mmap 2014-11-06 16:33:19 -08:00
Kconfig
Makefile uio: msm_sharedmem: Add support for dynamic shared memory allocation 2014-05-08 10:34:11 -07:00
uio.c
uio_aec.c
uio_cif.c
uio_dmem_genirq.c
uio_netx.c
uio_pci_generic.c
uio_pdrv.c
uio_pdrv_genirq.c
uio_pruss.c
uio_sercos3.c