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

2015-09-08 Thread Enric Balletbo i Serra
Hi all, 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 Xia from Analogix. This driver is a refactor of the original dri

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

2015-09-08 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 --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/device

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

2015-09-08 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

[PATCHv2 3/3] drm/i2c: anx78xx: Add anx7814 driver support by analogix.

2015-09-08 Thread Enric Balletbo i Serra
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/i2c/Kconfig |2 + drivers/gpu/drm/i

[PATCH 1/5] staging: wilc1000: define undefined operation mode

2015-09-08 Thread Tony Cho
From: Johnny Kim This patch adds new define, IDLE_MODE to change comparison statement which is wrong due to typecasting to null. Signed-off-by: Johnny Kim Signed-off-by: Tony Cho --- drivers/staging/wilc1000/host_interface.c | 2 +- drivers/staging/wilc1000/host_interface.h | 1 + 2 files cha

[PATCH 3/5] staging: wilc1000: add maintainers for Atmel 802.11 driver

2015-09-08 Thread Tony Cho
This patch adds new maintainers who develops new design for Atmel 802.11 link controller and deletes Dean Lee who cannot maintain the wireless driver anymore. Signed-off-by: Tony Cho --- MAINTAINERS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS

[PATCH 2/5] staging: wilc1000: remove meaningless line

2015-09-08 Thread Tony Cho
From: Johnny Kim The current driver is calling skb_reserve function to align memory in frmw_to_linux function. However, the wrong value is used as the input argument. Besides, the process is not necessary because the address already is algined in dev_alloc_skb function. So, this patch removes the

[PATCH 5/5] staging: wilc1000: delete definition USE_WIRELESS

2015-09-08 Thread Tony Cho
From: "Kim, Leo" The preprocessor definition, USE_WIRELESS is always in use. So, this patch deletes the definitions from the makefile and source codes. Signed-off-by: Leo Kim Signed-off-by: Tony Cho --- drivers/staging/wilc1000/Makefile | 2 +- drivers/staging/wilc1000/linux_mon.c | 8

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

2015-09-08 Thread Tony Cho
From: "Kim, Leo" This patch removes the preprocessor definition, NM73131_0_BOARD which is not used anymore. Signed-off-by: Leo Kim Signed-off-by: Tony Cho --- drivers/staging/wilc1000/linux_wlan.c | 40 -- drivers/staging/wilc1000/linux_wlan_common.h | 7 +-- drivers/sta

Re: [PATCH 3/5] staging: most: remove driver owner

2015-09-08 Thread Andrey Shvetsov
On Mon, Sep 07, 2015 at 06:16:21PM +0530, Sudip Mukherjee wrote: > On Mon, Sep 07, 2015 at 02:13:38PM +0200, Andrey Shvetsov wrote: > > On Fri, Sep 04, 2015 at 04:22:04PM +0530, Sudip Mukherjee wrote: > > > The platform driver core will set the owner value, we do not need to do > > > it in the modu

Re: [PATCH v3 1/4] i2c: tegra: implement slave mode

2015-09-08 Thread Wolfram Sang
> Sorry for the long delay. I tried to analyze the issue. Attached patch works > on AC100 (Misha Komarovsky helped me with testing). > > Wolfram could you please try the patch with your environment? No change, sadly. I don't get slave interrupts. > Init function is called multuple times. If I2C

Re: [PATCH v3 1/4] i2c: tegra: implement slave mode

2015-09-08 Thread Andrey Danin
Wolfram, thanks! On 08.09.2015 14:46, Wolfram Sang wrote: Sorry for the long delay. I tried to analyze the issue. Attached patch works on AC100 (Misha Komarovsky helped me with testing). Wolfram could you please try the patch with your environment? No change, sadly. I don't get slave interr

[PATCH] staging: emxx_udc: Remove unused parameter from function parameter list parameter list

2015-09-08 Thread Ravi Teja Darbha
struct nbu2ss_ep *ep parameter in functions _nbu2ss_ep0_in_transfer() and _nbu2ss_ep0_out_transfer() is not used anywhere inside. Hence, removed. Signed-off-by: Ravi Teja Darbha --- drivers/staging/emxx_udc/emxx_udc.c | 12 +--- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git

