commit | fae4339919c741f89f7e293b8c646207e1df28e1 | [log] [tgz] |
---|---|---|
author | Magnus Damm <damm@opensource.se> | Fri Nov 27 07:38:01 2009 +0000 |
committer | Paul Mundt <lethal@linux-sh.org> | Mon Nov 30 12:02:53 2009 +0900 |
tree | d115bc1d87f4d13972209350df2a5ab63e69cb5a | |
parent | fc1d003de39c306a44abce97c346921de31277cd [diff] |
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>