[PATCH v2 2/2] staging: wilc1000: coreconfigurator.c: remove unused functions

2015-09-10 Thread Tony Cho
From: Glen Lee This patch removes following unused funtions which will not be used anymore. ascii_hex_to_dec get_hex_char extract_mac_addr create_mac_addr conv_ip_to_int conv_int_to_ip get_wid_type get_type CreateConfigPacket ConfigWaitResponse ConfigProvideResponse ConfigPktReceived ParseWriteR

[PATCH 0/2] resending v2 of the patch for coreconfigurator.c file

2015-09-10 Thread Tony Cho
This is the version 2 for the series of the patch which removes unused functions from the coreconfigurator.c file. Some of functions was not included in the first patch. Glen Lee (2): staging: wilc1000: remove unused enum staging: wilc1000: coreconfigurator.c: remove unused functions drivers

[PATCH v2 1/2] staging: wilc1000: remove unused enum

2015-09-10 Thread Tony Cho
From: Glen Lee This patch removes a unused enum tenuFrameClass. Signed-off-by: Glen Lee Signed-off-by: Tony Cho --- drivers/staging/wilc1000/coreconfigurator.c | 8 1 file changed, 8 deletions(-) diff --git a/drivers/staging/wilc1000/coreconfigurator.c b/drivers/staging/wilc1000/co

[PATCH v2 11/11] drivers:pci:hv: New paravirtual PCI front-end for Hyper-V VMs

2015-09-10 Thread jakeo
From: Jake Oshins This patch introduces a new driver which exposes a root PCI bus whenever a PCI Express device is passed through to a guest VM under Hyper-V. The device can be single- or multi-function. The interrupts for the devices are managed by an IRQ domain, implemented within the driver.

[PATCH v2 09/11] kernel:irq: Implement msi match function

2015-09-10 Thread jakeo
From: Jake Oshins Previous patches in this series introduced the concept of ranked matches of IRQ domains, where a default implementation ranks low and a specific implementation might rank higher, overriding the default. This patch supplies a match function for use by any IRQ domain derived from

[PATCH v2 06/12] drivers:hv: Export do_hypercall()

2015-09-10 Thread jakeo
From: Jake Oshins This patch exposes the function that hv_vmbus.ko uses to make hypercalls. This is necessary for retargeting an interrupt when it is given a new affinity. Signed-off-by: Jake Oshins --- drivers/hv/hv.c| 3 ++- include/linux/hyperv.h | 1 + 2 files changed, 3 insertion

[PATCH v2 08/12] drivers:pci:msi: Store PCI domain (segment) as part of IRQ domain

2015-09-10 Thread jakeo
From: Jake Oshins In order to allow an MSI IRQ domain to be specific to a PCI domain, add a field to the struct that tracks the PCI domain. Signed-off-by: Jake Oshins --- include/linux/msi.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/linux/msi.h b/include/linux/msi.h index a

[PATCH v2 10/11] drivers:hv: Define the channel type for Hyper-V PCI Express pass-through

2015-09-10 Thread jakeo
From: Jake Oshins This defines the channel type for PCI front-ends in Hyper-V VMs. Signed-off-by: Jake Oshins --- include/linux/hyperv.h | 11 +++ 1 file changed, 11 insertions(+) diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h index 033fe59..af0f2e7 100644 --- a/include/

[PATCH v2 07/12] drivers:x86:pci: Make it possible to implement a PCI MSI IRQ Domain in a module.

2015-09-10 Thread jakeo
From: Jake Oshins The Linux kernel already has the concept of IRQ domain, wherein a component can expose a set of IRQs which are managed by a particular interrupt controller chip or other subsystem. The PCI driver exposes the notion of an IRQ domain for Message-Signaled Interrupts (MSI) from PCI

[PATCH v2 02/12] kernel:irq: Change signature of irq_find_matching_host()

2015-09-10 Thread jakeo
From: Jake Oshins In order to use the facility introduced in the last patch (the ability to match on both bus type and something that identifies the specific bus of that type,) irq_find_matching_host() needs to take that bus-specific parameter. Signed-off-by: Jake Oshins --- drivers/irqchip/ir

[PATCH v2 05/12] drivers:hv: Export a function that maps Linux CPU num onto Hyper-V proc num