[PATCH 01/30] staging: wilc1000: rename WILC_WFI_CfgSetChannel

2015-09-08 Thread Chaehyun Lim
This patch replaces WILC_WFI_CfgSetChannel with wilc_cfg80211_set_monitor_channel to avoid CamelCase. Signed-off-by: Chaehyun Lim --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wfi_cf

[PATCH 05/30] staging: wilc1000: rename WILC_WFI_del_key

2015-09-08 Thread Chaehyun Lim
This patch replaces WILC_WFI_del_key with wilc_cfg80211_del_key to avoid CamelCase. Signed-off-by: Chaehyun Lim --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c b/dri

[PATCH 02/30] staging: wilc1000: rename WILC_WFI_CfgScan

2015-09-08 Thread Chaehyun Lim
This patch replaces WILC_WFI_CfgScan with wilc_cfg80211_scan to avoid CamelCase. Signed-off-by: Chaehyun Lim --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c b/driver

[PATCH 08/30] staging: wilc1000: rename WILC_WFI_add_virt_intf

2015-09-08 Thread Chaehyun Lim
This patch replaces WILC_WFI_add_virt_intf with wilc_cfg80211_add_virtual_intf to avoid CamelCase. Signed-off-by: Chaehyun Lim --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wfi_cfgoper

[PATCH 09/30] staging: wilc1000: rename WILC_WFI_del_virt_intf

2015-09-08 Thread Chaehyun Lim
This patch replaces WILC_WFI_del_virt_intf with wilc_cfg80211_del_virtual_intf to avoid CamelCase. Signed-off-by: Chaehyun Lim --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wfi_cfgoper

[PATCH 13/30] staging: wilc1000: rename WILC_WFI_stop_ap

2015-09-08 Thread Chaehyun Lim
This patch replaces WILC_WFI_stop_ap with wilc_cfg80211_stop_ap to avoid CamelCase. Signed-off-by: Chaehyun Lim --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c b/dri

[PATCH 25/30] staging: wilc1000: rename WILC_WFI_cancel_remain_on_channel

2015-09-08 Thread Chaehyun Lim
This patch replaces WILC_WFI_cancel_remain_on_channel with wilc_cfg80211_cancel_remain_on_channel to avoid CamelCase. Signed-off-by: Chaehyun Lim --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wilc10

[PATCH 20/30] staging: wilc1000: rename WILC_WFI_set_wiphy_params

2015-09-08 Thread Chaehyun Lim
This patch replaces WILC_WFI_set_wiphy_params with wilc_cfg80211_set_wiphy_params to avoid CamelCase. Signed-off-by: Chaehyun Lim --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wfi_cfgo

[PATCH 26/30] staging: wilc1000: rename WILC_WFI_mgmt_tx_cancel_wait

2015-09-08 Thread Chaehyun Lim
This patch replaces WILC_WFI_mgmt_tx_cancel_wait with wilc_cfg80211_mgmt_tx_cancel_wait to avoid CamelCase. Signed-off-by: Chaehyun Lim --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wfi_

[PATCH 15/30] staging: wilc1000: rename WILC_WFI_del_station

2015-09-08 Thread Chaehyun Lim
This patch replaces WILC_WFI_del_station with wilc_cfg80211_del_station to avoid CamelCase. Signed-off-by: Chaehyun Lim --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wfi_cfgoperations.

[PATCH 07/30] staging: wilc1000: rename WILC_WFI_set_default_key

2015-09-08 Thread Chaehyun Lim
This patch replaces WILC_WFI_set_default_key with wilc_cfg80211_set_default_key to avoid CamelCase. Signed-off-by: Chaehyun Lim --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wfi_cfgope

[PATCH 23/30] staging: wilc1000: rename WILC_WFI_flush_pmksa

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

[PATCH 18/30] staging: wilc1000: rename WILC_WFI_dump_station

