[staging:staging-linus] BUILD SUCCESS 12ec5408d2135bfcdec14ff7e4248f1be8597f31

2021-03-15 Thread kernel test robot
defconfig mips allyesconfig mips allmodconfig powerpc allyesconfig powerpc allmodconfig powerpc allnoconfig x86_64 randconfig-a006-20210315

[PATCH v2] staging: rtl8192u: remove extra lines

2021-03-15 Thread zhaoxiao
Remove extra lines in many functions in r8192U_wx.c. Signed-off-by: zhaoxiao --- drivers/staging/rtl8192u/r8192U_wx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/rtl8192u/r8192U_wx.c b/drivers/staging/rtl8192u/r8192U_wx.c index

[PATCH v3 3/3] binder: BINDER_GET_FROZEN_INFO ioctl

2021-03-15 Thread Li Li
From: Marco Ballesio User space needs to know if binder transactions occurred to frozen processes. Introduce a new BINDER_GET_FROZEN ioctl and keep track of transactions occurring to frozen proceses. Signed-off-by: Marco Ballesio Signed-off-by: Li Li --- drivers/android/binder.c|

[PATCH v3 2/3] binder: use EINTR for interrupted wait for work

2021-03-15 Thread Li Li
From: Marco Ballesio when interrupted by a signal, binder_wait_for_work currently returns -ERESTARTSYS. This error code isn't propagated to user space, but a way to handle interruption due to signals must be provided to code using this API. Replace this instance of -ERESTARTSYS with -EINTR,

[PATCH v3 1/3] binder: BINDER_FREEZE ioctl

2021-03-15 Thread Li Li
From: Marco Ballesio Frozen tasks can't process binder transactions, so a way is required to inform transmitting ends of communication failures due to the frozen state of their receiving counterparts. Additionally, races are possible between transitions to frozen state and binder transactions

[PATCH v3 0/3] Binder: Enable App Freezing Capability

2021-03-15 Thread Li Li
From: Li Li To improve the user experience when switching between recently used applications, the background applications which are not currently needed are cached in the memory. Normally, a well designed application will not consume valuable CPU resources in the background. However, it's

Re: [PATCH v2 1/3] binder: BINDER_FREEZE ioctl

2021-03-15 Thread Li Li
On Fri, Mar 12, 2021 at 4:00 PM Todd Kjos wrote: > > On Thu, Mar 11, 2021 at 10:46 AM Li Li wrote: > > > > From: Marco Ballesio > > > > Frozen tasks can't process binder transactions, so a way is required to > > inform transmitting ends of communication failures due to the frozen > > state of

Re: [PATCH v5 24/24] wfx: get out from the staging area

