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
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,
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
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
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
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
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
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
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 -
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
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
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
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
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 +++---
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
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
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
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
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
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
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
>
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
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
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
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
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
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
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
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
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
30 matches
Mail list logo