]> git.openfabrics.org - ~emulex/infiniband.git/commit
sh-pfc: Don't define the per-device pinctrl struct instances as global
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Sat, 16 Feb 2013 15:38:30 +0000 (16:38 +0100)
committerLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Fri, 15 Mar 2013 12:33:36 +0000 (13:33 +0100)
commitdcc427e1a82df8ff123f12186af31dbe30dfa7cb
treeb828ad91bd804f437c64c7d738d293a5743ca011
parentfe330ce8e1cfc5cb3ba091e28e871aaab436b258
sh-pfc: Don't define the per-device pinctrl struct instances as global

The pinctrl_desc and pinctrl_gpio_range structures registered with the
pinctrl core are per-device instances. Move them to the dynamically
allocated sh_pfc_pinctrl structure and initialize them at runtime.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/sh-pfc/pinctrl.c