Re: DRM/KMS experimental drivers for HiKey 970

2020-08-17 Thread Mauro Carvalho Chehab
Hi Daniel, Em Wed, 5 Aug 2020 13:04:18 +0200 Daniel Vetter escreveu: > > > > I've been working to get upstream support for the DRM driver on HiKey > > > > 970. > > > > > > > > While the patches are not ready yet for upstream merge, I'm placing > > > > what I've sone so far on this repository:

Re: DRM/KMS experimental drivers for HiKey 970

2020-08-07 Thread Mauro Carvalho Chehab
Em Fri, 7 Aug 2020 10:59:43 +0200 Sam Ravnborg escreveu: > Hi Mauro. > > > > > I know. What can be done is to send a diff at patch 00/xx with > > the entire history for each driver folded, in order to easy > > for reviewers. > Personnaly this would be preferred as I assume the history is a

Re: DRM/KMS experimental drivers for HiKey 970

2020-08-07 Thread Mauro Carvalho Chehab
Em Thu, 6 Aug 2020 12:24:40 -0700 John Stultz escreveu: > On Wed, Aug 5, 2020 at 1:51 AM Mauro Carvalho Chehab > wrote: > > I've been working to get upstream support for the DRM driver on HiKey 970. > > > > While the patches are not ready yet for upstream merge, I'm pl

Re: DRM/KMS experimental drivers for HiKey 970

2020-08-05 Thread Mauro Carvalho Chehab
Em Wed, 5 Aug 2020 11:34:54 +0200 Daniel Vetter escreveu: > On Wed, Aug 5, 2020 at 10:51 AM Mauro Carvalho Chehab > wrote: > > > > Hi, > > > > I've been working to get upstream support for the DRM driver on HiKey 970. > > > > While the patches are not

DRM/KMS experimental drivers for HiKey 970

2020-08-05 Thread Mauro Carvalho Chehab
Hi, I've been working to get upstream support for the DRM driver on HiKey 970. While the patches are not ready yet for upstream merge, I'm placing what I've sone so far on this repository: https://github.com/mchehab/linux/tree/hikey970/to_upstream-2.0-v1.1 The drivers there are a port

Re: [PATCH v3 0/7] Convert the remaining text files to ReST

2020-06-28 Thread Mauro Carvalho Chehab
Em Fri, 26 Jun 2020 11:34:59 -0600 Jonathan Corbet escreveu: > On Tue, 23 Jun 2020 15:31:33 +0200 > Mauro Carvalho Chehab wrote: > > > The main goal of this series is to finish the ReST conversion. After this > > series, we have just those files stil

Re: [PATCH v2 0/9] Convert the remaining text files to ReST and add SPDX for GFDL

2020-06-23 Thread Mauro Carvalho Chehab
Hi Kate, Em Tue, 23 Jun 2020 06:58:55 -0500 Kate Stewart escreveu: > On Tue, Jun 23, 2020 at 4:53 AM Mauro Carvalho Chehab > wrote: > > > > The main goal of this series is to finish the ReST conversion. After this > > series, we have just those files s

[PATCH v3 0/7] Convert the remaining text files to ReST

2020-06-23 Thread Mauro Carvalho Chehab
about GFDL is not finished yet. So, for now, use the old way to specify dual-licensed GPL and GFDL files. I have already a tree ready for submission once upstream pushes this feat on SPDX specs. Mauro Carvalho Chehab (7): docs: dt: convert booting-without-of.txt to ReST format docs

[PATCH v3 3/7] docs: move nommu-mmap.txt to admin-guide and rename to ReST

2020-06-23 Thread Mauro Carvalho Chehab
The nommu-mmap.txt file provides description of user visible behaviuour. So, move it to the admin-guide. As it is already at the ReST, also rename it. Suggested-by: Mike Rapoport Suggested-by: Jonathan Corbet Signed-off-by: Mauro Carvalho Chehab --- Documentation/admin-guide/mm/index.rst

[PATCH v2 0/9] Convert the remaining text files to ReST and add SPDX for GFDL

2020-06-23 Thread Mauro Carvalho Chehab
/f695d2ac65230d0f4161ba58fff2f9d87bb5a053 Mauro Carvalho Chehab (9): docs: dt: convert booting-without-of.txt to ReST format LICENSES: add GFDL licenses media: docs: use SPDX GFDL-1.1-or-later-no-invariants docs: trace: ring-buffer-design.txt: convert to ReST format docs: move nommu-mmap.txt to admin

[PATCH v2 5/9] docs: move nommu-mmap.txt to admin-guide and rename to ReST

2020-06-23 Thread Mauro Carvalho Chehab
The nommu-mmap.txt file provides description of user visible behaviuour. So, move it to the admin-guide. As it is already at the ReST, also rename it. Suggested-by: Mike Rapoport Suggested-by: Jonathan Corbet Signed-off-by: Mauro Carvalho Chehab --- Documentation/admin-guide/mm/index.rst

Re: [PATCH 13/29] dt: fix broken links due to txt->yaml renames

2020-06-15 Thread Mauro Carvalho Chehab
Hi Mark, Em Mon, 15 Jun 2020 12:19:27 +0100 Mark Brown escreveu: > On Mon, Jun 15, 2020 at 08:46:52AM +0200, Mauro Carvalho Chehab wrote: > > There are some new broken doc links due to yaml renames > > at DT. Developers should really run: > > I also prev

