On Wed, Oct 5, 2016 at 12:22 AM, Greg KH wrote:
>
> Here is the big staging and IIO driver pull request for 4.9-rc1.
>
> There are a lot of patches in here, the majority due to the
> drivers/staging/greybus/ subsystem being merged in with full development
> history that went back a few years, in o
On Wed, Oct 05, 2016 at 09:32:01AM -0700, Linus Torvalds wrote:
> On Wed, Oct 5, 2016 at 12:22 AM, Greg KH wrote:
> >
> > Here is the big staging and IIO driver pull request for 4.9-rc1.
> >
> > There are a lot of patches in here, the majority due to the
> > drivers/staging/greybus/ subsystem bein
From: Jitendra Kumar Khasdev
This patch is for replacing obsolete simple_strtoul to kstrtoul which remove
warning produce by checkpatch.
Signed-off-by: Jitendra Kumar Khasdev
---
drivers/staging/speakup/varhandlers.c | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/dr
Hello,
Jitendra Khasdev, on Thu 06 Oct 2016 02:02:58 +0530, wrote:
> From: Jitendra Kumar Khasdev
>
> This patch is for replacing obsolete simple_strtoul to kstrtoul which remove
> warning produce by checkpatch.
> + unsigned long val;
> +
> + if (kstrtoul(start, 10, &val))
> +
From: Long Li
The host keeps sending heartbeat packets independent of the
guest responding to them. Even though we respond to the heartbeat messages at
interrupt level, we can have situations where there maybe multiple heartbeat
messages pending that have not been responded to. For instance this
On Wed, Oct 5, 2016 at 1:17 PM, Greg KH wrote:
>
> Should I respin the merge request with the above information in it?
This is sufficient - I just need to know (and want to document) the
reasons for the merges I do.
In fact, I'd love it if your pull requests in general were a bit more
about what
Fixed coding style issue
Signed-off-by: Nadim Almas
---
drivers/staging/dgnc/dgnc_neo.h | 18 --
1 file changed, 12 insertions(+), 6 deletions(-)
diff --git a/drivers/staging/dgnc/dgnc_neo.h b/drivers/staging/dgnc/dgnc_neo.h
index abddd48..65994e3 100644
--- a/drivers/staging/dg
From: Long Li
The host keeps sending heartbeat packets independent of the
guest responding to them. Even though we respond to the heartbeat messages at
interrupt level, we can have situations where there maybe multiple heartbeat
messages pending that have not been responded to. For instance this
On Wed, Oct 05, 2016 at 02:53:58PM -0700, Nadim Almas wrote:
> Fixed coding style issue
>
> Signed-off-by: Nadim Almas
> ---
> drivers/staging/dgnc/dgnc_neo.h | 18 --
> 1 file changed, 12 insertions(+), 6 deletions(-)
>
> diff --git a/drivers/staging/dgnc/dgnc_neo.h b/drivers/s