Lines Matching +full:multi +full:- +full:functional
10 ----------
14 - Documentation/process/submit-checklist.rst
15 - Documentation/process/submitting-patches.rst
16 - Documentation/process/coding-style.rst
18 * Please run your patch through 'checkpatch --strict'. There should be no
22 * Please use the standard multi-line comment style. Do not mix C and C++
34 hardware. In such cases, you should test-build the code on at least one
35 architecture. If run-time testing was not achieved, it should be written
43 -------------------------------------------
54 * Never mix bug fixes, cleanup, and functional enhancements in a single patch.
58 --------------
82 * Avoid calculations in macros and macro-generated functions. While such macros
95 and supported functions, please see Documentation/driver-api/driver-model/devres.rst.
108 * Only the following I2C addresses shall be probed: 0x18-0x1f, 0x28-0x2f,
109 0x48-0x4f, 0x58, 0x5c, 0x73 and 0x77. Probing other addresses is strongly
110 discouraged as it is known to cause trouble with other (non-hwmon) I2C
136 * Do not create non-standard attributes unless really needed. If you have to use
137 non-standard attributes, or you believe you do, discuss it on the mailing list
139 non-standard attribute(s).
140 Standard attributes are specified in Documentation/hwmon/sysfs-interface.rst.