summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/libxed.py
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2025-07-07 11:50:21 +0200
committerRob Herring (Arm) <robh@kernel.org>2025-07-08 07:22:12 -0500
commitb57ce9630bab1a468643fd5fb34d42cb936f0cb0 (patch)
tree77a6b52c93db7f884b3f2e58104c3777703d1c03 /tools/perf/scripts/python/libxed.py
parent49ed6868c10e2a11bb44ea836ecf88ca4122f303 (diff)
downloadkernel-b57ce9630bab1a468643fd5fb34d42cb936f0cb0.tar.gz
docs: dt: writing-bindings: Express better expectations of "specific"
Devicetree bindings are supposed to be specific in terms of compatibles and other properties. Short "specific" has many implications, so extend the description to cover them: 1. Mention no family names and avoid generic SoC fallbacks in compatible. The list grew, mixing DO's and DON'T's, so split it into multiple items. 2. No properties implied by the compatible. 3. Document desired lack of ABI impact and acceptable solution if such needs arises: clearly marking it in commit msg. All above follows established Devicetree bindings maintainers review practice, so no new rules in practice are introduced here. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Conor Dooley <conor.dooley@microchip.com> Link: https://lore.kernel.org/r/20250707095019.66792-5-krzysztof.kozlowski@linaro.org Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions
b8e0db00943869eed0'>atm: zatm: Fix potential Spectre v1Gustavo A. R. Silva 2018-06-30atm: iphase: fix a 64 bit bugDan Carpenter 2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook 2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook 2018-05-29atm: zatm: fix memcmp castingIvan Bornyakov 2018-05-10firestream: fix spelling mistake: "reseverd" -> "reserved"Colin Ian King 2018-05-04atm: zatm: Fix potential Spectre v1Gustavo A. R. Silva 2018-04-19atm: iphase: fix spelling mistake: "Tansmit" -> "Transmit"Colin Ian King 2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller 2018-03-30atm: iphase: fix spelling mistake: "Receiverd" -> "Received"Colin Ian King 2018-02-23atm: idt77252: remove redundant bit-wise or'ing of zeroColin Ian King 2018-02-08atm: he: use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva 2017-11-30atm: eni: fix several indentation issuesColin Ian King 2017-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds 2017-11-28atm: suni: remove extraneous space to fix indentationColin Ian King 2017-11-28atm: lanai: use %p to format kernel addresses instead of %xColin Ian King 2017-11-28atm: fore200e: use %pK to format kernel addresses instead of %xColin Ian King 2017-11-28ambassador: fix incorrect indentation of assignment statementColin Ian King 2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook 2017-11-21treewide: init_timer() -> setup_timer()Kees Cook 2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook 2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds 2017-11-14atm: horizon: Fix irq release errorArvind Yadav 2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds 2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2017-11-01atm: iphase: Fix space before '[' error.Arvind Yadav