Re: [PATCH v2 56/79] docs: Documentation/*.txt: rename all ReST files to *.rst

2019-04-25 Thread Mauro Carvalho Chehab
Em Wed, 24 Apr 2019 16:54:10 +0200 Borislav Petkov escreveu: > On Wed, Apr 24, 2019 at 07:40:07AM -0300, Mauro Carvalho Chehab wrote: > > Personally, I don't care much with monospaced fonts on this table. After > > all, if I want to see it monospaced, I can simply click at the

Re: [PATCH v2 56/79] docs: Documentation/*.txt: rename all ReST files to *.rst

2019-04-25 Thread Mauro Carvalho Chehab
Em Tue, 23 Apr 2019 23:38:16 +0200 Borislav Petkov escreveu: > On Tue, Apr 23, 2019 at 05:05:02PM -0300, Mauro Carvalho Chehab wrote: > > That's my view about how that specific file would be after > > converted to ReST: > > > > > > https://git.linuxtv.

Re: [PATCH v2 56/79] docs: Documentation/*.txt: rename all ReST files to *.rst

2019-04-24 Thread Mauro Carvalho Chehab
Em Tue, 23 Apr 2019 11:53:49 -0600 Jonathan Corbet escreveu: > On Tue, 23 Apr 2019 19:11:58 +0200 > Peter Zijlstra wrote: > > > Look at crap like this: > > > > "The memory allocations via :c:func:`kmalloc`, :c:func:`vmalloc`, > > :c:func:`kmem_cache_alloc` and" > > > > That should've been

Re: [PATCH v2 56/79] docs: Documentation/*.txt: rename all ReST files to *.rst

2019-04-24 Thread Mauro Carvalho Chehab
ote: > > > > > > > On Mon, Apr 22, 2019 at 10:27:45AM -0300, Mauro Carvalho Chehab wrote: > > > > > > > > > .../{atomic_bitops.txt => atomic_bitops.rst} | 2 + > > > > > > > > What's happend to atomic_t.txt, also

Re: [PATCH v2 56/79] docs: Documentation/*.txt: rename all ReST files to *.rst

2019-04-24 Thread Mauro Carvalho Chehab
Em Tue, 23 Apr 2019 19:20:06 +0200 Borislav Petkov escreveu: > On Tue, Apr 23, 2019 at 07:11:58PM +0200, Peter Zijlstra wrote: > > I know I'm an odd duck; but no. They're _less_ accessible for me, as > > both a reader and author. They look 'funny' when read as a text file > > (the only way it

[PATCH v2 45/79] docs: console.txt: convert docs to ReST and rename to *.rst

2019-04-22 Thread Mauro Carvalho Chehab
Convert this small file to ReST in preparation for adding it to the driver-api book. While this is not part of the driver-api book, mark it as :orphan:, in order to avoid build warnings. Signed-off-by: Mauro Carvalho Chehab --- .../console/{console.txt => console.rst} |

[PATCH v2 39/79] docs: EDID/HOWTO.txt: convert it and rename to howto.rst

2019-04-22 Thread Mauro Carvalho Chehab
to the GPU/DRM documentation. Signed-off-by: Mauro Carvalho Chehab --- Documentation/EDID/{HOWTO.txt => howto.rst} | 31 --- .../admin-guide/kernel-parameters.txt | 2 +- drivers/gpu/drm/Kconfig | 2 +- 3 files changed, 22 insertions(+), 13 deleti

[PATCH v2 21/79] docs: locking: convert docs to ReST and rename to *.rst

2019-04-22 Thread Mauro Carvalho Chehab
. Signed-off-by: Mauro Carvalho Chehab --- Documentation/kernel-hacking/locking.rst | 2 +- Documentation/locking/index.rst | 24 +++ ...{lockdep-design.txt => lockdep-design.rst} | 41 ++-- Documentation/locking/lockstat.rst| 204 ++ Documentat

[PATCH v2 65/79] docs: ioctl: convert to ReST

2019-04-22 Thread Mauro Carvalho Chehab
while this is not linked to the main index.rst file, in order to avoid build warnings. Signed-off-by: Mauro Carvalho Chehab --- ...g-up-ioctls.txt => botching-up-ioctls.rst} |1 + Documentation/ioctl/cdrom.rst | 1233 + Documentation/ioctl/cdrom.txt

Avoiding merge conflicts while adding new docs - Was: Re: [PATCH 00/57] Convert files to ReST

2019-04-18 Thread Mauro Carvalho Chehab
Jon, Em Mon, 15 Apr 2019 23:55:25 -0300 Mauro Carvalho Chehab escreveu: > I have a separate patch series with do the actual rename and > adjustment of references. I opted to submit this first, as it > sounds easier to merge this way, as each subsystem maintainer > can apply th

[PATCH 00/57] Convert files to ReST

2019-04-15 Thread Mauro Carvalho Chehab
in html can be seen at: https://www.infradead.org/~mchehab/rst_conversion/ Mauro Carvalho Chehab (57): docs: trace: fix some Sphinx warnings docs: acpi: convert text files to ReST docs: aoe: convert text files to ReST docs: arm64: convert documentation to ReST format docs: cdrom

Re: [PATCH 5/5] media: tvp5150: add support to limit tv norms on connector

2019-03-20 Thread Mauro Carvalho Chehab
Em Wed, 20 Mar 2019 17:36:50 +0100 Marco Felsch escreveu: > Hi Mauro, > > On 19-03-20 11:18, Mauro Carvalho Chehab wrote: > > Em Sat, 2 Feb 2019 13:10:04 +0100 > > Marco Felsch escreveu: > > > > > The tvp5150 accepts NTSC(M,J,4.43), PAL (B,D,G

Re: [PATCH 5/5] media: tvp5150: add support to limit tv norms on connector

2019-03-20 Thread Mauro Carvalho Chehab
V4L2_STD_PAL | \ > + V4L2_STD_PAL_M| \ > + V4L2_STD_PAL_N| \ > + V4L2_STD_PAL_Nc | \ > + V4L2_STD_SECAM) > > MODULE_DESCRIPTION("T

Re: [PATCH v7 00/18] R-Car DU display writeback support

2019-03-18 Thread Mauro Carvalho Chehab
figure_stream() > operation > media: vsp1: dl: Allow chained display lists for display pipelines > media: vsp1: wpf: Add writeback support > media: vsp1: drm: Split RPF format setting to separate function > media: vsp1: drm: Extend frame completion API to the DU driver >

Re: [PATCH v3 1/9] mm: Introduce new vm_insert_range API

2018-12-07 Thread Mauro Carvalho Chehab
d rk3399 with graphics. > > Signed-off-by: Souptick Joarder > Reviewed-by: Matthew Wilcox > Reviewed-by: Mike Rapoport > Tested-by: Heiko Stuebner Looks good to me. Reviewed-by: Mauro Carvalho Chehab > --- > include/linux/mm.h | 2 ++ > mm/memory.c| 38 ++

Re: [PATCH 7/8] media: sti/bdisp: don't pass GFP_DMA32 to dma_alloc_attrs

2018-12-05 Thread Mauro Carvalho Chehab
Em Thu, 18 Oct 2018 14:00:40 +0200 Benjamin Gaignard escreveu: > Le mer. 17 oct. 2018 à 09:20, Christoph Hellwig a écrit : > > > > On Mon, Oct 15, 2018 at 11:12:55AM +0200, Benjamin Gaignard wrote: > > > Le sam. 13 oct. 2018 à 17:18, Christoph Hellwig a écrit : > > > > > > > > The DMA API

Re: [PATCH 1/5] media: replace ADOBERGB by OPRGB

2018-09-13 Thread Mauro Carvalho Chehab
Em Thu, 13 Sep 2018 13:47:27 +0200 Hans Verkuil escreveu: > From: Hans Verkuil > > The CTA-861 standards have been updated to refer to opRGB instead > of AdobeRGB. The official standard is in fact named opRGB, so > switch to that. > > The two old defines referring to ADOBERGB in the public

Re: [PATCH v2 05/17] compat_ioctl: move more drivers to generic_compat_ioctl_ptrarg

2018-09-12 Thread Mauro Carvalho Chehab
e controller codes to adjust the air conditioning system ;-) From lirc driver's PoV, there's nothing that really prevents one to do that and use lirc API, and the driver is generic enough to work on any hardware platform. I didn't check the implementation of generic_c

[ANN] Linux Media Summit 2018 together with ELC-EU

2018-08-16 Thread Mauro Carvalho Chehab
Hi all, We're organizing this year's media summit to happen together with the Embedded Linux Conference - Europe, on Thursday, October 25 2018: https://events.linuxfoundation.org/events/elc-openiot-europe-2018/ Media Summit is the premier forum to discuss the Linux multimedia

allmodconfig/allyesconfig doesn't work with Kernel 4.18 - Was: Re: [PATCH] [v3] drm: amd: dc: don't use FP math when Kcov is enabled

2018-08-15 Thread Mauro Carvalho Chehab
Em Sat, 11 Aug 2018 17:54:12 +0200 Arnd Bergmann escreveu: > Building the DCN 1.0 Raven display driver with CONFIG_KCOV_INSTRUMENT_ALL=y > and CONFIG_KCOV_ENABLE_COMPARISONS=y results in warnings about many functions > that do a comparison of floating-point variables: > >

Re: [PATCH] v4l: vsp1: Fix deadlock in VSPDL DRM pipelines

2018-07-30 Thread Mauro Carvalho Chehab
Em Sat, 28 Jul 2018 20:13:05 +0100 Kieran Bingham escreveu: > Hi Laurent, Mauro, > > I've cast my eyes through this, and the driver code it affects > > On 27/07/18 18:19, Laurent Pinchart wrote: > > The VSP uses a lock to protect the BRU and BRS assignment when > > configuring pipelines. The

Re: linux-next: manual merge of the drm tree with the v4l-dvb tree

2018-07-27 Thread Mauro Carvalho Chehab
Em Fri, 27 Jul 2018 14:36:40 +1000 Stephen Rothwell escreveu: > Hi all, > > Today's linux-next merge of the drm tree got a conflict in: > > drivers/gpu/ipu-v3/ipu-cpmem.c > > between commit: > > 343b23a7c6b6 ("media: gpu: ipu-v3: Allow negative offsets for interlaced > scanning") > >

[PATCH v4 04/26] docs: fix broken references with multiple hints

2018-06-15 Thread Mauro Carvalho Chehab
The script: ./scripts/documentation-file-ref-check --fix Gives multiple hints for broken references on some files. Manually use the one that applies for some files. Acked-by: Steven Rostedt (VMware) Signed-off-by: Mauro Carvalho Chehab --- Documentation/ABI/obsolete/sysfs-gpio

[PATCH v4 16/26] docs: Fix more broken references

2018-06-15 Thread Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab --- .../bindings/clock/st/st,clkgen.txt | 8 .../devicetree/bindings/clock/ti/gate.txt | 2 +- .../bindings/clock/ti/interface.txt | 2 +- .../bindings/cpufreq/cpufreq-mediatek.txt | 2 +- .../bindings/devfreq

[PATCH v4 05/26] docs: Fix some broken references

2018-06-15 Thread Mauro Carvalho Chehab
Boyd Acked-by: Charles Keepax Acked-by: Mathieu Poirier Reviewed-by: Coly Li Signed-off-by: Mauro Carvalho Chehab --- .../admin-guide/kernel-parameters.txt | 4 ++-- .../bindings/input/rotary-encoder.txt | 2 +- Documentation/driver-api/gpio/consumer.rst| 2

[PATCH v3 05/27] docs: Fix some broken references

2018-06-14 Thread Mauro Carvalho Chehab
Boyd Acked-by: Charles Keepax Acked-by: Mathieu Poirier Signed-off-by: Mauro Carvalho Chehab --- .../admin-guide/kernel-parameters.txt | 4 ++-- .../bindings/input/rotary-encoder.txt | 2 +- Documentation/driver-api/gpio/consumer.rst| 2 +- Documentation/kprobes.txt

[PATCH v3 16/27] docs: Fix more broken references

2018-06-14 Thread Mauro Carvalho Chehab
As we move stuff around, some doc references are broken. Fix some of them via this script: ./scripts/documentation-file-ref-check --fix Manually checked that produced results are valid. Signed-off-by: Mauro Carvalho Chehab --- .../devicetree/bindings/clock/st/st,clkgen.txt | 8

[PATCH v3 04/27] docs: fix broken references with multiple hints

2018-06-14 Thread Mauro Carvalho Chehab
The script: ./scripts/documentation-file-ref-check --fix-rst Gives multiple hints for broken references on some files. Manually use the one that applies for some files. Signed-off-by: Mauro Carvalho Chehab --- Documentation/ABI/obsolete/sysfs-gpio | 2

Re: [PATCH v2 09/11] docs: Fix some broken references

2018-05-09 Thread Mauro Carvalho Chehab
Em Wed, 9 May 2018 15:11:07 -0400 (EDT) Alan Stern <st...@rowland.harvard.edu> escreveu: > On Wed, 9 May 2018, Mauro Carvalho Chehab wrote: > > > Em Wed, 9 May 2018 19:15:01 +0200 > > Andrea Parri <parri.and...@gmail.com> escreveu: > > > > > tools

Re: [PATCH v2 09/11] docs: Fix some broken references

2018-05-09 Thread Mauro Carvalho Chehab
Em Wed, 9 May 2018 19:15:01 +0200 Andrea Parri <parri.and...@gmail.com> escreveu: > On Wed, May 09, 2018 at 10:18:52AM -0300, Mauro Carvalho Chehab wrote: > > As we move stuff around, some doc references are broken. Fix some of > > them via this script: > > ./scr

[PATCH v2 11/11] docs: fix broken references with multiple hints

2018-05-09 Thread Mauro Carvalho Chehab
The script: ./scripts/documentation-file-ref-check --fix-rst Gives multiple hints for broken references on some files. Manually use the one that applies for some files. Signed-off-by: Mauro Carvalho Chehab <mchehab+sams...@kernel.org> --- Documentation/ABI/obsolete/sysf

[PATCH v2 09/11] docs: Fix some broken references

2018-05-09 Thread Mauro Carvalho Chehab
As we move stuff around, some doc references are broken. Fix some of them via this script: ./scripts/documentation-file-ref-check --fix-rst Manually checked if the produced result is valid, removing a few false-positives. Signed-off-by: Mauro Carvalho Chehab <mchehab+sams...@kernel.

[PATCH 14/18] fbdev: modedb.c: fix a kernel-doc markup

2018-05-07 Thread Mauro Carvalho Chehab
/video/fbdev/core/modedb.c:647: WARNING: Inline strong start-string without end-string. ./drivers/video/fbdev/core/modedb.c:647: WARNING: Inline strong start-string without end-string. Signed-off-by: Mauro Carvalho Chehab <mchehab+sams...@kernel.org> --- drivers/video/fbdev/core/mo

[PATCH 00/18] Fix some build warnings/errors with Sphinx

2018-05-07 Thread Mauro Carvalho Chehab
the tree, and moved a few text documents to a book. I with I had more time to move the other ones and to solve other warnings. Mauro Carvalho Chehab (18): docs: can.rst: fix a footnote reference docs: fix location of request_firmware & friends docs: */index.rst: Add newer docum

