[PATCH 1/2] staging: bcm2835-audio: Removed spaces before ')'

2017-02-05 Thread Abhijit Naik
bcm2835-vchiq.c and vc_vchi_audioserv_defs.h: fixing ERROR: space prohibited before that close parenthesis Signed-off-by: Abhijit Naik --- drivers/staging/bcm2835-audio/bcm2835-vchiq.c | 16

Re: [PATCHv1] net-next: treewide use is_vlan_dev() helper function.

2017-02-05 Thread Johannes Thumshirn
On 02/04/2017 06:00 PM, Parav Pandit wrote: This patch makes use of is_vlan_dev() function instead of flag comparison which is exactly done by is_vlan_dev() helper function. Signed-off-by: Parav Pandit Reviewed-by: Daniel Jurgens --- For

[PATCH] Staging: iio: addac: adt7316.c - style fix, octal permission

2017-02-05 Thread Derek Robson
Changed file permissions to octal. Found with checkpatch. Signed-off-by: Derek Robson --- drivers/staging/iio/addac/adt7316.c | 108 ++-- 1 file changed, 54 insertions(+), 54 deletions(-) diff --git a/drivers/staging/iio/addac/adt7316.c

Re: Is it time to move drivers/staging/netlogic/ out of staging?

2017-02-05 Thread Florian Fainelli
Le 02/04/17 à 00:08, Greg KH a écrit : > On Fri, Feb 03, 2017 at 06:37:02PM -0800, Florian Fainelli wrote: >> >> >> On 02/03/2017 12:44 PM, Greg KH wrote: >>> On Fri, Feb 03, 2017 at 12:38:45PM -0800, Florian Fainelli wrote: On 02/03/2017 12:36 PM, Greg KH wrote: > On Fri, Feb 03, 2017 at

[PATCH] Staging: speakup: speakup.h - remove unused define

2017-02-05 Thread Derek Robson
As part of cleaning up symbolic permissions found define that is not used. Signed-off-by: Derek Robson --- drivers/staging/speakup/speakup.h | 4 1 file changed, 4 deletions(-) diff --git a/drivers/staging/speakup/speakup.h b/drivers/staging/speakup/speakup.h index

Re: [PATCHv1] net-next: treewide use is_vlan_dev() helper function.

2017-02-05 Thread Jonathan Maxwell
On Sun, Feb 5, 2017 at 4:00 AM, Parav Pandit wrote: > This patch makes use of is_vlan_dev() function instead of flag > comparison which is exactly done by is_vlan_dev() helper function. > > Signed-off-by: Parav Pandit > Reviewed-by: Daniel Jurgens

RE: [PATCH 05/14] netvsc: remove no longer needed receive staging buffers

2017-02-05 Thread KY Srinivasan
> -Original Message- > From: Stephen Hemminger [mailto:step...@networkplumber.org] > Sent: Wednesday, February 1, 2017 8:29 AM > To: KY Srinivasan ; gre...@linuxfoundation.org > Cc: de...@linuxdriverproject.org; virtualizat...@lists.linux-foundation.org; > Stephen

Re: [PATCH 1/6] staging: Import the BCM2835 MMAL-based V4L2 camera driver.

2017-02-05 Thread Michael Zoran
Dave: I'd personally like to see the current version of vchi stabbed, poisoned, beaten, shot, chained and thrown in a river.:) Would it be possible to find another transport for this driver to remove the dependency on VCHI? Given the process of improving drivers in stagging, I don't expect VCHI

Re: [PATCH 1/6] staging: Import the BCM2835 MMAL-based V4L2 camera driver.

2017-02-05 Thread Dave Stevenson
Hi Mauro. I'm going to stick my head above the parapet as one of the original authors back when I worked at Broadcom. As it happens I started working at Raspberry Pi last Monday, so that puts me in a place where I can work on this again a bit more. (The last two years have been just a spare

Re: [PATCH v3 15/24] media: Add userspace header file for i.MX

2017-02-05 Thread Laurent Pinchart
Hi Steve, On Friday 13 Jan 2017 15:13:33 Steve Longerbeam wrote: > On 01/13/2017 04:05 AM, Philipp Zabel wrote: > > Am Freitag, den 06.01.2017, 18:11 -0800 schrieb Steve Longerbeam: > >> This adds a header file for use by userspace programs wanting to interact > >> with the i.MX media driver. It

