]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc8c39124c9c1c2f0229dffab1caca3ab4a6575cd
tree87b4bf236101a53051893b14795a79e08ad64916
parent31f4bd5a7aefded937c4e04f66aa5e8fdd7d7aa9
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