[PATCH 1/7] gpio: mxc: Support initialization as subdevice
Linus Walleij
linus.walleij at linaro.org
Wed Aug 7 15:03:36 EDT 2013
On Fri, Aug 2, 2013 at 12:38 PM, Markus Pargmann <mpa at pengutronix.de> wrote:
> On imx27 and imx21, there is no clear seperation between iomux control
> registers and GPIO data registers. For easier pingroup definitions, the
> gpio drivers will be initialized as subnodes of the iomux controller. It
> is necessary to share the registers between iomux and gpio.
>
> This patch adds support to pass a register memory region via platform
> data.
>
> Signed-off-by: Markus Pargmann <mpa at pengutronix.de>
I think you have misunderstood that it is perfectly legal for
several drivers to remap the same memory range. I think
you should just drop this quirk and happily remap the memory
in both drivers.
Yours,
Linus Walleij
More information about the linux-arm-kernel
mailing list