2015-09-10 Thread jakeo
From: Jake Oshins This patch exposes the mapping between Linux CPU number and Hyper-V virtual processor number. This is necessary because the hypervisor needs to know which virtual processors to target when making a mapping in the Interrupt Redirection Table in the I/O MMU. Signed-off-by: Jake

[PATCH v2 04/12] drivers:pci: Add IRQ domain lookup by PCI domain

2015-09-10 Thread jakeo
From: Jake Oshins The PCI driver currently looks up IRQ domains for root PCI buses by walking up the Open Firmware tree looking for any that cover this particular PCI root. Since x86 PCs don't implement Open Firmware, this patch offers an alternative lookup by the PCI domain ID (known as "segment

[PATCH v2 03/12] kernel:irq: Allow for ranked matches on IRQ domains

2015-09-10 Thread jakeo
From: Jake Oshins The existing IRQ domain match code cycles through all the IRQ domains looking for the first one to return a non-zero value from its match() function. There's even a comment that says "this isn't a problem so far..." This patch changes the semantics on the match() function so t

[PATCH v2 01/12] kernel:irq: Change signature of irq_domain_ops match() method, adding *bus_data

2015-09-10 Thread jakeo
From: Jake Oshins The current irq_domain_ops allows an IRQ domain to match on bus type, but not a specific PCI bus heirarchy. This patch introduces a bus_data parameter, intended to allow a more specific match. This patch does nothing more than introduce that parameter and change all the imple

[PATCH v2 00/12] New paravirtual PCI front-end for Hyper-V VMs

2015-09-10 Thread jakeo
From: Jake Oshins The patch series updates the one sent about a month ago in three ways. It integrated with other IRQ domain work done in linux-next in that time, it distributes interrupts to multiple virtual processors in the guest VM, and it incorporates feedback from Thomas Gleixner and other

Re: [PATCH] staging: ion: fix corruption of ion_import_dma_buf

2015-09-10 Thread Shawn Lin
在 2015/9/11 0:44, Laura Abbott 写道: On 09/09/2015 10:41 PM, Colin Cross wrote: On Wed, Sep 9, 2015 at 10:19 AM, Laura Abbott wrote: (adding Colin and John) On 09/09/2015 12:41 AM, Shawn Lin wrote: we found this issue but still exit in lastest kernel. Simply keep ion_handle_create under mute

[PATCH RESEND 04/16] staging: rtl8188eu: remove unused macro GEN_DRV_CMD_HANDLER

2015-09-10 Thread Luca Ceresoli
Signed-off-by: Luca Ceresoli Cc: Larry Finger Cc: Greg Kroah-Hartman --- drivers/staging/rtl8188eu/include/rtw_mlme_ext.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging/rtl8188eu/include/rtw_mlme_ext.h b/drivers/staging/rtl8188eu/include/rtw_mlme_ext.h index cc3857dbfe09.

[PATCH V2 25/31] staging: wilc1000: rename WILC_WFI_remain_on_channel

2015-09-10 Thread Chaehyun Lim
This patch replaces WILC_WFI_remain_on_channel with wilc_remain_on_channel to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V2: to make function name simple drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/driv

[PATCH V2 28/31] staging: wilc1000: rename WILC_WFI_mgmt_tx

2015-09-10 Thread Chaehyun Lim
This patch replaces WILC_WFI_mgmt_tx with wilc_mgmt_tx to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V2: to make function name simple drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/wilc1000/w

[PATCH V2 30/31] staging: wilc1000: rename WILC_WFI_set_power_mgmt

2015-09-10 Thread Chaehyun Lim
This patch replaces WILC_WFI_set_power_mgmt with wilc_set_power_mgmt to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V2: to make function name simple drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging

[PATCH V2 24/31] staging: wilc1000: rename WILC_WFI_flush_pmksa

2015-09-10 Thread Chaehyun Lim
This patch replaces WILC_WFI_flush_pmksa with wilc_flush_pmksa to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V2: to make function name simple drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wilc100

[PATCH V2 31/31] staging: wilc1000: rename WILC_WFI_set_cqm_rssi_config

2015-09-10 Thread Chaehyun Lim
This patch replaces WILC_WFI_set_cqm_rssi_config with wilc_set_cqm_rssi_config to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V2: to make function name simple drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers

