Re: [PATCH v3 net-next 1/2] net: ethernet: slicoss: add slicoss gigabit ethernet driver

2016-11-28 Thread Lino Sanfilippo
Hi Florian, On 28.11.2016 05:56, Florian Fainelli wrote: > On 11/26/2016 04:20 AM, Lino Sanfilippo wrote: >> Add driver for Alacritech gigabit ethernet cards with SLIC (session-layer >> interface control) technology. The driver provides basic support without >> SLIC for the following devices: >>

Re: [PATCH v3 net-next 1/2] net: ethernet: slicoss: add slicoss gigabit ethernet driver

2016-11-28 Thread Lino Sanfilippo
Hi Markus, On 27.11.2016 18:59, Markus Böhme wrote: > Hello Lino, > > just some things barely worth mentioning: > > > I found a bunch of unused #defines in slic.h. I cannot judge if they are > worth keeping: > > SLIC_VRHSTATB_LONGE > SLIC_VRHSTATB_PREA > SLIC_ISR_IO >

[PATCH] staging: sm750fb: fix function definition argument style warning

2016-11-28 Thread Andrea Ghittino
Fixes sm750fb function definition argument style warning found by checkpatch.pl tool Signed-off-by: Andrea Ghittino --- diff --git a/drivers/staging/sm750fb/ddk750_chip.h b/drivers/staging/sm750fb/ddk750_chip.h index e97e859..30653dd 100644 --- a/drivers/staging/sm750fb/ddk750_chip.h +++ b/drive

Re: [PATCH] staging: sm750fb: fix function definition argument style warning

2016-11-28 Thread Andrea Ghittino
On Mon, Nov 28, 2016 at 12:48 AM, Randy Dunlap wrote: > On 11/27/16 13:11, Andrea Ghittino wrote: >> Fixes sm750fb function definition argument style warning >> found by checkpatch.pl tool >> >> Signed-off-by: Andrea Ghittino >> --- > > Does checkpatch not complain about the camelcase variable na

[PATCH] staging: greybus: fix line over 80 characters style warnings

2016-11-28 Thread Andrea Ghittino
Fixes greybus "line over 80 characters" style warnings found by checkpatch.pl tool Signed-off-by: Andrea Ghittino --- diff --git a/drivers/staging/greybus/arche-apb-ctrl.c b/drivers/staging/greybus/arche-apb-ctrl.c index 3fda0cd..755120a 100644 --- a/drivers/staging/greybus/arche-apb-ctrl.c +++

Re: [PATCH] staging: greybus: fix line over 80 characters style warnings

2016-11-28 Thread Greg KH
On Mon, Nov 28, 2016 at 07:42:49PM +0100, Andrea Ghittino wrote: > Fixes greybus "line over 80 characters" style warnings > found by checkpatch.pl tool > > Signed-off-by: Andrea Ghittino You need a "real" email address here, please don't try to mask it. thanks, greg k-h __

[PATCH] staging: greybus: fix line over 80 characters style warnings

2016-11-28 Thread Andrea Ghittino
Fixes greybus "line over 80 characters" style warnings found by checkpatch.pl tool Signed-off-by: Andrea Ghittino --- diff --git a/drivers/staging/greybus/arche-apb-ctrl.c b/drivers/staging/greybus/arche-apb-ctrl.c index 3fda0cd..755120a 100644 --- a/drivers/staging/greybus/arche-apb-ctrl.c +++

RE: [PATCH] hv: utils: properly pick TS protocol version for future hosts

2016-11-28 Thread Alex Ng (LIS)
> -Original Message- > From: Vitaly Kuznetsov [mailto:vkuzn...@redhat.com] > Sent: Monday, November 28, 2016 8:30 AM > To: de...@linuxdriverproject.org > Cc: linux-ker...@vger.kernel.org; KY Srinivasan ; > Haiyang Zhang ; Alex Ng (LIS) > > Subject: [PATCH] hv: utils: properly pick TS proto

RE: [PATCH 6/9] bus: fsl-mc: dpio: add QBMan portal APIs for DPAA2

2016-11-28 Thread Ruxandra Ioana Radulescu
> -Original Message- > From: Stuart Yoder [mailto:stuart.yo...@nxp.com] > Sent: Friday, October 21, 2016 9:02 AM > To: gre...@linuxfoundation.org > Cc: German Rivera ; de...@driverdev.osuosl.org; > linux-ker...@vger.kernel.org; ag...@suse.de; a...@arndb.de; Leo Li > ; Roy Pledge ; Roy Pledg

Re: [PATCH] staging: greybuis: fix line over 80 characters style warnings

2016-11-28 Thread Andrea Ghittino
On Mon, Nov 28, 2016 at 10:14:03AM +0530, Vaibhav Hiremath wrote: > On Sun, Nov 27, 2016 at 3:43 AM, Andrea Ghittino wrote: > > Fixes greybus "line over 80 characters" style warnings > > found by checkpatch.pl tool > > > > It is always trade-off between readability vs 80 character restriction. >

[PATCH 2/2] uio-hv-generic: new userspace i/o driver for VMBus

2016-11-28 Thread Stephen Hemminger
This is a new driver to enable userspace networking on VMBus. It is based largely on the similar driver that already exists for PCI, and earlier work done by Brocade to support DPDK. Signed-off-by: Stephen Hemminger --- MAINTAINERS | 1 + drivers/hv/connection.c | 1 +

[PATCH 1/2] vmbus: add support for dynamic device id's

2016-11-28 Thread Stephen Hemminger
This patch adds sysfs interface to dynamically bind new UUID values to existing VMBus device. This is useful for generic UIO driver to act similar to uio_pci_generic. Signed-off-by: Stephen Hemminger --- drivers/hv/vmbus_drv.c | 174 ++--- include/linu

[PATCH v3 0/2] UIO support for Hyper-V

2016-11-28 Thread Stephen Hemminger
This is version 3, for some reason last version was not merged? Documentation already merged into linux doc tree so that patch is not included. Stephen Hemminger (2): vmbus: add support for dynamic device id's uio-hv-generic: new userspace i/o driver for VMBus MAINTAINERS |

[PATCH] hv: utils: properly pick TS protocol version for future hosts

2016-11-28 Thread Vitaly Kuznetsov
It is reasonable to expect that future Hyper-V versions will continue supporting TimeSync v4 protocol, we, however, only pick it for VERSION_WIN10. Currently this is not an issue as VERSION_WIN10 is the maximum protocol version we can negotiate but this may change in future. Instead of hoping that

Re: [PATCH 0/7] hv: CPU onlining/offlining fixes and improvements

2016-11-28 Thread Vitaly Kuznetsov
Dexuan Cui writes: >> From: Stephen Hemminger [mailto:step...@networkplumber.org] >> Sent: Sunday, November 27, 2016 01:06 >> To: Vitaly Kuznetsov >> Cc: de...@linuxdriverproject.org; linux-ker...@vger.kernel.org; KY Srinivasan >> ; Haiyang Zhang ; Dexuan Cui >> >> Subject: Re: [PATCH 0/7] hv: