Re: [PATCH 8/8] arm64: dts: renesas: salvator: add a connection from adv748x codec (HDMI input) to the R-Car SoC

2020-03-10 Thread Alex Riesen
Hello Morimoto-san, Kuninori Morimoto, Tue, Mar 10, 2020 02:07:23 +0100: > > Should the adv748x driver also implement anything to configure the frequency > > of MCLK clock? I mean something like .set_sysclk and .set_fmt callbacks of > > snd_soc_dai_ops? > > > > Or is the driver implementation, wh

Consulta Marzo 2020

2020-03-10 Thread info14
Buenos días Os informamos que se encuentra abierto el plazo de inscripción para la presente Convocatoria de Cursos Bonificables para empleados (Marzo 2020) Todos los cursos son totalmente Bonificables con cargo al Crédito de Formación 2020 que disponen las empresas. Deseáis que os mandemos

Re: [PATCH] staging: vt6656: Use BIT_ULL() macro instead of bit shift operation

2020-03-10 Thread Greg Kroah-Hartman
On Sun, Mar 08, 2020 at 07:22:07PM +, Malcolm Priestley wrote: > >>> */ > >>> #undef __NO_VERSION__ > >>> > >>> +#include > >>> #include > >>> #include > >>> #include "device.h" > >>> @@ -802,8 +803,7 @@ static u64 vnt_prepare_multicast(struct ieee80211_hw > >>> *hw, > >>> > >>> net

[PATCH 0/5] staging: wfx: late fixes

2020-03-10 Thread Jerome Pouiller
From: Jérôme Pouiller This series fixes some issues for 5.6. The two last patches fix misuse of RCU. They are probably the most important of the series. Jérôme Pouiller (5): staging: wfx: fix warning about freeing in-use mutex during device unregister staging: wfx: fix lines ending with

[PATCH 1/5] staging: wfx: fix warning about freeing in-use mutex during device unregister

2020-03-10 Thread Jerome Pouiller
From: Jérôme Pouiller After hif_shutdown(), communication with the chip is no more possible. It the only request that never reply. Therefore, hif_cmd.lock is never unlocked. hif_shutdown() unlock itself hif_cmd.lock to avoid a potential warning during disposal of device. hif_cmd.key_renew_lock sh

[PATCH 4/5] staging: wfx: fix RCU usage in wfx_join_finalize()

2020-03-10 Thread Jerome Pouiller
From: Jérôme Pouiller Access to sta->ht_cap is protected by RCU. However, hif_set_association_mode() may sleep, so it can't be called in RCU. This patch fix this behavior by handling sta and its RCU directly from function hif_set_association_mode(). Signed-off-by: Jérôme Pouiller Fixes: d00149

[PATCH 3/5] staging: wfx: make warning about pending frame less scary

2020-03-10 Thread Jerome Pouiller
From: Jérôme Pouiller Removing station while some traffic is in progress may happen. Signed-off-by: Jérôme Pouiller --- drivers/staging/wfx/sta.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/staging/wfx/sta.c b/drivers/staging/wfx/sta.c index 03d0f224ffdb..010

[PATCH 5/5] staging: wfx: fix RCU usage between hif_join() and ieee80211_bss_get_ie()

2020-03-10 Thread Jerome Pouiller
From: Jérôme Pouiller Access to result of ieee80211_bss_get_ie() is protected by RCU. In other hand, function hif_join() can sleep and cannot be called with RCU locked. Provide a copy of "ssidie" to hif_join() to solve this behavior. Fixes: 9ced9b593741 ("staging: wfx: simplify hif_join()") Sig

[PATCH 2/5] staging: wfx: fix lines ending with a comma instead of a semicolon

2020-03-10 Thread Jerome Pouiller
From: Jérôme Pouiller Obviously introduced by mistake. Fixes: 09779276f1ba ("staging: wfx: simplify hif_start() usage") Signed-off-by: Jérôme Pouiller --- drivers/staging/wfx/hif_tx.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wfx/hif_tx.c b/drive

Re: [PATCH 8/8] arm64: dts: renesas: salvator: add a connection from adv748x codec (HDMI input) to the R-Car SoC