2021-03-15 Thread kernel test robot
Hi Jerome, I love your patch! Perhaps something to improve: [auto build test WARNING on staging/staging-testing] [also build test WARNING on next-20210315] [cannot apply to wireless-drivers-next/master wireless-drivers/master v5.12-rc3] [If your patch is applied to the wrong git tree, kindly

[PATCH] wfx: fix irqf_oneshot.cocci warnings

2021-03-15 Thread kernel test robot
its/Jerome-Pouiller/wfx-get-out-from-the-staging-area/20210315-212855 base: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git b828324bba8f575fde487a91fec07303789dda8a bus_sdio.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/drivers/net/wireless/silabs/wfx/

[driver-core:debugfs_remove_return_value] BUILD SUCCESS b927f68718ad932968b335981efa03f9960bf542

2021-03-15 Thread kernel test robot
mips allmodconfig powerpc allyesconfig powerpc allmodconfig powerpc allnoconfig i386 randconfig-a001-20210315 i386 randconfig-a005-20210315 i386

Re: [PATCH] staging: comedi: replace slash in name

2021-03-15 Thread Tong Zhang
Thanks Ian, I have submitted a v2 patch based on your suggestions. Thanks, - Tong On Mon, Mar 15, 2021 at 6:48 AM Ian Abbott wrote: > > On 15/03/2021 10:44, Ian Abbott wrote: > > On 14/03/2021 03:57, Tong Zhang wrote: > >> request_irq() wont accept a name which contains slash so we need to > >>

[PATCH v2] staging: comedi: cb_pcidas: fix request_irq() warn

2021-03-15 Thread Tong Zhang
request_irq() wont accept a name which contains slash so we need to repalce it with something else -- otherwise it will trigger a warning and the entry in /proc/irq/ will not be created since the .name might be used by userspace and we don't want to break userspace, so we are changing the

[PATCH v2] staging: comedi: cb_pcidas64: fix request_irq() warn

2021-03-15 Thread Tong Zhang
request_irq() wont accept a name which contains slash so we need to repalce it with something else -- otherwise it will trigger a warning and the entry in /proc/irq/ will not be created since the .name might be used by userspace and we don't want to break userspace, so we are changing the

[staging:staging-next] BUILD SUCCESS b828324bba8f575fde487a91fec07303789dda8a

2021-03-15 Thread kernel test robot
randconfig-a013-20210315 i386 randconfig-a016-20210315 i386 randconfig-a011-20210315 i386 randconfig-a012-20210315 i386 randconfig-a014-20210315 i386 randconfig-a015-20210315 x86_64 randconfig-a006

From Mrs.Glenn

2021-03-15 Thread Mrs.E.Glenn
-- Dear Beloved, I am Mrs Elizabet Glenn from Israel. I am a missionary but right now in a hospital bed in Israel. I am 59 years and childless; my husband is dead. I was diagnosed with terminal cancer. And my doctor just predicted that I have but very limited time to live due to damages in my

[PATCH 57/57] Staging: rtl8723bs: fix spaces in xmit_linux.c

2021-03-15 Thread Marco Cesati
This commit fixes the following checkpatch.pl errors: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #192: FILE: ./os_dep/xmit_linux.c:192: +int _rtw_xmit_entry(struct sk_buff *pkt, struct net_device * pnetdev) ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"

[PATCH 56/57] Staging: rtl8723bs: fix spaces in osdep_service.c

2021-03-15 Thread Marco Cesati
This commit fixes the following checkpatch.pl error: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #50: FILE: ./os_dep/osdep_service.c:50: +inline int _rtw_netif_rx(struct net_device * ndev, struct sk_buff *skb) Signed-off-by: Marco Cesati ---

[PATCH 55/57] Staging: rtl8723bs: fix spaces in os_intfs.c

2021-03-15 Thread Marco Cesati
This commit fixes the following checkpatch.pl error: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #208: FILE: ./os_dep/os_intfs.c:208: +static void loadparam(struct adapter *padapter, struct net_device * pnetdev) Signed-off-by: Marco Cesati ---

[PATCH 54/57] Staging: rtl8723bs: fix spaces in xmit_osdep.h

2021-03-15 Thread Marco Cesati
This commit fixes the following checkpatch.pl errors: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #28: FILE: ./include/xmit_osdep.h:28: +extern int _rtw_xmit_entry(struct sk_buff *pkt, struct net_device * pnetdev); ERROR:POINTER_LOCATION: "foo * bar" should be "foo

[PATCH 53/57] Staging: rtl8723bs: fix spaces in rtw_mlme_ext.h

2021-03-15 Thread Marco Cesati
This commit fixes the following checkpatch.pl errors: ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar" #307: FILE: ./include/rtw_mlme_ext.h:307: + char* str; ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar" #313: FILE: ./include/rtw_mlme_ext.h:313: +

[PATCH 52/57] Staging: rtl8723bs: fix spaces in rtw_ioctl_set.h

2021-03-15 Thread Marco Cesati
This commit fixes the following checkpatch.pl errors: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #21: FILE: ./include/rtw_ioctl_set.h:21: +u8 rtw_set_802_11_add_wep(struct adapter *padapter, struct ndis_802_11_wep * wep); ERROR:POINTER_LOCATION: "foo * bar" should

[PATCH 51/57] Staging: rtl8723bs: fix spaces in rtw_cmd.h

2021-03-15 Thread Marco Cesati
This commit fixes the following checkpatch.pl errors: ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)" #789: FILE: ./include/rtw_cmd.h:789: + void (*func)(void*); ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar" #827: FILE: ./include/rtw_cmd.h:827: +extern u8

[PATCH 50/57] Staging: rtl8723bs: fix spaces in rtl8723b_xmit.h

2021-03-15 Thread Marco Cesati
This commit fixes the following checkpatch.pl errors: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #446: FILE: ./include/rtl8723b_xmit.h:446: +u8 BWMapping_8723B(struct adapter * Adapter, struct pkt_attrib *pattrib); ERROR:POINTER_LOCATION: "foo * bar" should be "foo

[PATCH 49/57] Staging: rtl8723bs: fix spaces in recv_osdep.h

2021-03-15 Thread Marco Cesati
This commit fixes the following checkpatch.pl error: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #17: FILE: ./include/recv_osdep.h:17: +extern void rtw_recv_returnpacket(struct net_device * cnxt, struct sk_buff *preturnedpkt); Signed-off-by: Marco Cesati ---

[PATCH 48/57] Staging: rtl8723bs: fix spaces in osdep_service_linux.h

2021-03-15 Thread Marco Cesati
This commit fixes the following checkpatch.pl error: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #123: FILE: ./include/osdep_service_linux.h:123: +extern struct net_device * rtw_alloc_etherdev(int sizeof_priv); Signed-off-by: Marco Cesati ---

[PATCH 47/57] Staging: rtl8723bs: fix spaces in osdep_service.h

2021-03-15 Thread Marco Cesati
This commit fixes the following checkpatch.pl errors: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #97: FILE: ./include/osdep_service.h:97: +int _rtw_netif_rx(struct net_device * ndev, struct sk_buff *skb); ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"

[PATCH 46/57] Staging: rtl8723bs: fix spaces in osdep_intf.h

2021-03-15 Thread Marco Cesati
This commit fixes the following checkpatch.pl error: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #73: FILE: ./include/osdep_intf.h:73: +void rtw_ndev_destructor(struct net_device * ndev); Signed-off-by: Marco Cesati --- drivers/staging/rtl8723bs/include/osdep_intf.h |

[PATCH 45/57] Staging: rtl8723bs: fix spaces in ioctl_cfg80211.h

