[PATCH 1/6] staging: wilc1000: modify build error

2015-06-30 Thread Dean Lee
this function needs more arguments. Signed-off-by: Dean Lee dean@atmel.com --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c b/drivers/staging/wilc1000

[PATCH 5/6] staging: wilc1000: fix initialize warning issue.

2015-06-30 Thread Dean Lee
modify it Signed-off-by: Dean Lee dean@atmel.com --- drivers/staging/wilc1000/host_interface.c | 3 ++- drivers/staging/wilc1000/linux_wlan.c | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/staging/wilc1000/host_interface.c b/drivers/staging/wilc1000

[PATCH 2/6] staging: wilc1000: delete 'WILC_WFIDrvHandle' structure

2015-06-30 Thread Dean Lee
delete odd structure and rework it. Signed-off-by: Dean Lee dean@atmel.com --- drivers/staging/wilc1000/host_interface.c | 149 +++--- drivers/staging/wilc1000/host_interface.h | 123 +- drivers/staging/wilc1000/linux_wlan.c | 14

[PATCH 6/6] staging: wilc1000: delete unused value.

2015-06-30 Thread Dean Lee
Signed-off-by: Dean Lee dean@atmel.com --- drivers/staging/wilc1000/host_interface.c | 52 --- drivers/staging/wilc1000/linux_wlan.c | 2 +- 2 files changed, 1 insertion(+), 53 deletions(-) diff --git a/drivers/staging/wilc1000/host_interface.c b/drivers

[PATCH 3/6] staging: wilc1000: rework driver handler

2015-06-30 Thread Dean Lee
argument type change for support 64 bit system. Signed-off-by: Dean Lee dean@atmel.com --- drivers/staging/wilc1000/coreconfigurator.c | 2 +- drivers/staging/wilc1000/coreconfigurator.h | 2 +- drivers/staging/wilc1000/host_interface.c | 218

[PATCH 4/6] staging: wilc1000: rework address value.

2015-06-30 Thread Dean Lee
change type to pointer. Signed-off-by: Dean Lee dean@atmel.com --- drivers/staging/wilc1000/host_interface.c | 22 +- drivers/staging/wilc1000/host_interface.h | 4 ++-- 2 files changed, 11 insertions(+), 15 deletions(-) diff --git a/drivers/staging/wilc1000

[PATCH] staging: wilc1000: rework include wilc_oswrapper.h

2015-06-16 Thread Dean Lee
rework line '#include wilc_oswrapper.h' it does not used anywhere after change own data type to common data type. Signed-off-by: Dean Lee dean@atmel.com --- Change Log: add rework file 'host_interface.c' --- drivers/staging/wilc1000/coreconfigurator.h | 1 - drivers/staging/wilc1000

[PATCH 2/2] staging: wilc1000: modify uninitialized warning

2015-06-16 Thread Dean Lee
initialize it. Signed-off-by: Dean Lee dean@atmel.com --- drivers/staging/wilc1000/host_interface.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/wilc1000/host_interface.c b/drivers/staging/wilc1000/host_interface.c index 358283f..03e6bc5 100644

[PATCH 1/2] staging: wilc1000: modify type casting warning

2015-06-16 Thread Dean Lee
modify message warning: cast from pointer to integer of different size. add type cast 'uintptr_t'. Signed-off-by: Dean Lee dean@atmel.com --- Change Log: add Signed-off-by line drivers/staging/wilc1000/host_interface.c | 129 +++--- drivers/staging/wilc1000

[PATCH] staging: wilc1000: modify type casting warning

2015-06-16 Thread Dean Lee
modify message warning: cast from pointer to integer of different size. add type cast 'uintptr_t'. --- drivers/staging/wilc1000/host_interface.c | 129 +++--- drivers/staging/wilc1000/linux_wlan.c | 8 +- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c |

[PATCH 1/3] staging: wilc1000: rework include wilc_oswrapper.h

2015-06-15 Thread Dean Lee
rework line '#include wilc_oswrapper.h' it does not require after change own data type to common data type. Signed-off-by: Dean Lee dean@atmel.com --- drivers/staging/wilc1000/coreconfigurator.h | 1 - drivers/staging/wilc1000/fifo_buffer.c | 1 - drivers/staging/wilc1000/fifo_buffer.h

