| Message ID | 20250731-dt-fsi-cleanups-v1-4-e7b695a29fc3@kernel.org |
|---|---|
| State | New |
| Headers | show |
| Series | ASpeed FSI DT clean-ups | expand |
On 7/31/25 17:12, Rob Herring (Arm) wrote: > Maintainers of a subsystem should also be the maintainer for > corresponding DT bindings. Add the FSI bindings to the FSI subsystem > entry. Acked-by: Eddie James <eajames@linux.ibm.com> > > Signed-off-by: Rob Herring (Arm) <robh@kernel.org> > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index a92290fffa16..4a7b4656822c 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -9810,6 +9810,7 @@ R: Ninad Palsule <ninad@linux.ibm.com> > L: linux-fsi@lists.ozlabs.org > S: Supported > Q: http://patchwork.ozlabs.org/project/linux-fsi/list/ > +F: Documentation/devicetree/bindings/fsi/ > F: drivers/fsi/ > F: include/linux/fsi*.h > F: include/trace/events/fsi*.h >
diff --git a/MAINTAINERS b/MAINTAINERS index a92290fffa16..4a7b4656822c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9810,6 +9810,7 @@ R: Ninad Palsule <ninad@linux.ibm.com> L: linux-fsi@lists.ozlabs.org S: Supported Q: http://patchwork.ozlabs.org/project/linux-fsi/list/ +F: Documentation/devicetree/bindings/fsi/ F: drivers/fsi/ F: include/linux/fsi*.h F: include/trace/events/fsi*.h
Maintainers of a subsystem should also be the maintainer for corresponding DT bindings. Add the FSI bindings to the FSI subsystem entry. Signed-off-by: Rob Herring (Arm) <robh@kernel.org> --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+)