2021-03-15 Thread Marco Cesati
This commit fixes the following checkpatch.pl error: ERROR:POINTER_LOCATION: "foo*bar" should be "foo *bar" #109: FILE: ./include/ioctl_cfg80211.h:109: +void rtw_cfg80211_rx_action(struct adapter *adapter, u8 *frame, uint frame_len, const char*msg); Signed-off-by: Marco Cesati ---

[PATCH 44/57] Staging: rtl8723bs: fix spaces in ieee80211.h

2021-03-15 Thread Marco Cesati
This commit fixes the following checkpatch.pl errors: ERROR:POINTER_LOCATION: "foo*bar" should be "foo *bar" #1001: FILE: ./include/ieee80211.h:1001: +u8 *rtw_get_ie(u8*pbuf, signed int index, signed int *len, signed int limit); ERROR:POINTER_LOCATION: "(foo*)" should be "(foo

[PATCH 42/57] Staging: rtl8723bs: fix spaces in hal_com_h2c.h

2021-03-15 Thread Marco Cesati
This commit fixes the following checkpatch.pl error: ERROR:POINTER_LOCATION: "foo*bar" should be "foo *bar" #283: FILE: ./include/hal_com_h2c.h:283: +void rtw_get_sec_iv(struct adapter *padapter, u8*pcur_dot11txpn, u8 *StaAddr); Signed-off-by: Marco Cesati ---

[PATCH 43/57] Staging: rtl8723bs: fix spaces in hal_com_phycfg.h

2021-03-15 Thread Marco Cesati
This commit fixes the following checkpatch.pl errors: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #75: FILE: ./include/hal_com_phycfg.h:75: +struct adapter * Adapter, ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar" #95: FILE:

[PATCH 41/57] Staging: rtl8723bs: fix spaces in hal_com.h

2021-03-15 Thread Marco Cesati
This commit fixes the following checkpatch.pl errors: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #218: FILE: ./include/hal_com.h:218: + struct adapter *Adapter, ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #230: FILE:

[PATCH 40/57] Staging: rtl8723bs: fix spaces in drv_types.h

2021-03-15 Thread Marco Cesati
This commit fixes the following checkpatch.pl errors: ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)" #210: FILE: ./include/drv_types.h:210: +#define RGTRY_SZ(field) sizeof(((struct registry_priv*) 0)->field) ERROR:POINTER_LOCATION: "foo * bar" should be "foo

[PATCH 38/57] Staging: rtl8723bs: fix spaces in HalPwrSeqCmd.h

2021-03-15 Thread Marco Cesati
This commit fixes the following checkpatch.pl error: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #116: FILE: ./include/HalPwrSeqCmd.h:116: + struct adapter *padapter, Signed-off-by: Marco Cesati --- drivers/staging/rtl8723bs/include/HalPwrSeqCmd.h | 2 +-

[PATCH 39/57] Staging: rtl8723bs: fix spaces in basic_types.h

2021-03-15 Thread Marco Cesati
This commit fixes the following checkpatch.pl error: ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)" #16: FILE: ./include/basic_types.h:16: +#define FIELD_OFFSET(s, field) ((__kernel_ssize_t)&((s*)(0))->field) Signed-off-by: Marco Cesati ---

[PATCH 37/57] Staging: rtl8723bs: fix spaces in rtl8723b_phycfg.c

2021-03-15 Thread Marco Cesati
This commit fixes the following checkpatch.pl errors: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #597: FILE: ./hal/rtl8723b_phycfg.c:597: + struct DM_ODM_T * pDM_Odm = >odmpriv; ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #598: FILE:

[PATCH 36/57] Staging: rtl8723bs: fix spaces in rtl8723b_hal_init.c

2021-03-15 Thread Marco Cesati
This commit fixes the following checkpatch.pl errors: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #586: FILE: ./hal/rtl8723b_hal_init.c:586: + struct EFUSE_HAL * pEfuseHal = >EfuseHal; ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #867: FILE:

[PATCH 35/57] Staging: rtl8723bs: fix spaces in rtl8723b_dm.c

2021-03-15 Thread Marco Cesati
This commit fixes the following checkpatch.pl errors: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #28: FILE: ./hal/rtl8723b_dm.c:28: + struct DM_ODM_T * pDM_Odm = &(pHalData->odmpriv); ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #77: FILE:

[PATCH 34/57] Staging: rtl8723bs: fix spaces in odm_debug.h

2021-03-15 Thread Marco Cesati
This commit fixes the following checkpatch.pl errors: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #165: FILE: ./hal/odm_debug.h:165: +void ODM_InitDebugSetting(struct DM_ODM_T * pDM_Odm); Signed-off-by: Marco Cesati --- drivers/staging/rtl8723bs/hal/odm_debug.h | 2 +-

[PATCH 33/57] Staging: rtl8723bs: fix spaces in odm_debug.c

2021-03-15 Thread Marco Cesati
This commit fixes the following checkpatch.pl error: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #10: FILE: ./hal/odm_debug.c:10: +void ODM_InitDebugSetting(struct DM_ODM_T * pDM_Odm) Signed-off-by: Marco Cesati --- drivers/staging/rtl8723bs/hal/odm_debug.c | 2 +- 1

