[PATCH ] staging: vt6656: refactor power save operation

2020-05-02 Thread Malcolm Priestley
At present the power save wake uses the listening interval and the slow path to wake up. The following using a beacon interval of 100 and listen interval of 5. The TBTT set at 100 wake-up sequence; 100 TTBT wake-up set to listen interval. 200 TTBT 300 TTBT 400 TTBT --> call vnt_next_tbtt_wakeup o

[PATCH v2] staging: vt6656: refactor power save operation

2020-05-02 Thread Malcolm Priestley
At present the power save wake uses the listening interval and the slow path to wake up. The following using a beacon interval of 100 and listen interval of 5. The TBTT set at 100 wake-up sequence; 100 TBTT wake-up set to listen interval. 200 TBTT 300 TBTT 400 TBTT --> call vnt_next_tbtt_wakeup o

Re: [PATCH ] staging: vt6656: refactor power save operation

2020-05-02 Thread Malcolm Priestley
Drop this patch v2 sent corrected TTBT. Regards Malcolm ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

[PATCH] staging: ks7010: remove me from CC list

2020-05-02 Thread Wolfram Sang
I lost interest in this driver years ago because I could't keep up with testing the incoming janitorial patches. So, drop me from CC. Signed-off-by: Wolfram Sang --- drivers/staging/ks7010/TODO | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/ks7010/TODO b/drivers/staging/ks701

Re: Thanks For Your Kindness

2020-05-02 Thread Reem al-Hashimi
My name is Reem E. Al-Hashimi, the Emirates Minister of State and Managing Director of United Arab Emirates (Dubai) World Expo 2020 Committee. I am writing you to stand as my partner to receive my share of gratification from foreign companies whom I helped during the bidding exercise towards the

Product inquiry

2020-05-02 Thread Mr. Okrapah Adjei
Dear Sir, We got your company information through an exhaustive search. Our scope is basically to search for foreign companies to bid for contract supply on commission basis. We are interested in buying your products in a larger quantity if only you can supply and open for business. Best R

Product inquiry

2020-05-02 Thread Mr. Okrapah Adjei
Dear Sir, We got your company information through an exhaustive search. Our scope is basically to search for foreign companies to bid for contract supply on commission basis. We are interested in buying your products in a larger quantity if only you can supply and open for business. Best R

[PATCH] staging:rtl8723bs: eliminate usage of skb_clone after skb allocation fail

2020-05-02 Thread Ivan Safonov
The skb allocated when out of memory is likely to be discarded during subsequent processing. Signed-off-by: Ivan Safonov --- .../staging/rtl8723bs/hal/rtl8723bs_recv.c| 44 ++- drivers/staging/rtl8723bs/os_dep/recv_linux.c | 19 +++- 2 files changed, 19 insertions(+), 44

[PATCH] media: atomisp: fix querycap initialization logic

2020-05-02 Thread Mauro Carvalho Chehab
Some recent changes at V4L2 core changed the way querycap is handled. Due to that, this warning is generated: WARNING: CPU: 1 PID: 503 at drivers/media/v4l2-core/v4l2-dev.c:885 __video_register_device+0x93e/0x1120 [videodev] as introduced by this commit: commit 3c1350501c21db8e

Re: [PATCH] staging: iio: ad5933: rework probe to use devm_ function variants

2020-05-02 Thread Jonathan Cameron
On Tue, 28 Apr 2020 12:31:28 +0300 Alexandru Ardelean wrote: > This change cleans up the driver's probe function to use only devm_ > function variants. This also gets rid of the remove function and moves the > clock & regulator de-initializations to the 'ad5933_cleanup()' callback. > > Signed-of

Re: Thanks For Your Reply

2020-05-02 Thread Reem al-Hashimi
My name is Reem E. Al-Hashimi, the Emirates Minister of State and Managing Director of United Arab Emirates (Dubai) World Expo 2020 Committee. I am writing you to stand as my partner to receive my share of gratification from foreign companies whom I helped during the bidding exercise towards the

CURSOS BONIFICABLES DESDE CASA (Empleados activos y en ERTE)

2020-05-02 Thread foesco14
Buenos días Se encuentra abierto el plazo de inscripción de Cursos Bonificables para empleados en activo y en situación de ERTE. Todos los cursos son totalmente Bonificables con cargo al Crédito de Formación 2020 que dispone las empresa. Se realizan desde casa en modalidad individual E-lear

[PATCH 2/2] staging: vt6655: fix LONG_LINE warning

2020-05-02 Thread Matej Dujava
This patch will fix LONG_LINE error from checkpatch, by createing temporary variable so call to the function is not in if/else block. Signed-off-by: Matej Dujava --- drivers/staging/vt6655/rxtx.c | 16 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/drivers/stagin

[PATCH 1/2] staging: vt6655: return early if not bNeedAck

2020-05-02 Thread Matej Dujava
This patch will check for bNeedAck before making bb_get_frame_time call, so in case we dont need uAckTime, we can return early. Signed-off-by: Matej Dujava --- drivers/staging/vt6655/rxtx.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/staging/vt6655/rxtx.c

Kreditangebot

2020-05-02 Thread ELITE LOANS
Brauchen Sie einen Kredit? Wir sind ein zertifiziertes und akkreditiertes privates Darlehensunternehmen. Elite-Darlehen bietet Geschäftsdarlehen, Wohnungsbaudarlehen, Schuldenkonsolidierung. Kontakt für weitere Informationen. -- This email has been checked for viruses by Avast antivirus softwa

[PATCH] Staging: comedi: drivers: ni_pcimio: Fix variable name

2020-05-02 Thread Eric Yu
Fixed a variable name that was Camel case Signed-off-by: Eric Yu --- drivers/staging/comedi/drivers/ni_pcimio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/comedi/drivers/ni_pcimio.c b/drivers/staging/comedi/drivers/ni_pcimio.c index 7c82d5f9778f..c1d

Re: [PATCH 2/2] staging: vt6655: fix LONG_LINE warning

2020-05-02 Thread Joe Perches
On Sun, 2020-05-03 at 00:16 +0200, Matej Dujava wrote: > This patch will fix LONG_LINE error from checkpatch, by createing temporary > variable so call to the function is not in if/else block. [] > diff --git a/drivers/staging/vt6655/rxtx.c b/drivers/staging/vt6655/rxtx.c [] > @@ -164,16 +164,24 @@