[PATCH V2 27/31] staging: wilc1000: rename WILC_WFI_mgmt_tx_cancel_wait

2015-09-10 Thread Chaehyun Lim
This patch replaces WILC_WFI_mgmt_tx_cancel_wait with wilc_mgmt_tx_cancel_wait to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V2: to make function name simple drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drive

[PATCH V2 29/31] staging: wilc1000: rename WILC_WFI_frame_register

2015-09-10 Thread Chaehyun Lim
This patch replaces WILC_WFI_frame_register with wilc_mgmt_frame_register to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V2: to make function name simple drivers/staging/wilc1000/linux_wlan.c | 8 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 10 +- 2 fi

[PATCH V2 22/31] staging: wilc1000: rename WILC_WFI_set_pmksa

2015-09-10 Thread Chaehyun Lim
This patch replaces WILC_WFI_set_pmksa with wilc_set_pmksa to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V2: to make function name simple drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/wilc1000/

[PATCH V2 19/31] staging: wilc1000: rename WILC_WFI_dump_station

2015-09-10 Thread Chaehyun Lim
This patch replaces WILC_WFI_dump_station with wilc_dump_station to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V2: to make function name simple drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/wil

[PATCH V2 20/31] staging: wilc1000: rename WILC_WFI_change_bss

2015-09-10 Thread Chaehyun Lim
This patch replaces WILC_WFI_change_bss with wilc_change_bss to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V2: to make function name simple drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/wilc100

[PATCH V2 26/31] staging: wilc1000: rename WILC_WFI_cancel_remain_on_channel

2015-09-10 Thread Chaehyun Lim
This patch replaces WILC_WFI_cancel_remain_on_channel with wilc_cancel_remain_on_channel to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V2: to make function name simple drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff

[PATCH V2 23/31] staging: wilc1000: rename WILC_WFI_del_pmksa

2015-09-10 Thread Chaehyun Lim
This patch replaces WILC_WFI_del_pmksa with wilc_del_pmksa to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V2: to make function name simple drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/wilc1000/

[PATCH V2 10/31] staging: wilc1000: rename WILC_WFI_del_virt_intf

2015-09-10 Thread Chaehyun Lim
This patch replaces WILC_WFI_del_virt_intf with wilc_del_virt_intf to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V2: to make function name simple drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wil

[PATCH V2 18/31] staging: wilc1000: rename WILC_WFI_get_station

2015-09-10 Thread Chaehyun Lim
This patch replaces WILC_WFI_get_station with wilc_get_station to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V2: to make function name simple drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/wilc1

[PATCH V2 15/31] staging: wilc1000: rename WILC_WFI_add_station

2015-09-10 Thread Chaehyun Lim
This patch replaces WILC_WFI_add_station with wilc_add_station to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V2: to make function name simple drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/wilc1

[PATCH V2 21/31] staging: wilc1000: rename WILC_WFI_set_wiphy_params

2015-09-10 Thread Chaehyun Lim
This patch replaces WILC_WFI_set_wiphy_params with wilc_set_wiphy_params to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V2: to make function name simple drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/stagi

[PATCH V2 16/31] staging: wilc1000: rename WILC_WFI_del_station

2015-09-10 Thread Chaehyun Lim
This patch replaces WILC_WFI_del_station with wilc_del_station to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V2: to make function name simple drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/wilc1

[PATCH V2 13/31] staging: wilc1000: remove WILC_WFI_change_beacon

2015-09-10 Thread Chaehyun Lim
This patch replaces WILC_WFI_change_beacon with wilc_change_beacon to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V2: to make function name simple drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/w

[PATCH V2 17/31] staging: wilc1000: rename WILC_WFI_change_station

2015-09-10 Thread Chaehyun Lim
This patch replaces WILC_WFI_change_station with wilc_change_station to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V2: to make function name simple drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging

[PATCH V2 14/31] staging: wilc1000: rename WILC_WFI_stop_ap

2015-09-10 Thread Chaehyun Lim
This patch replaces WILC_WFI_stop_ap with wilc_stop_ap to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V2: to make function name simple drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_w

