On Thu, Jan 26, 2017 at 10:46:02PM -0500, William Blough wrote:
> Wrap lines that exceed 80 characters.
>
> Signed-off-by: William Blough
> ---
> drivers/staging/octeon-usb/octeon-hcd.c | 18 --
> 1 file changed, 12 insertions(+), 6 deletions(-)
>
> diff --git a/drivers/staging/
Wrap lines that exceed 80 characters.
Signed-off-by: William Blough
---
drivers/staging/octeon-usb/octeon-hcd.c | 18 --
1 file changed, 12 insertions(+), 6 deletions(-)
diff --git a/drivers/staging/octeon-usb/octeon-hcd.c
b/drivers/staging/octeon-usb/octeon-hcd.c
index 9a7858a
Fix multiple checkpatch.pl warnings:
function definition argument '...' should also have an identifier name
Signed-off-by: Simon Sandström
---
drivers/staging/vt6656/card.h | 34 ++
1 file changed, 18 insertions(+), 16 deletions(-)
diff --git a/drivers/staging/vt
This patch fixes the checkpatch issue by adding space after ','.
Signed-off-by: simran singhal
---
drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c
b/drivers/
This patch fixes the checkpatch issue by adding space around '='.
Signed-off-by: simran singhal
---
drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c
b/drivers
Michael Zoran writes:
> The vchi_msg_queue function which is used by other drivers
> to queue a message is difficult to understand and overly
> generic. Remove it and replace it with two more specific functions.
>
> int
> vchi_queue_kernel_message(VCHI_SERVICE_HANDLE_T handle,
>
Fields frag_size and playload_size of struct ieee80211_txb are encoded
as short little-endian. This patch adds conversions to / from cpu byte
order when copy / write these values in variables of architecture
independent byte order. It also avoid a sparse type warning.
Signed-off-by: Colin Vidal
-
> -Original Message-
> From: gre...@linuxfoundation.org [mailto:gre...@linuxfoundation.org]
> Sent: Thursday, January 26, 2017 2:28 AM
> To: Dexuan Cui
> Cc: Stephen Hemminger ; driverdev-
> de...@linuxdriverproject.org; KY Srinivasan ; Haiyang
> Zhang ; Stephen Hemminger
> ; o...@aepfle
On Thu, Jan 26, 2017 at 11:09:44PM +0530, Daksh Anand wrote:
> From: daksh anand
>
> Signed-off-by: daksh anand
> ---
> drivers/staging/speakup/i18n.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Please stop now. Go read the links I sent you previously, all of these
are not able to
On Thu, Jan 26, 2017 at 10:54:30PM +0530, Daksh Anand wrote:
> From: daksh anand
>
> Signed-off-by: daksh anand
> ---
> drivers/staging/speakup/i18n.c | 18 +-
> 1 file changed, 9 insertions(+), 9 deletions(-)
Hi,
This is the friendly patch-bot of Greg Kroah-Hartman. You have
From: daksh anand
Signed-off-by: daksh anand
---
drivers/staging/speakup/i18n.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/speakup/i18n.c b/drivers/staging/speakup/i18n.c
index b8f5bed..56ce386 100644
--- a/drivers/staging/speakup/i18n.c
+++ b/drivers/st
From: daksh anand
Signed-off-by: daksh anand
---
drivers/staging/speakup/i18n.c | 18 +-
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/drivers/staging/speakup/i18n.c b/drivers/staging/speakup/i18n.c
index 8960079..b8f5bed 100644
--- a/drivers/staging/speakup/i18n
From: daksh anand
Signed-off-by: daksh anand
---
drivers/staging/speakup/speakup_apollo.c | 30 +++---
1 file changed, 15 insertions(+), 15 deletions(-)
diff --git a/drivers/staging/speakup/speakup_apollo.c
b/drivers/staging/speakup/speakup_apollo.c
index 3cbc8a7..3f43
From: daksh anand
Signed-off-by: daksh anand
---
drivers/staging/speakup/speakup_apollo.c | 30 +++---
1 file changed, 15 insertions(+), 15 deletions(-)
diff --git a/drivers/staging/speakup/speakup_apollo.c
b/drivers/staging/speakup/speakup_apollo.c
index 3cbc8a7..3f43
On Thu, 26 Jan 2017 22:54:30 +0530
Daksh Anand wrote:
> - while ((next_percent != NULL) && !found) {
> + while ((next_percent) && !found) {
Remove unnecessary parenthesis here.
___
devel mailing list
de...@linuxdriverproject.org
http://driverde
From: daksh anand
Signed-off-by: daksh anand
---
drivers/staging/speakup/i18n.c | 18 +-
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/drivers/staging/speakup/i18n.c b/drivers/staging/speakup/i18n.c
index 8960079..b8f5bed 100644
--- a/drivers/staging/speakup/i18n
On Thu, Jan 26, 2017 at 08:38:58AM -0500, Cathy Avery wrote:
> Included in the current storvsc driver for Hyper-V is the ability
> to access luns on an FC fabric via a virtualized fiber channel
> adapter exposed by the Hyper-V host. This was done to provide an
> interface for existing customer tool
On Thu, 2017-01-26 at 14:04 +, Peter Robinson wrote:
> On Thu, Jan 26, 2017 at 1:54 PM, Michael Zoran
> wrote:
> > On Thu, 2017-01-26 at 13:21 +, Peter Robinson wrote:
> > > On Thu, Jan 26, 2017 at 12:39 AM, Michael Zoran > > net>
> > > wrote:
> > > > Initial cleanup of bcm2835-audio driv
On Thu, Jan 26, 2017 at 1:54 PM, Michael Zoran wrote:
> On Thu, 2017-01-26 at 13:21 +, Peter Robinson wrote:
>> On Thu, Jan 26, 2017 at 12:39 AM, Michael Zoran
>> wrote:
>> > Initial cleanup of bcm2835-audio driver for the
>> > bcm2535(Raspberry PI)
>> >
>> > Driver provides HDMI audio throug
On Thu, 2017-01-26 at 13:21 +, Peter Robinson wrote:
> On Thu, Jan 26, 2017 at 12:39 AM, Michael Zoran
> wrote:
> > Initial cleanup of bcm2835-audio driver for the
> > bcm2535(Raspberry PI)
> >
> > Driver provides HDMI audio through ALSA and is built
> > on top of the vc04_services driver.
>
On Thu, 2017-01-26 at 16:25 +0300, Dan Carpenter wrote:
> On Thu, Jan 26, 2017 at 05:13:02AM -0800, Michael Zoran wrote:
> > On Thu, 2017-01-26 at 15:56 +0300, Dan Carpenter wrote:
> > Send it. Absolutely.
> > >
> > > regards,
> > > dan carpenter
> > >
> >
> > Does it need to compile on all pla
This patch set is based on the following patch submission
and email exchange:
[PATCH 1/1] scsi: storvsc: Support manual scan of FC hosts on Hyper-V
K. Y. Srinivasan kys at microsoft.com
Sat Mar 12 21:52:48 UTC 2016
http://driverdev.linuxdriverproject.org/pipermail/driverdev-devel/2016-March/08711
This patch provides a means to offer a lightweight option to the
current FC transport class. This new transport option is more
suitable for FC transports running on a VM that virtualizes their
FCs and that do not possess rports or vports whereas the heavyweight
option maintains the standard physica
Included in the current storvsc driver for Hyper-V is the ability
to access luns on an FC fabric via a virtualized fiber channel
adapter exposed by the Hyper-V host. This was done to provide an
interface for existing customer tools that was more consistent
with a conventional FC device. The driver
On Thu, Jan 26, 2017 at 12:39 AM, Michael Zoran wrote:
> Initial cleanup of bcm2835-audio driver for the
> bcm2535(Raspberry PI)
>
> Driver provides HDMI audio through ALSA and is built
> on top of the vc04_services driver.
>
> Original version of the driver is available at:
> http://www.github.co
On Thu, Jan 26, 2017 at 05:13:02AM -0800, Michael Zoran wrote:
> On Thu, 2017-01-26 at 15:56 +0300, Dan Carpenter wrote:
> Send it. Absolutely.
> >
> > regards,
> > dan carpenter
> >
>
> Does it need to compile on all platforms, or can it simply compile on
> arm32 until a few small issues get
On Thu, 2017-01-26 at 15:56 +0300, Dan Carpenter wrote:
Send it. Absolutely.
>
> regards,
> dan carpenter
>
Does it need to compile on all platforms, or can it simply compile on
arm32 until a few small issues get worked out.
___
devel mailing list
Send it. Absolutely.
regards,
dan carpenter
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
On Thu, 2017-01-26 at 09:27 +0300, Dan Carpenter wrote:
> Thanks!
>
> regards,
> dan carpenter
Dan, the bcm2835-camera driver is generally very high quality code. I
was looking at it just now. Very clean compared to the driver I e-
mailed.
The camera driver does have a 64 bit issue, but for th
The loopback driver allows the user to set a minimum delay of up to one
second to be inserted between test iterations (i.e. request
submissions). The delay is currently specified in microseconds and is
implemented using udelay.
Busy looping for long periods is not just anti-social; udelay must not
No. The original was more clear to read.
regards,
dan carpenter
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
WARNING: line has more than 80 characters
Signed-off-by: Linus Liu
---
drivers/staging/octeon-usb/octeon-hcd.c |9 +++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/octeon-usb/octeon-hcd.c
b/drivers/staging/octeon-usb/octeon-hcd.c
index 9a7858a..5390655
Coverity scan gives a warning when there is fall through in a switch
without a comment. This fall through is intentional as ol_waitevent needs
to be completed to unblock hv_mem_hot_add() allowing it to process next
requests regardless of the result of if we were able to online this block.
Reported
> From: gre...@linuxfoundation.org [mailto:gre...@linuxfoundation.org]
> To: Dexuan Cui
> >
> > v4.4.44 needs 2 patches, i.e. a389fcfd2cb5, and this patch (which is not in
> > Linus's tree yet). Only backporting the first patch immediately is not
> > enough
> > and is also improper IMO, because
> From: gre...@linuxfoundation.org [mailto:gre...@linuxfoundation.org]
> > Hi Greg,
> > I expect this patch (i.e. the "real" patch) would go in your char-misc tree
> > first,
> > then it would be merged into Linus's tree, as we usually did.
>
> That's fine, I'll wait for the maintainer of the sub
On Thu, Jan 26, 2017 at 10:24:32AM +, Dexuan Cui wrote:
> > From: gre...@linuxfoundation.org [mailto:gre...@linuxfoundation.org]
> > To: Dexuan Cui
> > >
> > > v4.4.44 needs 2 patches, i.e. a389fcfd2cb5, and this patch (which is not
> > > in
> > > Linus's tree yet). Only backporting the firs
On Thu, Jan 26, 2017 at 09:31:32AM +, Dexuan Cui wrote:
> > From: gre...@linuxfoundation.org [mailto:gre...@linuxfoundation.org]
> > > > From: gre...@linuxfoundation.org [mailto:gre...@linuxfoundation.org]
> > > > > > > It's interesting v4.4.44 is not impacted, but actually it needs
> > > > >
> From: gre...@linuxfoundation.org [mailto:gre...@linuxfoundation.org]
> > > From: gre...@linuxfoundation.org [mailto:gre...@linuxfoundation.org]
> > > > > > It's interesting v4.4.44 is not impacted, but actually it needs
> > > > > > both the 2
> > > patches:
> > > > > > i.e. this patch, and the p
On Thu, Jan 26, 2017 at 08:27:26AM +, Dexuan Cui wrote:
> > From: gre...@linuxfoundation.org [mailto:gre...@linuxfoundation.org]
> > > > > It's interesting v4.4.44 is not impacted, but actually it needs both
> > > > > the 2
> > patches:
> > > > > i.e. this patch, and the previous one:
> > > >
> From: gre...@linuxfoundation.org [mailto:gre...@linuxfoundation.org]
> > > > It's interesting v4.4.44 is not impacted, but actually it needs both
> > > > the 2
> patches:
> > > > i.e. this patch, and the previous one:
> > > > Commit a389fcfd2cb5 ("Drivers: hv: vmbus: Fix signaling logic in
> > >
40 matches
Mail list logo