[PATCH] staging: rtl8188eu: clean up blank line style issues

2020-09-15 Thread Michael Straube
Add missing and remove unnecessary blank lines to clear the following checkpatch issues. WARNING: Missing a blank line after declarations CHECK: Please use a blank line after function/struct/union/enum declarations CHECK: Blank lines aren't necessary before a close brace '}' CHECK: Please don't us

[PATCH] staging: ks7010: convert tasklets to use new tasklet_setup() API

2020-09-15 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- drivers/staging

[PATCH] staging: mt7621-dma: convert tasklets to use new tasklet_setup() API

2020-09-15 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- drivers/staging

[PATCH] staging: ralink-gdma: convert tasklets to use new tasklet_setup() API

2020-09-15 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- drivers/staging

[PATCH] staging: rtl8188eu: convert tasklets to use new tasklet_setup() API

2020-09-15 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- drivers/staging

[PATCH] staging: rtl8192e: convert tasklets to use new tasklet_setup() API

2020-09-15 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- drivers/staging

[PATCH] staging: rtl8192: convert tasklets to use new tasklet_setup() API

2020-09-15 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- drivers/staging

[PATCH] staging: rtl8712: convert tasklets to use new tasklet_setup() API

2020-09-15 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- drivers/staging

[PATCH] staging: rtl8723bs: convert tasklets to use new tasklet_setup() API

2020-09-15 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- drivers/staging

[PATCH] staging: wlan-ng: convert tasklets to use new tasklet_setup() API

2020-09-15 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- drivers/staging

Von Bintou

2020-09-15 Thread Bintuo Deme
Von: Bintou Deme Liebste, Guten Tag und vielen Dank für Ihre Aufmerksamkeit. Bitte ich möchte, dass Sie  meine E-Mail sorgfältig lesen und mir bei der Bearbeitung dieses Projekts  behilflich sind. Ich bin Miss Bintou Deme und ich schreibe demütig, um Ihre  Partnerschaft und Unterstützung bei der 

Re: [RESEND PATCH] staging: rtl8188eu: Fix else after return WARNING (checkpatch)

2020-09-15 Thread Joe Perches
On Tue, 2020-09-15 at 14:20 +0300, Dan Carpenter wrote: > On Mon, Sep 14, 2020 at 09:42:49AM -0700, Joe Perches wrote: > > On Mon, 2020-09-14 at 17:57 +0300, Dan Carpenter wrote: > > > On Sun, Sep 13, 2020 at 12:19:50PM +0530, Sohom Datta wrote: > > > > > From 4c8c8f3ff7f4d711daea4ac3bb987fcecc7ef1

[PATCH 08/10] staging: iio: adis16203: Use Managed device functions

2020-09-15 Thread Nuno Sá
Use the adis managed device functions to setup the buffer and the trigger. The ultimate goal will be to completely drop the non devm version from the lib. Signed-off-by: Nuno Sá --- drivers/staging/iio/accel/adis16203.c | 16 +++- 1 file changed, 3 insertions(+), 13 deletions(-) dif

[PATCH 09/10] staging: iio: adis16240: Use Managed device functions

2020-09-15 Thread Nuno Sá
Use the adis managed device functions to setup the buffer and the trigger. The ultimate goal will be to completely drop the non devm version from the lib. Signed-off-by: Nuno Sá --- drivers/staging/iio/accel/adis16240.c | 14 +++--- 1 file changed, 3 insertions(+), 11 deletions(-) diff

[PATCH 01/10] iio: adis16201: Use Managed device functions

2020-09-15 Thread Nuno Sá
Use the adis managed device functions to setup the buffer and the trigger. The ultimate goal will be to completely drop the non devm version from the lib. Signed-off-by: Nuno Sá --- drivers/iio/accel/adis16201.c | 16 +++- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git

[PATCH 04/10] iio: adis16260: Use Managed device functions

2020-09-15 Thread Nuno Sá
Use the adis managed device functions to setup the buffer and the trigger. The ultimate goal will be to completely drop the non devm version from the lib. Signed-off-by: Nuno Sá --- drivers/iio/gyro/adis16260.c | 15 +++ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/

[PATCH v2 10/10] iio: adis: Drop non Managed device functions