[PATCH 32/57] Staging: rtl8723bs: fix spaces in odm_RegConfig8723B.h

2021-03-15 Thread Marco Cesati
This commit fixes the following checkpatch.pl errors: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #10: FILE: ./hal/odm_RegConfig8723B.h:10: +void odm_ConfigRFReg_8723B(struct DM_ODM_T * pDM_Odm, ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #17: FILE:

[PATCH 31/57] Staging: rtl8723bs: fix spaces in odm_RegConfig8723B.c

2021-03-15 Thread Marco Cesati
This commit fixes the following checkpatch.pl errors: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #11: FILE: ./hal/odm_RegConfig8723B.c:11: + struct DM_ODM_T * pDM_Odm, ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #109: FILE:

[PATCH 30/57] Staging: rtl8723bs: fix spaces in odm_PathDiv.c

2021-03-15 Thread Marco Cesati
This commit fixes the following checkpatch.pl errors: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #12: FILE: ./hal/odm_PathDiv.c:12: + struct DM_ODM_T * pDM_Odm = (struct DM_ODM_T *)pDM_VOID; ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #25: FILE:

[PATCH 28/57] Staging: rtl8723bs: fix spaces in odm_HWConfig.h

2021-03-15 Thread Marco Cesati
This commit fixes the following checkpatch.pl errors: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #125: FILE: ./hal/odm_HWConfig.h:125: + struct DM_ODM_T * pDM_Odm, ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #131: FILE: ./hal/odm_HWConfig.h:131:

[PATCH 29/57] Staging: rtl8723bs: fix spaces in odm_NoiseMonitor.c

2021-03-15 Thread Marco Cesati
This commit fixes the following checkpatch.pl error: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #22: FILE: ./hal/odm_NoiseMonitor.c:22: + struct DM_ODM_T * pDM_Odm, Signed-off-by: Marco Cesati --- drivers/staging/rtl8723bs/hal/odm_NoiseMonitor.c | 2 +- 1 file

[PATCH 27/57] Staging: rtl8723bs: fix spaces in odm_HWConfig.c

2021-03-15 Thread Marco Cesati
This commit fixes the following checkpatch.pl errors: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #26: FILE: ./hal/odm_HWConfig.c:26: +s32 odm_SignalScaleMapping(struct DM_ODM_T * pDM_Odm, s32 CurrSig) ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #80:

[PATCH 26/57] Staging: rtl8723bs: fix spaces in odm_EdcaTurboCheck.c

2021-03-15 Thread Marco Cesati
This commit fixes the following checkpatch.pl errors: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #34: FILE: ./hal/odm_EdcaTurboCheck.c:34: + struct DM_ODM_T * pDM_Odm = (struct DM_ODM_T *)pDM_VOID; ERROR:POINTER_LOCATION: "foo * bar" should be "foo

[PATCH 25/57] Staging: rtl8723bs: fix spaces in odm_DynamicTxPower.c

2021-03-15 Thread Marco Cesati
This commit fixes the following checkpatch.pl error: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #12: FILE: ./hal/odm_DynamicTxPower.c:12: + struct DM_ODM_T * pDM_Odm = (struct DM_ODM_T *)pDM_VOID; Signed-off-by: Marco Cesati ---

[PATCH 24/57] Staging: rtl8723bs: fix in odm_DynamicBBPowerSaving.c

2021-03-15 Thread Marco Cesati
This commit fixes the following checkpatch.pl errors: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #12: FILE: ./hal/odm_DynamicBBPowerSaving.c:12: + struct DM_ODM_T * pDM_Odm = (struct DM_ODM_T *)pDM_VOID; ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"

[PATCH 23/57] Staging: rtl8723bs: fix spaces in odm_DIG.c

2021-03-15 Thread Marco Cesati
This commit fixes the following checkpatch.pl errors: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #14: FILE: ./hal/odm_DIG.c:14: + struct DM_ODM_T * pDM_Odm = (struct DM_ODM_T *)pDM_VOID; ERROR:POINTER_LOCATION: "foo * bar" should be "foo

[PATCH 22/57] Staging: rtl8723bs: fix spaces in odm_CfoTracking.c

2021-03-15 Thread Marco Cesati
This commit fixes the following checkpatch.pl errors: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #12: FILE: ./hal/odm_CfoTracking.c:12: + struct DM_ODM_T * pDM_Odm = (struct DM_ODM_T *)pDM_VOID; ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #13:

[PATCH 21/57] Staging: rtl8723bs: fix spaces in odm.h

2021-03-15 Thread Marco Cesati
This commit fixes the following checkpatch.pl errors: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #1371: FILE: ./hal/odm.h:1371: +void ODM_TXPowerTrackingCheck(struct DM_ODM_T * pDM_Odm); ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #1374: FILE:

[PATCH 20/57] Staging: rtl8723bs: fix spaces in odm.c

2021-03-15 Thread Marco Cesati
This commit fixes the following checkpatch.pl errors: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #285: FILE: ./hal/odm.c:285: +void odm_CommonInfoSelfInit(struct DM_ODM_T * pDM_Odm); ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #287: FILE:

[PATCH 17/57] Staging: rtl8723bs: fix spaces in hal_btcoex.c

