[driver-core:driver-core-linus] BUILD SUCCESS 21c27f06587d2c18150d27ca2382a509ec55c482

2020-05-19 Thread kbuild test robot
defconfig powerpc allyesconfig powerpc rhel-kconfig powerpc allmodconfig powerpc allnoconfig i386 randconfig-a006-20200519 i386 randconfig-a005

[driver-core:driver-core-testing] BUILD SUCCESS fefcfc968723caf93318613a08e1f3ad07a6154f

2020-05-19 Thread kbuild test robot
defconfig powerpc allyesconfig powerpc rhel-kconfig powerpc allmodconfig powerpc allnoconfig i386 randconfig-a006-20200519 i386 randconfig

[staging:staging-testing] BUILD SUCCESS 8da047603bbcfddda6eb6ebbee0dc52c34badc6e

2020-05-19 Thread kbuild test robot
allyesconfig powerpc rhel-kconfig powerpc allmodconfig powerpc allnoconfig powerpc defconfig i386 randconfig-a006-20200519 i386 randconfig-a005-20200519 i386

Re: [PATCH V1 6/6] staging: greybus: audio: Enable GB codec, audio module compilation.

2020-05-19 Thread kbuild test robot
Hi Vaibhav, I love your patch! Perhaps something to improve: [auto build test WARNING on staging/staging-testing] [also build test WARNING on v5.7-rc6 next-20200519] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system. BTW, we also suggest to use

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

2020-05-19 Thread Martin Blumenstingl
Hi Tobias, On Tue, May 19, 2020 at 8:21 AM Tobias Baumann <017623705...@o2online.de> wrote: > > good morning > > i got the new image from oleg(balbes150) 20200518 RC5 and some more > feedback > > with my patch and oleg RC5 hotstart(shutdown now) do not work with my > box ( wlan goes back to slee

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

2020-05-19 Thread Greg Kroah-Hartman
On Sun, May 17, 2020 at 09:40:45PM +0100, 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. > - sub_skb NULL check now happens early in both cases, previously it > hap

Re: [PATCH v2 5/8] drivers: most: usb: use dev_dbg function

2020-05-19 Thread Dan Carpenter
On Thu, May 14, 2020 at 11:52:53AM +0200, Christian Gromm wrote: > This patch replaces the functions dev_notice with dev_dbg to silence > the driver during normal operation. > > Signed-off-by: Christian Gromm > Reported-by: Greg Kroah-Hartman > --- > v2: > > drivers/most/most_usb.c | 4 ++-- >

Re: [PATCH v2 2/8] drivers: most: usb: use dev_*() functions to print messages

2020-05-19 Thread Dan Carpenter
On Thu, May 14, 2020 at 11:52:50AM +0200, Christian Gromm wrote: > @@ -186,13 +185,14 @@ static inline int start_sync_ep(struct usb_device > *usb_dev, u16 ep) > * get_stream_frame_size - calculate frame size of current configuration > * @cfg: channel configuration > */ > -static unsigned int

Re: [PATCH V1 6/6] staging: greybus: audio: Enable GB codec, audio module compilation.

2020-05-19 Thread kbuild test robot
Hi Vaibhav, I love your patch! Perhaps something to improve: [auto build test WARNING on staging/staging-testing] [also build test WARNING on v5.7-rc6 next-20200518] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system. BTW, we also suggest to use '--b

Re: [PATCH V1 5/6] staging: greybus: audio: Add helper APIs for dynamic audio modules

2020-05-19 Thread Vaibhav Agarwal
On Sun, May 17, 2020 at 07:37:06PM +0200, Alexandre Belloni wrote: > Hi, > > On 17/05/2020 22:47:20+0530, Vaibhav Agarwal wrote: > > Greybus Codec driver allows modules to be dynamically added and removed, > > which further requires updating the DAPM configurations as well. > > > > With current s