2020-09-15 Thread Nuno Sá
Drop `adis_setup_buffer_and_trigger()`. All users were updated to use the devm version of this function. This avoids having almost the same code repeated. Signed-off-by: Nuno Sá --- Changes in v2: * Nothing changed. drivers/iio/imu/adis_buffer.c | 64 +++--- driver

[PATCH v2 09/10] staging: iio: adis16240: Use Managed device functions

2020-09-15 Thread Nuno Sá
Use the adis managed device functions to setup the buffer and the trigger. The ultimate goal will be to completely drop the non devm version from the lib. Since we are here, drop the `.remove` callback by further using devm functions. Signed-off-by: Nuno Sá --- Changes in v2: * Further use devm

[PATCH v2 03/10] iio: adis16136: Use Managed device functions

2020-09-15 Thread Nuno Sá
Use the adis managed device functions to setup the buffer and the trigger. The ultimate goal will be to completely drop the non devm version from the lib. Since we are here, drop the `.remove` callback by further using devm functions. Signed-off-by: Nuno Sá --- Changes in v2: * Further use devm

[PATCH v2 04/10] iio: adis16260: Use Managed device functions

2020-09-15 Thread Nuno Sá
Use the adis managed device functions to setup the buffer and the trigger. The ultimate goal will be to completely drop the non devm version from the lib. Since we are here, drop the `.remove` callback by further using devm functions. Signed-off-by: Nuno Sá --- Changes in v2: * Further use devm

[PATCH v2 08/10] staging: iio: adis16203: Use Managed device functions

2020-09-15 Thread Nuno Sá
Use the adis managed device functions to setup the buffer and the trigger. The ultimate goal will be to completely drop the non devm version from the lib. Since we are here, drop the `.remove` callback by further using devm functions. Signed-off-by: Nuno Sá --- Changes in v2: * Further use devm

[PATCH v2 05/10] iio: adis16400: Use Managed device functions

2020-09-15 Thread Nuno Sá
Use the adis managed device functions to setup the buffer and the trigger. The ultimate goal will be to completely drop the non devm version from the lib. Since we are here, drop the `.remove` callback by further using devm functions. Signed-off-by: Nuno Sá --- Changes in v2: * Further use devm

[PATCH v2 07/10] iio: adis16480: Use Managed device functions

2020-09-15 Thread Nuno Sá
Use the adis managed device functions to setup the buffer and the trigger. The ultimate goal will be to completely drop the non devm version from the lib. Since we are here, drop the `.remove` callback by further using devm functions. Signed-off-by: Nuno Sá --- Changes in v2: * Further use devm

[PATCH v2 06/10] iio: adis16460: Use Managed device functions

2020-09-15 Thread Nuno Sá
Use the adis managed device functions to setup the buffer and the trigger. The ultimate goal will be to completely drop the non devm version from the lib. Since we are here, drop the `.remove` callback by further using devm functions. Signed-off-by: Nuno Sá --- Changes in v2: * Further use devm

[PATCH v2 02/10] iio: adis16209: Use Managed device functions

2020-09-15 Thread Nuno Sá
Use the adis managed device functions to setup the buffer and the trigger. The ultimate goal will be to completely drop the non devm version from the lib. Since we are here, drop the `.remove` callback by further using devm functions. Signed-off-by: Nuno Sá --- Changes in v2: * Further use devm

[PATCH v2 01/10] iio: adis16201: Use Managed device functions

2020-09-15 Thread Nuno Sá
Use the adis managed device functions to setup the buffer and the trigger. The ultimate goal will be to completely drop the non devm version from the lib. Since we are here, drop the `.remove` callback by further using devm functions. Signed-off-by: Nuno Sá --- Changes in v2: * Further use devm

[PATCH v2 00/10] Use ADIS devm functions for trigger/buffer setup

2020-09-15 Thread Nuno Sá
This series updates all users of `adis_setup_buffer_and_trigger()` to use the devm version of it. The ultimate goal of the series is to drop it from the lib as stated by Jonathan in [1]. [1]: https://marc.info/?l=linux-iio&m=158326796924980&w=2 Nuno Sá (10): iio: adis16201: Use Managed device f

[PATCH 07/10] iio: adis16480: Use Managed device functions

