[PATCH v8 2/2] drm/bridge: anx7625: Add anx7625 MIPI DSI/DPI to DP bridge driver

2020-04-26 Thread Xin Ji
The ANX7625 is an ultra-low power 4K Mobile HD Transmitter designed for portable device. It converts MIPI DSI/DPI to DisplayPort 1.3 4K. The ANX7625 can support both USB Type-C PD feature and MIPI DSI/DPI to DP feature. This driver only enabled MIPI DSI/DPI to DP feature. Signed-off-by: Xin Ji -

[PATCH v8 0/2] Add initial support for slimport anx7625

2020-04-26 Thread Xin Ji
Hi all, The following series add support for the Slimport ANX7625 transmitter, a ultra-low power Full-HD 4K MIPI to DP transmitter designed for portable device. This is the v8 version, any mistakes, please let me know, I will fix it in the next series. This series fix several coding format and de

[PATCH v8 1/2] dt-bindings: drm/bridge: anx7625: MIPI to DP transmitter binding

2020-04-26 Thread Xin Ji
The ANX7625 is an ultra-low power 4K Mobile HD Transmitter designed for portable device. It converts MIPI to DisplayPort 1.3 4K. You can add support to your board with binding. Example: anx7625_bridge: encoder@58 { compatible = "analogix,anx7625"; reg = <0x

[PATCH 0/3] staging: qlge: Fix compilation failures in qlge_dbg.c when QL_DEV_DUMP is set

2020-04-26 Thread Rylan Dmello
qlge_dbg.c has a bunch of code that is conditionally compiled only when the QL_DEV_DUMP macro is set in qlge.h (it is unset by default). Several fields have been removed from the 'ql_adapter' and 'rx_ring' structs in qlge.h so that qlge_dbg.c no longer compiles when QL_DEV_DUMP is set. This patch

[PATCH 2/3] staging: qlge: Remove print statement for vlgrp field

2020-04-26 Thread Rylan Dmello
Remove statement that tries to print the non-existent 'vlgrp' field in the 'ql_adapter' struct, which causes a compilation failure when QL_DEV_DUMP is set. vlgrp seems to have been removed from ql_adapter as a part of commit 18c49b91777c ("qlge: do vlan cleanup") in 2011. vlgrp might be replaced

[PATCH 1/3] staging: qlge: Remove unnecessary parentheses around struct field

2020-04-26 Thread Rylan Dmello
Remove unnecessary parentheses around a struct field accessor that causes a build failure when QL_DEV_DUMP is set. Signed-off-by: Rylan Dmello --- drivers/staging/qlge/qlge_dbg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/qlge/qlge_dbg.c b/drivers/staging

[PATCH 3/3] staging: qlge: Remove print statements for lbq_clean_idx and lbq_free_cnt

2020-04-26 Thread Rylan Dmello
Remove debug print statements referring to non-existent fields 'lbq_clean_idx' and 'lbq_free_cnt' in the 'rx_ring' struct, which causes a compilation failure when QL_DEV_DUMP is set. These fields were initially removed as a part of commit aec626d2092f ("staging: qlge: Update buffer queue prod inde

[PATCH 0/7] staging: rtl8723bs: some code cleanup

2020-04-26 Thread Jason Yan
Fix some warnings of '-Wunused-but-set-variable'. Jason Yan (7): staging: rtl8723bs: os_dep: remove set but not used 'uintRet' staging: rtl8723bs: os_dep: remove set but not used 'size' Staging: rtl8723bs: core: remove set but not used 'ptxservq' staging: rtl8723bs: core: remove set but no

[PATCH 1/7] staging: rtl8723bs: os_dep: remove set but not used 'uintRet'

2020-04-26 Thread Jason Yan
Fix the following gcc warning: drivers/staging/rtl8723bs/os_dep/ioctl_linux.c:2564:22: warning: variable ‘uintRet’ set but not used [-Wunused-but-set-variable] unsigned int uintRet = 0; ^~~ Reported-by: Hulk Robot Signed-off-by: Jason Yan --- drivers/staging/

[PATCH 4/7] staging: rtl8723bs: core: remove set but not used 'algthm'

2020-04-26 Thread Jason Yan
Fix the following gcc warning: drivers/staging/rtl8723bs/core/rtw_mlme_ext.c:1087:33: warning: variable ‘algthm’ set but not used [-Wunused-but-set-variable] unsigned int seq, len, status, algthm, offset; ^~ Reported-by: Hulk Robot Signed-off-by: Jason Yan

[PATCH 5/7] staging: rtl8723bs: core: remove set but not used 'listen_interval'

2020-04-26 Thread Jason Yan
Fix the following gcc warning: drivers/staging/rtl8723bs/core/rtw_mlme_ext.c:1173:18: warning: variable ‘listen_interval’ set but not used [-Wunused-but-set-variable] u16 capab_info, listen_interval; ^~~ Reported-by: Hulk Robot Signed-off-by: Jason Yan --- drive

[PATCH 7/7] staging: rtl8723bs: core: remove set but not used 'pframe'

2020-04-26 Thread Jason Yan
Fix the following gcc warning: drivers/staging/rtl8723bs/core/rtw_mlme.c:2920:6: warning: variable ‘pframe’ set but not used [-Wunused-but-set-variable] u8 *pframe; ^~ Reported-by: Hulk Robot Signed-off-by: Jason Yan --- drivers/staging/rtl8723bs/core/rtw_mlme.c | 3 +-- 1 file cha

[PATCH 3/7] Staging: rtl8723bs: core: remove set but not used 'ptxservq'

2020-04-26 Thread Jason Yan
Fix the following gcc warning: drivers/staging/rtl8723bs/core/rtw_sta_mgt.c:556:19: warning: variable ‘ptxservq’ set but not used [-Wunused-but-set-variable] struct tx_servq *ptxservq; ^~~~ Reported-by: Hulk Robot Signed-off-by: Jason Yan --- drivers/staging/rtl8723bs/

[PATCH 6/7] staging: rtl8723bs: core: remove set but not used 'pwrpriv'

2020-04-26 Thread Jason Yan
Fix the following gcc warning: drivers/staging/rtl8723bs/core/rtw_mlme.c:1100:24: warning: variable ‘pwrpriv’ set but not used [-Wunused-but-set-variable] struct pwrctrl_priv *pwrpriv; ^~~ Reported-by: Hulk Robot Signed-off-by: Jason Yan --- drivers/staging/rtl87

[PATCH 2/7] staging: rtl8723bs: os_dep: remove set but not used 'size'

2020-04-26 Thread Jason Yan
And also remove the NULL check before kfree() because kfree() can handle NULL pointers correctly. Fix the following gcc warning: drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c:157:6: warning: variable ‘size’ set but not used [-Wunused-but-set-variable] u32 size = 0; ^~~~ Reported-by:

Re: [PATCH] staging: rtl8723bs: remove set but not used 'pregistrypriv'

2020-04-26 Thread Jason Yan
Sorry, it has already been fixed by YueHaibing. Please ignore this. 在 2020/4/26 17:43, Jason Yan 写道: Fix the following gcc warning: drivers/staging/rtl8723bs/hal/sdio_halinit.c:547:24: warning: variable ‘pregistrypriv’ set but not used [-Wunused-but-set-variable] struct registry_priv *pregis

Re: [PATCH] drivers: staging: rts5208: rtsx.c fix Unbalanced braces around else statement issue

2020-04-26 Thread Joe Perches
On Sun, 2020-04-26 at 17:02 +0100, John Oldman wrote: > Fix coding style issue > > Signed-off-by: John Oldman > --- > drivers/staging/rts5208/rtsx.c | 6 ++ > 1 file changed, 2 insertions(+), 4 deletions(-) > > diff --git a/drivers/staging/rts5208/rtsx.c b/drivers/staging/rts5208/rtsx.c > i

Re: [GIT PULL] Staging/IIO driver fixes for 5.7-rc3

2020-04-26 Thread pr-tracker-bot
The pull request you sent on Sun, 26 Apr 2020 12:47:30 +0200: > git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git > staging-5.7-rc3 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/edf17b283844a21b338b9618107c8817105d0ffa Thank you! -- Deet-doot-dot, I

Re: [PATCH] Staging: mt7621-dma: mtk-hsdma.c: Fix Missing a blank line after declarations

2020-04-26 Thread Greg KH
On Sun, Apr 26, 2020 at 05:13:19PM +0100, John Oldman wrote: > Fixed coding style issue No you didn't :) > > Signed-off-by: John Oldman > --- > drivers/staging/mt7621-dma/mtk-hsdma.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/staging/mt7621-dma/mtk-hsdma.c > b/drivers/s

[PATCH] drivers: staging: rts5208: rtsx.c fix Unbalanced braces around else statement issue

2020-04-26 Thread John Oldman
Fix coding style issue Signed-off-by: John Oldman --- drivers/staging/rts5208/rtsx.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/staging/rts5208/rtsx.c b/drivers/staging/rts5208/rtsx.c index be0053c795b7..ca836ca2ee81 100644 --- a/drivers/staging/rts5208/rts

[PATCH] Staging: mt7621-dma: mtk-hsdma.c: Fix Missing a blank line after declarations

2020-04-26 Thread John Oldman
Fixed coding style issue Signed-off-by: John Oldman --- drivers/staging/mt7621-dma/mtk-hsdma.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/mt7621-dma/mtk-hsdma.c b/drivers/staging/mt7621-dma/mtk-hsdma.c index 14592ed9ce98..dd35d0bce6ca 100644 --- a/drivers/staging/mt7621

[GIT PULL] Staging/IIO driver fixes for 5.7-rc3

2020-04-26 Thread Greg KH
The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136: Linux 5.7-rc1 (2020-04-12 12:35:55 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git staging-5.7-rc3 for you to fetch changes up to 664ba5180234593b4b8

[PATCH] staging: rtl8723bs: remove set but not used 'pregistrypriv'

2020-04-26 Thread Jason Yan
Fix the following gcc warning: drivers/staging/rtl8723bs/hal/sdio_halinit.c:547:24: warning: variable ‘pregistrypriv’ set but not used [-Wunused-but-set-variable] struct registry_priv *pregistrypriv; ^ Reported-by: Hulk Robot Signed-off-by: Jason Yan --- d