2021-03-15 Thread Marco Cesati
This commit fixes the following checkpatch.pl errors: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #70: FILE: ./hal/hal_btcoex.c:70: +static u8 halbtcoutsrc_IsBtCoexistAvailable(struct BTC_COEXIST * pBtCoexist) ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"

[PATCH 18/57] Staging: rtl8723bs: fix spaces in hal_com.c

2021-03-15 Thread Marco Cesati
This commit fixes the following checkpatch.pl error: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #1292: FILE: ./hal/hal_com.c:1292: + struct DM_ODM_T * podmpriv = >odmpriv; Signed-off-by: Marco Cesati --- drivers/staging/rtl8723bs/hal/hal_com.c | 2 +- 1 file

[PATCH 19/57] Staging: rtl8723bs: fix spaces in hal_com_phycfg.c

2021-03-15 Thread Marco Cesati
This commit fixes the following checkpatch.pl errors: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #273: FILE: ./hal/hal_com_phycfg.c:273: + struct DM_ODM_T * pDM_Odm = >odmpriv; ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #798: FILE:

[PATCH 15/57] Staging: rtl8723bs: fix spaces in HalPhyRf_8723B.c

2021-03-15 Thread Marco Cesati
This commit fixes the following checkpatch.pl errors: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #57: FILE: ./hal/HalPhyRf_8723B.c:57: + struct DM_ODM_T * pDM_Odm, ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #138: FILE: ./hal/HalPhyRf_8723B.c:138:

[PATCH 16/57] Staging: rtl8723bs: fix spaces in HalPhyRf_8723B.h

2021-03-15 Thread Marco Cesati
This commit fixes the following checkpatch.pl errors: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #19: FILE: ./hal/HalPhyRf_8723B.h:19: +void ConfigureTxpowerTrack_8723B(struct TXPWRTRACK_CFG * pConfig); ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"

[PATCH 14/57] Staging: rtl8723bs: fix spaces in HalPhyRf.h

2021-03-15 Thread Marco Cesati
This commit fixes the following checkpatch.pl errors: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #40: FILE: ./hal/HalPhyRf.h:40: +void ConfigureTxpowerTrack(struct DM_ODM_T * pDM_Odm, struct TXPWRTRACK_CFG * pConfig); ERROR:POINTER_LOCATION: "foo * bar" should be

[PATCH 13/57] Staging: rtl8723bs: fix spaces in HalPhyRf.c

2021-03-15 Thread Marco Cesati
This commit fixes the following checkpatch.pl errors: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #26: FILE: ./hal/HalPhyRf.c:26: +void ConfigureTxpowerTrack(struct DM_ODM_T * pDM_Odm, struct TXPWRTRACK_CFG * pConfig) ERROR:POINTER_LOCATION: "foo * bar" should be

[PATCH 12/57] Staging: rtl8723bs: fix spaces in HalHWImg8723B_RF.h

2021-03-15 Thread Marco Cesati
This commit fixes the following checkpatch.pl errors: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #18: FILE: ./hal/HalHWImg8723B_RF.h:18: + struct DM_ODM_T * pDM_Odm ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #27: FILE:

[PATCH 11/57] Staging: rtl8723bs: fix spaces in HalHWImg8723B_RF.c

2021-03-15 Thread Marco Cesati
This commit fixes the following checkpatch.pl errors: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #12: FILE: ./hal/HalHWImg8723B_RF.c:12: + struct DM_ODM_T * pDM_Odm, const u32 Condition1, const u32 Condition2 ERROR:POINTER_LOCATION: "foo * bar" should be "foo

[PATCH 10/57] Staging: rtl8723bs: fix spaces in HalHWImg8723B_MAC.h

2021-03-15 Thread Marco Cesati
This commit fixes the following checkpatch.pl error: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #18: FILE: ./hal/HalHWImg8723B_MAC.h:18: + struct DM_ODM_T * pDM_Odm Signed-off-by: Marco Cesati --- drivers/staging/rtl8723bs/hal/HalHWImg8723B_MAC.h | 2 +- 1 file

[PATCH 09/57] Staging: rtl8723bs: fix spaces in HalHWImg8723B_MAC.c

2021-03-15 Thread Marco Cesati
This commit fixes the following checkpatch.pl errors: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #12: FILE: ./hal/HalHWImg8723B_MAC.c:12: + struct DM_ODM_T * pDM_Odm, const u32 Condition1, const u32 Condition2 ERROR:POINTER_LOCATION: "foo * bar" should be "foo

[PATCH 08/57] Staging: rtl8723bs: fix spaces in HalHWImg8723B_BB.h

2021-03-15 Thread Marco Cesati
This commit fixes the following checkpatch.pl errors: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #18: FILE: ./hal/HalHWImg8723B_BB.h:18: + struct DM_ODM_T * pDM_Odm ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #27: FILE:

[PATCH 07/57] Staging: rtl8723bs: fix spaces in HalHWImg8723B_BB.c

2021-03-15 Thread Marco Cesati
This commit fixes the following checkpatch.pl errors: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #12: FILE: ./hal/HalHWImg8723B_BB.c:12: + struct DM_ODM_T * pDM_Odm, const u32 Condition1, const u32 Condition2 ERROR:POINTER_LOCATION: "foo * bar" should be "foo

