Em Thu, 21 Jul 2016 17:17:26 +0200
Markus Heiser escreveu:
> Am 19.07.2016 um 19:18 schrieb Mauro Carvalho Chehab
> :
>
> >> A bit OT, but I see that you often use tabs / I recommend to use
> >> spaces for indentation:
> >>
> >> http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.ht
Am 22.07.2016 um 11:46 schrieb Mauro Carvalho Chehab :
> Em Thu, 21 Jul 2016 17:17:26 +0200
> Markus Heiser escreveu:
>
>> Am 19.07.2016 um 19:18 schrieb Mauro Carvalho Chehab
>> :
>>
A bit OT, but I see that you often use tabs / I recommend to use
spaces for indentation:
>>>
V4L2_CTRL_FLAG_VOLATILE behaviour when V4L2_CTRL_FLAG_EXECUTE_ON_WRITE
is set was not properly explained.
Reported-by: Dimitrios Katsaros
Credit-to: Hans Verkuil
Signed-off-by: Ricardo Ribalda Delgado
---
Documentation/media/uapi/v4l/vidioc-queryctrl.rst | 8
1 file changed, 4 inserti
Hi,
this series basically takes the facility for continuously capturing CRCs
of frames from the i915 driver and into the DRM core.
The idea is that test suites such as IGT use this information to check
that frames that are exected to be identical, also have identical CRC
values.
Other drivers fo
Adds files and directories to debugfs for controlling and reading frame
CRCs, per CRTC:
dri/0/crtc-0/crc
dri/0/crtc-0/crc/control
dri/0/crtc-0/crc/data
Drivers can implement the set_crc_source callback() in drm_crtc_funcs to
start and stop generating frame CRCs and can add entries to the output
b
On 7/21/2016 10:20 PM, Christoph Lameter wrote:
On Thu, 21 Jul 2016, Chris Metcalf wrote:
On 7/20/2016 10:04 PM, Christoph Lameter wrote:
unstable, and then scheduling work to safely remove that timer.
I haven't looked at this code before (in kernel/time/clocksource.c
under CONFIG_CLOCKSOURCE_WA
On 07/22/2016 04:07 PM, Ricardo Ribalda Delgado wrote:
> V4L2_CTRL_FLAG_VOLATILE behaviour when V4L2_CTRL_FLAG_EXECUTE_ON_WRITE
> is set was not properly explained.
>
> Reported-by: Dimitrios Katsaros
> Credit-to: Hans Verkuil
> Signed-off-by: Ricardo Ribalda Delgado
> ---
> Documentation/me
The RST cpp:function handler is very pedantic: it doesn't allow any
macros like __user on it:
Documentation/media/kapi/dtv-core.rst:28: WARNING: Error when parsing
function declaration.
If the function has no return type:
Error in declarator or parameters and qualifiers
This header file was undocumented. Add documentation for it.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/media/kapi/v4l2-core.rst | 1 +
Documentation/media/kapi/v4l2-fh.rst | 3 +
include/media/v4l2-fh.h| 128 -
3 files changed, 1
Reorganize the order of the document, putting the chapters
on a more logical order and renaming some sections.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/media/kapi/v4l2-common.rst | 4
Documentation/media/kapi/v4l2-controls.rst| 4 ++--
Documentation/media/ka
Now that the only remaining chapters at v4l2-framework are
the introduction ones, let' s rename the file.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/media/kapi/v4l2-core.rst | 2 +-
Documentation/media/kapi/{v4l2-framework.rst => v4l2-intro.rst} | 0
2 files
Improve events documentation by adding cross references,
sub-titles and other markup elements.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/media/kapi/v4l2-event.rst | 137 +++-
1 file changed, 81 insertions(+), 56 deletions(-)
diff --git a/Documentation/me
Add cross-references with the kernel-doc functions/structs
and improve the markups.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/media/kapi/v4l2-fh.rst | 111 ++-
1 file changed, 56 insertions(+), 55 deletions(-)
diff --git a/Documentation/media/kapi/v4
Move the v4l2_fh specific content from v4l2-framework.rst
to v4l2-fh.rst.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/media/kapi/v4l2-fh.rst| 134
Documentation/media/kapi/v4l2-framework.rst | 133 ---
2 files changed, 134 i
Move the v4l2 clocks stuff from v4l2-framework to a separate
file and adds an attention that came from the v4l2-clk.h.
Note: as this is meant to be a temporary kAPI, and it is
used only by two drivers (soc_camera and em28xx), where
the first one is in deprecation process, it probably not
a worth e
As we merged the videobuf chapter at the kABI section, and it
is a way more complete, just remove the small videobuf chapter
that came from framework.txt.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/media/kapi/v4l2-framework.rst | 16
1 file changed, 16 deletions(-)
Move the v4l2 event-specific text from v4l2-framework.rst
to v4l2-event.rst. That helps to keep the text together with
the functions it describes, and makes easier to identify
documentation gaps.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/media/kapi/v4l2-event.rst | 107 +
Em Wed, 20 Jul 2016 20:35:09 +0200
Markus Heiser escreveu:
> Am 20.07.2016 um 14:20 schrieb Mauro Carvalho Chehab
> :
>
> > Em Tue, 19 Jul 2016 14:36:50 +0200
> > Daniel Vetter escreveu:
> >
> >> On Tue, Jul 19, 2016 at 01:42:55PM +0200, Daniel Vetter wrote:
> >>> These are the leftovers
Hi Guenter,
On Thu, Jul 21, 2016 at 6:30 PM, Guenter Roeck wrote:
> On 07/21/2016 03:37 PM, Hoan Tran wrote:
>>
>> This patch set adds hardware temperature and power reading support for
>> APM X-Gene SoC using the mailbox communication interface.
>> For device tree, it is the standard DT mailbox.
V4L2_CTRL_FLAG_VOLATILE behaviour when V4L2_CTRL_FLAG_EXECUTE_ON_WRITE
is set was not properly explained.
Also set some hyperlink to ease the Documentation browsing.
Reported-by: Dimitrios Katsaros
Credit-to: Hans Verkuil
Signed-off-by: Ricardo Ribalda Delgado
---
v2: By Hans Verkuil
-Fix so
Arnd Bergmann wrote:
A recent commit added a write to the watchdog test code for doing the "magic
close", but that caused a compile-time warning:
Documentation/watchdog/src/watchdog-test.c: In function ‘main’:
Documentation/watchdog/src/watchdog-test.c:94:5: warning: ignoring return value
of ‘w
On Fri, 22 Jul 2016 11:46:36 -0300
Mauro Carvalho Chehab wrote:
> The RST cpp:function handler is very pedantic: it doesn't allow any
> macros like __user on it:
> [...]
> So, we have to remove it from the function prototype.
Sigh, this is the kind of thing where somehow there's always more mole
Em Fri, 22 Jul 2016 15:37:16 -0600
Jonathan Corbet escreveu:
> On Fri, 22 Jul 2016 11:46:36 -0300
> Mauro Carvalho Chehab wrote:
>
> > The RST cpp:function handler is very pedantic: it doesn't allow any
> > macros like __user on it:
> > [...]
> > So, we have to remove it from the function proto
This struct is mentioned at the kAPI docbook. So, let's document
it.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/media/kapi/v4l2-common.rst | 2 +
include/media/v4l2-ioctl.h | 266 +++
2 files changed, 268 insertions(+)
diff --git a/Documen
24 matches
Mail list logo