[PATCH V2 12/31] staging: wilc1000: rename WILC_WFI_start_ap

2015-09-10 Thread Chaehyun Lim
This patch replaces WILC_WFI_start_ap with wilc_start_ap to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V2: to make function name simple drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/wilc1000/wi

[PATCH V2 06/31] staging: wilc1000: rename WILC_WFI_del_key

2015-09-10 Thread Chaehyun Lim
This patch replaces WILC_WFI_del_key with wilc_del_key to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V2: to make function name simple drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/staging/wilc1000

[PATCH V2 11/31] staging: wilc1000: rename WILC_WFI_change_virt_intf

2015-09-10 Thread Chaehyun Lim
This patch replaces WILC_WFI_change_virt_intf with wilc_change_virt_intf to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V2: to make function name simple drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/sta

[PATCH V2 05/31] staging: wilc1000: rename WILC_WFI_add_key

2015-09-10 Thread Chaehyun Lim
This patch replaces WILC_WFI_add_key with wilc_add_key to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V2: to make function name simple drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/drivers/stag

[PATCH V2 08/31] staging: wilc1000: rename WILC_WFI_set_default_key

2015-09-10 Thread Chaehyun Lim
This patch replaces WILC_WFI_set_default_key with wilc_set_default_key to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V2: to make function name simple drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/stagi

[PATCH V2 07/31] staging: wilc1000: rename WILC_WFI_get_key

2015-09-10 Thread Chaehyun Lim
This patch replaces WILC_WFI_get_key with wilc_get_key to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V2: to make function name simple drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/wilc1000/w

[PATCH V2 09/31] staging: wilc1000: rename WILC_WFI_add_virt_intf

2015-09-10 Thread Chaehyun Lim
This patch replaces WILC_WFI_add_virt_intf with wilc_add_virt_intf to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V2: to make function name simple drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/stag

[PATCH V2 02/31] staging: wilc1000: rename WILC_WFI_CfgScan

2015-09-10 Thread Chaehyun Lim
This patch replaces WILC_WFI_CfgScan with wilc_scan to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V2: to make function name simple drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wfi_

[PATCH V2 01/31] staging: wilc1000: rename WILC_WFI_CfgSetChannel

2015-09-10 Thread Chaehyun Lim
This patch replaces WILC_WFI_CfgSetChannel with wilc_set_channel to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V2: to make function name simple drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/

[PATCH V2 03/31] staging: wilc1000: rename WILC_WFI_CfgConnect

2015-09-10 Thread Chaehyun Lim
This patch replaces WILC_WFI_CfgConnect with wilc_connect to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V2: to make function name simple drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/wilc1000/w

[PATCH V2 04/31] staging: wilc1000: rename WILC_WFI_disconnect

2015-09-10 Thread Chaehyun Lim
This patch replaces WILC_WFI_disconnect with wilc_disconnect to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V2: to make function name simple drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wilc1000/

Re: [PATCH 3/3] staging: fbtft: use pr_fmt

2015-09-10 Thread Noralf Trønnes
10.09.2015 06:54, skrev Sudip Mukherjee: On Wed, Sep 09, 2015 at 11:20:08PM +0200, Noralf Trønnes wrote: Den 09.09.2015 20:35, skrev Greg Kroah-Hartman: On Sat, Sep 05, 2015 at 07:13:45PM +0530, Sudip Mukherjee wrote: Instead of defining DRVNAME and using it in all calls to pr_* family of mac

Re: [PATCH] staging: ion: fix corruption of ion_import_dma_buf

2015-09-10 Thread Laura Abbott
On 09/09/2015 10:41 PM, Colin Cross wrote: On Wed, Sep 9, 2015 at 10:19 AM, Laura Abbott wrote: (adding Colin and John) On 09/09/2015 12:41 AM, Shawn Lin wrote: we found this issue but still exit in lastest kernel. Simply keep ion_handle_create under mutex_lock to avoid this race. WARNING:

Re: [PATCHv3 2/3] devicetree: Add new ANX7814 SlimPort transmitter binding.

