mfd: syscon: Don't call request_iomem_region()
On platforms that mix dedicated IP block register space with
miscellaneous registers it is necessary to share register window between
syscon and dedicated IP block driver. Calling request_iomem_region()
implies exclusive ownership of the region, which, in the case above
could not happen.

This change also makes this driver's behaviour to that of its Linux
kernel counterpart.

Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 26384d0 commit 2ccd60013dc2dabdb91cd2964cd9ce15eb949b1b
@Andrey Smirnov Andrey Smirnov authored on 18 Jul 2016
Sascha Hauer committed on 19 Jul 2016
Showing 1 changed file
View
drivers/mfd/syscon.c