[PATCH 00/29] Documentation fixes

2020-06-15 Thread Mauro Carvalho Chehab
Hi Jon, That's a bunch of files I have to be applied on the top of v5.8-rc1 fixing documentation warnings. I already removed some duplicated stuff. Regards, Mauro Mauro Carvalho Chehab (29): mm: vmalloc.c: remove a kernel-doc annotation from a removed parameter net: dev: add a missing

[PATCH 00/22] ReST conversion patches (final?)

2020-06-15 Thread Mauro Carvalho Chehab
Hi Jon, That's my final(*) series of conversion patches from .txt to ReST. (*) Well, running the script I'm using to check, I noticed a couple of new *.txt files. If I have some time, I'll try to address those last pending things for v5.9. Mauro Carvalho Chehab (22): docs: dt: convert

[PATCH 19/22] docs: move other kAPI documents to core-api

2020-06-15 Thread Mauro Carvalho Chehab
There are a number of random documents that seem to be describing some aspects of the core-api. Move them to such directory, adding them at the core-api/index.rst file. Signed-off-by: Mauro Carvalho Chehab --- Documentation/admin-guide/sysctl/vm.rst | 2 +- Documentation

[PATCH 13/29] dt: fix broken links due to txt->yaml renames

2020-06-15 Thread Mauro Carvalho Chehab
--fix Signed-off-by: Mauro Carvalho Chehab --- Documentation/devicetree/bindings/display/bridge/sii902x.txt | 2 +- .../devicetree/bindings/display/rockchip/rockchip-drm.yaml| 2 +- Documentation/devicetree/bindings/net/mediatek-bluetooth.txt | 2 +- Documentation/devicetree/bindings/sound

[PATCH 14/29] dt: Fix broken references to renamed docs

2020-06-15 Thread Mauro Carvalho Chehab
Some files got renamed. Those were all fixed automatically by ./scripts/documentation-file-ref-check --fix Signed-off-by: Mauro Carvalho Chehab --- Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt | 2 +- Documentation/devicetree/bindings/display/imx/fsl-imx-drm.txt | 4

[PATCH] docs: dt: fix broken links due to txt->yaml renames

2020-05-04 Thread Mauro Carvalho Chehab
--fix Signed-off-by: Mauro Carvalho Chehab --- PS.: This patch is against today's linux-next. .../devicetree/bindings/display/bridge/sii902x.txt | 2 +- .../devicetree/bindings/display/rockchip/rockchip-drm.yaml | 2 +- .../devicetree/bindings/net/mediatek-bluetooth.txt | 2