[PATCH 04/57] Staging: rtl8723bs: fix spaces in HalBtc8723b2Ant.c

2021-03-15 Thread Marco Cesati
This commit fixes the following checkpatch.pl errors: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #19: FILE: ./hal/HalBtc8723b2Ant.c:19: +static struct COEX_DM_8723B_2ANT * pCoexDm = ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #21: FILE:

[PATCH 06/57] Staging: rtl8723bs: fix spaces in HalBtcOutSrc.h

2021-03-15 Thread Marco Cesati
This commit fixes the following checkpatch.pl errors: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #535: FILE: ./hal/HalBtcOutSrc.h:535: +void EXhalbtcoutsrc_PowerOnSetting(struct BTC_COEXIST * pBtCoexist); ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"

[PATCH 05/57] Staging: rtl8723bs: fix spaces in HalBtc8723b2Ant.h

2021-03-15 Thread Marco Cesati
This commit fixes the following checkpatch.pl errors: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #132: FILE: ./hal/HalBtc8723b2Ant.h:132: +void EXhalbtc8723b2ant_PowerOnSetting(struct BTC_COEXIST * pBtCoexist); ERROR:POINTER_LOCATION: "foo * bar" should be "foo

[PATCH 02/57] Staging: rtl8723bs: fix spaces in HalBtc8723b1Ant.c

2021-03-15 Thread Marco Cesati
This commit fixes the following checkpatch.pl errors: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #12: FILE: ./hal/HalBtc8723b1Ant.c:12: +static struct COEX_DM_8723B_1ANT * pCoexDm = ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #14: FILE:

[PATCH 03/57] Staging: rtl8723bs: fix spaces in HalBtc8723b1Ant.h

2021-03-15 Thread Marco Cesati
This commit fixes the following checkpatch.pl errors: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #170: FILE: ./hal/HalBtc8723b1Ant.h:170: +void EXhalbtc8723b1ant_PowerOnSetting(struct BTC_COEXIST * pBtCoexist); ERROR:POINTER_LOCATION: "foo * bar" should be "foo

[PATCH 01/57] Staging: rtl8723bs: fix spaces in rtw_cmd.c

2021-03-15 Thread Marco Cesati
This commit fixes the following checkpatch.pl errors: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #206: FILE: ./core/rtw_cmd.c:206: +static void c2h_wk_callback(struct work_struct * work); Signed-off-by: Marco Cesati --- drivers/staging/rtl8723bs/core/rtw_cmd.c | 2 +-

[PATCH 00/57] Staging: rtl8723bs: fix POINTER_LOCATION whitespaces

2021-03-15 Thread Marco Cesati
This set of patches fixes 522 checkpatch.pl errors of type POINTER_LOCATION in the staging/rtl8723bs souce code. Every patch is purely syntactical: it does not change the generated machine code. Furthermore, every single patch leaves the source code fully compilable, so that 'git bisect' will not

Re: [PATCH v5 03/24] wfx: add Makefile/Kconfig

2021-03-15 Thread Jérôme Pouiller
Hi Leon, On Monday 15 March 2021 16:11:52 CET Leon Romanovsky wrote: > On Mon, Mar 15, 2021 at 02:24:40PM +0100, Jerome Pouiller wrote: > > From: Jérôme Pouiller > > > > Signed-off-by: Jérôme Pouiller > > --- > > drivers/net/wireless/silabs/wfx/Kconfig | 12 +++ > >

Re: [PATCH v8 11/11] pwm: Add Raspberry Pi Firmware based PWM bus

2021-03-15 Thread Nicolas Saenz Julienne
Hi Uwe, On Fri, 2021-03-12 at 21:12 +0100, Uwe Kleine-König wrote: > Hello Nicolas, > > +// SPDX-License-Identifier: GPL-2.0 > > +/* > > + * Copyright 2020 Nicolas Saenz Julienne > > 2021? Yes. > > + * For more information on Raspberry Pi's PoE hat see: > > + *

driverdev mailing list is moving!

2021-03-15 Thread Greg KH
Hi all, After almost 14 years of being hosted by OSUOSL, the driverdev mailing list is moving to lists.linux.dev. This should help out with the occasional mailman issues that driverdev had at times, and is one of the first lists to help stress-test the new linux.dev mailing lists infrastructure.

Re: [PATCH v5 03/24] wfx: add Makefile/Kconfig

2021-03-15 Thread Leon Romanovsky
On Mon, Mar 15, 2021 at 02:24:40PM +0100, Jerome Pouiller wrote: > From: Jérôme Pouiller > > Signed-off-by: Jérôme Pouiller > --- > drivers/net/wireless/silabs/wfx/Kconfig | 12 +++ > drivers/net/wireless/silabs/wfx/Makefile | 26 > 2 files changed, 38

Re: [PATCH 01/33] staging: rtl8723bs: remove typedefs in HalBtcOutSrc.h

2021-03-15 Thread Marco Cesati
On Mon, Mar 15, 2021 at 05:14:15PM +0300, Dan Carpenter wrote: > On Fri, Mar 12, 2021 at 09:26:06AM +0100, Marco Cesati wrote: > > diff --git a/drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c > > b/drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c > > index ef8c6a0f31ae..87dc63408133 100644 > > ---