2015-09-08 Thread Chaehyun Lim
This patch replaces WILC_WFI_dump_station with wilc_cfg80211_dump_station to avoid CamelCase. Signed-off-by: Chaehyun Lim --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wfi_cfgoperation

[PATCH 21/30] staging: wilc1000: rename WILC_WFI_set_pmksa

2015-09-08 Thread Chaehyun Lim
This patch replaces WILC_WFI_set_pmksa with wilc_cfg80211_set_pmksa to avoid CamelCase. Signed-off-by: Chaehyun Lim --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c b

[PATCH 22/30] staging: wilc1000: rename WILC_WFI_del_pmksa

2015-09-08 Thread Chaehyun Lim
This patch replaces WILC_WFI_del_pmksa with wilc_cfg80211_del_pmksa to avoid CamelCase. Signed-off-by: Chaehyun Lim --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c b

[PATCH 06/30] staging: wilc1000: rename WILC_WFI_get_key

2015-09-08 Thread Chaehyun Lim
This patch replaces WILC_WFI_get_key with wilc_cfg80211_get_key to avoid CamelCase. Signed-off-by: Chaehyun Lim --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c b/dri

[PATCH 16/30] staging: wilc1000: rename WILC_WFI_change_station

2015-09-08 Thread Chaehyun Lim
This patch replaces WILC_WFI_change_station with wilc_cfg80211_change_station to avoid CamelCase. Signed-off-by: Chaehyun Lim --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wfi_cfgopera

[PATCH 19/30] staging: wilc1000: rename WILC_WFI_change_bss

2015-09-08 Thread Chaehyun Lim
This patch replaces WILC_WFI_change_bss with wilc_cfg80211_change_bss to avoid CamelCase. Signed-off-by: Chaehyun Lim --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c

[PATCH 29/30] staging: wilc1000: rename WILC_WFI_set_power_mgmt

2015-09-08 Thread Chaehyun Lim
This patch replaces WILC_WFI_set_power_mgmt with wilc_cfg80211_set_power_mgmt to avoid CamelCase. Signed-off-by: Chaehyun Lim --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wfi_cfgopera

[PATCH 28/30] staging: wilc1000: rename WILC_WFI_frame_register

2015-09-08 Thread Chaehyun Lim
This patch replaces WILC_WFI_frame_register with wilc_cfg80211_mgmt_frame_register to avoid CamelCase. Signed-off-by: Chaehyun Lim --- drivers/staging/wilc1000/linux_wlan.c | 6 +++--- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 6 +++--- 2 files changed, 6 insertions(+), 6 d

[PATCH 14/30] staging: wilc1000: rename WILC_WFI_add_station

2015-09-08 Thread Chaehyun Lim
This patch replaces WILC_WFI_add_station with wilc_cfg80211_add_station to avoid CamelCase. Signed-off-by: Chaehyun Lim --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wfi_cfgoperations.

[PATCH 04/30] staging: wilc1000: rename WILC_WFI_add_key

2015-09-08 Thread Chaehyun Lim
This patch replaces WILC_WFI_add_key with wilc_cfg80211_add_key to avoid CamelCase. Signed-off-by: Chaehyun Lim --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wfi_cfgoperat

[PATCH 03/30] staging: wilc1000: rename WILC_WFI_CfgConnect

2015-09-08 Thread Chaehyun Lim
This patch replaces WILC_WFI_CfgConnect with wilc_cfg80211_connect to avoid CamelCase. Signed-off-by: Chaehyun Lim --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c b/

[PATCH 17/30] staging: wilc1000: rename WILC_WFI_get_station

2015-09-08 Thread Chaehyun Lim
This patch replaces WILC_WFI_get_station with wilc_cfg80211_get_station to avoid CamelCase. Signed-off-by: Chaehyun Lim --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wfi_cfgoperations.

[PATCH 10/30] staging: wilc1000: rename WILC_WFI_change_virt_intf

2015-09-08 Thread Chaehyun Lim
This patch replaces WILC_WFI_change_virt_intf with wilc_cfg80211_change_virtual_intf to avoid CamelCase. Signed-off-by: Chaehyun Lim --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wfi_c