2020-03-10 Thread Laurent Pinchart
Hi Alex, On Tue, Mar 10, 2020 at 09:17:14AM +0100, Alex Riesen wrote: > Kuninori Morimoto, Tue, Mar 10, 2020 02:07:23 +0100: > > > Should the adv748x driver also implement anything to configure the > > > frequency > > > of MCLK clock? I mean something like .set_sysclk and .set_fmt callbacks of >

Re: [RFC] ashmem: Fix ashmem shrinker nr_to_scan

2020-03-10 Thread Dan Carpenter
On Thu, Mar 05, 2020 at 08:19:30PM -0500, Joel Fernandes (Google) wrote: > nr_to_scan is the number of pages to be freed however ashmem doesn't > discount nr_to_scan correctly as it frees ranges. It should be > discounting them by pages than by ranges. Correct the issue. > > Cc: sur...@google.com

Re: [PATCH] staging: exfat: remove staging version of exfat filesystem

2020-03-10 Thread Valdis Klētnieks
On Tue, 10 Mar 2020 11:54:21 +0100, Greg Kroah-Hartman said: > Now that there is a "real" solution for exfat in the vfs tree queued up > to be merged in 5.7-rc1 the "old" exfat code in staging can be removed. > > Many thanks to Valdis for doing the work to get this into the tree in > the first plac

[PATCH] staging: mt7621-pci: enable clock bit for each port

2020-03-10 Thread Sergio Paracuellos
The clock related code concerns me from the very beginning because there are some set ups got from legacy driver that are not documented anywhere. According to the programming guide 0x7c is 'CPE_ROSC_SEL1' register and 0x80 is 'CPU_CPE_CN'. I do think this set up is not needed at all and the proper

Wohltätigkeitsspende von 2.000.000 Millionen Euro

2020-03-10 Thread ''Michael weirsky''
Lieber Freund, Ich bin Herr Mike Weirsky, New Jersey, Vereinigte Staaten von Amerika, der Mega-Gewinner von $ 273million In Mega Millions Jackpot, spende ich an 5 zufällige Personen, wenn Sie diese E-Mail erhalten, dann wurde Ihre E-Mail nach einem Spinball ausgewählt.Ich habe den größten Teil

[RESEND PATCH v5 0/3] staging: most: move core module out of staging

2020-03-10 Thread Christian Gromm
v2: Reported-by: Greg Kroah-Hartman - use -M option to create patches v3: Reported-by: Greg Kroah-Hartman - fix date range in comment section of core.c - move code to free up memory to release funtions - remove noisy log messages - use dev_* functions for l

[RESEND PATCH v5 3/3] staging: most: Documentation: move ABI description files out of staging area

2020-03-10 Thread Christian Gromm
This patch moves the ABI description fils sysfs-bus-most and configfs-most to the kernel's documentation folder. Signed-off-by: Christian Gromm --- v2: v3: v4: v5: rebased and adapted .../ABI/configfs-most.txt => Documentation/ABI/testing/configfs-most | 0 .../ABI/sysfs-bus-most.txt => Do

[RESEND PATCH v5 2/3] staging: most: Documentation: update ABI description

2020-03-10 Thread Christian Gromm
This patch updates the ABI description files to be in sync with current implementation. Signed-off-by: Christian Gromm --- v2: v3: v4: v5: rebased and adapted .../most/Documentation/ABI/configfs-most.txt | 8 .../most/Documentation/ABI/sysfs-bus-most.txt | 24 +++---

[RESEND PATCH v5 1/3] staging: most: move core files out of the staging area

2020-03-10 Thread Christian Gromm
This patch moves the core module to the /drivers/most directory and makes all necessary changes in order to not break the build. Signed-off-by: Christian Gromm --- v2: v3: v4: v5: rebased and adapted drivers/Kconfig| 1 + drivers/Makefile

[PATCH v2 02/22] media: docs: move soc-camera.rst to staging

2020-03-10 Thread Mauro Carvalho Chehab
As the entire soc_camera driver is on staging to be removed soon, let's place there its documentation too. Signed-off-by: Mauro Carvalho Chehab --- Documentation/media/v4l-drivers/index.rst| 1 - .../staging/media/soc_camera}/soc-camera.rst | 0 2 file

[PATCH v2 00/22] Move media documentation files

2020-03-10 Thread Mauro Carvalho Chehab
That's a second version of a patch series with moves the media documents to better places. The first version was actually a RFC. This one is more complete. Yet, my plan is to merge it only at the media trees only after the end of the next merge window. I'm preparing several patches on the top of

