summaryrefslogtreecommitdiff
path: root/plat/sun50iw1p1/scp/arisc_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'plat/sun50iw1p1/scp/arisc_i.h')
-rw-r--r--plat/sun50iw1p1/scp/arisc_i.h84
1 files changed, 0 insertions, 84 deletions
diff --git a/plat/sun50iw1p1/scp/arisc_i.h b/plat/sun50iw1p1/scp/arisc_i.h
deleted file mode 100644
index f44ffc1..0000000
--- a/plat/sun50iw1p1/scp/arisc_i.h
+++ /dev/null
@@ -1,84 +0,0 @@
-/*
- * arch/arm/mach-sun6i/arisc/arisc_i.h
- *
- * Copyright (c) 2012 Allwinner.
- * 2012-10-01 Written by superm (superm@allwinnertech.com).
- *
- * 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
- */
-
-#ifndef __ARISC_I_H__
-#define __ARISC_I_H__
-
-//#include <asm/atomic.h>
-//#include <asm/barrier.h>
-//#include <asm/memory.h>
-//#include <linux/arisc/arisc.h>
-//#include <linux/sysfs.h>
-//#include <linux/device.h>
-//#include <linux/gpio.h>
-//#include <linux/pinctrl/consumer.h>
-//#include <linux/module.h>
-//#include <linux/platform_device.h>
-//#include <linux/delay.h>
-//#include <linux/clk.h>
-//#include <linux/arisc/arisc-notifier.h>
-//#include <linux/of_address.h>
-//#include <linux/of_irq.h>
-//#include <linux/of_platform.h>
-
-#include "./include/arisc_includes.h"
-
-#define DRV_NAME "sunxi-arisc"
-#define DEV_NAME "sunxi-arisc"
-
-#if defined CONFIG_ARCH_SUN8IW1P1
-#define DRV_VERSION "1.00"
-#elif defined CONFIG_ARCH_SUN8IW3P1
-#define DRV_VERSION "1.01"
-#elif defined CONFIG_ARCH_SUN8IW5P1
-#define DRV_VERSION "1.02"
-#elif defined CONFIG_ARCH_SUN8IW6P1
-#define DRV_VERSION "1.03"
-#elif defined CONFIG_ARCH_SUN8IW7P1
-#define DRV_VERSION "1.04"
-#elif defined CONFIG_ARCH_SUN8IW9P1
-#define DRV_VERSION "1.05"
-#elif defined CONFIG_ARCH_SUN50IW1P1
-#define DRV_VERSION "1.10"
-#elif defined CONFIG_ARCH_SUN9IW1P1
-#define DRV_VERSION "2.00"
-#else
-#error "please select a platform\n"
-#endif
-
-extern unsigned int arisc_debug_dram_crc_en;
-extern unsigned int arisc_debug_dram_crc_srcaddr;
-extern unsigned int arisc_debug_dram_crc_len;
-extern unsigned int arisc_debug_dram_crc_error;
-extern unsigned int arisc_debug_dram_crc_total_count;
-extern unsigned int arisc_debug_dram_crc_error_count;
-extern volatile const unsigned int arisc_debug_level;
-extern struct standby_info_para arisc_powchk_back;
-
-//local functions
-extern int arisc_config_dram_paras(void);
-extern int arisc_sysconfig_ir_paras(void);
-extern int arisc_config_pmu_paras(void);
-extern int arisc_suspend_flag_query(void);
-#if (defined CONFIG_ARCH_SUN8IW7P1)
-extern void arisc_power_off(void);
-#endif
-#endif //__ARISC_I_H__