[PATCH 27/30] staging: wilc1000: rename WILC_WFI_mgmt_tx

2015-09-08 Thread Chaehyun Lim
This patch replaces WILC_WFI_mgmt_tx with wilc_cfg80211_mgmt_tx to avoid CamelCase. Signed-off-by: Chaehyun Lim --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c b/drive

[PATCH 24/30] staging: wilc1000: rename WILC_WFI_remain_on_channel

2015-09-08 Thread Chaehyun Lim
This patch replaces WILC_WFI_remain_on_channel with wilc_cfg80211_remain_on_channel to avoid CamelCase. Signed-off-by: Chaehyun Lim --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wfi_cf

[PATCH 12/30] staging: wilc1000: rename WILC_WFI_change_beacon

2015-09-08 Thread Chaehyun Lim
This patch replaces WILC_WFI_change_beacon with wilc_cfg80211_change_beacon to avoid CamelCase. Signed-off-by: Chaehyun Lim --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wfi_cfgoperati

[PATCH 11/30] staging: wilc1000: rename WILC_WFI_start_ap

2015-09-08 Thread Chaehyun Lim
This patch replaces WILC_WFI_start_ap with wilc_cfg80211_start_ap to avoid CamelCase. Signed-off-by: Chaehyun Lim --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c b/d

[PATCH 30/30] staging: wilc1000: rename WILC_WFI_set_cqm_rssi_config

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

Re: [PATCH 01/30] staging: wilc1000: rename WILC_WFI_CfgSetChannel