Re: [PATCH v3 13/24] platform: add video-multiplexer subdevice driver

2017-02-05 Thread Laurent Pinchart
Hi Steve, On Tuesday 24 Jan 2017 18:07:55 Steve Longerbeam wrote: > On 01/24/2017 04:02 AM, Philipp Zabel wrote: > > On Fri, 2017-01-20 at 15:03 +0100, Hans Verkuil wrote: > >>> + > >>> +int vidsw_g_mbus_config(struct v4l2_subdev *sd, struct v4l2_mbus_config > >>> *cfg) > >>> +{ > >>> + struct

Re: [PATCH v3 06/24] ARM: dts: imx6-sabrelite: add OV5642 and OV5640 camera sensors

2017-02-05 Thread Russell King - ARM Linux
On Sun, Feb 05, 2017 at 05:24:30PM +0200, Laurent Pinchart wrote: > Hi Russell, > > On Monday 30 Jan 2017 22:51:33 Russell King - ARM Linux wrote: > > > + ov5640_to_mipi_csi: endpoint@1 { > > > + reg = <1>; > > > + remote-endpoint =

Re: [PATCH v3 12/24] add mux and video interface bridge entity functions

2017-02-05 Thread Laurent Pinchart
Hi Steve, Thank you for the patch On Friday 06 Jan 2017 18:11:30 Steve Longerbeam wrote: > From: Philipp Zabel > > Signed-off-by: Philipp Zabel > --- > Documentation/media/uapi/mediactl/media-types.rst | 22 >

Re: [PATCH v3 06/24] ARM: dts: imx6-sabrelite: add OV5642 and OV5640 camera sensors

2017-02-05 Thread Laurent Pinchart
Hi Russell, On Monday 30 Jan 2017 22:51:33 Russell King - ARM Linux wrote: > On Fri, Jan 06, 2017 at 06:11:24PM -0800, Steve Longerbeam wrote: > > + ov5640: camera@40 { > > + compatible = "ovti,ov5640"; > > + pinctrl-names = "default"; > > + pinctrl-0 = <_ov5640>;

Re: [PATCH v3 06/24] ARM: dts: imx6-sabrelite: add OV5642 and OV5640 camera sensors

2017-02-05 Thread Laurent Pinchart
On Monday 16 Jan 2017 13:55:23 Philipp Zabel wrote: > On Fri, 2017-01-13 at 15:04 -0800, Steve Longerbeam wrote: > > On 01/13/2017 04:03 AM, Philipp Zabel wrote: > > > Am Freitag, den 06.01.2017, 18:11 -0800 schrieb Steve Longerbeam: > > >> Enables the OV5642 parallel-bus sensor, and the OV5640

Re: [PATCH] staging: bcm2835-audio: remove unused macro

2017-02-05 Thread Greg Kroah-Hartman
On Fri, Feb 03, 2017 at 07:50:09PM +0100, Hendrik v. Raven wrote: > The VC_AUDIO_MAX_MSG_LEN macro is not used anywhere and has coding style > violations. > > Signed-off-by: Hendrik v. Raven Does not apply to my tree :( ___

Re: [PATCH] staging: fbtft: fbtft-bus.c: Fix checkpatch error

2017-02-05 Thread Greg KH
On Sat, Feb 04, 2017 at 01:42:48PM +0900, Youngdo Lee wrote: > Fix checkpatch error: > ERROR: space prohibited before that close parenthesis ')' > > Signed-off-by: Youngdo Lee > --- > drivers/staging/fbtft/fbtft-bus.c | 5 +++-- > 1 file changed, 3 insertions(+), 2

Re: [PATCH 1/1] iio: fixed symbolic permission references 'S_IRUGO | S_IWUSR'

2017-02-05 Thread Jonathan Cameron
On 04/02/17 19:11, Artur Lorincz wrote: > Replaced the symbolic permission references S_IRUGO and S_IWUSR with their > octal counterparts. > > Signed-off-by: Artur Lorincz Applied with a small change to the description to mention which driver we are dealing with. Also, for