]> git.karo-electronics.de Git - mv-sheeva.git/commit
sh: Break out SuperH PFC code
authorMagnus Damm <damm@opensource.se>
Fri, 27 Nov 2009 07:38:01 +0000 (07:38 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 30 Nov 2009 03:02:53 +0000 (12:02 +0900)
commitfae4339919c741f89f7e293b8c646207e1df28e1
treed115bc1d87f4d13972209350df2a5ab63e69cb5a
parentfc1d003de39c306a44abce97c346921de31277cd
sh: Break out SuperH PFC code

This file breaks out the SuperH PFC code from
arch/sh/kernel/gpio.c + arch/sh/include/asm/gpio.h
to drivers/sh/pfc.c + include/linux/sh_pfc.h.

Similar to the INTC stuff. The non-SuperH specific
file location makes it possible to share the code
between multiple architectures.

Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/include/asm/gpio.h
arch/sh/kernel/Makefile
drivers/sh/Makefile
drivers/sh/pfc.c [moved from arch/sh/kernel/gpio.c with 100% similarity]
include/linux/sh_pfc.h [new file with mode: 0644]