2015-09-08 Thread Johannes Berg
> -static int WILC_WFI_CfgSetChannel(struct wiphy *wiphy, > +static int wilc_cfg80211_set_monitor_channel(struct wiphy *wiphy, > struct cfg80211_chan_def *chandef) > { > You should probably consider not breaking indentation while doing this :) And perhaps cfg8021

[PATCH 1/2] staging: lustre: lov: fix dereference of ERR_PTR

2015-09-08 Thread Sudip Mukherjee
If lov_sub_get() fails then it returns the error code in ERR_PTR, but here we were dereferencing sub without checking if lov_sub_get() has actually succeeded or not. And on error we can directly return the error code from lov_io_fault_start() as it return 0 on success and the error code on error.

[PATCH 2/2] staging: lustre: lov: remove always false condition

2015-09-08 Thread Sudip Mukherjee
The member qc_idx of struct if_quotactl is unsigned and hence it can never be less than zero. Signed-off-by: Sudip Mukherjee --- drivers/staging/lustre/lustre/lov/lov_obd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/lustre/lustre/lov/lov_obd.c b/drivers/

Re: [PATCH] staging: i2o: Used

2015-09-08 Thread Albino B Neto
2015-09-03 13:46 GMT-03:00 Greg KH : > On Tue, Aug 18, 2015 at 11:16:46PM +0530, Aparna Karuthodi wrote: >> Used #include instead of #include to >> remove a coding style warning detected by checkpatch. > > This file isn't in any kernel tree that I see anymore, what kernel did > you make this aga

Re: [PATCH] staging: i2o: Used

2015-09-08 Thread Greg KH
On Tue, Sep 08, 2015 at 01:25:42PM -0300, Albino B Neto wrote: > 2015-09-03 13:46 GMT-03:00 Greg KH : > > On Tue, Aug 18, 2015 at 11:16:46PM +0530, Aparna Karuthodi wrote: > >> Used #include instead of #include to > >> remove a coding style warning detected by checkpatch. > > > > This file isn't

Re: [PATCH 3/5] staging: most: remove driver owner

2015-09-08 Thread Greg Kroah-Hartman
On Tue, Sep 08, 2015 at 11:56:29AM +0200, Andrey Shvetsov wrote: > On Mon, Sep 07, 2015 at 06:16:21PM +0530, Sudip Mukherjee wrote: > > On Mon, Sep 07, 2015 at 02:13:38PM +0200, Andrey Shvetsov wrote: > > > On Fri, Sep 04, 2015 at 04:22:04PM +0530, Sudip Mukherjee wrote: > > > > The platform driver

[PATCH v2] staging: board: Migrate away from __pm_genpd_name_add_device()

2015-09-08 Thread Geert Uytterhoeven
The named genpd APIs are deprecated. Hence convert the board staging code from using genpd names to DT node paths. For now this supports PM domains with "#power-domain-cells = <0>" only. Signed-off-by: Geert Uytterhoeven Reviewed-by: Ulf Hansson --- Rafael, Greg: If Greg provides his Acked-by,

Re: [PATCH 2/2] staging: lustre: lov: remove always false condition

2015-09-08 Thread Joe Perches
On Tue, 2015-09-08 at 21:53 +0530, Sudip Mukherjee wrote: > The member qc_idx of struct if_quotactl is unsigned and hence it can > never be less than zero. [] > diff --git a/drivers/staging/lustre/lustre/lov/lov_obd.c > b/drivers/staging/lustre/lustre/lov/lov_obd.c [] > @@ -1487,7 +1487,7 @@ stati

Re: [PATCH 2/2] staging: lustre: lov: remove always false condition

2015-09-08 Thread Sudip Mukherjee
On Tue, Sep 08, 2015 at 09:53:09AM -0700, Joe Perches wrote: > On Tue, 2015-09-08 at 21:53 +0530, Sudip Mukherjee wrote: > > if (qctl->qc_valid == QC_OSTIDX) { > > - if (qctl->qc_idx < 0 || count <= qctl->qc_idx) > > + if (count <= qctl->qc_idx) > >

Re: [PATCH v2] staging: board: Migrate away from __pm_genpd_name_add_device()

2015-09-08 Thread Greg Kroah-Hartman
On Tue, Sep 08, 2015 at 07:06:03PM +0200, Geert Uytterhoeven wrote: > The named genpd APIs are deprecated. Hence convert the board staging > code from using genpd names to DT node paths. > > For now this supports PM domains with "#power-domain-cells = <0>" only. > > Signed-off-by: Geert Uytterhoe

Re: [PATCH v2] staging: board: Migrate away from __pm_genpd_name_add_device()

2015-09-08 Thread Rafael J. Wysocki
On Tuesday, September 08, 2015 12:06:53 PM Greg Kroah-Hartman wrote: > On Tue, Sep 08, 2015 at 07:06:03PM +0200, Geert Uytterhoeven wrote: > > The named genpd APIs are deprecated. Hence convert the board staging > > code from using genpd names to DT node paths. > > > > For now this supports PM dom

[PATCH v2] atomics,cmpxchg: Privatize the inclusion of asm/cmpxchg.h

2015-09-08 Thread Boqun Feng
After commit: atomics: add acquire/release/relaxed variants of some atomic operations Architectures may only provide {cmp,}xchg_relaxed definitions in asm/cmpxchg.h. Other variants, such as {cmp,}xchg, may be built in linux/atomic.h, which means simply including asm/cmpxchg.h may not get the defi

Re: [PATCH 3/3] staging: slimport: Add anx7814 driver support by analogix.

2015-09-08 Thread Daniel Kurtz
Hi Eric, Thanks for starting to upstream this Analogix Slimport driver! As Greg says, please move this driver to its intended directory, I presume: /drivers/gpu/drm/bridge And when you submit, use get_maintainer.pl to add the proper reviewers and lists. At present, you have no DRM folks, nor dri-

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

2015-09-08 Thread Rob Herring
On 09/08/2015 02:25 AM, Enric Balletbo i Serra wrote: > 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/v

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

2015-09-08 Thread 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: > > anx7814: anx7814@38 { > compatible =

Re: [PATCH 4/5] staging: wilc1000: wilc_msgqueue.c: use kmalloc with GFP_ATOMIC

2015-09-08 Thread Sudip Mukherjee
On Tue, Sep 08, 2015 at 12:36:38AM +0900, Chaehyun Lim wrote: > This patch use kmalloc with GFP_ATOMIC instead of WILC_MALLOC. > It is inside the spin lock region. > > Signed-off-by: Chaehyun Lim > --- Its not related to your patch, but while seeing your patch I thought of checking how WILC_NULLC