The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:
Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
tags/staging-5.0-rc2
for you to fetch changes up to 06382deac2b8a4
An USB wireless dongle uses rtl8712u stops working after system
suspend/resume.
When a USB device lost its power during suspend, the USB core knows the
power was lost and a reset-resume or a re-probe is required. But rtl8712u
provides a dummy reset-resume callback, which gets called and renders
th
When system resume and the rtl8712u dongle didn't lose its power, it
doesn't work quite right:
[ 146.844241] r8712u 2-3:1.0 wlp0s4f1u3: Unable to resume
...
[ 154.029573] r8712u 2-3:1.0 wlp0s4f1u3: In r8711_wx_set_scan: bDriverStopped=1
The !netif_running() check in PM callbacks aren't correct b
On Fri, Jan 11, 2019 at 09:48:21AM +0100, Johan Hovold wrote:
> On Thu, Jan 10, 2019 at 11:23:07PM +0530, Nishad Kamdar wrote:
> > Use the gpiod interface instead of the deprecated old non-descriptor
> > interface while continuing to ignore gpio flags from device tree in
> > "svc_reset_onoff()" for
On Fri, Jan 11, 2019 at 09:41:34AM +0100, Johan Hovold wrote:
> On Thu, Jan 10, 2019 at 11:21:04PM +0530, Nishad Kamdar wrote:
> > Use the gpiod interface instead of the deprecated old non-descriptor
> > interface while continuing to ignore gpio flags from device tree in
> > functions "deassert_res
The pull request you sent on Sun, 13 Jan 2019 11:23:42 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
> tags/staging-5.0-rc2
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/f7c1038bc7597af5d6809c5b3e0352627cef5c07
Thank you!
--
Deet-doot-d
From: Andy Shevchenko Sent: Thursday,
January 10, 2019 6:26 AM
>
> There are new types and helpers that are supposed to be used in new code.
>
> As a preparation to get rid of legacy types and API functions do
> the conversion here.
>
> Cc: "K. Y. Srinivasan"
> Cc: Haiyang Zhang
> Cc: Stephe
Fix unassigned "num_maps" when calling pinctrl_utils_reserve_map() in
the satging mt7621-pinctrl driver. Although we do set an initial "map"
pointer to NULL, there is no initialization of the "num_maps" argument.
Uninitialized "num_maps" causes the following warning on boot on 5.0-rc1:
--
Hi Greg,
On Mon, Jan 14, 2019 at 6:36 AM Greg Ungerer wrote:
>
> Fix unassigned "num_maps" when calling pinctrl_utils_reserve_map() in
> the satging mt7621-pinctrl driver. Although we do set an initial "map"
> pointer to NULL, there is no initialization of the "num_maps" argument.
>
> Uninitializ
Hi Sergio,
On 14/1/19 4:45 pm, Sergio Paracuellos wrote:
On Mon, Jan 14, 2019 at 6:36 AM Greg Ungerer wrote:
Fix unassigned "num_maps" when calling pinctrl_utils_reserve_map() in
the satging mt7621-pinctrl driver. Although we do set an initial "map"
pointer to NULL, there is no initialization
10 matches
Mail list logo