summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/include/asm/system.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-06-02 04:17:26 -0400
committerMike Frysinger <vapier@gentoo.org>2010-07-05 05:30:07 -0400
commit4638b21f2ebc3781def51e82fb4e425a468f2e49 (patch)
tree266a39ad5d1f0b849a5352530fcf45f9f7ea1fe0 /arch/blackfin/include/asm/system.h
parent5cbbabc2b74f544f5b41c9e32c3f3ca42d6fe5dd (diff)
downloadtalos-obmc-uboot-4638b21f2ebc3781def51e82fb4e425a468f2e49.tar.gz
talos-obmc-uboot-4638b21f2ebc3781def51e82fb4e425a468f2e49.zip
Blackfin: import gpio/portmux layer from Linux
The current pinmux handling has spread throughout Blackfin drivers and board code and is getting hideous to maintain. So import the gpio and portmux layer from the Blackfin Linux code. This should spur a serious of cleanups across the Blackfin tree. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/include/asm/system.h')
-rw-r--r--arch/blackfin/include/asm/system.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/blackfin/include/asm/system.h b/arch/blackfin/include/asm/system.h
index 6bc7208cad..952438e81c 100644
--- a/arch/blackfin/include/asm/system.h
+++ b/arch/blackfin/include/asm/system.h
@@ -118,4 +118,6 @@ static inline unsigned long __xchg(unsigned long x, volatile void *ptr,
return tmp;
}
+void bfin_reset_boot_spi_cs(unsigned short pin);
+
#endif /* _BLACKFIN_SYSTEM_H */
OpenPOWER on IntegriCloud