[Outreachy kernel] [PATCH v2] Staging: rtl8188eu: rtw_mlme: Add space around operators

2020-03-10 Thread Shreeya Patel
Add space around operators for improving the code readability. Reported by checkpatch.pl Signed-off-by: Shreeya Patel --- rtw_mlme_old.o - Previously produced object file before making any changes to the source code. rtw_mlme.o - Object file produced after compiling the changes done in source f

Re: [Outreachy kernel] [PATCH v2] Staging: rtl8188eu: rtw_mlme: Add space around operators

2020-03-10 Thread Julia Lawall
On Tue, 10 Mar 2020, Shreeya Patel wrote: > Add space around operators for improving the code > readability. > > Reported by checkpatch.pl > > Signed-off-by: Shreeya Patel > --- > > rtw_mlme_old.o - Previously produced object file before making any > changes to the source code. > rtw_mlme.o -

Re: [Outreachy kernel] [PATCH v2] Staging: rtl8188eu: rtw_mlme: Add space around operators

2020-03-10 Thread Joe Perches
On Tue, 2020-03-10 at 15:57 +0100, Julia Lawall wrote: > On Tue, 10 Mar 2020, Shreeya Patel wrote: > > > Add space around operators for improving the code > > readability. > > > > Reported by checkpatch.pl > > > > Signed-off-by: Shreeya Patel > > --- > > > > rtw_mlme_old.o - Previously produce

[PATCH] staging: fbtft: Remove prohibited spaces before ')'

2020-03-10 Thread Marcio Albano
Fix checkpatch errors: "ERROR: space prohibited before that close parenthesis ')'" in fbtft-bus.c:65 and fbtft-bus.c:67. Signed-off-by: Marcio Albano --- drivers/staging/fbtft/fbtft-bus.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/fbtft/fbtft-bus.c

[PATCH] staging: rtl8188eu: Fix block comments to use *

2020-03-10 Thread Thiago Souza Ferreira
Fix "Block comments use * on subsequent lines" warning of rtw_mlme_ext.c, found by checkpatch.pl script Signed-off-by: Thiago Souza Ferreira --- drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 69 ++- 1 file changed, 35 insertions(+), 34 deletions(-) diff --git a/drivers/staging

[PATCH] staging: rtl8188eu: fix typo s/informations/information

2020-03-10 Thread Andre Pinto
Fix checkpatch check: 'informations' may be misspelled - perhaps 'information'? in rtw_mlme_ext.c:1151. Signed-off-by: Andre Pinto --- drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8188eu/core/rtw_mlme_ext.c

[PATCH] staging: qlge: Fix WARNING: Missing a blank line after declarations

2020-03-10 Thread Carlos Henrique Lima Melara
Fixed WARNING: Missing a blank line after declarations in qlge_mpi.c to the following lines: WARNING: Missing a blank line after declarations FILE: drivers/staging/qlge/qlge_mpi.c:94: WARNING: Missing a blank line after declarations FILE: drivers/staging/qlge/qlge_mpi.c:240: WARNING: Missing a b

Re: [PATCH] staging: fbtft: Remove prohibited spaces before ')'

2020-03-10 Thread kbuild test robot
Hi Marcio, Thank you for the patch! Yet something to improve: [auto build test ERROR on staging/staging-testing] [also build test ERROR on tegra-drm/drm/tegra/for-next v5.6-rc5 next-20200310] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system. BTW

Re: [PATCH] staging: fbtft: Remove prohibited spaces before ')'

2020-03-10 Thread Greg KH
On Wed, Mar 11, 2020 at 01:25:33AM +, Marcio Albano wrote: > Fix checkpatch errors: > > "ERROR: space prohibited before that close parenthesis ')'" > in fbtft-bus.c:65 and fbtft-bus.c:67. > > Signed-off-by: Marcio Albano > --- > drivers/staging/fbtft/fbtft-bus.c | 4 ++-- > 1 file changed,

[staging:staging-testing] BUILD SUCCESS 590a95e418d18894e34cd240b3e7ef278add05c7

2020-03-10 Thread kbuild test robot
randconfig-a001-20200311 csky randconfig-a001-20200310 openrisc randconfig-a001-20200310 s390 randconfig-a001-20200310 sh randconfig-a001-20200310 xtensa randconfig-a001-20200310 x86_64 randconfig