2020-09-15 Thread Nuno Sá
Use the adis managed device functions to setup the buffer and the trigger. The ultimate goal will be to completely drop the non devm version from the lib. Signed-off-by: Nuno Sá --- drivers/iio/imu/adis16480.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/drivers/iio

[PATCH 03/10] iio: adis16136: Use Managed device functions

2020-09-15 Thread Nuno Sá
Use the adis managed device functions to setup the buffer and the trigger. The ultimate goal will be to completely drop the non devm version from the lib. Signed-off-by: Nuno Sá --- drivers/iio/gyro/adis16136.c | 9 ++--- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/drivers/

[PATCH 06/10] iio: adis16460: Use Managed device functions

2020-09-15 Thread Nuno Sá
Use the adis managed device functions to setup the buffer and the trigger. The ultimate goal will be to completely drop the non devm version from the lib. Signed-off-by: Nuno Sá --- drivers/iio/imu/adis16460.c | 13 +++-- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/dri

[PATCH 02/10] iio: adis16209: Use Managed device functions

2020-09-15 Thread Nuno Sá
Use the adis managed device functions to setup the buffer and the trigger. The ultimate goal will be to completely drop the non devm version from the lib. Signed-off-by: Nuno Sá --- drivers/iio/accel/adis16209.c | 15 +++ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a

[PATCH 00/10] Use ADIS devm functions for trigger/buffer setup

2020-09-15 Thread Nuno Sá
This series updates all users of `adis_setup_buffer_and_trigger()` to use the devm version of it. The ultimate goal of the series is to drop it from the lib as stated by Jonathan in [1]. [1]: https://marc.info/?l=linux-iio&m=158326796924980&w=2 Nuno Sá (10): iio: adis16201: Use Managed device f

Re: [RESEND PATCH] staging: rtl8188eu: Fix else after return WARNING (checkpatch)

2020-09-15 Thread Dan Carpenter
On Mon, Sep 14, 2020 at 09:42:49AM -0700, Joe Perches wrote: > On Mon, 2020-09-14 at 17:57 +0300, Dan Carpenter wrote: > > On Sun, Sep 13, 2020 at 12:19:50PM +0530, Sohom Datta wrote: > > > > From 4c8c8f3ff7f4d711daea4ac3bb987fcecc7ef1ed Mon Sep 17 00:00:00 2001 > > > From: Sohom > > > Date: Sat,

[staging:staging-testing] BUILD SUCCESS 4aca9e65c61d3245f878aa7ef06a8ddcb7579c2d

2020-09-15 Thread kernel test robot
randconfig-a013-20200913 i386 randconfig-a015-20200915 i386 randconfig-a014-20200915 i386 randconfig-a011-20200915 i386 randconfig-a013-20200915 i386 randconfig-a016-20200915 i386 randconfig

[PATCH 05/10] iio: adis16400: Use Managed device functions

2020-09-15 Thread Nuno Sá
Use the adis managed device functions to setup the buffer and the trigger. The ultimate goal will be to completely drop the non devm version from the lib. Signed-off-by: Nuno Sá --- drivers/iio/imu/adis16400.c | 15 --- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/d

Re: [PATCH 10/10] iio: adis: Drop non Managed device functions

2020-09-15 Thread Jonathan Cameron
On Tue, 15 Sep 2020 10:20:20 + "Sa, Nuno" wrote: > > -Original Message- > > From: Jonathan Cameron > > Sent: Tuesday, September 15, 2020 12:10 PM > > To: Sa, Nuno > > Cc: linux-...@vger.kernel.org; de...@driverdev.osuosl.org; Lars-Peter > > Clausen ; Hennerich, Michael > > ; Jonatha

RE: [PATCH 10/10] iio: adis: Drop non Managed device functions

2020-09-15 Thread Sa, Nuno
> -Original Message- > From: Jonathan Cameron > Sent: Tuesday, September 15, 2020 12:10 PM > To: Sa, Nuno > Cc: linux-...@vger.kernel.org; de...@driverdev.osuosl.org; Lars-Peter > Clausen ; Hennerich, Michael > ; Jonathan Cameron ; > Hartmut Knaack ; Peter Meerwald-Stadler > ; Bogdan,

Re: [PATCH 10/10] iio: adis: Drop non Managed device functions

