[PATCH 53/73] staging: wilc1000: fixes space prohibited between function name and open parenthesis

2015-11-05 Thread Glen Lee
From: Leo Kim This patch fixes the warning reported by checkpatch.pl for space prohibited between function name and open parenthesis '(' Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wlan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/

[PATCH 60/73] staging: wilc1000: remove typedef from wilc_cfg_frame_t

2015-11-05 Thread Glen Lee
From: Leo Kim This patch removes typedef from the struct wilc_cfg_frame_t and renames it to wilc_cfg_frame. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wlan.c | 4 ++-- drivers/staging/wilc1000/wilc_wlan.h | 4 ++-- 2 files changed, 4 insertions(+), 4 dele

[PATCH 59/73] staging: wilc1000: fixes please don't use multiple blank lines

2015-11-05 Thread Glen Lee
From: Leo Kim This patch fixes the checks reported by checkpatch.pl for Please don't use multiple blank lines. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wlan.h | 8 1 file changed, 8 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wlan.

[PATCH 61/73] staging: wilc1000: remove unused typedef wilc_wlan_cfg_func_t

2015-11-05 Thread Glen Lee
From: Leo Kim This patch removes unused typedef wilc_wlan_cfg_func_t of wilc_wlan.h. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wlan.h | 4 1 file changed, 4 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wlan.h b/drivers/staging/wilc1000/

[PATCH 68/73] staging: wilc1000: rename Handle_get_IPAddress function

2015-11-05 Thread Glen Lee
From: Leo Kim This patch renames Handle_get_IPAddress function to handle_get_ip_address to avoid camelcase. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 driv

[PATCH 62/73] staging: wilc1000: remove typedef from wilc_cfg_rsp_t

2015-11-05 Thread Glen Lee
From: Leo Kim This patch removes typedef from the struct wilc_cfg_rsp_t and renames it to wilc_cfg_rsp. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wlan.c | 2 +- drivers/staging/wilc1000/wilc_wlan.h | 4 ++-- drivers/staging/wilc1000/wilc_wlan_cfg

[PATCH 70/73] staging: wilc1000: rename Handle_GetMacAddress function

2015-11-05 Thread Glen Lee
From: Leo Kim This patch renames Handle_GetMacAddress function to handle_get_mac_address to avoid camelcase. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) mode change 100644 => 100755

[PATCH 69/73] staging: wilc1000: rename Handle_SetMacAddress function

2015-11-05 Thread Glen Lee
From: Leo Kim This patch renames Handle_SetMacAddress function to handle_set_mac_address to avoid camelcase. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) mode change 100755 => 100644

[PATCH 65/73] staging: wilc1000: rename Handle_SetWfiDrvHandler function

2015-11-05 Thread Glen Lee
From: Leo Kim This patch renames Handle_SetWfiDrvHandler function to handle_set_wfi_drv_handler to avoid camelcase. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/drivers/

[PATCH 63/73] staging: wilc1000: remove typedef from wilc_hif_func_t

2015-11-05 Thread Glen Lee
From: Leo Kim This patch removes typedef from the struct wilc_hif_func_t and renames it to wilc_hif_func. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_sdio.c | 2 +- drivers/staging/wilc1000/wilc_spi.c | 2 +- drivers/staging/wilc1000/wilc_wlan.c | 10 ++

[PATCH 66/73] staging: wilc1000: rename Handle_SetOperationMode function

2015-11-05 Thread Glen Lee
From: Leo Kim This patch renames Handle_SetOperationMode function to handle_set_operation_mode to avoid camelcase. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/sta

[PATCH 71/73] staging: wilc1000: rename Handle_CfgParam function

2015-11-05 Thread Glen Lee
From: Leo Kim This patch renames Handle_CfgParam function to handle_cfg_param to avoid camelcase. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) mode change 100755 => 100644 drivers/sta

[PATCH 64/73] staging: wilc1000: rename Handle_SetChannel function

2015-11-05 Thread Glen Lee
From: Leo Kim This patch renames Handle_SetChannel function to handle_set_channel to avoid camelcase. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/wilc1000/h

[PATCH 67/73] staging: wilc1000: rename Handle_set_IPAddress function

2015-11-05 Thread Glen Lee
From: Leo Kim This patch renames Handle_set_IPAddress function to handle_set_ip_address to avoid camelcase. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/staging/wi

[PATCH 72/73] staging: wilc1000: rename strWIDList of handle_cfg_param function

2015-11-05 Thread Glen Lee
From: Leo Kim This patch renames strWIDList variable of handle_cfg_param function to wid_list to avoid camelcase. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 149 +++--- 1 file changed, 74 insertions(+), 75 deletions(-

[PATCH 73/73] staging: wilc1000: rename u8WidCnt of handle_cfg_param function

2015-11-05 Thread Glen Lee
From: Leo Kim This patch renames u8WidCnt variable of handle_cfg_param function to wid_cnt to avoid camelcase. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 184 +++--- 1 file changed, 92 insertions(+), 92 deletions(-)

[PATCH v2 3/3] staging/rdma/hfi1: Method to toggle "fast ECN" detection

2015-11-05 Thread ira . weiny
From: Vennila Megavannan Add a module parameter to toggle prescan/Fast ECN Detection. The config is maintained to be able to fully remove the code to obtain the maximum receive performance _if_ the customer knows that they will never need the prescanning. This will result in the maximum perform

[PATCH v2 1/1] staging: rdma: hfi1 : Prefer using the BIT macro

2015-11-05 Thread Sunny Kumar
This patch replaces bit shifting on 1 with the BIT(x) macro Signed-off-by: Sunny Kumar --- drivers/staging/rdma/hfi1/user_sdma.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/rdma/hfi1/user_sdma.c b/drivers/staging/rdma/hfi1/user_sdma.c index 36c

[PATCH] goldfish: add goldfish match node for dt driver probe

2015-11-05 Thread yalin wang
Signed-off-by: yalin wang --- drivers/input/keyboard/goldfish_events.c | 9 + drivers/platform/goldfish/goldfish_pipe.c | 11 ++- drivers/power/goldfish_battery.c | 11 ++- drivers/staging/goldfish/goldfish_audio.c | 11 ++- drivers/staging/goldfish/gold

[PATCH] Staging: gdm72xx: Fix sparse warning

2015-11-05 Thread Ksenija Stanojevic
Fix following sparse warnings by adding new structure for user-space data (struct data_us) in wm_ioctl.h: drivers/staging/gdm72xx/gdm_wimax.c:381:37: warning: incorrect type in argument 1 (different address spaces) drivers/staging/gdm72xx/gdm_wimax.c:381:37:expected void [noderef] *to drivers/

Re: [PATCH] goldfish: add goldfish match node for dt driver probe

2015-11-05 Thread kbuild test robot
Hi yalin, [auto build test ERROR on staging/staging-testing] [also build test ERROR on v4.3 next-20151105] url: https://github.com/0day-ci/linux/commits/yalin-wang/goldfish-add-goldfish-match-node-for-dt-driver-probe/20151106-132647 config: x86_64-allyesconfig (attached as .config) reproduce

[PATCH V2] goldfish: add goldfish match node for dt driver probe

2015-11-05 Thread yalin wang
qemu use device tree to bootup linux kernel, we need add device node match table to plaftorm driver, so that can probe the goldfish driver correctly. test by this qemu: git clone https://android.googlesource.com/platform/external/qemu Signed-off-by: yalin wang --- drivers/input/keyboard/goldfish

<    1   2