uio: provide vm access to UIO_MEM_PHYS maps
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Wed, 7 Aug 2013 11:02:53 +0000 (13:02 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 12 Aug 2013 22:46:51 +0000 (15:46 -0700)
This makes it possible to let gdb access mappings of the process that is
being debugged.

uio_mmap_logical was moved and uio_vm_ops renamed to group related code
and differentiate to new stuff.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found