[PATCH] staging: vchiq_arm: cast with __force as needed

2020-05-18 Thread Mitchell Tasman
In several cases where a pointer marked as __user is (intentionally) assigned or passed to a non-marked target, cast to the target pointer type with a __force directive to quiet warnings from sparse. Signed-off-by: Mitchell Tasman --- .../vc04_services/interface/vchiq_arm/vchiq_2835_arm.c |

Re: [PATCH 2/4] staging: vt6656: vnt_beacon_xmit use extra_tx_headroom.

2020-05-18 Thread Malcolm Priestley
On 18/05/2020 13:39, Dan Carpenter wrote: On Sat, May 16, 2020 at 11:39:34AM +0100, Malcolm Priestley wrote: Create room for vnt_tx_short_buf_head in sk_buff and vnt_tx_usb_header. The struct ieee80211_mgmt is not longer in the header and is at the initial skb->data point. I feel like the

Re: RTL8723BS driver doesn't work for,me but I can help testing

2020-05-18 Thread Martin Blumenstingl
Hi Tobias, On Mon, May 18, 2020 at 7:59 AM Tobias Baumann <017623705...@o2online.de> wrote: > > hi martin > > i activate your patch ; wlan works ; also with only edit GPIOX_11 wlan > works > > its now GPIO-402 out high ACTIVE_LOW ( 3.3V on pin12) great, thank you for doing the research! did

Re: [PATCH] staging: rtl8192u: Merge almost duplicate code

2020-05-18 Thread Dan Carpenter
On Sun, May 17, 2020 at 09:25:05PM +0100, Pascal Terjan wrote: > On Sun, 17 May 2020 at 17:58, Pascal Terjan wrote: > > > > This causes a change in behaviour: > > - stats also get updated when reordering, this seems like it should be > > the case but those lines were commented out. > > -

[PATCH v3] drivers: most: add USB adapter driver

2020-05-18 Thread Christian Gromm
This patch adds the usb driver source file most_usb.c and modifies the Makefile and Kconfig accordingly. Signed-off-by: Christian Gromm --- v2: Reported-by: Greg Kroah-Hartman - don't remove usb driver from staging area - don't touch staging/most/Kconfig - remove

Re: [PATCH 2/4] staging: vt6656: vnt_beacon_xmit use extra_tx_headroom.

2020-05-18 Thread Dan Carpenter
On Sat, May 16, 2020 at 11:39:34AM +0100, Malcolm Priestley wrote: > Create room for vnt_tx_short_buf_head in sk_buff and vnt_tx_usb_header. > > The struct ieee80211_mgmt is not longer in the header and is at > the initial skb->data point. I feel like the SubmittingPatches guidelines on verb

Re: [RFC PATCH] staging: rtl8192u: indicate_packets() can be static

2020-05-18 Thread Dan Carpenter
On Sun, May 17, 2020 at 01:49:50PM -0700, Joe Perches wrote: > On Mon, 2020-05-18 at 04:22 +0800, kbuild test robot wrote: > > Signed-off-by: kbuild test robot > > --- > > This doesn't apply on Linus' tree or -next so perhaps the > robot should put what tree and branch patches like these > are

[PATCH v3] staging: wfx: Typo fix

2020-05-18 Thread Mohamed Dawod
Fixing some typo errors in traces.h file Signed-off-by: Mohamed Dawod --- Chagnes in v2: - Modifying the mail subject and the commit message Chagnes in v1: - Fixing some typo errors in wfx/traces.h file drivers/staging/wfx/traces.h | 6 +++--- 1 file changed, 3 insertions(+), 3

Re: RTL8723BS driver doesn't work for,me but I can help testing

2020-05-18 Thread Tobias Baumann
hi martin i activate your patch ; wlan works ;  also with only  edit GPIOX_11 wlan works its now GPIO-402 out high ACTIVE_LOW  ( 3.3V on pin12) i also attached the performance infos  Wlan0->Router and RAM->SDHC Am 18.05.2020 um 00:31 schrieb Martin Blumenstingl: Hi Tobias, On Sun, May 17,