[PATCH v2 0/3] dt-bindings: mfd: Fix typos in PMIC/BBNSM documentation

Nick Huang posted 3 patches 2 days, 12 hours ago
There is a newer version of this series
Documentation/devicetree/bindings/mfd/nxp,bbnsm.yaml         | 2 +-
Documentation/devicetree/bindings/mfd/rohm,bd71847-pmic.yaml | 2 +-
Documentation/devicetree/bindings/mfd/rohm,bd96802-pmic.yaml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
[PATCH v2 0/3] dt-bindings: mfd: Fix typos in PMIC/BBNSM documentation
Posted by Nick Huang 2 days, 12 hours ago
This patch series contains minor typo fixes in the Device Tree bindings
documentation for MFD nodes, including PMIC and BBNSM descriptions. These
corrections improve readability and ensure consistent documentation for
developers using these bindings.

This series builds upon and complements the previous v1 patch:
https://lore.kernel.org/all/20250902142749.13724-1-kusogame68@gmail.com/

The patches include:

1. dt-bindings: mfd: nxp,bbnsm: Fix typo in documentation
   - Corrected "Intergrates" -> "integrates" in documentation for RTC & ON/OFF control.

2. dt-bindings: mfd: rohm,bd96802-pmic: Fix typo in comment
   - Corrected "contolling" -> "controlling" in comment about SoC shutdown and PMIC control.

3. dt-bindings: mfd: rohm,bd71847-pmic: Fix typo in documentation
   - Corrected "abd" -> "and" to improve readability and avoid confusion.

All patches have been signed-off appropriately. One patch is co-developed,
and the others are authored and signed-off by Nick Huang.

These changes are purely documentation fixes and have no functional impact.


Nick Huang (3):
  dt-bindings: mfd: rohm,bd71847-pmic: Fix typo in documentation
  dt-bindings: mfd: rohm,bd96802-pmic: Fix typo in documentation
  dt-bindings: mfd: nxp,bbnsm: Fix typo in documentation

 Documentation/devicetree/bindings/mfd/nxp,bbnsm.yaml         | 2 +-
 Documentation/devicetree/bindings/mfd/rohm,bd71847-pmic.yaml | 2 +-
 Documentation/devicetree/bindings/mfd/rohm,bd96802-pmic.yaml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

-- 
2.48.1
Re: [PATCH v2 0/3] dt-bindings: mfd: Fix typos in PMIC/BBNSM documentation
Posted by Krzysztof Kozlowski 2 days, 8 hours ago
On 06/09/2025 05:19, Nick Huang wrote:
> This patch series contains minor typo fixes in the Device Tree bindings
> documentation for MFD nodes, including PMIC and BBNSM descriptions. These
> corrections improve readability and ensure consistent documentation for
> developers using these bindings.
> 
> This series builds upon and complements the previous v1 patch:
> https://lore.kernel.org/all/20250902142749.13724-1-kusogame68@gmail.com/
> 
<form letter>
Please use scripts/get_maintainers.pl to get a list of necessary people
and lists to CC. It might happen, that command when run on an older
kernel, gives you outdated entries. Therefore please be sure you base
your patches on recent Linux kernel.

Tools like b4 or scripts/get_maintainer.pl provide you proper list of
people, so fix your workflow. Tools might also fail if you work on some
ancient tree (don't, instead use mainline) or work on fork of kernel
(don't, instead use mainline). Just use b4 and everything should be
fine, although remember about `b4 prep --auto-to-cc` if you added new
patches to the patchset.

You missed at least devicetree list (maybe more), so this won't be
tested by automated tooling. Performing review on untested code might be
a waste of time.

Please kindly resend and include all necessary To/Cc entries.
</form letter>

Best regards,
Krzysztof