aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/cpu/pfc.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2013-01-25sh: Remove unused sh_pfc_register_info() functionLaurent Pinchart1-12/+1
All boards use sh_pfc_register() directly, remove the unused sh_pfc_register_info() function. Make the name argument to sh_pfc_register() mandatory as it's now supplied by all callers. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
2013-01-25sh: Add PFC platform device registration helper functionLaurent Pinchart1-0/+44
The sh_pfc_register() function can be called by boards or SoC setup code to register the PFC platform device. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>