2017-06-13 22:52:23

by Frank Rowand

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: add device tree ABI documentation file

From: Frank Rowand <[email protected]>

sysfs-firmware-ofw describes the /sys/firmware/devicetree/ hierarchy
and /proc/device-tree so add a file line for it to the entry
OPEN FIRMWARE AND FLATTENED DEVICE TREE

Signed-off-by: Frank Rowand <[email protected]>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index f7d568b8f133..4189954250ed 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9461,6 +9461,7 @@ S: Maintained
F: drivers/of/
F: include/linux/of*.h
F: scripts/dtc/
+F: Documentation/ABI/testing/sysfs-firmware-ofw

OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
M: Rob Herring <[email protected]>
--
Frank Rowand <[email protected]>


2017-06-14 18:42:36

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: add device tree ABI documentation file

On Tue, Jun 13, 2017 at 03:51:23PM -0700, [email protected] wrote:
> From: Frank Rowand <[email protected]>
>
> sysfs-firmware-ofw describes the /sys/firmware/devicetree/ hierarchy
> and /proc/device-tree so add a file line for it to the entry
> OPEN FIRMWARE AND FLATTENED DEVICE TREE
>
> Signed-off-by: Frank Rowand <[email protected]>
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)

Applied, thanks.

Rob