]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commit7294151d0592e0ff48c61fca9fd7c93d613134da
tree0f47ae996e2811f92f7c430d93cbae6acf8ccd47
parent5a73633ef01cd8772defa6a3c34a588376a1df4c
uio: provide vm access to UIO_MEM_PHYS maps

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>
drivers/uio/uio.c