Re: [PATCH v3] docs: dt: maintainer: Add Devicetree and OF maintainer profile document
Jonathan Corbet <[email protected]> Mon, 20 Jul 2026 14:20:07 -0600
| Newsgroups | org.kernel.vger.workflows,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-doc,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
Krzysztof Kozlowski <[email protected]> writes: > On 20/07/2026 21:19, Jonathan Corbet wrote: >>> I expect patch to be picked up by Rob, after review. >>> >>> Changes in v3: >>> 1. Add also F: entry >>> >>> Changes in v2: >>> 1. Correct typos and trailing white spaces. >>> 2. Fix order of P: after C: in maintainers. >>> --- >>> .../process/maintainer-devicetree.rst | 70 +++++++++++++++++++ >>> MAINTAINERS | 3 + >>> 2 files changed, 73 insertions(+) >>> create mode 100644 Documentation/process/maintainer-devicetree.rst >> >> You'll need to add this new file to index.rst as well. > > Hm, where? In docs/process/index.rst? None of the other maintainer > profiles are mentioned there. Sigh...I stand corrected. I'd forgotten that we merged the maintainers-profile-toc Sphinx magic that picks them all up from the MAINTAINERS file entries. Sorry for the noise, jon