aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/patches/100-falcon_bsp_header.patch
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2011-11-12 23:40:07 +0000
committerJohn Crispin <john@openwrt.org>2011-11-12 23:40:07 +0000
commitd84b7596d910352dd45f4665d60b487c03fdc175 (patch)
treecc2daa14bdfd731e7e6fab211d6657efc30cce08 /target/linux/lantiq/patches/100-falcon_bsp_header.patch
parent2cff80f015a4348295b5c9fe87d8dc0c1e243fd6 (diff)
downloadupstream-d84b7596d910352dd45f4665d60b487c03fdc175.tar.gz
upstream-d84b7596d910352dd45f4665d60b487c03fdc175.tar.bz2
upstream-d84b7596d910352dd45f4665d60b487c03fdc175.zip
lantiq: split compat headers out of bsp header patch
SVN-Revision: 29001
Diffstat (limited to 'target/linux/lantiq/patches/100-falcon_bsp_header.patch')
-rw-r--r--target/linux/lantiq/patches/100-falcon_bsp_header.patch45
1 files changed, 0 insertions, 45 deletions
diff --git a/target/linux/lantiq/patches/100-falcon_bsp_header.patch b/target/linux/lantiq/patches/100-falcon_bsp_header.patch
index 4e8ce08365..61105504c0 100644
--- a/target/linux/lantiq/patches/100-falcon_bsp_header.patch
+++ b/target/linux/lantiq/patches/100-falcon_bsp_header.patch
@@ -12048,51 +12048,6 @@
+
+#endif /* _sys_gpe_reg_h */
--- /dev/null
-+++ b/arch/mips/include/asm/mach-lantiq/falcon/sysctrl.h
-@@ -0,0 +1,42 @@
-+/*
-+ * This program is free software; you can redistribute it and/or
-+ * modify it under the terms of the GNU General Public License as
-+ * published by the Free Software Foundation; either version 2 of
-+ * the License, or (at your option) any later version.
-+ *
-+ * This program is distributed in the hope that it will be useful,
-+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
-+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-+ * GNU General Public License for more details.
-+ *
-+ * You should have received a copy of the GNU General Public License
-+ * along with this program; if not, write to the Free Software
-+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
-+ * MA 02111-1307 USA
-+ *
-+ * Copyright (C) 2010 Thomas Langer, Lantiq Deutschland
-+ */
-+
-+#ifndef __FALCON_SYSCTRL_H
-+#define __FALCON_SYSCTRL_H
-+
-+extern void sys1_hw_activate(u32 mask);
-+extern void sys1_hw_deactivate(u32 mask);
-+extern void sys1_hw_clk_enable(u32 mask);
-+extern void sys1_hw_clk_disable(u32 mask);
-+extern void sys1_hw_activate_or_reboot(u32 mask);
-+
-+extern void sys_eth_hw_activate(u32 mask);
-+extern void sys_eth_hw_deactivate(u32 mask);
-+extern void sys_eth_hw_clk_enable(u32 mask);
-+extern void sys_eth_hw_clk_disable(u32 mask);
-+extern void sys_eth_hw_activate_or_reboot(u32 mask);
-+
-+extern void sys_gpe_hw_activate(u32 mask);
-+extern void sys_gpe_hw_deactivate(u32 mask);
-+extern void sys_gpe_hw_clk_enable(u32 mask);
-+extern void sys_gpe_hw_clk_disable(u32 mask);
-+extern void sys_gpe_hw_activate_or_reboot(u32 mask);
-+extern int sys_gpe_hw_is_activated(u32 mask);
-+
-+#endif /* __FALCON_SYSCTRL_H */
---- /dev/null
+++ b/arch/mips/include/asm/mach-lantiq/falcon/cpu-feature-overrides.h
@@ -0,0 +1,58 @@
+/*