Re: [PATCH 02/33] staging: rtl8723bs: remove typedefs in rtw_mlme.h

2021-03-15 Thread Dan Carpenter
On Fri, Mar 12, 2021 at 09:26:07AM +0100, Marco Cesati wrote: > diff --git a/drivers/staging/rtl8723bs/include/rtw_mlme_ext.h > b/drivers/staging/rtl8723bs/include/rtw_mlme_ext.h > index 1567831caf91..ed6b03c25367 100644 > --- a/drivers/staging/rtl8723bs/include/rtw_mlme_ext.h > +++

Re: [PATCH 01/33] staging: rtl8723bs: remove typedefs in HalBtcOutSrc.h

2021-03-15 Thread Dan Carpenter
On Fri, Mar 12, 2021 at 09:26:06AM +0100, Marco Cesati wrote: > diff --git a/drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c > b/drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c > index ef8c6a0f31ae..87dc63408133 100644 > --- a/drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c > +++

[PATCH] staging: iio: ad9832: kernel-doc fixes

2021-03-15 Thread Mugilraj Dhavachelvan
Fixes a W=1 warning. -Added ``:`` to lock parameter in 'ad9832_state' description. -It's a reference comment so removed /** Signed-off-by: Mugilraj Dhavachelvan --- drivers/staging/iio/frequency/ad9832.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH v5 24/24] wfx: get out from the staging area

2021-03-15 Thread Jerome Pouiller
From: Jérôme Pouiller The wfx driver is now mature enough to leave the staging area. Signed-off-by: Jérôme Pouiller --- MAINTAINERS | 3 ++- drivers/net/wireless/Kconfig | 1 + drivers/net/wireless/Makefile| 1 + drivers/net/wireless/silabs/Kconfig

[PATCH v5 22/24] wfx: add traces.h

2021-03-15 Thread Jerome Pouiller
From: Jérôme Pouiller Signed-off-by: Jérôme Pouiller --- drivers/net/wireless/silabs/wfx/traces.h | 501 +++ 1 file changed, 501 insertions(+) create mode 100644 drivers/net/wireless/silabs/wfx/traces.h diff --git a/drivers/net/wireless/silabs/wfx/traces.h

[PATCH v5 21/24] wfx: add debug.c/debug.h

2021-03-15 Thread Jerome Pouiller
From: Jérôme Pouiller Signed-off-by: Jérôme Pouiller --- drivers/net/wireless/silabs/wfx/debug.c | 361 drivers/net/wireless/silabs/wfx/debug.h | 19 ++ 2 files changed, 380 insertions(+) create mode 100644 drivers/net/wireless/silabs/wfx/debug.c create mode 100644

[PATCH v5 20/24] wfx: add scan.c/scan.h

2021-03-15 Thread Jerome Pouiller
From: Jérôme Pouiller Signed-off-by: Jérôme Pouiller --- drivers/net/wireless/silabs/wfx/scan.c | 131 + drivers/net/wireless/silabs/wfx/scan.h | 22 + 2 files changed, 153 insertions(+) create mode 100644 drivers/net/wireless/silabs/wfx/scan.c create mode 100644

[PATCH v5 19/24] wfx: add sta.c/sta.h

2021-03-15 Thread Jerome Pouiller
From: Jérôme Pouiller Signed-off-by: Jérôme Pouiller --- drivers/net/wireless/silabs/wfx/sta.c | 809 ++ drivers/net/wireless/silabs/wfx/sta.h | 73 +++ 2 files changed, 882 insertions(+) create mode 100644 drivers/net/wireless/silabs/wfx/sta.c create mode 100644

[PATCH v5 18/24] wfx: add data_tx.c/data_tx.h

2021-03-15 Thread Jerome Pouiller
From: Jérôme Pouiller Signed-off-by: Jérôme Pouiller --- drivers/net/wireless/silabs/wfx/data_tx.c | 598 ++ drivers/net/wireless/silabs/wfx/data_tx.h | 68 +++ 2 files changed, 666 insertions(+) create mode 100644 drivers/net/wireless/silabs/wfx/data_tx.c create mode

[PATCH v5 17/24] wfx: add queue.c/queue.h

2021-03-15 Thread Jerome Pouiller
From: Jérôme Pouiller Signed-off-by: Jérôme Pouiller --- drivers/net/wireless/silabs/wfx/queue.c | 307 drivers/net/wireless/silabs/wfx/queue.h | 45 2 files changed, 352 insertions(+) create mode 100644 drivers/net/wireless/silabs/wfx/queue.c create mode

[PATCH v5 16/24] wfx: add data_rx.c/data_rx.h

2021-03-15 Thread Jerome Pouiller
From: Jérôme Pouiller Signed-off-by: Jérôme Pouiller --- drivers/net/wireless/silabs/wfx/data_rx.c | 94 +++ drivers/net/wireless/silabs/wfx/data_rx.h | 18 + 2 files changed, 112 insertions(+) create mode 100644 drivers/net/wireless/silabs/wfx/data_rx.c create mode

[PATCH v5 15/24] wfx: add hif_rx.c/hif_rx.h