[PATCH 00/14] Move the ReST files from Documentation/*.txt

2020-05-02 Thread Mauro Carvalho Chehab
development git tree, at: https://git.linuxtv.org/mchehab/experimental.git/log/?h=rename-main-docs The built output documentation on html format is at: https://www.infradead.org/~mchehab/kernel_docs/ (it contains also other documents I converted to ReST) Mauro Carvalho Chehab

[PATCH 11/14] docs: move other kAPI documents to core-api

2020-05-01 Thread Mauro Carvalho Chehab
There are a number of random documents that seem to be describing some aspects of the core-api. Move them to such directory, adding them at the core-api/index.rst file. Signed-off-by: Mauro Carvalho Chehab --- Documentation/admin-guide/sysctl/vm.rst | 2 +- Documentation

[PATCH 01/34] docs: filesystems: fix references for doc files there

2020-04-15 Thread Mauro Carvalho Chehab
Several files there were renamed to ReST. Fix the broken references. Signed-off-by: Mauro Carvalho Chehab --- Documentation/ABI/stable/sysfs-devices-node | 2 +- Documentation/ABI/testing/procfs-smaps_rollup | 2 +- Documentation/admin-guide/cpu-load.rst

[PATCH 00/34] fs: convert remaining docs to ReST file format

2020-04-15 Thread Mauro Carvalho Chehab
many, with would very likely cause ML servers to reject it. The results of those changes (together with other changes from my pending doc patches) are available at: https://www.infradead.org/~mchehab/kernel_docs/filesystems/index.html Mauro Carvalho Chehab (34): docs: filesystems: fix

[PATCH v2 11/33] docs: filesystems: fix renamed references

2020-04-14 Thread Mauro Carvalho Chehab
Some filesystem references got broken by a previous patch series I submitted. Address those. Signed-off-by: Mauro Carvalho Chehab Acked-by: David Sterba # fs/affs/Kconfig --- Documentation/ABI/stable/sysfs-devices-node | 2 +- Documentation/ABI/testing/procfs-smaps_rollup

[PATCH v2 00/33] Documentation fixes for Kernel 5.8

2020-04-14 Thread Mauro Carvalho Chehab
on the top of docs-next + v5.7-rc1. Mauro Carvalho Chehab (33): scripts: kernel-doc: proper handle @foo->bar() scripts: kernel-doc: accept negation like !@var scripts: kernel-doc: accept blank lines on parameter description docs: update recommended Sphinx version to 2.4.4 docs: LaTeX/P

[PATCH v2 09/33] docs: fix broken references to text files

2020-04-14 Thread Mauro Carvalho Chehab
# translations/zh_CN Acked-by: Federico Vaga # translations/it_IT Acked-by: Marc Zyngier # kvm/arm64 Signed-off-by: Mauro Carvalho Chehab --- Documentation/memory-barriers.txt| 2 +- Documentation/process/submit-checklist.rst | 2 +- .../translations/it_IT/process

[PATCH 05/35] docs: filesystems: fix renamed references

2020-04-08 Thread Mauro Carvalho Chehab
Some filesystem references got broken by a previous patch series I submitted. Address those. Signed-off-by: Mauro Carvalho Chehab --- Documentation/ABI/stable/sysfs-devices-node | 2 +- Documentation/ABI/testing/procfs-smaps_rollup | 2 +- Documentation/admin-guide

[PATCH 03/35] docs: fix broken references to text files

2020-04-08 Thread Mauro Carvalho Chehab
Several references got broken due to txt to ReST conversion. Several of them can be automatically fixed with: scripts/documentation-file-ref-check --fix Reviewed-by: Mathieu Poirier # hwtracing/coresight/Kconfig Signed-off-by: Mauro Carvalho Chehab --- Documentation/memory

[PATCH 00/35] Documentation fixes for Kernel 5.8

2020-04-08 Thread Mauro Carvalho Chehab
inx version to 2.4.4 PS.: Due to the large number of C/C, I opted to keep a smaller set of C/C at this first e-mail (only e-mails with "L:" tag from MAINTAINERS file). Mauro Carvalho Chehab (35): MAINTAINERS: dt: update display/allwinner file entry docs: dt: fix broken reference t

Re: [PATCH v2 1/1] lib/vsprintf: Add support for printing V4L2 and DRM fourccs

2020-04-06 Thread Mauro Carvalho Chehab
Em Fri, 3 Apr 2020 21:32:42 +0300 Andy Shevchenko escreveu: > On Fri, Apr 3, 2020 at 8:54 PM Joe Perches wrote: > > On Fri, 2020-04-03 at 19:32 +0200, Mauro Carvalho Chehab wrote: > > > Em Fri, 03 Apr 2020 09:56:42 -0700 > > > Joe Perches escreveu: > &

Re: [PATCH v2 1/1] lib/vsprintf: Add support for printing V4L2 and DRM fourccs

2020-04-03 Thread Mauro Carvalho Chehab
Em Fri, 03 Apr 2020 09:56:42 -0700 Joe Perches escreveu: > On Fri, 2020-04-03 at 14:10 +0200, Rasmus Villemoes wrote: > > On 03/04/2020 11.11, Sakari Ailus wrote: > > > Add a printk modifier %ppf (for pixel format) for printing V4L2 and DRM > > > pixel formats denoted by 4ccs. The 4cc encoding

Re: [PATCH v2 1/1] lib/vsprintf: Add support for printing V4L2 and DRM fourccs

2020-04-03 Thread Mauro Carvalho Chehab
Em Fri, 3 Apr 2020 14:10:53 +0200 Rasmus Villemoes escreveu: > On 03/04/2020 11.11, Sakari Ailus wrote: > > Add a printk modifier %ppf (for pixel format) for printing V4L2 and DRM > > pixel formats denoted by 4ccs. The 4cc encoding is the same for both so > > the same implementation can be used.

Re: [PATCH v2 1/1] lib/vsprintf: Add support for printing V4L2 and DRM fourccs

2020-04-03 Thread Mauro Carvalho Chehab
Em Fri, 3 Apr 2020 13:47:02 +0300 Sakari Ailus escreveu: > > > +static noinline_for_stack > > > +char *fourcc_string(char *buf, char *end, const u32 *fourcc, > > > + struct printf_spec spec, const char *fmt) > > > +{ > > > +#define FOURCC_STRING_BE "-BE" > > > + char

Re: [PATCH 1/1] lib/vsprintf: Add support for printing V4L2 and DRM fourccs

2020-04-02 Thread Mauro Carvalho Chehab
Em Thu, 02 Apr 2020 11:34:48 +0300 Jani Nikula escreveu: > On Wed, 01 Apr 2020, Sakari Ailus wrote: > > Add a printk modifier %ppf (for pixel format) for printing V4L2 and DRM > > pixel formats denoted by 4ccs. The 4cc encoding is the same for both so > > the same implementation can be used.

[PATCH 00/12] Fix broken references for Documentation/*

2020-03-17 Thread Mauro Carvalho Chehab
This patch series is against next-20200317. It fixes all references to files under Documentation/* that were moved, renamed or removed. After this patch series, this script: ./scripts/documentation-file-ref-check Doesn't complain about any broken reference. Mauro Carvalho Chehab (12

[PATCH 08/12] docs: fix broken references to text files

2020-03-17 Thread Mauro Carvalho Chehab
Several references got broken due to txt to ReST conversion. Several of them can be automatically fixed with: scripts/documentation-file-ref-check --fix Signed-off-by: Mauro Carvalho Chehab --- Documentation/admin-guide/kernel-parameters.txt | 2 +- Documentation/memory

[PATCH 11/12] docs: filesystems: fix renamed references

2020-03-17 Thread Mauro Carvalho Chehab
Some filesystem references got broken by a previous patch series I submitted. Address those. Signed-off-by: Mauro Carvalho Chehab --- Documentation/ABI/stable/sysfs-devices-node | 2 +- Documentation/ABI/testing/procfs-smaps_rollup | 2 +- Documentation/admin-guide/cpu-load.rst| 2

[PATCH 10/12] docs: dt: display/ti: fix typos at the devicetree/ directory name

2020-03-17 Thread Mauro Carvalho Chehab
The name of the devicetree directory is wrong on those three TI bindings: Signed-off-by: Mauro Carvalho Chehab --- Documentation/devicetree/bindings/display/ti/ti,am65x-dss.yaml | 2 +- Documentation/devicetree/bindings/display/ti/ti,j721e-dss.yaml | 2 +- Documentation/devicetree/bindings

[PATCH v2 00/22] Move media documentation files

2020-03-10 Thread Mauro Carvalho Chehab
of this series, with are updating old documents that were at the driver-specific part of the documentation. Mauro Carvalho Chehab (22): media: docs: avermedia.rst: mark a table as such media: docs: move soc-camera.rst to staging media: docs: split cpia2.rst on two files media: docs: split

[PATCH 2/7] docs: dt: fix several broken references due to renames

2020-02-22 Thread Mauro Carvalho Chehab
Several DT references got broken due to txt->yaml conversion. Those are auto-fixed by running: scripts/documentation-file-ref-check --fix Signed-off-by: Mauro Carvalho Chehab --- Documentation/devicetree/bindings/arm/arm,scmi.txt| 2 +- Documentation/devicetree/bindings/

[PATCH 7/7] docs: gpu: i915.rst: fix warnings due to file renames

2020-02-22 Thread Mauro Carvalho Chehab
/drm/i915/intel_csr.c' failed with return code 2 Fixes: 06d3ff6e7451 ("drm/i915: move intel_csr.[ch] under display/") Signed-off-by: Mauro Carvalho Chehab --- Documentation/gpu/i915.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/gpu/

[PATCH 3/7] docs: fix broken references to text files

2020-02-22 Thread Mauro Carvalho Chehab
Several references got broken due to txt to ReST conversion. Several of them can be automatically fixed with: scripts/documentation-file-ref-check --fix Signed-off-by: Mauro Carvalho Chehab --- Documentation/admin-guide/kernel-parameters.txt | 10 +- Documentation

Re: [PATCH] cec: add cec_adapter to cec_notifier_cec_adap_unregister()

2019-10-07 Thread Mauro Carvalho Chehab
gt; then that just means that the media subsystem needs to resolve a fairly > trivial > merge conflict. > > Ville, Mauro, can you review/ack? Yeah, feel free to merge this via DRM: Acked-by: Mauro Carvalho Chehab > --- > diff --git a/drivers/gpu/drm/bridge/synopsys/d

[PATCH 1/7] docs: fix broken doc references due to renames

2019-07-26 Thread Mauro Carvalho Chehab
Some files got renamed but probably due to some merge conflicts, a few references still point to the old locations. Signed-off-by: Mauro Carvalho Chehab Acked-by: Wolfram Sang # I2C part Reviewed-by: Jerry Hoemann # hpwdt.rst --- Documentation/RCU/rculist_nulls.txt | 2

[PATCH v2 10/10] docs: remove extra conf.py files

2019-07-26 Thread Mauro Carvalho Chehab
Now that the latex_documents are handled automatically, we can remove those extra conf.py files. Signed-off-by: Mauro Carvalho Chehab --- Documentation/admin-guide/conf.py | 10 -- Documentation/core-api/conf.py | 10 -- Documentation/crypto/conf.py | 10

[PATCH 2/2] docs: gpu: add msm-crash-dump.rst to the index.rst file

2019-07-17 Thread Mauro Carvalho Chehab
This file is currently orphaned. Signed-off-by: Mauro Carvalho Chehab --- Documentation/gpu/drivers.rst| 1 + Documentation/gpu/msm-crash-dump.rst | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Documentation/gpu/drivers.rst b/Documentation/gpu/drivers.rst index

[PATCH 13/14] docs: remove extra conf.py files

2019-07-16 Thread Mauro Carvalho Chehab
Now that the latex_documents are handled automatically, we can remove those extra conf.py files. Signed-off-by: Mauro Carvalho Chehab --- Documentation/admin-guide/conf.py | 10 -- Documentation/core-api/conf.py | 10 -- Documentation/crypto/conf.py | 10

[PATCH 03/14] docs: fix broken doc references due to renames

2019-07-16 Thread Mauro Carvalho Chehab
Some files got renamed but probably due to some merge conflicts, a few references still point to the old locations. Signed-off-by: Mauro Carvalho Chehab --- Documentation/RCU/rculist_nulls.txt | 2 +- Documentation/devicetree/bindings/arm/idle-states.txt | 2 +- Documentation

[PATCH 00/14] pending doc patches for 5.3-rc

2019-07-16 Thread Mauro Carvalho Chehab
https://git.linuxtv.org/mchehab/experimental.git/commit/?id=b1b5dc7d7bbfbbfdace2a248c6458301c6e34100 Mauro Carvalho Chehab (14): docs: powerpc: convert docs to ReST and rename to *.rst docs: power: add it to to the main documentation index docs: fix broken doc references due to renames docs: pd

Re: [PATCH 8/8] docs: remove extra conf.py files

2019-07-15 Thread Mauro Carvalho Chehab
Em Mon, 15 Jul 2019 08:16:54 +0200 Markus Heiser escreveu: > Hi Mauro, > > sorry, I havn't tested your patch, but one question ... > > Am 14.07.19 um 17:10 schrieb Mauro Carvalho Chehab: > > Now that the latex_documents are handled automatically, we can > > remov

[PATCH 8/8] docs: remove extra conf.py files

2019-07-14 Thread Mauro Carvalho Chehab
Now that the latex_documents are handled automatically, we can remove those extra conf.py files. Signed-off-by: Mauro Carvalho Chehab --- Documentation/admin-guide/conf.py | 10 -- Documentation/core-api/conf.py | 10 -- Documentation/crypto/conf.py | 10

[PATCH 0/8] docs: some improvements when producing PDF files

2019-07-14 Thread Mauro Carvalho Chehab
tpick options if one wants that. - Jon, Please let me know if you prefer if I submit those together with the big pile of doc files I have, or if you prefer adding (some of?) them on your tree after the merge window. Regards, Mauro Mauro Carvalho Chehab (8): docs: conf.py: only use CJK if t

[PATCH 29/39] docs: driver-api: add a series of orphaned documents

2019-06-28 Thread Mauro Carvalho Chehab
There are lots of documents under Documentation/*.txt and a few other orphan documents elsehwere that belong to the driver-API book. Move them to their right place. Signed-off-by: Mauro Carvalho Chehab --- Documentation/ABI/removed/sysfs-class-rfkill | 2 +- Documentation/ABI/stable/sysfs

[PATCH 28/39] docs: admin-guide: add a series of orphaned documents

2019-06-28 Thread Mauro Carvalho Chehab
There are lots of documents that belong to the admin-guide but are on random places (most under Documentation root dir). Move them to the admin guide. Signed-off-by: Mauro Carvalho Chehab --- Documentation/ABI/stable/sysfs-devices-node | 2 +- Documentation/ABI/testing/procfs-diskstats

[PATCH 37/39] docs: adds some directories to the main documentation index

2019-06-28 Thread Mauro Carvalho Chehab
of those at the main dir (like kbuild, for example). In any case, a latter patch could do the move. Signed-off-by: Mauro Carvalho Chehab --- Documentation/cdrom/index.rst | 2 +- Documentation/fault-injection/index.rst | 2 +- Documentation/fb/index.rst | 2

[PATCH 04/43] docs: locking: convert docs to ReST and rename to *.rst

2019-06-28 Thread Mauro Carvalho Chehab
. Signed-off-by: Mauro Carvalho Chehab Acked-by: Federico Vaga --- Documentation/kernel-hacking/locking.rst | 2 +- Documentation/locking/index.rst | 24 +++ ...{lockdep-design.txt => lockdep-design.rst} | 51 +++-- Documentation/locking/lockstat.rst|

[PATCH 34/43] docs: ioctl: convert to ReST

2019-06-28 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

[PATCH 11/43] docs: console.txt: convert docs to ReST and rename to *.rst

2019-06-28 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 Acked-by: Greg Kroah-Hartman --- .../console/{console.txt

[PATCH 0/9] Some doc fixes

2019-06-28 Thread Mauro Carvalho Chehab
. Mauro Carvalho Chehab (9): hrtimer: Use a bullet for the returns bullet list docs: trace: fix a broken label docs: signal: fix a kernel-doc markup dt: leds-lm36274.txt: fix a broken reference to ti-lmu.txt docs: fix some broken references due to txt->rst renames docs: virtual: there are

[PATCH 8/9] drm: fix a reference for a renamed file: fb/modedb.rst

2019-06-28 Thread Mauro Carvalho Chehab
54c ("docs: fb: convert docs to ReST and rename to *.rst") Signed-off-by: Mauro Carvalho Chehab --- drivers/gpu/drm/drm_modes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/drm_modes.c b/drivers/gpu/drm/drm_modes.c index 57e6408288c8..4645af681ef8 1006

[PATCH 5/9] docs: fix some broken references due to txt->rst renames

2019-06-28 Thread Mauro Carvalho Chehab
There are three left-overs from the recent file renames, probably due to some other conflicting patch. Fix them. Signed-off-by: Mauro Carvalho Chehab Acked-by: Wolfram Sang Acked-by: Daniel Vetter --- Documentation/devicetree/bindings/arm/idle-states.txt | 2 +- drivers/gpu/drm/i915

[PATCH] drm: fix a reference for a renamed file: fb/modedb.rst

2019-06-26 Thread Mauro Carvalho Chehab
54c ("docs: fb: convert docs to ReST and rename to *.rst") Signed-off-by: Mauro Carvalho Chehab --- drivers/gpu/drm/drm_modes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/drm_modes.c b/drivers/gpu/drm/drm_modes.c index 57e6408288c8..4645af681ef8 1006

[PATCH v2] docs: gpu: add msm-crash-dump.rst to the index.rst file

2019-06-26 Thread Mauro Carvalho Chehab
This file is currently orphaned. Signed-off-by: Mauro Carvalho Chehab --- Documentation/gpu/drivers.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/gpu/drivers.rst b/Documentation/gpu/drivers.rst index 4bfb7068e9f7..6c88c57b90cf 100644 --- a/Documentation/gpu/drivers.rst

[PATCH] docs: gpu: add msm-crash-dump.rst to the index.rst file

2019-06-26 Thread Mauro Carvalho Chehab
This file is currently orphaned. Signed-off-by: Mauro Carvalho Chehab --- Documentation/gpu/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/gpu/index.rst b/Documentation/gpu/index.rst index 1fcf8e851e15..55f3f4294686 100644 --- a/Documentation/gpu/index.rst +++ b

Re: [PATCH v1 12/22] docs: driver-api: add .rst files from the main dir

2019-06-19 Thread Mauro Carvalho Chehab
Em Wed, 19 Jun 2019 12:42:39 +0200 Peter Zijlstra escreveu: > On Wed, Jun 19, 2019 at 07:22:18AM -0300, Mauro Carvalho Chehab wrote: > > Hi Daniel, > > > > Em Wed, 19 Jun 2019 11:05:57 +0200 > > Daniel Vetter escreveu: > > > > > On Tue, Jun

Re: [PATCH v1 12/22] docs: driver-api: add .rst files from the main dir

2019-06-19 Thread Mauro Carvalho Chehab
Hi Daniel, Em Wed, 19 Jun 2019 11:05:57 +0200 Daniel Vetter escreveu: > On Tue, Jun 18, 2019 at 10:55 PM Mauro Carvalho Chehab > wrote: > > diff --git a/Documentation/gpu/drm-mm.rst b/Documentation/gpu/drm-mm.rst > > index fa30dfcfc3c8..b0f948d8733b 100644 > > ---

[PATCH v1 01/22] docs: Documentation/*.txt: rename all ReST files to *.rst

2019-06-18 Thread Mauro Carvalho Chehab
: WARNING: document isn't included in any toctree Documentation/switchtec.rst: WARNING: document isn't included in any toctree ... Later patches will move them to a better place and remove the :orphan: markup. Signed-off-by: Mauro Carvalho Chehab --- I had to remove the long list of maintainers got

[PATCH v1 12/22] docs: driver-api: add .rst files from the main dir

2019-06-18 Thread Mauro Carvalho Chehab
Those files belong to the driver-api guide. Add them to the driver-api book. Signed-off-by: Mauro Carvalho Chehab --- I had to remove the long list of maintainers got by getpatch.pl, as it was too long. I opted to keep only the mailing lists. Documentation/ABI/removed/sysfs-class-rfkill | 2

[PATCH v1 11/22] docs: admin-guide: add .rst files from the main dir

2019-06-18 Thread Mauro Carvalho Chehab
Those files belong to the admin guide. Add them to the admin-guide book. Signed-off-by: Mauro Carvalho Chehab --- I had to remove the long list of maintainers got by getpatch.pl, as it was too long. I opted to keep only the mailing lists. Documentation/ABI/stable/sysfs-devices-node | 2

[PATCH v1 03/22] docs: ioctl: convert to ReST

2019-06-18 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.txt => cdrom.rst} | 908 +++--- Documentation/ioctl/{hdio.txt => hdi

[PATCH v1 12/22] docs: driver-api: add .rst files from the main dir

2019-06-18 Thread Mauro Carvalho Chehab
Those files belong to the driver-api guide. Add them to the driver-api book. Signed-off-by: Mauro Carvalho Chehab --- Documentation/ABI/removed/sysfs-class-rfkill | 2 +- Documentation/ABI/stable/sysfs-class-rfkill | 2 +- .../ABI/testing/sysfs-class-switchtec | 2

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

2019-06-18 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] docs: fix some broken references due to txt->rst renames

2019-06-18 Thread Mauro Carvalho Chehab
There are three left-overs from the recent file renames, probably due to some other conflicting patch. Fix them. Signed-off-by: Mauro Carvalho Chehab --- This patch is against today's next-20190617 branch. Not sure if it will apply cleanly at -docs tree. If not, Please let me know for me

Re: [PATCH v4 18/28] docs: convert docs to ReST and rename to *.rst

2019-06-13 Thread Mauro Carvalho Chehab
Em Wed, 12 Jun 2019 17:25:39 -0700 "Srivatsa S. Bhat" escreveu: > On 6/12/19 10:52 AM, Mauro Carvalho Chehab wrote: > > Convert the PM documents to ReST, in order to allow them to > > build with Sphinx. > > > > The conversion is actually: > >

[PATCH v1 06/31] docs: console.txt: convert docs to ReST and rename to *.rst

2019-06-12 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 v4 14/28] docs: locking: convert docs to ReST and rename to *.rst

2019-06-12 Thread Mauro Carvalho Chehab
. Signed-off-by: Mauro Carvalho Chehab Acked-by: Federico Vaga --- Documentation/kernel-hacking/locking.rst | 2 +- Documentation/locking/index.rst | 24 +++ ...{lockdep-design.txt => lockdep-design.rst} | 51 +++-- Documentation/locking/lockstat.rst|

[PATCH v4 28/28] docs: EDID/HOWTO.txt: convert it and rename to howto.rst

2019-06-12 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

Re: [PATCH v3 33/33] docs: EDID/HOWTO.txt: convert it and rename to howto.rst

2019-06-12 Thread Mauro Carvalho Chehab
Em Tue, 11 Jun 2019 09:37:01 -0600 Jonathan Corbet escreveu: > On Tue, 11 Jun 2019 06:02:15 -0300 > Mauro Carvalho Chehab wrote: > > > Jon, please correct me if I' wrong, bu I guess the plan is to place them > > somewhere under Documentation/admin-guide/. >

Re: [PATCH v3 06/20] docs: mark orphan documents as such

2019-06-11 Thread Mauro Carvalho Chehab
Em Tue, 11 Jun 2019 19:52:04 +0300 Andy Shevchenko escreveu: > On Fri, Jun 7, 2019 at 10:04 PM Mauro Carvalho Chehab > wrote: > > Sphinx doesn't like orphan documents: > > > Documentation/laptops/lg-laptop.rst: WARNING: document isn't included > > in any toct

Re: [PATCH v3 33/33] docs: EDID/HOWTO.txt: convert it and rename to howto.rst

2019-06-11 Thread Mauro Carvalho Chehab
Em Tue, 11 Jun 2019 10:37:31 +0200 Daniel Vetter escreveu: > On Sat, Jun 08, 2019 at 11:27:23PM -0300, Mauro Carvalho Chehab wrote: > > Sphinx need to know when a paragraph ends. So, do some adjustments > > at the file for it to be properly parsed. > > > > At i

[PATCH v3 33/33] docs: EDID/HOWTO.txt: convert it and rename to howto.rst

2019-06-08 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 v3 16/33] docs: locking: convert docs to ReST and rename to *.rst

2019-06-08 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} | 51 ++-- .../locking/{lockstat.txt => lockstat.rst}

[PATCH v3 06/20] docs: mark orphan documents as such

2019-06-07 Thread Mauro Carvalho Chehab
toctree Documentation/virtual/kvm/vcpu-requests.rst: WARNING: document isn't included in any toctree So, while they aren't on any toctree, add :orphan: to them, in order to silent this warning. Signed-off-by: Mauro Carvalho Chehab Acked-by: Andrew Donnellan --- Documentation/accelerators

Re: [PATCH 0/8] fix warnings for same module names

2019-06-06 Thread Mauro Carvalho Chehab
Em Thu, 6 Jun 2019 11:46:57 +0200 Anders Roxell escreveu: > Hi, > > This patch set addresses warnings that module names are named the > same, this may lead to a problem that wrong module gets loaded or if one > of the two same-name modules exports a symbol, this can confuse the > dependency

Re: [PATCH v5 2/3] media: uapi: Add MEDIA_BUS_FMT_RGB888_3X8 media bus format

2019-06-05 Thread Mauro Carvalho Chehab
o me. Feel free to apply via DRM tree. Acked-by: Mauro Carvalho Chehab > --- > > Notes: > v2: New patch > > v3: No change > > v4: Add only MEDIA_BUS_FMT_RGB888_3X8, as we don't have to care about > endianness > > v5: Also update

Re: [PATCH v4 2/3] media: uapi: Add RGB bus format for the GiantPlus GPM940B0 panel

2019-06-05 Thread Mauro Carvalho Chehab
Em Mon, 3 Jun 2019 17:35:10 +0200 Paul Cercueil escreveu: > The GiantPlus GPM940B0 is a 24-bit TFT panel where the RGB components > are transferred sequentially on a 8-bit bus. > > Signed-off-by: Paul Cercueil > --- > > Notes: > v2: New patch > > v3: No change > > v4:

[PATCH v2 06/22] docs: mark orphan documents as such

2019-06-04 Thread Mauro Carvalho Chehab
toctree Documentation/virtual/kvm/vcpu-requests.rst: WARNING: document isn't included in any toctree So, while they aren't on any toctree, add :orphan: to them, in order to silent this warning. Signed-off-by: Mauro Carvalho Chehab --- Documentation/accelerators/ocxl.rst | 2

[PATCH v2 08/22] gpu: i915.rst: Fix references to renamed files

2019-06-04 Thread Mauro Carvalho Chehab
/gpu/drm/i915/intel_lrc.c' failed with return code 1 WARNING: kernel-doc './scripts/kernel-doc -rst -enable-lineno -internal ./drivers/gpu/drm/i915/intel_lrc.c' failed with return code 2 Fixes: 112ed2d31a46 ("drm/i915: Move GraphicsTechnology files under gt/") Signed-off-by: Mauro Carva

Re: [PATCH 09/22] docs: mark orphan documents as such

2019-06-04 Thread Mauro Carvalho Chehab
Em Mon, 3 Jun 2019 09:32:54 +0200 Christophe Leroy escreveu: > Le 30/05/2019 à 01:23, Mauro Carvalho Chehab a écrit : > > Sphinx doesn't like orphan documents: > > > > Documentation/accelerators/ocxl.rst: WARNING: document isn't included > > in any toctree >

[PATCH 09/22] docs: mark orphan documents as such

2019-05-29 Thread Mauro Carvalho Chehab
toctree Documentation/virtual/kvm/vcpu-requests.rst: WARNING: document isn't included in any toctree So, while they aren't on any toctree, add :orphan: to them, in order to silent this warning. Signed-off-by: Mauro Carvalho Chehab --- Documentation/accelerators/ocxl.rst | 2

[PATCH 00/22] Some documentation fixes

2019-05-29 Thread Mauro Carvalho Chehab
/log/?h=fix_doc_links_v2 Mauro Carvalho Chehab (21): ABI: sysfs-devices-system-cpu: point to the right docs isdn: mISDN: remove a bogus reference to a non-existing doc dt: fix broken references to nand.txt docs: zh_CN: get rid of basic_profiling.txt doc: it_IT: fix reference to magic

[PATCH 11/22] gpu: amdgpu: fix broken amdgpu_dma_buf.c references

2019-05-29 Thread Mauro Carvalho Chehab
-lineno -internal ./drivers/gpu/drm/amd/amdgpu/amdgpu_prime.c' failed with return code 2 Fixes: 988076cd8c5c ("drm/amdgpu: rename amdgpu_prime.[ch] into amdgpu_dma_buf.[ch]") Signed-off-by: Mauro Carvalho Chehab --- Documentation/gpu/amdgpu.rst | 4 ++-- 1 file changed, 2 insert

[PATCH 12/22] gpu: i915.rst: Fix references to renamed files

2019-05-29 Thread Mauro Carvalho Chehab
/gpu/drm/i915/intel_lrc.c' failed with return code 1 WARNING: kernel-doc './scripts/kernel-doc -rst -enable-lineno -internal ./drivers/gpu/drm/i915/intel_lrc.c' failed with return code 2 Fixes: 112ed2d31a46 ("drm/i915: Move GraphicsTechnology files under gt/") Signed-off-by: Mauro Carva

Re: [PATCH v15 14/17] media/v4l2-core, arm64: untag user pointers in videobuf_dma_contig_user_get

2019-05-24 Thread Mauro Carvalho Chehab
user_get() uses provided user pointers for vma > lookups, which can only by done with untagged pointers. > > Untag the pointers in this function. > > Signed-off-by: Andrey Konovalov Acked-by: Mauro Carvalho Chehab > --- > drivers/media/v4l2-core/videobuf-dma-contig.c | 9 +

Re: [PATCH v3 2/3] media: uapi: Add RGB bus formats for the GiantPlus GPM940B0 panel

2019-05-24 Thread Mauro Carvalho Chehab
Em Mon, 22 Apr 2019 11:37:21 +0200 Paul Cercueil escreveu: > The GiantPlus GPM940B0 is a 24-bit TFT panel where the RGB components > are transferred sequentially on a 8-bit bus. > > Signed-off-by: Paul Cercueil > --- > > Notes: > v2: New patch > > v3: No change > >

Re: [PATCH 00/20] drm: Split out the formats API and move it to a common place

2019-05-13 Thread Mauro Carvalho Chehab
Em Mon, 13 May 2019 16:57:19 +0200 Daniel Vetter escreveu: > > > I think small boutique trees are a problem themselves, not a solution. > > > So if you're creating a new small boutique tree to fix a problem, you > > > then have 2. Yes, assuming sufficient expenditure of energy it can be > > >

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

2019-05-07 Thread Mauro Carvalho Chehab
Em Wed, 24 Apr 2019 08:52:09 +0200 Peter Zijlstra escreveu: > On Tue, Apr 23, 2019 at 11:38:16PM +0200, Borislav Petkov wrote: > > If that is all the changes it would need, then I guess that's ok. Btw, > > those rst-conversion patches don't really show what got changed. Dunno > > if git can even

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

2019-04-27 Thread Mauro Carvalho Chehab
Em Sun, 28 Apr 2019 02:25:51 +0900 Mark Brown escreveu: > On Fri, Apr 26, 2019 at 06:46:09AM -0300, Mauro Carvalho Chehab wrote: > > Mark Brown escreveu: > > > > This is massively CCed covering a large range of subsystems and is patch > > > 25 of a 79 p

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

2019-04-26 Thread Mauro Carvalho Chehab
Hi Mark, Em Thu, 25 Apr 2019 19:07:58 +0100 Mark Brown escreveu: > On Mon, Apr 22, 2019 at 10:27:14AM -0300, Mauro Carvalho Chehab wrote: > > Convert the PM documents to ReST, in order to allow them to > > build with Sphinx. > > This is massively CCed covering a larg

Re: [PATCH v3 12/26] compat_ioctl: move more drivers to compat_ptr_ioctl

2019-04-25 Thread Mauro Carvalho Chehab
Em Thu, 25 Apr 2019 16:35:34 +0100 Al Viro escreveu: > On Thu, Apr 25, 2019 at 12:21:53PM -0300, Mauro Carvalho Chehab wrote: > > > If I understand your patch description well, using compat_ptr_ioctl > > only works if the driver is not for s390, right? > > No; s39

Re: [PATCH v3 12/26] compat_ioctl: move more drivers to compat_ptr_ioctl

2019-04-25 Thread Mauro Carvalho Chehab
uble-checked all these drivers to ensure that all ioctl arguments > are used as pointers or are ignored, but are not interpreted as integer > values. > > Acked-by: Jason Gunthorpe > Acked-by: Daniel Vetter > Acked-by: Mauro Carvalho Chehab > Acked-by: Greg Kroah-Hartman > A

<    1   2   3   4   5   6   7   8   >