Re: [PATCH] media: include/video/omapfb_dss.h: use IS_ENABLED()

2018-05-05 Thread Mauro Carvalho Chehab
Em Sat, 5 May 2018 10:59:23 -0700 Randy Dunlap <rdun...@infradead.org> escreveu: > On 05/04/2018 01:49 PM, Mauro Carvalho Chehab wrote: > > Just checking for ifdefs cause build issues as reported by > > kernel test: > > > > config: openrisc-allmodconfig (attach

Re: [PATCH v3 0/8] R-Car DU: Support CRC calculation

2018-05-05 Thread Mauro Carvalho Chehab
Em Sat, 05 May 2018 17:06:50 +0300 Laurent Pinchart escreveu: > Hi Daniel, > > (CC'ing Mauro) > > On Thursday, 3 May 2018 16:45:36 EEST Daniel Vetter wrote: > > On Thu, May 3, 2018 at 2:06 PM, Laurent Pinchart wrote: > > > Hi Dave, > > > > > > Ping ? > >

[PATCH] media: include/video/omapfb_dss.h: use IS_ENABLED()

2018-05-04 Thread Mauro Carvalho Chehab
olnier...@samsung.com> Cc: Randy Dunlap <rdun...@infradead.org> Cc: tomi.valkei...@ti.com Cc: linux-o...@vger.kernel.org Cc: linux-fb...@vger.kernel.org Fixes: 771f7be87ff9 ("media: omapfb: omapfb_dss.h: add stubs to build with COMPILE_TEST && DRM_OMAP") Signed-off-b

Re: [PATCH 5/7] omapfb: omapfb_dss.h: add stubs to build with COMPILE_TEST && DRM_OMAP

2018-05-04 Thread Mauro Carvalho Chehab
Em Wed, 25 Apr 2018 12:47:34 +0200 Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> escreveu: > On Monday, April 23, 2018 10:55:57 AM Mauro Carvalho Chehab wrote: > > Em Mon, 23 Apr 2018 14:47:28 +0200 > > Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> escre

Re: [PATCH] drivers: omap2: Kconfig: make FB_OMAP2_DSS_INIT depend on OF

2018-05-04 Thread Mauro Carvalho Chehab
Em Fri, 04 May 2018 13:05:17 +0200 Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> escreveu: > On Friday, May 04, 2018 07:59:06 AM Mauro Carvalho Chehab wrote: > > Em Fri, 04 May 2018 12:48:46 +0200 > > Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> escreve

Re: [PATCH] drivers: omap2: Kconfig: make FB_OMAP2_DSS_INIT depend on OF

2018-05-04 Thread Mauro Carvalho Chehab
ys now, so: > > > > Acked-by: Randy Dunlap <rdun...@infradead.org> > > Tested-by: Randy Dunlap <rdun...@infradead.org> > > Thanks. > > Since there has been no follow up from Mauro on this ([1]) I guess > that the best thing I

Re: [PATCH 5/7] omapfb: omapfb_dss.h: add stubs to build with COMPILE_TEST && DRM_OMAP

2018-04-24 Thread Mauro Carvalho Chehab
Em Mon, 23 Apr 2018 22:48:06 +0300 Laurent Pinchart <laurent.pinch...@ideasonboard.com> escreveu: > Hi Mauro, > > On Monday, 23 April 2018 17:22:27 EEST Mauro Carvalho Chehab wrote: > > Em Mon, 23 Apr 2018 15:56:53 +0200 Bartlomiej Zolnierkiewicz escreveu: > > > O

Re: [PATCH 5/7] omapfb: omapfb_dss.h: add stubs to build with COMPILE_TEST && DRM_OMAP

2018-04-24 Thread Mauro Carvalho Chehab
Em Mon, 23 Apr 2018 14:47:28 +0200 Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> escreveu: > On Friday, April 20, 2018 01:42:51 PM Mauro Carvalho Chehab wrote: > > Add stubs for omapfb_dss.h, in the case it is included by > > some driver when CONFIG_FB_OMAP2 is

Re: [PATCH 5/7] omapfb: omapfb_dss.h: add stubs to build with COMPILE_TEST && DRM_OMAP

2018-04-24 Thread Mauro Carvalho Chehab
Em Mon, 23 Apr 2018 17:11:14 +0300 Tomi Valkeinen escreveu: > On 23/04/18 16:56, Bartlomiej Zolnierkiewicz wrote: > > > Ideally we should be able to build both drivers in the same kernel > > (especially as modules). > > > > I was hoping that it could be fixed easily but

Re: [PATCH 5/7] omapfb: omapfb_dss.h: add stubs to build with COMPILE_TEST && DRM_OMAP

2018-04-24 Thread Mauro Carvalho Chehab
Em Mon, 23 Apr 2018 15:56:53 +0200 Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> escreveu: > On Monday, April 23, 2018 02:47:28 PM Bartlomiej Zolnierkiewicz wrote: > > On Friday, April 20, 2018 01:42:51 PM Mauro Carvalho Chehab wrote: > > > Add stubs for o

[PATCH 0/7] Enable most media drivers to build on ARM

2018-04-21 Thread Mauro Carvalho Chehab
://git.linuxtv.org/mchehab/experimental.git/log/?h=compile_test_v7 Mauro Carvalho Chehab (7): asm-generic, media: allow COMPILE_TEST with virt_to_bus media: meye: allow building it with COMPILE_TEST on non-x86 media: rc: allow build pnp-dependent drivers with COMPILE_TEST media: ipu3: allow building

[PATCH 5/7] omapfb: omapfb_dss.h: add stubs to build with COMPILE_TEST && DRM_OMAP

2018-04-21 Thread Mauro Carvalho Chehab
Add stubs for omapfb_dss.h, in the case it is included by some driver when CONFIG_FB_OMAP2 is not defined, with can happen on ARM when DRM_OMAP is not 'n'. That allows building such driver(s) with COMPILE_TEST. Signed-off-by: Mauro Carvalho Chehab <mche...@s-opensource.com> --- include

Re: [PATCH 2/2] media: omapfb: relax compilation if COMPILE_TEST

2018-04-09 Thread Mauro Carvalho Chehab
Em Sat, 07 Apr 2018 14:46:56 +0300 Laurent Pinchart <laurent.pinch...@ideasonboard.com> escreveu: > Hi Mauro, > > Thank you for the patch. > > On Friday, 6 April 2018 18:33:20 EEST Mauro Carvalho Chehab wrote: > > The dependency of DRM_OMAP = n can be relaxed fo

[PATCH 2/2] media: omapfb: relax compilation if COMPILE_TEST

2018-04-06 Thread Mauro Carvalho Chehab
The dependency of DRM_OMAP = n can be relaxed for just compilation test. This allows building the omap3isp driver with allyesconfig on ARM. Signed-off-by: Mauro Carvalho Chehab <mche...@s-opensource.com> --- drivers/video/fbdev/omap2/omapfb/Kconfig | 2 +- 1 file changed, 1 insertion

[PATCH v2 15/19] omap2: omapfb: allow building it with COMPILE_TEST

2018-04-05 Thread Mauro Carvalho Chehab
This driver builds cleanly with COMPILE_TEST, and it is needed in order to allow building drivers/media omap2 driver. So, change the logic there to allow building it. Signed-off-by: Mauro Carvalho Chehab <mche...@s-opensource.com> --- drivers/video/fbdev/omap2/Kconfig | 2 +- 1 file chan

[PATCH 00/16] Make all drivers under drivers/media to build with COMPILE_TEST

2018-04-05 Thread Mauro Carvalho Chehab
5 patches in this series (about 1/3) are just to fix build issues on those drivers, most of them due to gcc warnings. Mauro Carvalho Chehab (16): omap: omap-iommu.h: allow building drivers with COMPILE_TEST media: omap3isp: allow it to build with COMPILE_TEST media: omap3isp/isp: remove

[PATCH 15/16] media: omapfb_dss.h: add stubs to build with COMPILE_TEST

2018-04-05 Thread Mauro Carvalho Chehab
Add stubs for omapfb_dss.h, in the case it is included by some driver when CONFIG_FB_OMAP2 is not defined. That allows building such driver(s) with COMPILE_TEST. Signed-off-by: Mauro Carvalho Chehab <mche...@s-opensource.com> --- include/video/omapfb_dss.

Re: [PATCH 15/16] media: omapfb_dss.h: add stubs to build with COMPILE_TEST

2018-04-05 Thread Mauro Carvalho Chehab
Em Thu, 05 Apr 2018 21:41:18 +0300 Laurent Pinchart <laurent.pinch...@ideasonboard.com> escreveu: > Hi Mauro, > > Thank you for the patch. > > On Thursday, 5 April 2018 20:54:15 EEST Mauro Carvalho Chehab wrote: > > Add stubs for omapfb_dss.h, in the case it is inclu

Re: [PATCHv2 6/7] cec-pin-error-inj.rst: document CEC Pin Error Injection

2018-03-22 Thread Mauro Carvalho Chehab
Em Mon, 5 Mar 2018 14:51:38 +0100 Hans Verkuil escreveu: > From: Hans Verkuil > > The CEC Pin framework adds support for Error Injection. > > Document all the error injections commands and how to use it. Please notice that all debugfs/sysfs

[PATCH 6/6] drm: intel_dpio_phy: fix kernel-doc comments at nested struct

2018-02-16 Thread Mauro Carvalho Chehab
intel.com> Signed-off-by: Mauro Carvalho Chehab <mche...@s-opensource.com> --- drivers/gpu/drm/i915/intel_dpio_phy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/intel_dpio_phy.c b/drivers/gpu/drm/i915/intel_dpio_phy.c index 76473e9836c6..c

[PATCH 0/6] Add support for in-line nested struct comments

2018-02-16 Thread Mauro Carvalho Chehab
This series fix two bugs at kernel-doc.rst examples and add support for in-line nested struct comments. It also converts one documentation at intel_dpio_phy to use it, in order to give a practical example about how to use it. Mauro Carvalho Chehab (6): doc-guide: kernel-doc: fix example

Re: [PATCH v3 01/34] clk_ops: change round_rate() to return unsigned long

2018-01-04 Thread Mauro Carvalho Chehab
mplementations > that do not return an error code of < 0 will be left as-is. > > drivers/media/platform/omap3isp/isp.c | 4 ++-- Acked-by: Mauro Carvalho Chehab <mche...@s-opensource.com> Thanks, Mauro ___ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel

Re: [trivial PATCH] treewide: Align function definition open/close braces

2017-12-20 Thread Mauro Carvalho Chehab
e gnu complexity to work > properly for these modified functions. > > Miscellanea: > > o Remove extra trailing ; and blank line from xfs_agf_verify > > Signed-off-by: Joe Perches <j...@perches.com> For the media patch: Acked-by: Mauro Carvalho Chehab <mche...@s-op

Re: [PATCH 00/18] use ARRAY_SIZE macro

2017-10-03 Thread Mauro Carvalho Chehab
Em Sun, 1 Oct 2017 20:52:20 -0400 Jérémy Lefaure escreveu: > Anyway, I can tell to each maintainer that they can apply the patches > they're concerned about and next time I may send individual patches. In the case of media, we'll handle it as if they were individual

Re: [RFC PATCH v4 3/6] i2c: add docs to clarify DMA handling

2017-09-09 Thread Mauro Carvalho Chehab
Em Sat, 9 Sep 2017 17:27:06 +0200 Wolfram Sang escreveu: > > Yes, but the statistics that 10% of I2C bus master drivers > > are DMA-safe is not true, if you take those into account ;-) > > > > Perhaps you could write it as (or something similar): > > > > At this time of

Re: [RFC PATCH v4 3/6] i2c: add docs to clarify DMA handling

2017-09-09 Thread Mauro Carvalho Chehab
Em Fri, 8 Sep 2017 10:56:40 +0200 Wolfram Sang escreveu: > Hi Mauro, > > thanks for your comments. Much appreciated! > > > There are also a couple of things here that Sphinx would complain. > > So, it could be worth to rename it to *.rst, while you're writing > > it, and

Re: [RFC PATCH v4 3/6] i2c: add docs to clarify DMA handling

2017-08-27 Thread Mauro Carvalho Chehab
Em Thu, 17 Aug 2017 16:14:46 +0200 Wolfram Sang escreveu: > Signed-off-by: Wolfram Sang > --- > Documentation/i2c/DMA-considerations | 50 > > 1 file changed, 50 insertions(+) > create

Re: [PATCH v4] drm/bridge/sii8620: add remote control support

2017-08-27 Thread Mauro Carvalho Chehab
ubsystem, allowing > a user to control a device using TV remote control. > > Signed-off-by: Maciej Purski <m.pur...@samsung.com> Acked-by: Mauro Carvalho Chehab <mche...@s-opensource.com> > --- > > Changes in v2: > - use RC subsystem (including CEC keymap) >

Re: [PATCH v2 03/14] v4l: vsp1: Don't set WPF sink pointer

2017-07-21 Thread Mauro Carvalho Chehab
Pinchart <laurent.pinchart+rene...@ideasonboard.com> > > > > Reviewed-by: Kieran Bingham <kieran.bingham+rene...@ideasonboard.com> Acked-by: Mauro Carvalho Chehab <mche...@s-opensource.com> Thanks, Mauro ___ dri-devel m

Re: [PATCH v2 04/14] v4l: vsp1: Store source and sink pointers as vsp1_entity

2017-07-21 Thread Mauro Carvalho Chehab
rt+rene...@ideasonboard.com> > > > > Reviewed-by: Kieran Bingham <kieran.bingham+rene...@ideasonboard.com> Acked-by: Mauro Carvalho Chehab <mche...@s-opensource.com> Thanks, Mauro ___ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel

Re: [PATCH v2 02/14] v4l: vsp1: Don't recycle active list at display start

2017-07-21 Thread Mauro Carvalho Chehab
hart+rene...@ideasonboard.com> > > > > Ok, I had skipped this one as I was concerned about its effects in relation to > 11/14 but I see how that's working now. > > Reviewed-by: Kieran Bingham <kieran.bingham+rene...@ideasonboard.com> Acked-by: Mauro Carvalho C

Re: [PATCH v2 07/14] v4l: vsp1: Add support for the BRS entity

2017-07-21 Thread Mauro Carvalho Chehab
> to be supported by the hardware but isn't implemented yet as it isn't > > the primary use case for the BRS. > > > > Signed-off-by: Laurent Pinchart <laurent.pinchart+rene...@ideasonboard.com> > > > > Reviewed-by: Kieran Bingham <kieran.bingha

Re: [PATCH v2 10/14] v4l: vsp1: Add support for multiple DRM pipelines

2017-07-21 Thread Mauro Carvalho Chehab
sp_drm_pipeline object that models one > display pipeline. > > Signed-off-by: Laurent Pinchart <laurent.pinchart+rene...@ideasonboard.com> Acked-by: Mauro Carvalho Chehab <mche...@s-opensource.com> Thanks, Mauro

Re: [PATCH v2.1 08/14] v4l: vsp1: Add support for new VSP2-BS, VSP2-DL and VSP2-D instances

2017-07-21 Thread Mauro Carvalho Chehab
vice info table. > > Signed-off-by: Laurent Pinchart <laurent.pinchart+rene...@ideasonboard.com> > Reviewed-by: Kieran Bingham <kieran.bingham+rene...@ideasonboard.com> Acked-by: Mauro Carvalho Chehab <mche...@s-opensource.com> Thanks, Mauro

Re: [PATCH v2 01/14] v4l: vsp1: Fill display list headers without holding dlm spinlock

2017-07-21 Thread Mauro Carvalho Chehab
Reviewed-by: Kieran Bingham <kieran.bingham+rene...@ideasonboard.com> Acked-by: Mauro Carvalho Chehab <mche...@s-opensource.com> Thanks, Mauro ___ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel

Re: [PATCH v2 09/14] v4l: vsp1: Add support for multiple LIF instances

2017-07-21 Thread Mauro Carvalho Chehab
y available on Gen2 hardware, isn't supported by the rest of the > > driver, and has no known use case, so this isn't an issue. > > > > Signed-off-by: Laurent Pinchart <laurent.pinchart+rene...@ideasonboard.com> > > > This looks good. > > Reviewed-by: Kier

Re: [PATCH v2 05/14] v4l: vsp1: Don't create links for DRM pipeline

2017-07-21 Thread Mauro Carvalho Chehab
directly. > > > > Signed-off-by: Laurent Pinchart <laurent.pinchart+rene...@ideasonboard.com> > > > > A whole function removed ... always love code removal... > > Reviewed-by: Kieran Bingham <kieran.bingham+rene...@id

Re: [PATCH v2 3/3] drm: rcar-du: Repair vblank for DRM page flips using the VSP

2017-07-21 Thread Mauro Carvalho Chehab
ed > anymore, so we can stop enabling it. > > Fixes: d503a43ac06a ("drm: rcar-du: Register a completion callback with VSP1") > Signed-off-by: Kieran Bingham <kieran.bingham+rene...@ideasonboard.com> > Signed-off-by: Laurent Pinchart <laurent.pin

Re: [PATCH v2 06/14] v4l: vsp1: Add pipe index argument to the VSP-DU API

2017-07-21 Thread Mauro Carvalho Chehab
t; > blend unit > > > * sinks, even if the configuration will be overwritten later by > > > - * vsp1_du_setup_rpf(). This ensures that the BRU configuration is set to > > > a well > > > - * defined state. > > > + * vsp1_du_setup_rpf().

Re: [PATCH v2 11/14] v4l: vsp1: Add support for header display lists in continuous mode

2017-07-21 Thread Mauro Carvalho Chehab
ned-off-by: Laurent Pinchart <laurent.pinchart+rene...@ideasonboard.com> Acked-by: Mauro Carvalho Chehab <mche...@s-opensource.com> Thanks, Mauro ___ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel

Re: [PATCH v2 1/2] v4l: vsp1: Add support for colorkey alpha blending

2017-06-07 Thread Mauro Carvalho Chehab
RM, from my side, feel free to merge this via DRM tree. Acked-by: Mauro Carvalho Chehab <mche...@s-opensource.com> > --- > drivers/media/platform/vsp1/vsp1_drm.c | 3 +++ > drivers/media/platform/vsp1/vsp1_rpf.c | 10 -- > drivers/media/platform/vsp1/vsp1_rwpf.h |

Re: [RFC v4 00/18] vb2: Handle user cache hints, allow drivers to choose cache coherency

2017-06-07 Thread Mauro Carvalho Chehab
Hi Sakari, Em Mon, 8 May 2017 18:03:12 +0300 Sakari Ailus escreveu: > Hello, > > This is a rebased and partially reworked version of the vb2 cache hints > support patch series posted by first myself, then Laurent and then myself > again. > > I'm still posting

Re: [PATCH 20/29] sync_file.txt: standardize document format

2017-05-29 Thread Mauro Carvalho Chehab
Em Wed, 24 May 2017 22:36:36 -0300 Gustavo Padovan <gust...@padovan.org> escreveu: > Hi Mauro, > > 2017-05-18 Mauro Carvalho Chehab <mche...@s-opensource.com>: > > > Each text file under Documentation follows a different > > format. Some doesn't e

[PATCH 00/29] Standardize doc formats - part 3

2017-05-19 Thread Mauro Carvalho Chehab
. This is part 3. Mauro Carvalho Chehab (29): pinctrl.txt: standardize document format pnp.txt: standardize document format preempt-locking.txt: standardize document format printk-formats.txt: standardize document format pwm.txt: standardize document format rbtree.txt: standardize

[PATCH 20/29] sync_file.txt: standardize document format

2017-05-19 Thread Mauro Carvalho Chehab
for references. Signed-off-by: Mauro Carvalho Chehab <mche...@s-opensource.com> --- Documentation/sync_file.txt | 23 +-- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/Documentation/sync_file.txt b/Documentation/sync_file.txt index c3d033a06e8d..496fb2

Re: [PATCH v4 4/4] drm: rcar-du: Register a completion callback with VSP1

2017-05-18 Thread Mauro Carvalho Chehab
com> > Reviewed-by: Laurent Pinchart <laurent.pinchart+rene...@ideasonboard.com> > Signed-off-by: Laurent Pinchart <laurent.pinchart+rene...@ideasonboard.com> For all parts of this series that touch drivers/media: Acked-by: Mauro Carvalho Chehab <mche...@s-opensource.com> > ---

[PATCH v2 43/53] docs: update old references for DocBook from the documentation

2017-05-17 Thread Mauro Carvalho Chehab
DocBook is mentioned several times at the documentation. Update the obsolete references from it at the DocBook. Acked-by: SeongJae Park <sj38.p...@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mche...@s-opensource.com> --- Documentation/PCI/MSI-HOWTO.txt| 2 +- D

[PATCH 03/13] docs: update old references for DocBook from the documentation

2017-05-14 Thread Mauro Carvalho Chehab
DocBook is mentioned several times at the documentation. Update the obsolete references from it at the DocBook. Signed-off-by: Mauro Carvalho Chehab <mche...@s-opensource.com> --- Documentation/PCI/MSI-HOWTO.txt| 2 +- Documentation/admin-guide/README.rst

Re: [PATCH 00/13] Get rid of DocBook

2017-05-14 Thread Mauro Carvalho Chehab
Em Sun, 14 May 2017 14:05:09 -0700 Kees Cook <keesc...@chromium.org> escreveu: > On Sun, May 14, 2017 at 8:38 AM, Mauro Carvalho Chehab > <mche...@s-opensource.com> wrote: > > As just one book (lsm) was missing conversion, let's convert it > > and store as if i

[PATCH 00/13] Get rid of DocBook

2017-05-14 Thread Mauro Carvalho Chehab
/ Mauro Carvalho Chehab (13): docs-rst: convert lsm from DocBook to ReST docs: remove DocBook from the building system docs: update old references for DocBook from the documentation MAINTAINERS: update old references for DocBook directory ata: update references for libata documentation

Re: [PATCH v6 2/3] v4l: Add 10/16-bits per channel YUV pixel formats

2017-04-17 Thread Mauro Carvalho Chehab
Em Sun, 5 Mar 2017 18:00:32 +0800 Randy Li escreveu: > The formats added by this patch are: > V4L2_PIX_FMT_P010 > V4L2_PIX_FMT_P010M > V4L2_PIX_FMT_P016 > V4L2_PIX_FMT_P016M > Currently, none of driver uses those format. > > Also a variant of

Re: [PULL] Synopsys Media Formats

2017-04-05 Thread Mauro Carvalho Chehab
set. Thanks! Acked-by: Mauro Carvalho Chehab <mche...@s-opensource.com> > > Thanks, > > Sean > > > The following changes since commit a71c9a1c779f2499fb2afc0553e543f18aff6edf: > > Linux 4.11-rc5 (2017-04-02 17:23:54 -0700) > > are available in the

Re: [PATCH] docs-rst: automatically convert Graphviz and SVG images

2017-03-02 Thread Mauro Carvalho Chehab
Em Thu, 2 Mar 2017 16:40:02 +0100 Daniel Vetter escreveu: > From: Markus Heiser > > This patch brings scalable figure, image handling and a concept to > embed *render* markups: > > * DOT (http://www.graphviz.org) > * SVG > > For image

Re: [PATCH] docs-rst: automatically convert Graphviz and SVG images

2017-03-02 Thread Mauro Carvalho Chehab
Em Thu, 2 Mar 2017 16:34:22 -0300 Mauro Carvalho Chehab <mche...@s-opensource.com> escreveu: > Em Thu, 2 Mar 2017 20:06:39 +0100 > Markus Heiser <markus.hei...@darmarit.de> escreveu: > > > Hi Mauro, > > > > > Tested here with the enclosed patch. >

Re: [PATCH 2/6] docs-rst: automatically convert Graphviz and SVG images

2017-03-02 Thread Mauro Carvalho Chehab
Em Thu, 2 Mar 2017 23:15:49 +0100 Markus Heiser escreveu: > Hi Daniel, hi Mauro, > > I have to say, that I lost control over our thread ;) > > > v3: Only sphinx 1.4 (released in Mar 2016) has patches.Figure. > > Implement Markus suggestion for backwards compatability

Re: [PATCH] docs-rst: automatically convert Graphviz and SVG images

2017-03-02 Thread Mauro Carvalho Chehab
Em Thu, 2 Mar 2017 17:04:01 -0300 Mauro Carvalho Chehab <mche...@s-opensource.com> escreveu: > Em Thu, 2 Mar 2017 20:52:59 +0100 > Daniel Vetter <dan...@ffwll.ch> escreveu: > > > On Thu, Mar 02, 2017 at 08:06:39PM +0100, Markus Heiser wrote: > > > Hi M

Re: [PATCH 2/6] docs-rst: automatically convert Graphviz and SVG images

2017-03-02 Thread Mauro Carvalho Chehab
Em Thu, 2 Mar 2017 17:13:25 +0100 Markus Heiser <markus.hei...@darmarit.de> escreveu: > > Am 02.03.2017 um 16:49 schrieb Mauro Carvalho Chehab > > <mche...@s-opensource.com>: > > > >>> You can test it with virtualenv > >&

Re: [PATCH 2/6] docs-rst: automatically convert Graphviz and SVG images

2017-03-02 Thread Mauro Carvalho Chehab
Em Thu, 2 Mar 2017 16:21:33 +0100 Markus Heiser escreveu: > Am 02.03.2017 um 16:11 schrieb Daniel Vetter : > > > On Thu, Mar 02, 2017 at 03:58:36PM +0100, Markus Heiser wrote: > >> Hi Daniel, Laurent > >> > >> Am 02.03.2017 um 15:14 schrieb Laurent

Re: [PATCH] docs-rst: automatically convert Graphviz and SVG images

2017-03-02 Thread Mauro Carvalho Chehab
Em Thu, 2 Mar 2017 20:06:39 +0100 Markus Heiser escreveu: > Hi Mauro, > > > Tested here with the enclosed patch. > > great, big step forward making /media/Makefile smaller ... thanks a lot > > > It crashed: > > Exception occurred: > > File

Re: [PATCH 2/6] docs-rst: automatically convert Graphviz and SVG images

2017-03-02 Thread Mauro Carvalho Chehab
Em Thu, 2 Mar 2017 12:45:32 -0300 Mauro Carvalho Chehab <mche...@s-opensource.com> escreveu: > Em Thu, 2 Mar 2017 16:21:33 +0100 > Markus Heiser <markus.hei...@darmarit.de> escreveu: > > > Am 02.03.2017 um 16:11 schrieb Daniel Vetter <dan...@ffwll.ch>: > >

Re: [PATCH] docs-rst: automatically convert Graphviz and SVG images

2017-03-02 Thread Mauro Carvalho Chehab
Em Thu, 2 Mar 2017 18:36:31 -0300 Mauro Carvalho Chehab <mche...@s-opensource.com> escreveu: > > Found another issue on the patch. The HTML output is pointing to the > > wrong place: instead of using a relative patch, it is keeping > > an absolute one. > > >

[PATCH RFC v2] docs-rst: Don't use explicit Makefile rules to build SVG and DOT files

2017-03-02 Thread Mauro Carvalho Chehab
Now that we have an extension to handle images, use it. Signed-off-by: Mauro Carvalho Chehab <mche...@s-opensource.com> --- This patch is based on Daniel Vetter & Markus Heiser's work to support PNG and SVG via kpicture Sphinx extension: [PATCH] docs-rst: automatically conver

Re: [PATCH] docs-rst: automatically convert Graphviz and SVG images

2017-03-02 Thread Mauro Carvalho Chehab
Em Thu, 2 Mar 2017 20:52:59 +0100 Daniel Vetter escreveu: > On Thu, Mar 02, 2017 at 08:06:39PM +0100, Markus Heiser wrote: > > Hi Mauro, > > > > > Tested here with the enclosed patch. > > > > great, big step forward making /media/Makefile smaller ... thanks a lot > >

Re: [PATCH] docs-rst: automatically convert Graphviz and SVG images

2017-03-02 Thread Mauro Carvalho Chehab
dst_fname) File "/devel/v4l/patchwork/Documentation/sphinx/kfigure.py", line 222, in dot2format sys.stderr.write(err) TypeError: write() argument must be str, not bytes Thanks, Mauro -- [PATCH] docs-rst: Don't use explicit Makefile rules to build SVG and DOT files Now that we hav

Re: [PATCH 2/6] docs-rst: automatically convert Graphviz and SVG images

2017-03-02 Thread Mauro Carvalho Chehab
Em Thu, 2 Mar 2017 21:16:05 +0100 Markus Heiser <markus.hei...@darmarit.de> escreveu: > > Am 02.03.2017 um 20:09 schrieb Mauro Carvalho Chehab > > <mche...@s-opensource.com>: > I leaved a comment at sphinx-doc project: > > https://github.com/sphinx-do

Re: [PATCH] docs-rst: automatically convert Graphviz and SVG images

2017-03-02 Thread Mauro Carvalho Chehab
Em Thu, 2 Mar 2017 22:16:49 +0100 Markus Heiser <markus.hei...@darmarit.de> escreveu: > > Am 02.03.2017 um 20:34 schrieb Mauro Carvalho Chehab > > <mche...@s-opensource.com>: > > > > Em Thu, 2 Mar 2017 20:06:39 +0100 > > Markus Heiser <markus.hei..

<    2   3   4   5   6   7   8   >