2020-09-15 Thread Jonathan Cameron
On Tue, 15 Sep 2020 11:33:45 +0200 Nuno Sá wrote: > Drop `adis_setup_buffer_and_trigger()`. All users were updated to use > the devm version of this function. This avoids having almost the same > code repeated. > > Signed-off-by: Nuno Sá Good to see this cleanup, as long as we tidy up the few

Re: [PATCH 07/10] iio: adis16480: Use Managed device functions

2020-09-15 Thread Jonathan Cameron
On Tue, 15 Sep 2020 11:33:42 +0200 Nuno Sá wrote: > Use the adis managed device functions to setup the buffer and the trigger. > The ultimate goal will be to completely drop the non devm version from > the lib. > > Signed-off-by: Nuno Sá > --- > drivers/iio/imu/adis16480.c | 7 ++- > 1 fil

Re: [PATCH 03/10] iio: adis16136: Use Managed device functions

2020-09-15 Thread Jonathan Cameron
On Tue, 15 Sep 2020 11:33:38 +0200 Nuno Sá wrote: > Use the adis managed device functions to setup the buffer and the trigger. > The ultimate goal will be to completely drop the non devm version from > the lib. > > Signed-off-by: Nuno Sá > --- > drivers/iio/gyro/adis16136.c | 9 ++--- > 1

Re: [PATCH 01/10] iio: adis16201: Use Managed device functions

2020-09-15 Thread Jonathan Cameron
On Tue, 15 Sep 2020 11:33:36 +0200 Nuno Sá wrote: > Use the adis managed device functions to setup the buffer and the trigger. > The ultimate goal will be to completely drop the non devm version from > the lib. > > Signed-off-by: Nuno Sá > --- > drivers/iio/accel/adis16201.c | 16 +++--

[PATCH 10/10] iio: adis: Drop non Managed device functions

2020-09-15 Thread Nuno Sá
Drop `adis_setup_buffer_and_trigger()`. All users were updated to use the devm version of this function. This avoids having almost the same code repeated. Signed-off-by: Nuno Sá --- drivers/iio/imu/adis_buffer.c | 64 +++--- drivers/iio/imu/adis_trigger.c | 60 --

[PATCH] staging: rtl8192e: fix kconfig dependency warning for RTLLIB_CRYPTO_CCMP

2020-09-15 Thread Necip Fazil Yildiran
When RTLLIB_CRYPTO_CCMP is enabled and CRYPTO is disabled, it results in the following Kbuild warning: WARNING: unmet direct dependencies detected for CRYPTO_CCM Depends on [n]: CRYPTO [=n] Selected by [m]: - RTLLIB_CRYPTO_CCMP [=m] && STAGING [=y] && RTLLIB [=m] WARNING: unmet direct depen

[PATCH] staging: rtl8188eu: remove extra indentations

2020-09-15 Thread Michael Straube
Remove extra indentations to follow kernel coding style and clear checkpatch warnings. WARNING: suspect code indent for conditional statements Signed-off-by: Michael Straube --- drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 6 +-- .../staging/rtl8188eu/core/rtw_wlan_util.c| 48 +-

[PATCH] staging: rtl8192e: fix kconfig dependency warning for RTLLIB_CRYPTO_WEP

2020-09-15 Thread Necip Fazil Yildiran
When RTLLIB_CRYPTO_WEP is enabled and CRYPTO is disabled, it results in the following Kbuild warning: WARNING: unmet direct dependencies detected for CRYPTO_ARC4 Depends on [n]: CRYPTO [=n] Selected by [m]: - RTLLIB_CRYPTO_WEP [=m] && STAGING [=y] && RTLLIB [=m] The reason is that RTLLIB_CR

[PATCH] staging: rtl8192e: fix kconfig dependency warning for RTLLIB_CRYPTO_TKIP

2020-09-15 Thread Necip Fazil Yildiran
When RTLLIB_CRYPTO_TKIP is enabled and CRYPTO is disabled, it results in the following Kbuild warning: WARNING: unmet direct dependencies detected for CRYPTO_ARC4 Depends on [n]: CRYPTO [=n] Selected by [m]: - RTLLIB_CRYPTO_TKIP [=m] && STAGING [=y] && RTLLIB [=m] WARNING: unmet direct depe