[PATCH 2/3] staging: wilc1000: rework include wilc_type.h

2015-06-15 Thread Dean Lee
rework line '#include wilc_type.h' it does not require after rework include wilc_oswrapper.h Signed-off-by: Dean Lee dean@atmel.com --- drivers/staging/wilc1000/wilc_wlan.h| 2 +- drivers/staging/wilc1000/wilc_wlan_if.h | 10 +- 2 files changed, 10 insertions(+), 2 deletions

[PATCH] staging: wilc1000: remove warnings reported by checkpatch.pl.

2015-06-12 Thread Dean Lee
Remove the following warnings in the wilc_log.h: - unnecessary whitespace before a quoted newline - line over 80 characters - single statement macros should not use a do {} while (0) loop. Signed-off-by: Dean Lee dean@atmel.com --- drivers/staging/wilc1000/wilc_log.h | 53

[PATCH] staging: wilc1000: remove oswrapper type file

2015-06-12 Thread Dean Lee
remove OS Wrapper Type files. now does not used os wrapper file. type file is included os wrapper file. so delete files and rework include method. Signed-off-by: Dean Lee dean@atmel.com --- drivers/staging/wilc1000/coreconfigurator.h | 1 - drivers/staging/wilc1000/fifo_buffer.c | 1

[PATCH v3] staging: wilc1000: remove oswrapper type file

2015-06-12 Thread Dean Lee
remove OS Wrapper function(wilc_oswrapper.h) is in our plan. i removed OS Wrapper function and it's done. and i found wilc_type.h file is does not used it. so i deleted them and modify #include line in another file. Signed-off-by: Dean Lee dean@atmel.com --- drivers/staging/wilc1000

[PATCH] staging: wilc1000: update TODO list

2015-06-12 Thread Dean Lee
remove complete OS wrapper functions. Signed-off-by: Dean Lee dean@atmel.com --- drivers/staging/wilc1000/TODO | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/wilc1000/TODO b/drivers/staging/wilc1000/TODO index 95199d8..e876008 100644 --- a/drivers/staging/wilc1000/TODO

[PATCH v2] staging: wilc1000: remove oswrapper type file

2015-06-12 Thread Dean Lee
remove OS Wrapper function(wilc_oswrapper.h) is in our plan. i try removed OS Wrapper function and it's done. and i found wilc_type.h file is does not used it. so i deleted them and modify #include line in another file. Signed-off-by: Dean Lee dean@atmel.com --- Change modify commit message

[PATCH] staging: wilc1000: change WILC_Char to s8

2015-06-11 Thread Dean Lee
change own data type(WILC_Char) to common data type(s8) Signed-off-by: Dean Lee dean@atmel.com --- drivers/staging/wilc1000/coreconfigurator.c | 24 +++ drivers/staging/wilc1000/coreconfigurator.h | 4 +- drivers/staging/wilc1000/host_interface.c | 88

[PATCH] staging: wilc1000: change WILC_BOOL to bool

2015-06-11 Thread Dean Lee
change own data type(WILC_BOOL) to common data type(bool) but that's contain true/false value. so change with them. Signed-off-by: Dean Lee dean@atmel.com --- drivers/staging/wilc1000/coreconfigurator.c | 16 +-- drivers/staging/wilc1000/coreconfigurator.h | 4 +- drivers

[PATCH v2] staging: wilc1000: change WILC_BOOL to bool

2015-06-11 Thread Dean Lee
change own data type(WILC_BOOL) to common data type(bool) but that's contain true/false value. so change with them. Signed-off-by: Dean Lee dean@atmel.com --- Change remove WILC_BOOL structure. --- drivers/staging/wilc1000/coreconfigurator.c | 26 ++-- drivers/staging/wilc1000

[PATCH] staging: wilc1000: modify odd print message

2015-06-10 Thread Dean Lee
This driver has odd message in print string. So this patch removes the data type. Signed-off-by: Dean Lee dean@atmel.com --- drivers/staging/wilc1000/host_interface.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/wilc1000/host_interface.c b/drivers