sh: pfc: Shuffle PFC support core.
authorPaul Mundt <lethal@linux-sh.org>
Tue, 10 Jul 2012 02:49:30 +0000 (11:49 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 10 Jul 2012 02:49:30 +0000 (11:49 +0900)
commitafae021abeadc58aec5074f26a1d62912773edf7
tree87b4bf236101a53051893b14795a79e08ad64916
parent06d5631f56460917af3d9417ef63811cf0cad9ce
sh: pfc: Shuffle PFC support core.

This follows the intc/clk changes and shuffles the PFC support code under
its own directory. This will facilitate better code sharing, and allow us
to trim down the exported interface by quite a margin.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
drivers/sh/Kconfig
drivers/sh/Makefile
drivers/sh/pfc-gpio.c [deleted file]
drivers/sh/pfc.c [deleted file]
drivers/sh/pfc/Kconfig [new file with mode: 0644]
drivers/sh/pfc/Makefile [new file with mode: 0644]
drivers/sh/pfc/core.c [new file with mode: 0644]
drivers/sh/pfc/gpio.c [new file with mode: 0644]
include/linux/sh_pfc.h