Re: [PATCH 01/10] mm: remove write/force parameters from __get_user_pages_locked()

2016-10-18 Thread Jan Kara
On Thu 13-10-16 01:20:11, Lorenzo Stoakes wrote: > This patch removes the write and force parameters from > __get_user_pages_locked() > to make the use of FOLL_FORCE explicit in callers as use of this flag can > result > in surprising behaviour (and hence bugs) within the mm subsystem. > >

Re: [PATCH 1/4] doc-rst: reST-directive kernel-cmd / include contentent from scripts

2016-10-18 Thread Markus Heiser
Am 18.10.2016 um 12:06 schrieb Mauro Carvalho Chehab : > Sorry, I missed part of your comments on my last reply... > > > Em Tue, 18 Oct 2016 09:03:28 +0200 > Markus Heiser escreveu: > >> +- ``T:`` SCM tree type and location. >> + >>> + -

Re: [RFC PATCH 6/7] atmel-isi: remove dependency of the soc-camera framework

2016-10-18 Thread Hans Verkuil
On 10/18/16 11:21, Wu, Songjun wrote: Hi Hans, Do you have any issue on this patch? ENOTIME :-( Could I give you some help? :) I would certainly help if you can make the requested change to this patch. Let me know if you want to do that, because in that case I'll rebase my tree to the

Re: [PATCH 1/4] doc-rst: reST-directive kernel-cmd / include contentent from scripts

2016-10-18 Thread Mauro Carvalho Chehab
Sorry, I missed part of your comments on my last reply... Em Tue, 18 Oct 2016 09:03:28 +0200 Markus Heiser escreveu: > +-``T:`` SCM tree type and location. > + > > + - Type is one of: **git**, **hg**, **quilt**, **stgit**, **topgit** > > + > > Hmm, why is

Re: [RFC PATCH 6/7] atmel-isi: remove dependency of the soc-camera framework

2016-10-18 Thread Wu, Songjun
Hi Hans, Do you have any issue on this patch? Could I give you some help? :) On 9/23/2016 14:05, Wu, Songjun wrote: On 9/21/2016 15:04, Hans Verkuil wrote: On 08/18/2016 07:53 AM, Wu, Songjun wrote: Hi Hans, Thank you for the patch. On 8/17/2016 14:29, Hans Verkuil wrote: From: Hans

Re: [PATCH 1/4] doc-rst: reST-directive kernel-cmd / include contentent from scripts

2016-10-18 Thread Mauro Carvalho Chehab
Em Tue, 18 Oct 2016 09:07:03 +0300 Jani Nikula escreveu: > On Mon, 17 Oct 2016, Mauro Carvalho Chehab wrote: > > [PATCH] docs-rst: user: add MAINTAINERS > > > > including MAINTAINERS using ReST is tricky, because all > > maintainer's entries are

Re: [PATCH 1/4] doc-rst: reST-directive kernel-cmd / include contentent from scripts

2016-10-18 Thread Mauro Carvalho Chehab
Em Tue, 18 Oct 2016 09:03:28 +0200 Markus Heiser escreveu: > Am 17.10.2016 um 18:46 schrieb Mauro Carvalho Chehab : > > > Hi Markus, > > > > Em Thu, 6 Oct 2016 09:20:17 +0200 > > Markus Heiser escreveu: > > > >>

Re: [PATCH v4 3/8] media: adv7180: add support for NEWAVMODE

2016-10-18 Thread Laurent Pinchart
Hi Steve, On Monday 17 Oct 2016 15:36:14 Steve Longerbeam wrote: > On 10/16/2016 05:18 AM, Laurent Pinchart wrote: > > On Wednesday 03 Aug 2016 11:03:45 Steve Longerbeam wrote: > >> Parse the optional v4l2 endpoint DT node. If the bus type is > >> V4L2_MBUS_BT656 and the endpoint node specifies

Re: [PATCH 5/5] [media] st-cec: Fix module autoload

2016-10-18 Thread Benjamin Gaignard
Thanks, Acked-by: Benjamin Gaignard 2016-10-17 17:44 GMT+02:00 Javier Martinez Canillas : > If the driver is built as a module, autoload won't work because the module > alias information is not filled. So user-space can't match the

Re: [PATCH 1/4] doc-rst: reST-directive kernel-cmd / include contentent from scripts

2016-10-18 Thread Markus Heiser
Am 17.10.2016 um 18:46 schrieb Mauro Carvalho Chehab : > Hi Markus, > > Em Thu, 6 Oct 2016 09:20:17 +0200 > Markus Heiser escreveu: > >> From: Markus Heiser >> >> The ``kernel-cmd`` directive includes contend from

Re: [PATCH 1/2] media: platform: pxa_camera: add missing sensor power on

2016-10-18 Thread Robert Jarzmik
Robert Jarzmik writes: > During sensors binding, there is a window where the sensor is switched > off, while there is a call it to set a new format, which can end up in > an access to the sensor, especially an I2C based sensor. > > Remove this window by activating the

Re: [PATCH 1/4] doc-rst: reST-directive kernel-cmd / include contentent from scripts

2016-10-18 Thread Markus Heiser
Am 18.10.2016 um 08:07 schrieb Jani Nikula : > If you're going to insist on getting kernel-cmd upstream (and I haven't > changed my opinion on that) please at least have the sense to have just > *one* perl script to parse MAINTAINERS, not many. The one script should > be

[RESEND][PATCH] [media] atmel-isc: start dma in some scenario

2016-10-18 Thread Songjun Wu
If a new vb buf is added to vb queue, the queue is empty and steaming, dma should be started. Signed-off-by: Songjun Wu --- drivers/media/platform/atmel/atmel-isc.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git

Re: [PATCH 1/4] doc-rst: reST-directive kernel-cmd / include contentent from scripts

2016-10-18 Thread Jani Nikula
On Mon, 17 Oct 2016, Mauro Carvalho Chehab wrote: > [PATCH] docs-rst: user: add MAINTAINERS > > including MAINTAINERS using ReST is tricky, because all > maintainer's entries are like: > > FOO SUBSYSTEM: > M: My Name > L: mailing@list > S: Maintained > F: foo/bar

<    1   2