Lines Matching +full:check +full:- +full:patch

5 --------
13 - drivers/media
14 - drivers/staging/media
15 - Documentation/admin-guide/media
16 - Documentation/driver-api/media
17 - Documentation/userspace-api/media
18 - Documentation/devicetree/bindings/media/\ [1]_
19 - include/media
33 maintainership model is to have sub-maintainers that have a broad
34 knowledge of a specific aspect of the subsystem. It is the sub-maintainers'
40 at linux-[email protected] as plain text only e-mail. Emails with
42 to also copy the sub-maintainer(s).
44 Media's workflow is heavily based on Patchwork, meaning that, once a patch
45 is submitted, the e-mail will first be accepted by the mailing list
48 - https://patchwork.linuxtv.org/project/linux-media/list/
51 probably something went wrong on your submission. Please check if the
55 You can check if the mailing list server accepted your patch, by looking at:
57 - https://lore.kernel.org/linux-media/
68 sub-maintainers), and another senior developer responsible for the
74 - Remote Controllers (infrared):
77 - HDMI CEC:
80 - Media controller drivers:
83 - ISP, v4l2-async, v4l2-fwnode, v4l2-flash-led-class and Sensor drivers:
86 - V4L2 drivers and core V4L2 frameworks:
92 Media maintainers may delegate a patch to other media maintainers as needed.
94 responsible for reviewing a patch.
97 -------------------------
104 There is a set of compliance tools at https://git.linuxtv.org/v4l-utils.git/
105 that should be used in order to check if the drivers are properly
111 V4L2 drivers\ [3]_ ``v4l2-compliance``
112 V4L2 virtual drivers ``contrib/test/test-media``
113 CEC drivers ``cec-compliance``
116 .. [3] The ``v4l2-compliance`` also covers the media controller usage inside
119 Other compilance tools are under development to check other parts of the
126 make CF=-D__CHECK_ENDIAN__ CONFIG_DEBUG_SECTION_MISMATCH=y C=1 W=1 CHECK=check_script
128 Where the check script is::
131 /devel/smatch/smatch -p=kernel $@ >&2
144 be one patch for the whole subsystem (if the cleanup is low volume),
147 patch for all drivers under drivers/media/pci, another one for
156 $ ./scripts/checkpatch.pl --strict --max-line-length=80
169 characters per line. This could include using re-factoring code that leads
175 - on strings, as they shouldn't be broken due to line length limits;
176 - when a function or variable name need to have a big identifier name,
178 - on arithmetic expressions, when breaking lines makes them harder to
180 - when they avoid a line to end with an open parenthesis or an open
184 ---------------
187 next merge window they should be sent before -rc5, and ideally stabilized
188 in the linux-media branch by -rc6.
191 --------------
193 Provided that your patch is at https://patchwork.linuxtv.org, it should
194 be sooner or later handled, so you don't need to re-submit a patch.
197 tree between -rc6 and the next -rc1.
202 other developers to publicly add Reviewed-by and, more importantly,
203 ``Tested-by:`` tags.
205 Please note that we expect a detailed description for ``Tested-by:``,