mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 01:43:08 +02:00
[lantiq]
* several updates to the voice packages git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26351 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
db09a6adee
commit
df7d799ecf
@ -22,7 +22,7 @@ define KernelPackage/ltq-tapi
|
|||||||
SUBMENU:=Voice over IP
|
SUBMENU:=Voice over IP
|
||||||
TITLE:=Lantiq TAPI subsystem
|
TITLE:=Lantiq TAPI subsystem
|
||||||
URL:=http://www.lantiq.com/
|
URL:=http://www.lantiq.com/
|
||||||
DEPENDS:=+kmod-ltq-ifxos @TARGET_lantiq_xway
|
DEPENDS:=+kmod-ltq-ifxos @TARGET_lantiq
|
||||||
FILES:=$(PKG_BUILD_DIR)/src/drv_tapi.ko
|
FILES:=$(PKG_BUILD_DIR)/src/drv_tapi.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,20,drv_tapi)
|
AUTOLOAD:=$(call AutoLoad,20,drv_tapi)
|
||||||
MAINTAINER:=John Crispin <blogic@openwrt.org>
|
MAINTAINER:=John Crispin <blogic@openwrt.org>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
--- a/src/Makefile.am
|
--- a/src/Makefile.am
|
||||||
+++ b/src/Makefile.am
|
+++ b/src/Makefile.am
|
||||||
@@ -149,7 +149,7 @@ if KERNEL_2_6
|
@@ -154,7 +154,7 @@ if KERNEL_2_6
|
||||||
drv_tapi_OBJS = "$(subst .c,.o, $(drv_tapi_SOURCES))"
|
drv_tapi_OBJS = "$(subst .c,.o, $(drv_tapi_SOURCES))"
|
||||||
|
|
||||||
drv_tapi.ko: $(drv_tapi_SOURCES) $(EXTRA_DIST)
|
drv_tapi.ko: $(drv_tapi_SOURCES) $(EXTRA_DIST)
|
||||||
@ -9,7 +9,7 @@
|
|||||||
@for f in $(drv_tapi_SOURCES) ; do \
|
@for f in $(drv_tapi_SOURCES) ; do \
|
||||||
if test ! -e $(PWD)/$$f; then \
|
if test ! -e $(PWD)/$$f; then \
|
||||||
echo " LN $$f" ; \
|
echo " LN $$f" ; \
|
||||||
@@ -157,10 +157,10 @@ drv_tapi.ko: $(drv_tapi_SOURCES) $(EXTRA
|
@@ -162,10 +162,10 @@ drv_tapi.ko: $(drv_tapi_SOURCES) $(EXTRA
|
||||||
ln -s @abs_srcdir@/$$f $(PWD)/$$f; \
|
ln -s @abs_srcdir@/$$f $(PWD)/$$f; \
|
||||||
fi; \
|
fi; \
|
||||||
done;
|
done;
|
||||||
@ -47,17 +47,6 @@
|
|||||||
#include "ifx_types.h" /* ifx type definitions */
|
#include "ifx_types.h" /* ifx type definitions */
|
||||||
--- a/src/drv_tapi_linux.c
|
--- a/src/drv_tapi_linux.c
|
||||||
+++ b/src/drv_tapi_linux.c
|
+++ b/src/drv_tapi_linux.c
|
||||||
@@ -55,7 +55,7 @@
|
|
||||||
#include <linux/sched.h>
|
|
||||||
#undef CONFIG_DEVFS_FS
|
|
||||||
#ifndef UTS_RELEASE
|
|
||||||
- #include "linux/utsrelease.h"
|
|
||||||
+ #include <utsrelease.h>
|
|
||||||
#endif /* UTC_RELEASE */
|
|
||||||
#else
|
|
||||||
#include <linux/tqueue.h>
|
|
||||||
--- a/src/drv_tapi_linux.c
|
|
||||||
+++ b/src/drv_tapi_linux.c
|
|
||||||
@@ -47,6 +47,7 @@
|
@@ -47,6 +47,7 @@
|
||||||
#include <linux/errno.h>
|
#include <linux/errno.h>
|
||||||
#include <asm/uaccess.h> /* copy_from_user(), ... */
|
#include <asm/uaccess.h> /* copy_from_user(), ... */
|
||||||
@ -66,21 +55,20 @@
|
|||||||
#include <asm/io.h>
|
#include <asm/io.h>
|
||||||
|
|
||||||
#ifdef LINUX_2_6
|
#ifdef LINUX_2_6
|
||||||
@@ -55,12 +56,11 @@
|
@@ -55,7 +56,11 @@
|
||||||
#include <linux/sched.h>
|
#include <linux/sched.h>
|
||||||
#undef CONFIG_DEVFS_FS
|
#undef CONFIG_DEVFS_FS
|
||||||
#ifndef UTS_RELEASE
|
#ifndef UTS_RELEASE
|
||||||
- #include <utsrelease.h>
|
- #include "linux/utsrelease.h"
|
||||||
+ #include <generated/utsrelease.h>
|
+#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,33))
|
||||||
|
+# include <linux/utsrelease.h>
|
||||||
|
+#else
|
||||||
|
+# include <generated/utsrelease.h>
|
||||||
|
+#endif
|
||||||
#endif /* UTC_RELEASE */
|
#endif /* UTC_RELEASE */
|
||||||
#else
|
#else
|
||||||
#include <linux/tqueue.h>
|
#include <linux/tqueue.h>
|
||||||
#include <linux/sched.h>
|
@@ -3718,7 +3723,11 @@ IFX_void_t TAPI_OS_ThreadKill(IFXOS_Thre
|
||||||
- #include <linux/smp_lock.h> /* lock_kernel() */
|
|
||||||
#endif /* LINUX_2_6 */
|
|
||||||
|
|
||||||
#include "drv_tapi.h"
|
|
||||||
@@ -3600,7 +3600,11 @@ IFX_void_t TAPI_OS_ThreadKill(IFXOS_Thre
|
|
||||||
flag and released after the down() call. */
|
flag and released after the down() call. */
|
||||||
lock_kernel();
|
lock_kernel();
|
||||||
mb();
|
mb();
|
@ -1,6 +1,6 @@
|
|||||||
--- a/src/drv_tapi_linux.c
|
--- a/src/drv_tapi_linux.c
|
||||||
+++ b/src/drv_tapi_linux.c
|
+++ b/src/drv_tapi_linux.c
|
||||||
@@ -544,7 +544,7 @@ static ssize_t ifx_tapi_write (struct fi
|
@@ -552,7 +552,7 @@ static ssize_t ifx_tapi_write (struct fi
|
||||||
IFX_uint8_t *pData;
|
IFX_uint8_t *pData;
|
||||||
IFX_size_t buf_size;
|
IFX_size_t buf_size;
|
||||||
#endif /* TAPI_PACKET */
|
#endif /* TAPI_PACKET */
|
||||||
@ -69,9 +69,9 @@
|
|||||||
/* ============================= */
|
/* ============================= */
|
||||||
--- a/src/lib/lib_bufferpool/lib_bufferpool.c
|
--- a/src/lib/lib_bufferpool/lib_bufferpool.c
|
||||||
+++ b/src/lib/lib_bufferpool/lib_bufferpool.c
|
+++ b/src/lib/lib_bufferpool/lib_bufferpool.c
|
||||||
@@ -80,24 +80,6 @@
|
@@ -85,24 +85,6 @@
|
||||||
#include <linux/slab.h>
|
#include <stdlib.h>
|
||||||
#endif /* LINUX */
|
#endif /*VXWORKS*/
|
||||||
|
|
||||||
-
|
-
|
||||||
-/* ============================= */
|
-/* ============================= */
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
--- a/src/drv_tapi_linux.c
|
--- a/src/drv_tapi_linux.c
|
||||||
+++ b/src/drv_tapi_linux.c
|
+++ b/src/drv_tapi_linux.c
|
||||||
@@ -128,8 +128,13 @@
|
@@ -146,8 +146,13 @@ static ssize_t ifx_tapi_write(struct fil
|
||||||
size_t count, loff_t * ppos);
|
size_t count, loff_t * ppos);
|
||||||
static ssize_t ifx_tapi_read(struct file * filp, char *buf,
|
static ssize_t ifx_tapi_read(struct file * filp, char *buf,
|
||||||
size_t length, loff_t * ppos);
|
size_t length, loff_t * ppos);
|
||||||
@ -8,13 +8,13 @@
|
|||||||
static int ifx_tapi_ioctl(struct inode *inode, struct file *filp,
|
static int ifx_tapi_ioctl(struct inode *inode, struct file *filp,
|
||||||
unsigned int nCmd, unsigned long nArgument);
|
unsigned int nCmd, unsigned long nArgument);
|
||||||
+#else
|
+#else
|
||||||
+static int ifx_tapi_ioctl(struct file *filp,
|
+static long ifx_tapi_ioctl(struct file *filp,
|
||||||
+ unsigned int nCmd, unsigned long nArgument);
|
+ unsigned int nCmd, unsigned long nArgument);
|
||||||
+#endif
|
+#endif
|
||||||
static unsigned int ifx_tapi_poll (struct file *filp, poll_table *table);
|
static unsigned int ifx_tapi_poll (struct file *filp, poll_table *table);
|
||||||
|
|
||||||
#ifdef CONFIG_PROC_FS
|
#ifdef CONFIG_PROC_FS
|
||||||
@@ -213,7 +218,11 @@
|
@@ -231,7 +236,11 @@ IFX_return_t TAPI_OS_RegisterLLDrv (IFX_
|
||||||
IFX_char_t *pRegDrvName = IFX_NULL;
|
IFX_char_t *pRegDrvName = IFX_NULL;
|
||||||
IFX_int32_t ret = 0;
|
IFX_int32_t ret = 0;
|
||||||
|
|
||||||
@ -26,7 +26,7 @@
|
|||||||
{
|
{
|
||||||
#ifdef MODULE
|
#ifdef MODULE
|
||||||
tapi_fops.owner = THIS_MODULE;
|
tapi_fops.owner = THIS_MODULE;
|
||||||
@@ -221,7 +230,11 @@
|
@@ -239,7 +248,11 @@ IFX_return_t TAPI_OS_RegisterLLDrv (IFX_
|
||||||
tapi_fops.read = ifx_tapi_read;
|
tapi_fops.read = ifx_tapi_read;
|
||||||
tapi_fops.write = ifx_tapi_write;
|
tapi_fops.write = ifx_tapi_write;
|
||||||
tapi_fops.poll = ifx_tapi_poll;
|
tapi_fops.poll = ifx_tapi_poll;
|
||||||
@ -38,7 +38,7 @@
|
|||||||
tapi_fops.open = ifx_tapi_open;
|
tapi_fops.open = ifx_tapi_open;
|
||||||
tapi_fops.release = ifx_tapi_release;
|
tapi_fops.release = ifx_tapi_release;
|
||||||
}
|
}
|
||||||
@@ -876,8 +889,13 @@
|
@@ -894,8 +907,13 @@ static IFX_uint32_t ifx_tapi_poll (struc
|
||||||
- 0 and positive values - success
|
- 0 and positive values - success
|
||||||
- negative value - ioctl failed
|
- negative value - ioctl failed
|
||||||
*/
|
*/
|
||||||
@ -46,7 +46,7 @@
|
|||||||
static int ifx_tapi_ioctl(struct inode *inode, struct file *filp,
|
static int ifx_tapi_ioctl(struct inode *inode, struct file *filp,
|
||||||
unsigned int nCmd, unsigned long nArg)
|
unsigned int nCmd, unsigned long nArg)
|
||||||
+#else
|
+#else
|
||||||
+static int ifx_tapi_ioctl(struct file *filp,
|
+static long ifx_tapi_ioctl(struct file *filp,
|
||||||
+ unsigned int nCmd, unsigned long nArg)
|
+ unsigned int nCmd, unsigned long nArg)
|
||||||
+#endif
|
+#endif
|
||||||
{
|
{
|
@ -117,7 +117,7 @@ define Build/Configure
|
|||||||
$(call Build/Configure/Default)
|
$(call Build/Configure/Default)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
ifdef CONFIG_TARGET_lantiq_xway
|
ifdef CONFIG_TARGET_lantiq
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
$(INSTALL_DIR) $(1)/usr/include
|
$(INSTALL_DIR) $(1)/usr/include
|
||||||
mkdir -p $(1)/usr/include/drv_vmmc
|
mkdir -p $(1)/usr/include/drv_vmmc
|
||||||
@ -129,7 +129,7 @@ ifdef CONFIG_TARGET_lantiq_xway
|
|||||||
$(INSTALL_DIR) $(1)/etc/init.d $(1)/$(FW_DIR)
|
$(INSTALL_DIR) $(1)/etc/init.d $(1)/$(FW_DIR)
|
||||||
$(INSTALL_BIN) ./files/vmmc.init $(1)/etc/init.d/vmmc
|
$(INSTALL_BIN) ./files/vmmc.init $(1)/etc/init.d/vmmc
|
||||||
$(CP) $(PKG_BUILD_DIR)/firmware/$(FW_SOURCE) $(1)/$(FW_DIR)/$(FW_TARGET)
|
$(CP) $(PKG_BUILD_DIR)/firmware/$(FW_SOURCE) $(1)/$(FW_DIR)/$(FW_TARGET)
|
||||||
$(CP) $(PKG_BUILD_DIR)/coef/$(COEF_TARGET) $(1)/$(FW_DIR)/$(COEF_TARGET)
|
$(CP) $(PKG_BUILD_DIR)/coef/$(COEF_SRC) $(1)/$(FW_DIR)/$(COEF_TARGET)
|
||||||
endef
|
endef
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
/* ============================= */
|
/* ============================= */
|
||||||
--- a/src/drv_vmmc_bbd.c
|
--- a/src/drv_vmmc_bbd.c
|
||||||
+++ b/src/drv_vmmc_bbd.c
|
+++ b/src/drv_vmmc_bbd.c
|
||||||
@@ -1072,7 +1072,11 @@
|
@@ -1072,7 +1072,11 @@ static IFX_int32_t vmmc_BBD_DownloadChCr
|
||||||
IFX_uint8_t padBytes = 0;
|
IFX_uint8_t padBytes = 0;
|
||||||
#endif
|
#endif
|
||||||
IFX_uint16_t cram_offset, cram_crc,
|
IFX_uint16_t cram_offset, cram_crc,
|
||||||
@ -88,7 +88,7 @@
|
|||||||
} while(0);
|
} while(0);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -72,11 +34,6 @@
|
@@ -72,11 +34,6 @@ do { \
|
||||||
*/
|
*/
|
||||||
#define VMMC_DRIVER_UNLOAD_HOOK(ret) \
|
#define VMMC_DRIVER_UNLOAD_HOOK(ret) \
|
||||||
do { \
|
do { \
|
||||||
@ -141,7 +141,7 @@
|
|||||||
|
|
||||||
#undef USE_PLAIN_VOICE_FIRMWARE
|
#undef USE_PLAIN_VOICE_FIRMWARE
|
||||||
#undef PRINT_ON_ERR_INTERRUPT
|
#undef PRINT_ON_ERR_INTERRUPT
|
||||||
@@ -35,8 +36,35 @@
|
@@ -35,8 +36,22 @@
|
||||||
#include "ifxos_interrupt.h"
|
#include "ifxos_interrupt.h"
|
||||||
#include "ifxos_time.h"
|
#include "ifxos_time.h"
|
||||||
|
|
||||||
@ -157,19 +157,6 @@
|
|||||||
+# define ifx_gptu_countvalue_get lq_get_count_value
|
+# define ifx_gptu_countvalue_get lq_get_count_value
|
||||||
+# define ifx_gptu_timer_free lq_free_timer
|
+# define ifx_gptu_timer_free lq_free_timer
|
||||||
+
|
+
|
||||||
+# define IFX_MPS_SRAM IFXMIPS_MPS_SRAM
|
|
||||||
+# define IFX_MPS_AD0ENR IFXMIPS_MPS_AD0ENR
|
|
||||||
+# define IFX_MPS_AD1ENR IFXMIPS_MPS_AD1ENR
|
|
||||||
+# define IFX_MPS_VC0ENR IFXMIPS_MPS_VC0ENR
|
|
||||||
+# define IFX_MPS_SAD0SR IFXMIPS_MPS_SAD0SR
|
|
||||||
+# define IFX_MPS_RAD0SR IFXMIPS_MPS_RAD0SR
|
|
||||||
+# define IFX_MPS_RAD1SR IFXMIPS_MPS_RAD1SR
|
|
||||||
+# define IFX_MPS_CAD0SR IFXMIPS_MPS_CAD0SR
|
|
||||||
+# define IFX_MPS_CAD1SR IFXMIPS_MPS_CAD1SR
|
|
||||||
+# define IFX_MPS_RVC0SR IFXMIPS_MPS_RVC0SR
|
|
||||||
+# define IFX_MPS_CVC0SR IFXMIPS_MPS_CVC0SR
|
|
||||||
+
|
|
||||||
+# define INT_NUM_IM4_IRL14 (INT_NUM_IM4_IRL0 + 14)
|
|
||||||
+
|
+
|
||||||
+# define bsp_mask_and_ack_irq lq_mask_and_ack_irq
|
+# define bsp_mask_and_ack_irq lq_mask_and_ack_irq
|
||||||
+#else
|
+#else
|
||||||
@ -179,80 +166,123 @@
|
|||||||
|
|
||||||
#include "drv_mps_vmmc.h"
|
#include "drv_mps_vmmc.h"
|
||||||
#include "drv_mps_vmmc_dbg.h"
|
#include "drv_mps_vmmc_dbg.h"
|
||||||
@@ -201,7 +229,8 @@
|
@@ -98,6 +113,9 @@ extern IFX_void_t bsp_mask_and_ack_irq (
|
||||||
|
extern IFX_void_t mask_and_ack_danube_irq (IFX_uint32_t irq_nr);
|
||||||
|
|
||||||
|
#endif /* */
|
||||||
|
+
|
||||||
|
+extern void sys_hw_setup (void);
|
||||||
|
+
|
||||||
|
extern IFXOS_event_t fw_ready_evt;
|
||||||
|
/* callback function to free all data buffers currently used by voice FW */
|
||||||
|
IFX_void_t (*ifx_mps_bufman_freeall)(IFX_void_t) = IFX_NULL;
|
||||||
|
@@ -201,7 +219,8 @@ IFX_boolean_t ifx_mps_ext_bufman ()
|
||||||
*/
|
*/
|
||||||
IFX_void_t *ifx_mps_fastbuf_malloc (IFX_size_t size, IFX_int32_t priority)
|
IFX_void_t *ifx_mps_fastbuf_malloc (IFX_size_t size, IFX_int32_t priority)
|
||||||
{
|
{
|
||||||
- IFX_uint32_t ptr, flags;
|
- IFX_uint32_t ptr, flags;
|
||||||
+ unsigned long flags;
|
+ IFXOS_INTSTAT flags;
|
||||||
+ IFX_uint32_t ptr;
|
+ IFX_uint32_t ptr;
|
||||||
IFX_int32_t index = fastbuf_index;
|
IFX_int32_t index = fastbuf_index;
|
||||||
|
|
||||||
if (fastbuf_initialized == 0)
|
if (fastbuf_initialized == 0)
|
||||||
@@ -255,7 +284,7 @@
|
@@ -255,7 +274,7 @@ IFX_void_t *ifx_mps_fastbuf_malloc (IFX_
|
||||||
*/
|
*/
|
||||||
IFX_void_t ifx_mps_fastbuf_free (const IFX_void_t * ptr)
|
IFX_void_t ifx_mps_fastbuf_free (const IFX_void_t * ptr)
|
||||||
{
|
{
|
||||||
- IFX_uint32_t flags;
|
- IFX_uint32_t flags;
|
||||||
+ unsigned long flags;
|
+ IFXOS_INTSTAT flags;
|
||||||
IFX_int32_t index = fastbuf_index;
|
IFX_int32_t index = fastbuf_index;
|
||||||
|
|
||||||
IFXOS_LOCKINT (flags);
|
IFXOS_LOCKINT (flags);
|
||||||
@@ -451,7 +480,7 @@
|
@@ -451,7 +470,7 @@ static mps_buffer_state_e ifx_mps_bufman
|
||||||
*/
|
*/
|
||||||
static IFX_int32_t ifx_mps_bufman_inc_level (IFX_uint32_t value)
|
static IFX_int32_t ifx_mps_bufman_inc_level (IFX_uint32_t value)
|
||||||
{
|
{
|
||||||
- IFX_uint32_t flags;
|
- IFX_uint32_t flags;
|
||||||
+ unsigned long flags;
|
+ IFXOS_INTSTAT flags;
|
||||||
|
|
||||||
if (mps_buffer.buf_level + value > MPS_BUFFER_MAX_LEVEL)
|
if (mps_buffer.buf_level + value > MPS_BUFFER_MAX_LEVEL)
|
||||||
{
|
{
|
||||||
@@ -478,7 +507,7 @@
|
@@ -478,7 +497,7 @@ static IFX_int32_t ifx_mps_bufman_inc_le
|
||||||
*/
|
*/
|
||||||
static IFX_int32_t ifx_mps_bufman_dec_level (IFX_uint32_t value)
|
static IFX_int32_t ifx_mps_bufman_dec_level (IFX_uint32_t value)
|
||||||
{
|
{
|
||||||
- IFX_uint32_t flags;
|
- IFX_uint32_t flags;
|
||||||
+ unsigned long flags;
|
+ IFXOS_INTSTAT flags;
|
||||||
|
|
||||||
if (mps_buffer.buf_level < value)
|
if (mps_buffer.buf_level < value)
|
||||||
{
|
{
|
||||||
@@ -946,7 +975,7 @@
|
@@ -630,7 +649,7 @@ IFX_int32_t ifx_mps_bufman_buf_provide (
|
||||||
|
mem_seg_ptr[i] =
|
||||||
|
(IFX_uint32_t *) CPHYSADDR ((IFX_uint32_t) mps_buffer.
|
||||||
|
malloc (segment_size, FASTBUF_FW_OWNED));
|
||||||
|
- if (mem_seg_ptr[i] == CPHYSADDR (IFX_NULL))
|
||||||
|
+ if (mem_seg_ptr[i] == (IFX_uint32_t *)CPHYSADDR (IFX_NULL))
|
||||||
|
{
|
||||||
|
TRACE (MPS, DBG_LEVEL_HIGH,
|
||||||
|
("%s(): cannot allocate buffer\n", __FUNCTION__));
|
||||||
|
@@ -946,7 +965,7 @@ IFX_int32_t ifx_mps_common_open (mps_com
|
||||||
mps_mbx_dev * pMBDev, IFX_int32_t bcommand,
|
mps_mbx_dev * pMBDev, IFX_int32_t bcommand,
|
||||||
IFX_boolean_t from_kernel)
|
IFX_boolean_t from_kernel)
|
||||||
{
|
{
|
||||||
- IFX_uint32_t flags;
|
- IFX_uint32_t flags;
|
||||||
+ unsigned long flags;
|
+ IFXOS_INTSTAT flags;
|
||||||
|
|
||||||
IFXOS_LOCKINT (flags);
|
IFXOS_LOCKINT (flags);
|
||||||
|
|
||||||
@@ -1062,7 +1091,7 @@
|
@@ -1062,7 +1081,7 @@ IFX_int32_t ifx_mps_common_close (mps_mb
|
||||||
IFX_void_t ifx_mps_release_structures (mps_comm_dev * pDev)
|
IFX_void_t ifx_mps_release_structures (mps_comm_dev * pDev)
|
||||||
{
|
{
|
||||||
IFX_int32_t count;
|
IFX_int32_t count;
|
||||||
- IFX_uint32_t flags;
|
- IFX_uint32_t flags;
|
||||||
+ unsigned long flags;
|
+ IFXOS_INTSTAT flags;
|
||||||
|
|
||||||
IFXOS_LOCKINT (flags);
|
IFXOS_LOCKINT (flags);
|
||||||
IFXOS_BlockFree (pFW_img_data);
|
IFXOS_BlockFree (pFW_img_data);
|
||||||
@@ -1558,7 +1587,7 @@
|
@@ -1111,7 +1130,7 @@ IFX_uint32_t ifx_mps_init_structures (mp
|
||||||
|
|
||||||
|
/* Initialize MPS main structure */
|
||||||
|
memset ((IFX_void_t *) pDev, 0, sizeof (mps_comm_dev));
|
||||||
|
- pDev->base_global = (mps_mbx_reg *) IFX_MPS_SRAM;
|
||||||
|
+ pDev->base_global = (mps_mbx_reg *) IFXMIPS_MPS_SRAM;
|
||||||
|
pDev->flags = 0x00000000;
|
||||||
|
MBX_Memory = pDev->base_global;
|
||||||
|
|
||||||
|
@@ -1119,9 +1138,11 @@ IFX_uint32_t ifx_mps_init_structures (mp
|
||||||
|
for MBX communication. These are: mailbox base address, mailbox size, *
|
||||||
|
mailbox read index and mailbox write index. for command and voice
|
||||||
|
mailbox, * upstream and downstream direction. */
|
||||||
|
- memset ((IFX_void_t *) MBX_Memory, /* avoid to overwrite CPU boot
|
||||||
|
- registers */
|
||||||
|
- 0, sizeof (mps_mbx_reg) - 2 * sizeof (mps_boot_cfg_reg));
|
||||||
|
+ memset (
|
||||||
|
+ /* avoid to overwrite CPU boot registers */
|
||||||
|
+ (IFX_void_t *) MBX_Memory,
|
||||||
|
+ 0,
|
||||||
|
+ sizeof (mps_mbx_reg) - 2 * sizeof (mps_boot_cfg_reg));
|
||||||
|
MBX_Memory->MBX_UPSTR_CMD_BASE =
|
||||||
|
(IFX_uint32_t *) CPHYSADDR ((IFX_uint32_t) MBX_UPSTRM_CMD_FIFO_BASE);
|
||||||
|
MBX_Memory->MBX_UPSTR_CMD_SIZE = MBX_CMD_FIFO_SIZE;
|
||||||
|
@@ -1558,7 +1579,7 @@ IFX_int32_t ifx_mps_mbx_read_message (mp
|
||||||
IFX_uint32_t * bytes)
|
IFX_uint32_t * bytes)
|
||||||
{
|
{
|
||||||
IFX_int32_t i, ret;
|
IFX_int32_t i, ret;
|
||||||
- IFX_uint32_t flags;
|
- IFX_uint32_t flags;
|
||||||
+ unsigned long flags;
|
+ IFXOS_INTSTAT flags;
|
||||||
|
|
||||||
IFXOS_LOCKINT (flags);
|
IFXOS_LOCKINT (flags);
|
||||||
|
|
||||||
@@ -1768,7 +1797,7 @@
|
@@ -1768,7 +1789,7 @@ IFX_int32_t ifx_mps_mbx_write_message (m
|
||||||
{
|
{
|
||||||
mps_fifo *mbx;
|
mps_fifo *mbx;
|
||||||
IFX_uint32_t i;
|
IFX_uint32_t i;
|
||||||
- IFX_uint32_t flags;
|
- IFX_uint32_t flags;
|
||||||
+ unsigned long flags;
|
+ IFXOS_INTSTAT flags;
|
||||||
IFX_int32_t retval = -EAGAIN;
|
IFX_int32_t retval = -EAGAIN;
|
||||||
IFX_int32_t retries = 0;
|
IFX_int32_t retries = 0;
|
||||||
IFX_uint32_t word = 0;
|
IFX_uint32_t word = 0;
|
||||||
@@ -2163,6 +2192,7 @@
|
@@ -2163,6 +2184,7 @@ IFX_int32_t ifx_mps_mbx_write_cmd (mps_m
|
||||||
TRACE (MPS, DBG_LEVEL_HIGH,
|
TRACE (MPS, DBG_LEVEL_HIGH,
|
||||||
("%s(): Invalid device ID %d !\n", __FUNCTION__, pMBDev->devID));
|
("%s(): Invalid device ID %d !\n", __FUNCTION__, pMBDev->devID));
|
||||||
}
|
}
|
||||||
@ -260,16 +290,16 @@
|
|||||||
return retval;
|
return retval;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -2186,7 +2216,7 @@
|
@@ -2186,7 +2208,7 @@ IFX_void_t ifx_mps_mbx_data_upstream (IF
|
||||||
mps_mbx_dev *mbx_dev;
|
mps_mbx_dev *mbx_dev;
|
||||||
MbxMsg_s msg;
|
MbxMsg_s msg;
|
||||||
IFX_uint32_t bytes_read = 0;
|
IFX_uint32_t bytes_read = 0;
|
||||||
- IFX_uint32_t flags;
|
- IFX_uint32_t flags;
|
||||||
+ unsigned long flags;
|
+ IFXOS_INTSTAT flags;
|
||||||
IFX_int32_t ret;
|
IFX_int32_t ret;
|
||||||
|
|
||||||
/* set pointer to data upstream mailbox, no matter if 0,1,2 or 3 because
|
/* set pointer to data upstream mailbox, no matter if 0,1,2 or 3 because
|
||||||
@@ -2277,7 +2307,7 @@
|
@@ -2277,7 +2299,7 @@ IFX_void_t ifx_mps_mbx_data_upstream (IF
|
||||||
{
|
{
|
||||||
ifx_mps_bufman_dec_level (1);
|
ifx_mps_bufman_dec_level (1);
|
||||||
if ((ifx_mps_bufman_get_level () <= mps_buffer.buf_threshold) &&
|
if ((ifx_mps_bufman_get_level () <= mps_buffer.buf_threshold) &&
|
||||||
@ -278,7 +308,7 @@
|
|||||||
{
|
{
|
||||||
IFXOS_LockRelease (pMPSDev->provide_buffer);
|
IFXOS_LockRelease (pMPSDev->provide_buffer);
|
||||||
}
|
}
|
||||||
@@ -2320,7 +2350,7 @@
|
@@ -2320,7 +2342,7 @@ IFX_void_t ifx_mps_mbx_data_upstream (IF
|
||||||
#endif /* CONFIG_PROC_FS */
|
#endif /* CONFIG_PROC_FS */
|
||||||
ifx_mps_bufman_dec_level (1);
|
ifx_mps_bufman_dec_level (1);
|
||||||
if ((ifx_mps_bufman_get_level () <= mps_buffer.buf_threshold) &&
|
if ((ifx_mps_bufman_get_level () <= mps_buffer.buf_threshold) &&
|
||||||
@ -287,43 +317,59 @@
|
|||||||
{
|
{
|
||||||
IFXOS_LockRelease (pMPSDev->provide_buffer);
|
IFXOS_LockRelease (pMPSDev->provide_buffer);
|
||||||
}
|
}
|
||||||
@@ -2350,7 +2380,7 @@
|
@@ -2350,7 +2372,7 @@ IFX_void_t ifx_mps_mbx_data_upstream (IF
|
||||||
IFX_void_t ifx_mps_mbx_cmd_upstream (IFX_ulong_t dummy)
|
IFX_void_t ifx_mps_mbx_cmd_upstream (IFX_ulong_t dummy)
|
||||||
{
|
{
|
||||||
mps_fifo *mbx;
|
mps_fifo *mbx;
|
||||||
- IFX_uint32_t flags;
|
- IFX_uint32_t flags;
|
||||||
+ unsigned long flags;
|
+ IFXOS_INTSTAT flags;
|
||||||
|
|
||||||
/* set pointer to upstream command mailbox */
|
/* set pointer to upstream command mailbox */
|
||||||
mbx = &(pMPSDev->cmd_upstrm_fifo);
|
mbx = &(pMPSDev->cmd_upstrm_fifo);
|
||||||
@@ -2398,7 +2428,7 @@
|
@@ -2398,7 +2420,7 @@ IFX_void_t ifx_mps_mbx_event_upstream (I
|
||||||
mps_event_msg msg;
|
mps_event_msg msg;
|
||||||
IFX_int32_t length = 0;
|
IFX_int32_t length = 0;
|
||||||
IFX_int32_t read_length = 0;
|
IFX_int32_t read_length = 0;
|
||||||
- IFX_uint32_t flags;
|
- IFX_uint32_t flags;
|
||||||
+ unsigned long flags;
|
+ IFXOS_INTSTAT flags;
|
||||||
|
|
||||||
/* set pointer to upstream event mailbox */
|
/* set pointer to upstream event mailbox */
|
||||||
mbx = &(pMPSDev->event_upstrm_fifo);
|
mbx = &(pMPSDev->event_upstrm_fifo);
|
||||||
@@ -2641,7 +2671,7 @@
|
@@ -2613,6 +2635,7 @@ IFX_void_t ifx_mps_enable_mailbox_int ()
|
||||||
|
#endif
|
||||||
|
|
||||||
|
*IFX_MPS_AD0ENR = Ad0Reg.val;
|
||||||
|
+
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
@@ -2641,7 +2664,7 @@ IFX_void_t ifx_mps_disable_mailbox_int (
|
||||||
*/
|
*/
|
||||||
IFX_void_t ifx_mps_dd_mbx_int_enable (IFX_void_t)
|
IFX_void_t ifx_mps_dd_mbx_int_enable (IFX_void_t)
|
||||||
{
|
{
|
||||||
- IFX_uint32_t flags;
|
- IFX_uint32_t flags;
|
||||||
+ unsigned long flags;
|
+ IFXOS_INTSTAT flags;
|
||||||
MPS_Ad0Reg_u Ad0Reg;
|
MPS_Ad0Reg_u Ad0Reg;
|
||||||
|
|
||||||
IFXOS_LOCKINT (flags);
|
IFXOS_LOCKINT (flags);
|
||||||
@@ -2667,7 +2697,7 @@
|
@@ -2667,7 +2690,7 @@ IFX_void_t ifx_mps_dd_mbx_int_enable (IF
|
||||||
*/
|
*/
|
||||||
IFX_void_t ifx_mps_dd_mbx_int_disable (IFX_void_t)
|
IFX_void_t ifx_mps_dd_mbx_int_disable (IFX_void_t)
|
||||||
{
|
{
|
||||||
- IFX_uint32_t flags;
|
- IFX_uint32_t flags;
|
||||||
+ unsigned long flags;
|
+ IFXOS_INTSTAT flags;
|
||||||
MPS_Ad0Reg_u Ad0Reg;
|
MPS_Ad0Reg_u Ad0Reg;
|
||||||
|
|
||||||
IFXOS_LOCKINT (flags);
|
IFXOS_LOCKINT (flags);
|
||||||
@@ -2794,6 +2824,7 @@
|
@@ -2732,7 +2755,6 @@ irqreturn_t ifx_mps_ad0_irq (IFX_int32_t
|
||||||
|
#else /* */
|
||||||
|
mask_and_ack_danube_irq (irq);
|
||||||
|
#endif /* */
|
||||||
|
-
|
||||||
|
/* FW is up and ready to process commands */
|
||||||
|
if (MPS_Ad0StatusReg.fld.dl_end)
|
||||||
|
{
|
||||||
|
@@ -2794,6 +2816,7 @@ irqreturn_t ifx_mps_ad0_irq (IFX_int32_t
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -331,7 +377,21 @@
|
|||||||
if (MPS_Ad0StatusReg.fld.du_mbx)
|
if (MPS_Ad0StatusReg.fld.du_mbx)
|
||||||
{
|
{
|
||||||
#ifdef CONFIG_PROC_FS
|
#ifdef CONFIG_PROC_FS
|
||||||
@@ -3087,7 +3118,8 @@
|
@@ -2938,12 +2961,12 @@ irqreturn_t ifx_mps_vc_irq (IFX_int32_t
|
||||||
|
IFX_MPS_CVC0SR[chan] = MPS_VCStatusReg.val;
|
||||||
|
/* handle only enabled interrupts */
|
||||||
|
MPS_VCStatusReg.val &= IFX_MPS_VC0ENR[chan];
|
||||||
|
-
|
||||||
|
#ifdef LINUX_2_6
|
||||||
|
bsp_mask_and_ack_irq (irq);
|
||||||
|
#else /* */
|
||||||
|
mask_and_ack_danube_irq (irq);
|
||||||
|
#endif /* */
|
||||||
|
+
|
||||||
|
pMPSDev->event.MPS_VCStatReg[chan].val = MPS_VCStatusReg.val;
|
||||||
|
#ifdef PRINT_ON_ERR_INTERRUPT
|
||||||
|
if (MPS_VCStatusReg.fld.rcv_ov)
|
||||||
|
@@ -3087,7 +3110,8 @@ IFX_int32_t ifx_mps_get_fw_version (IFX_
|
||||||
*/
|
*/
|
||||||
IFX_return_t ifx_mps_init_gpt ()
|
IFX_return_t ifx_mps_init_gpt ()
|
||||||
{
|
{
|
||||||
@ -341,6 +401,14 @@
|
|||||||
IFX_ulong_t count;
|
IFX_ulong_t count;
|
||||||
#if defined(SYSTEM_AR9) || defined(SYSTEM_VR9)
|
#if defined(SYSTEM_AR9) || defined(SYSTEM_VR9)
|
||||||
timer = TIMER1A;
|
timer = TIMER1A;
|
||||||
|
@@ -3160,6 +3184,7 @@ IFX_void_t ifx_mps_shutdown_gpt (IFX_voi
|
||||||
|
#else /* Danube */
|
||||||
|
timer = TIMER1B;
|
||||||
|
#endif /* SYSTEM_AR9 || SYSTEM_VR9 */
|
||||||
|
+
|
||||||
|
ifx_gptu_timer_free (timer);
|
||||||
|
}
|
||||||
|
|
||||||
--- a/src/mps/drv_mps_vmmc_danube.c
|
--- a/src/mps/drv_mps_vmmc_danube.c
|
||||||
+++ b/src/mps/drv_mps_vmmc_danube.c
|
+++ b/src/mps/drv_mps_vmmc_danube.c
|
||||||
@@ -32,9 +32,21 @@
|
@@ -32,9 +32,21 @@
|
||||||
@ -368,7 +436,7 @@
|
|||||||
|
|
||||||
#include "drv_mps_vmmc.h"
|
#include "drv_mps_vmmc.h"
|
||||||
#include "drv_mps_vmmc_dbg.h"
|
#include "drv_mps_vmmc_dbg.h"
|
||||||
@@ -71,6 +83,20 @@
|
@@ -71,6 +83,20 @@ IFX_void_t ifx_mps_release (IFX_void_t);
|
||||||
/* Local function definition */
|
/* Local function definition */
|
||||||
/* ============================= */
|
/* ============================= */
|
||||||
|
|
||||||
@ -389,7 +457,7 @@
|
|||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
* DANUBE Specific Routines
|
* DANUBE Specific Routines
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
@@ -130,6 +156,15 @@
|
@@ -130,6 +156,15 @@ IFX_int32_t ifx_mps_download_firmware (m
|
||||||
}
|
}
|
||||||
|
|
||||||
/* check if FW image fits in available memory space */
|
/* check if FW image fits in available memory space */
|
||||||
@ -405,7 +473,7 @@
|
|||||||
if (mem > ifx_get_cp1_size())
|
if (mem > ifx_get_cp1_size())
|
||||||
{
|
{
|
||||||
TRACE (MPS, DBG_LEVEL_HIGH,
|
TRACE (MPS, DBG_LEVEL_HIGH,
|
||||||
@@ -137,6 +172,7 @@
|
@@ -137,6 +172,7 @@ IFX_int32_t ifx_mps_download_firmware (m
|
||||||
__FILE__, __func__, __LINE__, mem, ifx_get_cp1_size()));
|
__FILE__, __func__, __LINE__, mem, ifx_get_cp1_size()));
|
||||||
return IFX_ERROR;
|
return IFX_ERROR;
|
||||||
}
|
}
|
||||||
@ -413,7 +481,7 @@
|
|||||||
|
|
||||||
/* reset the driver */
|
/* reset the driver */
|
||||||
ifx_mps_reset ();
|
ifx_mps_reset ();
|
||||||
@@ -357,7 +393,7 @@
|
@@ -357,7 +393,7 @@ IFX_void_t ifx_mps_release (IFX_void_t)
|
||||||
*/
|
*/
|
||||||
IFX_void_t ifx_mps_wdog_expiry()
|
IFX_void_t ifx_mps_wdog_expiry()
|
||||||
{
|
{
|
||||||
@ -424,7 +492,7 @@
|
|||||||
/* recalculate and compare the firmware checksum */
|
/* recalculate and compare the firmware checksum */
|
||||||
--- a/src/mps/drv_mps_vmmc_device.h
|
--- a/src/mps/drv_mps_vmmc_device.h
|
||||||
+++ b/src/mps/drv_mps_vmmc_device.h
|
+++ b/src/mps/drv_mps_vmmc_device.h
|
||||||
@@ -16,8 +16,15 @@
|
@@ -16,8 +16,58 @@
|
||||||
declarations.
|
declarations.
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
@ -435,16 +503,180 @@
|
|||||||
+# include <irq.h>
|
+# include <irq.h>
|
||||||
+# include <xway/xway.h>
|
+# include <xway/xway.h>
|
||||||
+# include <gpio.h>
|
+# include <gpio.h>
|
||||||
|
+#define IFXMIPS_MPS_SRAM ((u32 *)(KSEG1 + 0x1F200000))
|
||||||
|
+#define IFXMIPS_MPS_BASE_ADDR (KSEG1 + 0x1F107000)
|
||||||
|
+#define IFXMIPS_MPS_CHIPID ((u32 *)(IFXMIPS_MPS_BASE_ADDR + 0x0344))
|
||||||
|
+#define IFXMIPS_MPS_VC0ENR ((u32 *)(IFXMIPS_MPS_BASE_ADDR + 0x0000))
|
||||||
|
+#define IFXMIPS_MPS_RVC0SR ((u32 *)(IFXMIPS_MPS_BASE_ADDR + 0x0010))
|
||||||
|
+#define IFXMIPS_MPS_CVC0SR ((u32 *)(IFXMIPS_MPS_BASE_ADDR + 0x0030))
|
||||||
|
+#define IFXMIPS_MPS_CVC1SR ((u32 *)(IFXMIPS_MPS_BASE_ADDR + 0x0034))
|
||||||
|
+#define IFXMIPS_MPS_CVC2SR ((u32 *)(IFXMIPS_MPS_BASE_ADDR + 0x0038))
|
||||||
|
+#define IFXMIPS_MPS_CVC3SR ((u32 *)(IFXMIPS_MPS_BASE_ADDR + 0x003C))
|
||||||
|
+#define IFXMIPS_MPS_RAD0SR ((u32 *)(IFXMIPS_MPS_BASE_ADDR + 0x0040))
|
||||||
|
+#define IFXMIPS_MPS_RAD1SR ((u32 *)(IFXMIPS_MPS_BASE_ADDR + 0x0044))
|
||||||
|
+#define IFXMIPS_MPS_SAD0SR ((u32 *)(IFXMIPS_MPS_BASE_ADDR + 0x0048))
|
||||||
|
+#define IFXMIPS_MPS_SAD1SR ((u32 *)(IFXMIPS_MPS_BASE_ADDR + 0x004C))
|
||||||
|
+#define IFXMIPS_MPS_CAD0SR ((u32 *)(IFXMIPS_MPS_BASE_ADDR + 0x0050))
|
||||||
|
+#define IFXMIPS_MPS_CAD1SR ((u32 *)(IFXMIPS_MPS_BASE_ADDR + 0x0054))
|
||||||
|
+#define IFXMIPS_MPS_AD0ENR ((u32 *)(IFXMIPS_MPS_BASE_ADDR + 0x0058))
|
||||||
|
+#define IFXMIPS_MPS_AD1ENR ((u32 *)(IFXMIPS_MPS_BASE_ADDR + 0x005C))
|
||||||
|
+
|
||||||
|
+#define IFXMIPS_MPS_CHIPID_VERSION_GET(value) (((value) >> 28) & ((1 << 4) - 1))
|
||||||
|
+#define IFXMIPS_MPS_CHIPID_VERSION_SET(value) ((((1 << 4) - 1) & (value)) << 28)
|
||||||
|
+#define IFXMIPS_MPS_CHIPID_PARTNUM_GET(value) (((value) >> 12) & ((1 << 16) - 1))
|
||||||
|
+#define IFXMIPS_MPS_CHIPID_PARTNUM_SET(value) ((((1 << 16) - 1) & (value)) << 12)
|
||||||
|
+#define IFXMIPS_MPS_CHIPID_MANID_GET(value) (((value) >> 1) & ((1 << 10) - 1))
|
||||||
|
+#define IFXMIPS_MPS_CHIPID_MANID_SET(value) ((((1 << 10) - 1) & (value)) << 1)
|
||||||
+#else
|
+#else
|
||||||
+# include <asm/ifx/ifx_regs.h>
|
+# include <asm/ifx/ifx_regs.h>
|
||||||
+# include <asm/ifx_vpe.h>
|
+# include <asm/ifx_vpe.h>
|
||||||
+#endif
|
+#endif
|
||||||
|
+/* MPS register */
|
||||||
|
+# define IFX_MPS_AD0ENR IFXMIPS_MPS_AD0ENR
|
||||||
|
+# define IFX_MPS_AD1ENR IFXMIPS_MPS_AD1ENR
|
||||||
|
+# define IFX_MPS_RAD0SR IFXMIPS_MPS_RAD0SR
|
||||||
|
+# define IFX_MPS_RAD1SR IFXMIPS_MPS_RAD1SR
|
||||||
|
+# define IFX_MPS_VC0ENR IFXMIPS_MPS_VC0ENR
|
||||||
|
+# define IFX_MPS_RVC0SR IFXMIPS_MPS_RVC0SR
|
||||||
|
+# define IFX_MPS_CVC0SR IFXMIPS_MPS_CVC0SR
|
||||||
|
+# define IFX_MPS_CAD0SR IFXMIPS_MPS_CAD0SR
|
||||||
|
+# define IFX_MPS_CAD1SR IFXMIPS_MPS_CAD1SR
|
||||||
|
+# define IFX_MPS_CVC1SR IFXMIPS_MPS_CVC1SR
|
||||||
|
+# define IFX_MPS_CVC2SR IFXMIPS_MPS_CVC2SR
|
||||||
|
+# define IFX_MPS_CVC3SR IFXMIPS_MPS_CVC3SR
|
||||||
|
+# define IFX_MPS_SAD0SR IFXMIPS_MPS_SAD0SR
|
||||||
|
+/* interrupt vectors */
|
||||||
|
+# define INT_NUM_IM4_IRL14 (INT_NUM_IM4_IRL0 + 14)
|
||||||
|
+# define INT_NUM_IM4_IRL18 (INT_NUM_IM4_IRL0 + 18)
|
||||||
|
+# define INT_NUM_IM4_IRL19 (INT_NUM_IM4_IRL0 + 19)
|
||||||
|
+# define IFX_ICU_IM4_IER IFXMIPS_ICU_IM4_IER
|
||||||
|
|
||||||
/* ============================= */
|
/* ============================= */
|
||||||
/* MPS Common defines */
|
/* MPS Common defines */
|
||||||
|
@@ -26,32 +76,28 @@
|
||||||
|
#define MPS_BASEADDRESS 0xBF107000
|
||||||
|
#define MPS_RAD0SR MPS_BASEADDRESS + 0x0004
|
||||||
|
|
||||||
|
-#define MPS_RAD0SR_DU (1<<0)
|
||||||
|
-#define MPS_RAD0SR_CU (1<<1)
|
||||||
|
-
|
||||||
|
#define MBX_BASEADDRESS 0xBF200000
|
||||||
|
#define VCPU_BASEADDRESS 0xBF208000 /* 0xBF108000 */
|
||||||
|
/*---------------------------------------------------------------------------*/
|
||||||
|
+#if !defined(CONFIG_LANTIQ)
|
||||||
|
+/* enabling interrupts is done with request_irq by the BSP
|
||||||
|
+ The related code should not be needed anymore */
|
||||||
|
#if defined(SYSTEM_AR9) || defined(SYSTEM_VR9)
|
||||||
|
/* TODO: doublecheck - IM4 or different! */
|
||||||
|
#define MPS_INTERRUPTS_ENABLE(X) *((volatile IFX_uint32_t*) IFX_ICU_IM4_IER) |= X;
|
||||||
|
#define MPS_INTERRUPTS_DISABLE(X) *((volatile IFX_uint32_t*) IFX_ICU_IM4_IER) &= ~X;
|
||||||
|
-#define MPS_INTERRUPTS_CLEAR(X) *((volatile IFX_uint32_t*) IFX_ICU_IM4_ISR) = X;
|
||||||
|
-#define MPS_INTERRUPTS_SET(X) *((volatile IFX_uint32_t*) IFX_ICU_IM4_IRSR) = X;/* |= ? */
|
||||||
|
#else /* Danube */
|
||||||
|
/* TODO: possibly needs to be changed to IM4 !!!!!! */
|
||||||
|
#ifdef LINUX_2_6
|
||||||
|
#define MPS_INTERRUPTS_ENABLE(X) *((volatile IFX_uint32_t*) IFX_ICU_IM4_IER) |= X;
|
||||||
|
#define MPS_INTERRUPTS_DISABLE(X) *((volatile IFX_uint32_t*) IFX_ICU_IM4_IER) &= ~X;
|
||||||
|
-#define MPS_INTERRUPTS_CLEAR(X) *((volatile IFX_uint32_t*) IFX_ICU_IM4_ISR) = X;
|
||||||
|
-#define MPS_INTERRUPTS_SET(X) *((volatile IFX_uint32_t*) IFX_ICU_IM4_IRSR) = X;/* |= ? */
|
||||||
|
#else /* */
|
||||||
|
#define MPS_INTERRUPTS_ENABLE(X) *((volatile IFX_uint32_t*) DANUBE_ICU_IM5_IER) |= X;
|
||||||
|
#define MPS_INTERRUPTS_DISABLE(X) *((volatile IFX_uint32_t*) DANUBE_ICU_IM5_IER) &= ~X;
|
||||||
|
-#define MPS_INTERRUPTS_CLEAR(X) *((volatile IFX_uint32_t*) DANUBE_ICU_IM5_ISR) = X;
|
||||||
|
-#define MPS_INTERRUPTS_SET(X) *((volatile IFX_uint32_t*) DANUBE_ICU_IM5_IRSR) = X;/* |= ? */
|
||||||
|
#endif /* LINUX_2_6 */
|
||||||
|
#endif /* SYSTEM_AR9 || SYSTEM_VR9 */
|
||||||
|
+#endif /* !defined(CONFIG_LANTIQ) */
|
||||||
|
+
|
||||||
|
/*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
/*---------------------------------------------------------------------------*/
|
||||||
|
@@ -142,53 +188,9 @@
|
||||||
|
#if defined(SYSTEM_AR9) || defined(SYSTEM_VR9)
|
||||||
|
/* ***** Amazon-S specific defines ***** */
|
||||||
|
#define IFX_MPS_Base AMAZON_S_MPS
|
||||||
|
-
|
||||||
|
-//#define IFX_MPS_CHIPID AMAZON_S_MPS_CHIPID
|
||||||
|
-//#define IFX_MPS_CHIPID_VERSION_GET AMAZON_S_MPS_CHIPID_VERSION_GET
|
||||||
|
-
|
||||||
|
-//#define IFX_MPS_AD0ENR AMAZON_S_MPS_AD0ENR
|
||||||
|
-//#define IFX_MPS_AD1ENR AMAZON_S_MPS_AD1ENR
|
||||||
|
-//#define IFX_MPS_VC0ENR AMAZON_S_MPS_VC0ENR
|
||||||
|
-//#define IFX_MPS_SAD0SR AMAZON_S_MPS_SAD0SR
|
||||||
|
-//#define IFX_MPS_RAD0SR AMAZON_S_MPS_RAD0SR
|
||||||
|
-//#define IFX_MPS_CAD0SR AMAZON_S_MPS_CAD0SR
|
||||||
|
-//#define IFX_MPS_RAD1SR AMAZON_S_MPS_RAD1SR
|
||||||
|
-//#define IFX_MPS_CAD1SR AMAZON_S_MPS_CAD1SR
|
||||||
|
-//#define IFX_MPS_RVC0SR AMAZON_S_MPS_RVC0SR
|
||||||
|
-//#define IFX_MPS_CVC0SR AMAZON_S_MPS_CVC0SR
|
||||||
|
-//#define IFX_MPS_CVC1SR AMAZON_S_MPS_CVC1SR
|
||||||
|
-//#define IFX_MPS_CVC2SR AMAZON_S_MPS_CVC2SR
|
||||||
|
-//#define IFX_MPS_CVC3SR AMAZON_S_MPS_CVC3SR
|
||||||
|
-
|
||||||
|
-//#define IFX_MPS_SRAM AMAZON_S_MPS_SRAM
|
||||||
|
#else /* */
|
||||||
|
/* ***** DANUBE specific defines ***** */
|
||||||
|
#define IFX_MPS_Base DANUBE_MPS
|
||||||
|
-
|
||||||
|
-//#define IFX_MPS_CHIPID DANUBE_MPS_CHIPID
|
||||||
|
-//#define IFX_MPS_CHIPID_VERSION_GET DANUBE_MPS_CHIPID_VERSION_GET
|
||||||
|
-//#define IFX_MPS_CHIPID_VERSION_SET DANUBE_MPS_CHIPID_VERSION_SET
|
||||||
|
-//#define IFX_MPS_CHIPID_PARTNUM_GET DANUBE_MPS_CHIPID_PARTNUM_GET
|
||||||
|
-//#define IFX_MPS_CHIPID_PARTNUM_SET DANUBE_MPS_CHIPID_PARTNUM_SET
|
||||||
|
-//#define IFX_MPS_CHIPID_MANID_GET DANUBE_MPS_CHIPID_MANID_GET
|
||||||
|
-//#define IFX_MPS_CHIPID_MANID_SET DANUBE_MPS_CHIPID_MANID_SET
|
||||||
|
-//#define IFX_MPS_SUBVER DANUBE_MPS_SUBVER
|
||||||
|
-
|
||||||
|
-//#define IFX_MPS_AD0ENR DANUBE_MPS_AD0ENR
|
||||||
|
-//#define IFX_MPS_AD1ENR DANUBE_MPS_AD1ENR
|
||||||
|
-//#define IFX_MPS_VC0ENR DANUBE_MPS_VC0ENR
|
||||||
|
-//#define IFX_MPS_SAD0SR DANUBE_MPS_SAD0SR
|
||||||
|
-//#define IFX_MPS_RAD0SR DANUBE_MPS_RAD0SR
|
||||||
|
-//#define IFX_MPS_CAD0SR DANUBE_MPS_CAD0SR
|
||||||
|
-//#define IFX_MPS_RAD1SR DANUBE_MPS_RAD1SR
|
||||||
|
-//#define IFX_MPS_CAD1SR DANUBE_MPS_CAD1SR
|
||||||
|
-//#define IFX_MPS_RVC0SR DANUBE_MPS_RVC0SR
|
||||||
|
-//#define IFX_MPS_CVC0SR DANUBE_MPS_CVC0SR
|
||||||
|
-//#define IFX_MPS_CVC1SR DANUBE_MPS_CVC1SR
|
||||||
|
-//#define IFX_MPS_CVC2SR DANUBE_MPS_CVC2SR
|
||||||
|
-//#define IFX_MPS_CVC3SR DANUBE_MPS_CVC3SR
|
||||||
|
-
|
||||||
|
-//#define IFX_MPS_SRAM DANUBE_MPS_SRAM
|
||||||
|
#endif /* SYSTEM_AR9 || SYSTEM_VR9 */
|
||||||
|
typedef enum
|
||||||
|
{
|
||||||
--- a/src/mps/drv_mps_vmmc_linux.c
|
--- a/src/mps/drv_mps_vmmc_linux.c
|
||||||
+++ b/src/mps/drv_mps_vmmc_linux.c
|
+++ b/src/mps/drv_mps_vmmc_linux.c
|
||||||
@@ -40,10 +40,28 @@
|
@@ -19,11 +19,16 @@
|
||||||
|
#include "drv_config.h"
|
||||||
|
|
||||||
|
#include "drv_mps_version.h"
|
||||||
|
+#include <linux/version.h>
|
||||||
|
|
||||||
|
#ifdef CONFIG_DEBUG_MINI_BOOT
|
||||||
|
#define IKOS_MINI_BOOT
|
||||||
|
#endif /* */
|
||||||
|
+#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,33))
|
||||||
|
+#include <linux/autoconf.h>
|
||||||
|
+#else
|
||||||
|
#include <generated/autoconf.h>
|
||||||
|
+#endif
|
||||||
|
#include <linux/module.h>
|
||||||
|
#include <linux/init.h>
|
||||||
|
#include <linux/poll.h>
|
||||||
|
@@ -34,16 +39,27 @@
|
||||||
|
#include <linux/delay.h>
|
||||||
|
#include <linux/interrupt.h>
|
||||||
|
#ifdef LINUX_2_6
|
||||||
|
+#ifndef UTS_RELEASE
|
||||||
|
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 33)
|
||||||
|
+#include <linux/utsrelease.h>
|
||||||
|
+#else
|
||||||
|
#include <generated/utsrelease.h>
|
||||||
|
+#endif
|
||||||
|
+#endif /* UTC_RELEASE */
|
||||||
|
#else /* */
|
||||||
|
#include <linux/uts.h>
|
||||||
#include <linux/moduleparam.h>
|
#include <linux/moduleparam.h>
|
||||||
#endif /* */
|
#endif /* */
|
||||||
|
|
||||||
@ -456,19 +688,6 @@
|
|||||||
+#include "drv_vmmc_init.h"
|
+#include "drv_vmmc_init.h"
|
||||||
+# include <lantiq.h>
|
+# include <lantiq.h>
|
||||||
+# include <irq.h>
|
+# include <irq.h>
|
||||||
+
|
|
||||||
+# define IFX_MPS_AD0ENR IFXMIPS_MPS_AD0ENR
|
|
||||||
+# define IFX_MPS_AD1ENR IFXMIPS_MPS_AD1ENR
|
|
||||||
+# define IFX_MPS_RAD0SR IFXMIPS_MPS_RAD0SR
|
|
||||||
+# define IFX_MPS_RAD1SR IFXMIPS_MPS_RAD1SR
|
|
||||||
+# define IFX_MPS_VC0ENR IFXMIPS_MPS_VC0ENR
|
|
||||||
+# define IFX_MPS_RVC0SR IFXMIPS_MPS_RVC0SR
|
|
||||||
+
|
|
||||||
+# define INT_NUM_IM4_IRL14 (INT_NUM_IM4_IRL0 + 14)
|
|
||||||
+# define INT_NUM_IM4_IRL18 (INT_NUM_IM4_IRL0 + 18)
|
|
||||||
+# define INT_NUM_IM4_IRL19 (INT_NUM_IM4_IRL0 + 19)
|
|
||||||
+#define LQ_ICU_BASE_ADDR (KSEG1 | 0x1F880200)
|
|
||||||
+# define IFX_ICU_IM4_IER (LQ_ICU_BASE_ADDR + 0x00A8)
|
|
||||||
+#else
|
+#else
|
||||||
+# include <asm/ifx/irq.h>
|
+# include <asm/ifx/irq.h>
|
||||||
+# include <asm/ifx/ifx_regs.h>
|
+# include <asm/ifx/ifx_regs.h>
|
||||||
@ -477,7 +696,7 @@
|
|||||||
|
|
||||||
/* lib_ifxos headers */
|
/* lib_ifxos headers */
|
||||||
#include "ifx_types.h"
|
#include "ifx_types.h"
|
||||||
@@ -915,7 +933,7 @@
|
@@ -915,7 +931,7 @@ IFX_int32_t ifx_mps_ioctl (struct inode
|
||||||
#endif /* MPS_FIFO_BLOCKING_WRITE */
|
#endif /* MPS_FIFO_BLOCKING_WRITE */
|
||||||
case FIO_MPS_GET_STATUS:
|
case FIO_MPS_GET_STATUS:
|
||||||
{
|
{
|
||||||
@ -486,7 +705,7 @@
|
|||||||
|
|
||||||
/* get the status of the channel */
|
/* get the status of the channel */
|
||||||
if (!from_kernel)
|
if (!from_kernel)
|
||||||
@@ -949,7 +967,7 @@
|
@@ -949,7 +965,7 @@ IFX_int32_t ifx_mps_ioctl (struct inode
|
||||||
#if CONFIG_MPS_HISTORY_SIZE > 0
|
#if CONFIG_MPS_HISTORY_SIZE > 0
|
||||||
case FIO_MPS_GET_CMD_HISTORY:
|
case FIO_MPS_GET_CMD_HISTORY:
|
||||||
{
|
{
|
||||||
@ -495,7 +714,7 @@
|
|||||||
|
|
||||||
if (from_kernel)
|
if (from_kernel)
|
||||||
{
|
{
|
||||||
@@ -1641,6 +1659,7 @@
|
@@ -1641,6 +1657,7 @@ IFX_int32_t ifx_mps_get_status_proc (IFX
|
||||||
sprintf (buf + len, " minLv: \t %8d\n",
|
sprintf (buf + len, " minLv: \t %8d\n",
|
||||||
ifx_mps_dev.voice_mb[i].upstrm_fifo->min_space);
|
ifx_mps_dev.voice_mb[i].upstrm_fifo->min_space);
|
||||||
}
|
}
|
||||||
@ -503,50 +722,33 @@
|
|||||||
return len;
|
return len;
|
||||||
}
|
}
|
||||||
|
|
||||||
--- a/src/drv_vmmc_init.h
|
@@ -2247,9 +2264,11 @@ IFX_int32_t __init ifx_mps_init_module (
|
||||||
+++ b/src/drv_vmmc_init.h
|
return result;
|
||||||
@@ -53,4 +53,41 @@
|
}
|
||||||
extern IFX_int32_t VMMC_DeviceDriverStart(IFX_void_t);
|
|
||||||
extern IFX_void_t VMMC_DeviceDriverStop(IFX_void_t);
|
|
||||||
|
|
||||||
+
|
+#if !defined(CONFIG_LANTIQ)
|
||||||
+#define IFXMIPS_MPS_BASE_ADDR (KSEG1 + 0x1F107000)
|
+ /** \todo This is handled already with request_irq, remove */
|
||||||
+#define IFXMIPS_MPS_SRAM ((u32 *)(KSEG1 + 0x1F200000))
|
/* Enable all MPS Interrupts at ICU0 */
|
||||||
+
|
MPS_INTERRUPTS_ENABLE (0x0000FF80);
|
||||||
+#define IFXMIPS_MPS_CHIPID ((u32 *)(IFXMIPS_MPS_BASE_ADDR + 0x0344))
|
-
|
||||||
+#define IFXMIPS_MPS_VC0ENR ((u32 *)(IFXMIPS_MPS_BASE_ADDR + 0x0000))
|
+#endif
|
||||||
+#define IFXMIPS_MPS_VC1ENR ((u32 *)(IFXMIPS_MPS_BASE_ADDR + 0x0004))
|
/* enable mailbox interrupts */
|
||||||
+#define IFXMIPS_MPS_VC2ENR ((u32 *)(IFXMIPS_MPS_BASE_ADDR + 0x0008))
|
ifx_mps_enable_mailbox_int ();
|
||||||
+#define IFXMIPS_MPS_VC3ENR ((u32 *)(IFXMIPS_MPS_BASE_ADDR + 0x000C))
|
/* init FW ready event */
|
||||||
+#define IFXMIPS_MPS_RVC0SR ((u32 *)(IFXMIPS_MPS_BASE_ADDR + 0x0010))
|
@@ -2377,9 +2396,11 @@ ifx_mps_cleanup_module (IFX_void_t)
|
||||||
+#define IFXMIPS_MPS_RVC1SR ((u32 *)(IFXMIPS_MPS_BASE_ADDR + 0x0014))
|
/* disable mailbox interrupts */
|
||||||
+#define IFXMIPS_MPS_RVC2SR ((u32 *)(IFXMIPS_MPS_BASE_ADDR + 0x0018))
|
ifx_mps_disable_mailbox_int ();
|
||||||
+#define IFXMIPS_MPS_RVC3SR ((u32 *)(IFXMIPS_MPS_BASE_ADDR + 0x001C))
|
|
||||||
+#define IFXMIPS_MPS_SVC0SR ((u32 *)(IFXMIPS_MPS_BASE_ADDR + 0x0020))
|
+#if !defined(CONFIG_LANTIQ)
|
||||||
+#define IFXMIPS_MPS_SVC1SR ((u32 *)(IFXMIPS_MPS_BASE_ADDR + 0x0024))
|
/* disable Interrupts at ICU0 */
|
||||||
+#define IFXMIPS_MPS_SVC2SR ((u32 *)(IFXMIPS_MPS_BASE_ADDR + 0x0028))
|
- MPS_INTERRUPTS_DISABLE (DANUBE_MPS_AD0_IR4); /* Disable DFE/AFE 0 Interrupts
|
||||||
+#define IFXMIPS_MPS_SVC3SR ((u32 *)(IFXMIPS_MPS_BASE_ADDR + 0x002C))
|
- */
|
||||||
+#define IFXMIPS_MPS_CVC0SR ((u32 *)(IFXMIPS_MPS_BASE_ADDR + 0x0030))
|
+ /* Disable DFE/AFE 0 Interrupts*/
|
||||||
+#define IFXMIPS_MPS_CVC1SR ((u32 *)(IFXMIPS_MPS_BASE_ADDR + 0x0034))
|
+ MPS_INTERRUPTS_DISABLE (DANUBE_MPS_AD0_IR4);
|
||||||
+#define IFXMIPS_MPS_CVC2SR ((u32 *)(IFXMIPS_MPS_BASE_ADDR + 0x0038))
|
+#endif
|
||||||
+#define IFXMIPS_MPS_CVC3SR ((u32 *)(IFXMIPS_MPS_BASE_ADDR + 0x003C))
|
|
||||||
+#define IFXMIPS_MPS_RAD0SR ((u32 *)(IFXMIPS_MPS_BASE_ADDR + 0x0040))
|
/* disable all MPS interrupts */
|
||||||
+#define IFXMIPS_MPS_RAD1SR ((u32 *)(IFXMIPS_MPS_BASE_ADDR + 0x0044))
|
ifx_mps_disable_all_int ();
|
||||||
+#define IFXMIPS_MPS_SAD0SR ((u32 *)(IFXMIPS_MPS_BASE_ADDR + 0x0048))
|
|
||||||
+#define IFXMIPS_MPS_SAD1SR ((u32 *)(IFXMIPS_MPS_BASE_ADDR + 0x004C))
|
|
||||||
+#define IFXMIPS_MPS_CAD0SR ((u32 *)(IFXMIPS_MPS_BASE_ADDR + 0x0050))
|
|
||||||
+#define IFXMIPS_MPS_CAD1SR ((u32 *)(IFXMIPS_MPS_BASE_ADDR + 0x0054))
|
|
||||||
+#define IFXMIPS_MPS_AD0ENR ((u32 *)(IFXMIPS_MPS_BASE_ADDR + 0x0058))
|
|
||||||
+#define IFXMIPS_MPS_AD1ENR ((u32 *)(IFXMIPS_MPS_BASE_ADDR + 0x005C))
|
|
||||||
+
|
|
||||||
+#define IFXMIPS_MPS_CHIPID_VERSION_GET(value) (((value) >> 28) & ((1 << 4) - 1))
|
|
||||||
+#define IFXMIPS_MPS_CHIPID_VERSION_SET(value) ((((1 << 4) - 1) & (value)) << 28)
|
|
||||||
+#define IFXMIPS_MPS_CHIPID_PARTNUM_GET(value) (((value) >> 12) & ((1 << 16) - 1))
|
|
||||||
+#define IFXMIPS_MPS_CHIPID_PARTNUM_SET(value) ((((1 << 16) - 1) & (value)) << 12)
|
|
||||||
+#define IFXMIPS_MPS_CHIPID_MANID_GET(value) (((value) >> 1) & ((1 << 10) - 1))
|
|
||||||
+#define IFXMIPS_MPS_CHIPID_MANID_SET(value) ((((1 << 10) - 1) & (value)) << 1)
|
|
||||||
+
|
|
||||||
#endif /* _DRV_VMMC_INIT_H */
|
|
||||||
--- a/src/drv_vmmc_ioctl.c
|
--- a/src/drv_vmmc_ioctl.c
|
||||||
+++ b/src/drv_vmmc_ioctl.c
|
+++ b/src/drv_vmmc_ioctl.c
|
||||||
@@ -18,6 +18,7 @@
|
@@ -18,6 +18,7 @@
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
--- a/src/drv_vmmc_init.c
|
--- a/src/drv_vmmc_init.c
|
||||||
+++ b/src/drv_vmmc_init.c
|
+++ b/src/drv_vmmc_init.c
|
||||||
@@ -784,7 +784,7 @@
|
@@ -784,7 +784,7 @@ IFX_int32_t VMMC_TAPI_LL_FW_Start(IFX_TA
|
||||||
dwld.fwDwld.length = IoInit.pram_size;
|
dwld.fwDwld.length = IoInit.pram_size;
|
||||||
|
|
||||||
/* download firmware */
|
/* download firmware */
|
||||||
@ -9,7 +9,7 @@
|
|||||||
(IFX_uint32_t) &dwld.fwDwld);
|
(IFX_uint32_t) &dwld.fwDwld);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1594,7 +1594,7 @@
|
@@ -1594,7 +1594,7 @@ IFX_void_t VMMC_DeviceDriverStop(IFX_voi
|
||||||
#ifdef VMMC_DRIVER_UNLOAD_HOOK
|
#ifdef VMMC_DRIVER_UNLOAD_HOOK
|
||||||
if (VDevices[0].nDevState & DS_GPIO_RESERVED)
|
if (VDevices[0].nDevState & DS_GPIO_RESERVED)
|
||||||
{
|
{
|
||||||
@ -20,7 +20,7 @@
|
|||||||
{
|
{
|
||||||
--- a/src/mps/drv_mps_vmmc_linux.c
|
--- a/src/mps/drv_mps_vmmc_linux.c
|
||||||
+++ b/src/mps/drv_mps_vmmc_linux.c
|
+++ b/src/mps/drv_mps_vmmc_linux.c
|
||||||
@@ -112,7 +112,7 @@
|
@@ -110,7 +110,7 @@ IFX_int32_t ifx_mps_get_status_proc (IFX
|
||||||
#ifndef __KERNEL__
|
#ifndef __KERNEL__
|
||||||
IFX_int32_t ifx_mps_open (struct inode *inode, struct file *file_p);
|
IFX_int32_t ifx_mps_open (struct inode *inode, struct file *file_p);
|
||||||
IFX_int32_t ifx_mps_close (struct inode *inode, struct file *file_p);
|
IFX_int32_t ifx_mps_close (struct inode *inode, struct file *file_p);
|
||||||
@ -29,7 +29,7 @@
|
|||||||
IFX_uint32_t nCmd, IFX_ulong_t arg);
|
IFX_uint32_t nCmd, IFX_ulong_t arg);
|
||||||
IFX_int32_t ifx_mps_read_mailbox (mps_devices type, mps_message * rw);
|
IFX_int32_t ifx_mps_read_mailbox (mps_devices type, mps_message * rw);
|
||||||
IFX_int32_t ifx_mps_write_mailbox (mps_devices type, mps_message * rw);
|
IFX_int32_t ifx_mps_write_mailbox (mps_devices type, mps_message * rw);
|
||||||
@@ -173,7 +173,7 @@
|
@@ -171,7 +171,7 @@ IFX_char_t voice_channel_int_name[NUM_VO
|
||||||
static struct file_operations ifx_mps_fops = {
|
static struct file_operations ifx_mps_fops = {
|
||||||
owner:THIS_MODULE,
|
owner:THIS_MODULE,
|
||||||
poll:ifx_mps_poll,
|
poll:ifx_mps_poll,
|
||||||
@ -38,7 +38,7 @@
|
|||||||
open:ifx_mps_open,
|
open:ifx_mps_open,
|
||||||
release:ifx_mps_close
|
release:ifx_mps_close
|
||||||
};
|
};
|
||||||
@@ -616,7 +616,7 @@
|
@@ -614,7 +614,7 @@ static IFX_uint32_t ifx_mps_poll (struct
|
||||||
* \return -ENOIOCTLCMD Invalid command
|
* \return -ENOIOCTLCMD Invalid command
|
||||||
* \ingroup API
|
* \ingroup API
|
||||||
*/
|
*/
|
||||||
@ -47,7 +47,7 @@
|
|||||||
IFX_uint32_t nCmd, IFX_ulong_t arg)
|
IFX_uint32_t nCmd, IFX_ulong_t arg)
|
||||||
{
|
{
|
||||||
IFX_int32_t retvalue = -EINVAL;
|
IFX_int32_t retvalue = -EINVAL;
|
||||||
@@ -631,17 +631,18 @@
|
@@ -629,17 +629,18 @@ IFX_int32_t ifx_mps_ioctl (struct inode
|
||||||
'mps_devices' enum type, which in fact is [0..8]; So, if inode value is
|
'mps_devices' enum type, which in fact is [0..8]; So, if inode value is
|
||||||
[0..NUM_VOICE_CHANNEL+1], then we make sure that we are calling from
|
[0..NUM_VOICE_CHANNEL+1], then we make sure that we are calling from
|
||||||
kernel space. */
|
kernel space. */
|
||||||
@ -71,7 +71,7 @@
|
|||||||
{
|
{
|
||||||
--- a/src/drv_vmmc_ioctl.c
|
--- a/src/drv_vmmc_ioctl.c
|
||||||
+++ b/src/drv_vmmc_ioctl.c
|
+++ b/src/drv_vmmc_ioctl.c
|
||||||
@@ -427,18 +427,18 @@
|
@@ -427,18 +427,18 @@ IFX_int32_t VMMC_Dev_Spec_Ioctl (IFX_TAP
|
||||||
/* MPS driver will do the USR2KERN so just pass on the pointer. */
|
/* MPS driver will do the USR2KERN so just pass on the pointer. */
|
||||||
dwnld_struct.data = (IFX_void_t *)IoInit.pPRAMfw;
|
dwnld_struct.data = (IFX_void_t *)IoInit.pPRAMfw;
|
||||||
|
|
||||||
@ -95,7 +95,7 @@
|
|||||||
case FIO_LASTERR:
|
case FIO_LASTERR:
|
||||||
--- a/src/mps/drv_mps_vmmc.h
|
--- a/src/mps/drv_mps_vmmc.h
|
||||||
+++ b/src/mps/drv_mps_vmmc.h
|
+++ b/src/mps/drv_mps_vmmc.h
|
||||||
@@ -279,7 +279,7 @@
|
@@ -279,7 +279,7 @@ typedef struct
|
||||||
#include <linux/fs.h>
|
#include <linux/fs.h>
|
||||||
IFX_int32_t ifx_mps_open (struct inode *inode, struct file *file_p);
|
IFX_int32_t ifx_mps_open (struct inode *inode, struct file *file_p);
|
||||||
IFX_int32_t ifx_mps_close (struct inode *inode, struct file *filp);
|
IFX_int32_t ifx_mps_close (struct inode *inode, struct file *filp);
|
||||||
|
Loading…
Reference in New Issue
Block a user