[PATCH] doc: admin-guide/kernel-parameters: remove useless comment

2024-01-11 Thread Vegard Nossum
This comment about DRM drivers has been there since the first git commit. It simply doesn't belong in kernel-parameters; remove it. Signed-off-by: Vegard Nossum --- Documentation/admin-guide/kernel-parameters.rst | 5 - 1 file changed, 5 deletions(-) diff --git a/Documentation/admin-guide

Re: [PATCH v3 4/4] Documentation: usb: Document FunctionFS DMABUF API

2024-01-09 Thread Vegard Nossum
On 08/01/2024 13:00, Paul Cercueil wrote: Add documentation for the three ioctls used to attach or detach externally-created DMABUFs, and to request transfers from/to previously attached DMABUFs. Signed-off-by: Paul Cercueil --- v3: New patch --- Documentation/usb/functionfs.rst | 36

Re: [PATCH -next] drm/nouveau: uapi: fix kerneldoc warnings

2023-12-25 Thread Vegard Nossum
On 25/12/2023 08:40, Randy Dunlap wrote: I do see one thing that I don't like in the generated html output. It's not a problem with this patch. The #defines for DRM_NOUVEAU_VM_BIND_OP_MAP etc. have a ';' at the end of each line: struct drm_nouveau_vm_bind_op { __u32 op; #define

[PATCH -next] drm/nouveau: uapi: fix kerneldoc warnings

2023-12-24 Thread Vegard Nossum
constants", and is more appropriate in this context than ``IDENTIFIER`` or The DRM docs aren't very consistent on this. Cc: Randy Dunlap Cc: Jonathan Corbet Signed-off-by: Vegard Nossum --- include/uapi/drm/nouveau_drm.h | 56 -- 1 file changed,

Re: [PATCH] drm/panel: olimex-lcd-olinuxino: select CRC32

2021-10-12 Thread Vegard Nossum
to > `crc32_le' > > Fixes: 17fd7a9d324fd ("drm/panel: Add support for Olimex LCD-OLinuXino panel") > Cc: Arnd Bergmann > Signed-off-by: Vegard Nossum > --- > drivers/gpu/drm/panel/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/d

[PATCH] drm/panel: olimex-lcd-olinuxino: select CRC32

2021-10-12 Thread Vegard Nossum
: Add support for Olimex LCD-OLinuXino panel") Cc: Arnd Bergmann Signed-off-by: Vegard Nossum --- drivers/gpu/drm/panel/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/panel/Kconfig b/drivers/gpu/drm/panel/Kconfig index beb581b96ecdc..418638e6e3b0a 100644 --- a/drive