i2c: Add request/release_mem_region to i2c-ibm_iic bus driver
authorJean-Baptiste Maneyrol <jean-baptiste.maneyrol@teamlog.com>
Sun, 10 Dec 2006 20:21:29 +0000 (21:21 +0100)
committerJean Delvare <khali@arrakis.delvare>
Sun, 10 Dec 2006 20:21:29 +0000 (21:21 +0100)
Reserving I/O memory for a driver with request_mem_region is necessary to
avoid memory access conflicts. Even if it's never going to happen, it is
cleaner and it allows to monitor I/O memory used in /proc/iomem.

Signed-off-by: Jean-Baptiste Maneyrol <jean-baptiste.maneyrol@teamlog.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>

No differences found