2021-03-15 Thread Jerome Pouiller
From: Jérôme Pouiller Signed-off-by: Jérôme Pouiller --- drivers/net/wireless/silabs/wfx/hif_rx.c | 416 +++ drivers/net/wireless/silabs/wfx/hif_rx.h | 18 + 2 files changed, 434 insertions(+) create mode 100644 drivers/net/wireless/silabs/wfx/hif_rx.c create mode 100644

[PATCH v5 14/24] wfx: add key.c/key.h

2021-03-15 Thread Jerome Pouiller
From: Jérôme Pouiller Signed-off-by: Jérôme Pouiller --- drivers/net/wireless/silabs/wfx/key.c | 241 ++ drivers/net/wireless/silabs/wfx/key.h | 20 +++ 2 files changed, 261 insertions(+) create mode 100644 drivers/net/wireless/silabs/wfx/key.c create mode 100644

[PATCH v5 13/24] wfx: add hif_tx*.c/hif_tx*.h

2021-03-15 Thread Jerome Pouiller
From: Jérôme Pouiller Signed-off-by: Jérôme Pouiller --- drivers/net/wireless/silabs/wfx/hif_tx.c | 527 +++ drivers/net/wireless/silabs/wfx/hif_tx.h | 60 +++ drivers/net/wireless/silabs/wfx/hif_tx_mib.c | 324 drivers/net/wireless/silabs/wfx/hif_tx_mib.h

[PATCH v5 12/24] wfx: add hif_api_*.h

2021-03-15 Thread Jerome Pouiller
From: Jérôme Pouiller Signed-off-by: Jérôme Pouiller --- drivers/net/wireless/silabs/wfx/hif_api_cmd.h | 555 ++ .../net/wireless/silabs/wfx/hif_api_general.h | 262 + drivers/net/wireless/silabs/wfx/hif_api_mib.h | 343 +++ 3 files changed, 1160 insertions(+)

[PATCH v5 11/24] wfx: add bh.c/bh.h

2021-03-15 Thread Jerome Pouiller
From: Jérôme Pouiller Signed-off-by: Jérôme Pouiller --- drivers/net/wireless/silabs/wfx/bh.c | 332 +++ drivers/net/wireless/silabs/wfx/bh.h | 33 +++ 2 files changed, 365 insertions(+) create mode 100644 drivers/net/wireless/silabs/wfx/bh.c create mode 100644

[PATCH v5 09/24] wfx: add hwio.c/hwio.h

2021-03-15 Thread Jerome Pouiller
From: Jérôme Pouiller Signed-off-by: Jérôme Pouiller --- drivers/net/wireless/silabs/wfx/hwio.c | 340 + drivers/net/wireless/silabs/wfx/hwio.h | 79 ++ 2 files changed, 419 insertions(+) create mode 100644 drivers/net/wireless/silabs/wfx/hwio.c create mode

[PATCH v5 10/24] wfx: add fwio.c/fwio.h

2021-03-15 Thread Jerome Pouiller
From: Jérôme Pouiller Signed-off-by: Jérôme Pouiller --- drivers/net/wireless/silabs/wfx/fwio.c | 405 + drivers/net/wireless/silabs/wfx/fwio.h | 15 + 2 files changed, 420 insertions(+) create mode 100644 drivers/net/wireless/silabs/wfx/fwio.c create mode 100644

[PATCH v5 08/24] wfx: add bus_sdio.c

2021-03-15 Thread Jerome Pouiller
From: Jérôme Pouiller Signed-off-by: Jérôme Pouiller --- drivers/net/wireless/silabs/wfx/bus_sdio.c | 259 + 1 file changed, 259 insertions(+) create mode 100644 drivers/net/wireless/silabs/wfx/bus_sdio.c diff --git a/drivers/net/wireless/silabs/wfx/bus_sdio.c

[PATCH v5 07/24] wfx: add bus_spi.c

2021-03-15 Thread Jerome Pouiller
From: Jérôme Pouiller Signed-off-by: Jérôme Pouiller --- drivers/net/wireless/silabs/wfx/bus_spi.c | 271 ++ 1 file changed, 271 insertions(+) create mode 100644 drivers/net/wireless/silabs/wfx/bus_spi.c diff --git a/drivers/net/wireless/silabs/wfx/bus_spi.c

[PATCH v5 06/24] wfx: add bus.h

2021-03-15 Thread Jerome Pouiller
From: Jérôme Pouiller Signed-off-by: Jérôme Pouiller --- drivers/net/wireless/silabs/wfx/bus.h | 38 +++ 1 file changed, 38 insertions(+) create mode 100644 drivers/net/wireless/silabs/wfx/bus.h diff --git a/drivers/net/wireless/silabs/wfx/bus.h

[PATCH v5 05/24] wfx: add main.c/main.h

2021-03-15 Thread Jerome Pouiller
From: Jérôme Pouiller Signed-off-by: Jérôme Pouiller --- drivers/net/wireless/silabs/wfx/main.c | 503 + drivers/net/wireless/silabs/wfx/main.h | 43 +++ 2 files changed, 546 insertions(+) create mode 100644 drivers/net/wireless/silabs/wfx/main.c create mode 100644

  1   2   >