2015-09-10 Thread Enric Balletbo Serra
2015-09-10 18:35 GMT+02:00 Enric Balletbo i Serra : > The ANX7814 is an ultra-low power Full-HD (1080p60) SlimPort transmitter > designed for portable devices. > > You can add support to your board with current binding. > > Example: > > anx7814: anx7814@38 { > compatible = "

[PATCHv3 3/3] drm: bridge: anx78xx: Add anx78xx driver support by analogix.

2015-09-10 Thread Enric Balletbo i Serra
At the moment it only supports ANX7814. The ANX7814 is an ultra-low power Full-HD (1080p60) SlimPort transmitter designed for portable devices. This driver adds initial support and supports HDMI to DP pass-through mode. Signed-off-by: Enric Balletbo i Serra --- drivers/gpu/drm/bridge/Kconfig

[PATCHv3 1/3] of: Add vendor prefix for Analogix Semiconductor, Inc.

2015-09-10 Thread Enric Balletbo i Serra
Analogix Semiconductor develops analog and mixed-signal devices for digital media and communications interconnect applications. Signed-off-by: Enric Balletbo i Serra Acked-by: Rob Herring --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git

[PATCHv3 2/3] devicetree: Add new ANX7814 SlimPort transmitter binding.

2015-09-10 Thread Enric Balletbo i Serra
The ANX7814 is an ultra-low power Full-HD (1080p60) SlimPort transmitter designed for portable devices. You can add support to your board with current binding. Example: anx7814: anx7814@38 { compatible = "analogix,anx7814"; reg = <0x38>; pd

[PATCHv3 0/3] Add initial support for slimport anx78xx

2015-09-10 Thread Enric Balletbo i Serra
Hi all, This is the third version with more changes requested by Dan. The following series add initial support for the Slimport ANX7814 transmitter, a ultra-low power Full-HD (1080p60) transmitter designed for portable device. The driver was originally created and based from the work of Junhua X

Re: [PATCHv2 2/3] devicetree: Add new ANX7814 SlimPort transmitter binding.

2015-09-10 Thread Laurent Pinchart
Hi Enric, On Thursday 10 September 2015 16:11:03 Enric Balletbo Serra wrote: > 2015-09-09 2:40 GMT+02:00 Rob Herring : > > On 09/08/2015 02:25 AM, Enric Balletbo i Serra wrote: > >> The ANX7814 is an ultra-low power Full-HD (1080p60) SlimPort transmitter > >> designed for portable devices. > >> >

Re: [PATCH v8 10/55] [media] media: rename the function that create pad links

2015-09-10 Thread Javier Martinez Canillas
On Sun, Aug 30, 2015 at 5:06 AM, Mauro Carvalho Chehab wrote: > With the new API, a link can be either between two PADs or between an > interface > and an entity. So, we need to use a better name for the function that create > links between two pads. > > So, rename the such function to media_crea

Re: [PATCHv2 2/3] devicetree: Add new ANX7814 SlimPort transmitter binding.

2015-09-10 Thread Enric Balletbo Serra
Hi Rob, 2015-09-09 2:40 GMT+02:00 Rob Herring : > On 09/08/2015 02:25 AM, Enric Balletbo i Serra wrote: >> The ANX7814 is an ultra-low power Full-HD (1080p60) SlimPort transmitter >> designed for portable devices. >> >> You can add support to your board with current binding. >> >> Example: >> >>

Re: [PATCH] staging: slicoss: remove unused variables

2015-09-10 Thread Sudip Mukherjee
On Wed, Sep 09, 2015 at 11:31:37AM -0700, Greg Kroah-Hartman wrote: > On Fri, Sep 04, 2015 at 06:53:18PM +0530, Sudip Mukherjee wrote: > > These variables were only assigned some values but they were never used. > > > > Signed-off-by: Sudip Mukherjee > > --- > > drivers/staging/slicoss/slicoss.c

[PATCH 1/2] staging: dgap: fix possible NULL dereference

2015-09-10 Thread Sudip Mukherjee
The return pointer from dgap_getword() is used in strcmp() where it is dereferenced. But dgap_getword() can return NULL. Lets put a check there and return 0 as error. Signed-off-by: Sudip Mukherjee --- drivers/staging/dgap/dgap.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/stag

[PATCH 2/2] staging: dgap: remove unused variable

2015-09-10 Thread Sudip Mukherjee
These variables were assigned some values but they were never used. Removed them but kept one call to ioread8() as it might affect the hardware. Signed-off-by: Sudip Mukherjee --- drivers/staging/dgap/dgap.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/drivers/staging

RE: [PATCH 3/5] staging: wilc1000: use id value as argument

2015-09-10 Thread Shin, Austin
Team, Thanks for all you hardworking on complex problem. Thanks Johnny, Tony, Nicolas, and especially Greg. Best regards, Austin -Original Message- From: Greg KH [mailto:gre...@linuxfoundation.org] Sent: Saturday, September 05, 2015 1:24 AM To: Kim, Johnny Cc: Cho, Tony; de...@driverdev.

[PATCH 5/5] staging: wilc1000: coreconfigurator.c: remove unused functions

2015-09-10 Thread Tony Cho
From: Glen Lee This patch removes following unused funtions which will not be used anymore. ascii_hex_to_dec get_hex_char extract_mac_addr create_mac_addr conv_ip_to_int conv_int_to_ip get_wid_type get_type CreateConfigPacket ConfigWaitResponse ConfigProvideResponse ConfigPktReceived ParseWriteR

[PATCH 2/5] staging: wilc1000: remove firmware definition

2015-09-10 Thread Tony Cho
This patch removes the firmware definitions, STA_FIRMWARE, AP_FIRMWARE, and P2P_CONCURRENCY_FIRMWARE from the linux_wlan.c file because they are defined in the Makefile. Signed-off-by: Tony Cho --- drivers/staging/wilc1000/linux_wlan.c | 12 1 file changed, 12 deletions(-) diff --g

[PATCH 3/5] staging: wilc1000: remove unused global variables

2015-09-10 Thread Tony Cho
This patch removes the followings from the driver because they are in debugging purpose but not used anymore. - int_clrd - int_rcvdU - int_rcvdB - android_wifi_priv_cmd structure Signed-off-by: Tony Cho --- drivers/staging/wilc1000/linux_wlan.c | 17 - drivers/staging/wilc1000/wi

[PATCH 4/5] staging: wilc1000: remove unused enum

2015-09-10 Thread Tony Cho
From: Glen Lee This patch removes a unused enum tenuFrameClass. Signed-off-by: Glen Lee Signed-off-by: Tony Cho --- drivers/staging/wilc1000/coreconfigurator.c | 8 1 file changed, 8 deletions(-) diff --git a/drivers/staging/wilc1000/coreconfigurator.c b/drivers/staging/wilc1000/co

[PATCH 1/5] staging: wilc1000: remove STATIC_MACADDRESS

2015-09-10 Thread Tony Cho
This patch removes unused definition, STATIC_MACADDRESS from the linux_wlan.c file. Signed-off-by: Tony Cho --- drivers/staging/wilc1000/linux_wlan.c | 77 --- 1 file changed, 77 deletions(-) diff --git a/drivers/staging/wilc1000/linux_wlan.c b/drivers/staging/w

[PATCH 4/4] Staging: rtl8192u: space prohibited before close parenthesis

2015-09-10 Thread mike dupuis
This is a style change to remove whitespace before close parentheses in ieee80211_softmac_wx.c Signed-off-by: Mike Dupuis --- drivers/staging/rtl8192u/ieee80211/ieee80211_softmac_wx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/rtl8192u/ieee80211/ieee8

[PATCH 3/4] Staging: rtl8192u: space required after close braces

2015-09-10 Thread mike dupuis
This is a style change to insert spaces before closed braces in ieee80211_softmac_wx.c Signed-off-by: Mike Dupuis --- drivers/staging/rtl8192u/ieee80211/ieee80211_softmac_wx.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211_s

[PATCH 2/4] Staging: rtl8192u: space required before open braces

2015-09-10 Thread mike dupuis
This is a change to add spaces before open braces to ieee80211_softmac_wx.c. Signed-off-by: Mike Dupuis --- .../staging/rtl8192u/ieee80211/ieee80211_softmac_wx.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211_s

driverdev-devel@linuxdriverproject.org

2015-09-10 Thread mike dupuis
This is a change to ieee80211_softmac_wx.c to remove spaces after unary & operators. Signed-off-by: Mike Dupuis --- drivers/staging/rtl8192u/ieee80211/ieee80211_softmac_wx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211_softm