* Re: [PATCH] MAINTAINERS: Add linux/of_*.h headers to appropriate subsystems
2018-03-06 15:13 [PATCH] MAINTAINERS: Add linux/of_*.h headers to appropriate subsystems Rob Herring
@ 2018-03-06 23:49 ` Bjorn Helgaas
2018-03-07 3:58 ` Vinod Koul
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Bjorn Helgaas @ 2018-03-06 23:49 UTC (permalink / raw)
To: Rob Herring
Cc: devicetree, Linux Kernel Mailing List, Vinod Koul, Linus Walleij,
Joerg Roedel, Guenter Roeck
On Tue, Mar 6, 2018 at 7:13 AM, Rob Herring <robh@kernel.org> wrote:
> The DeviceTree support code for specific subsystems are maintained by
> the respective subsystem maintainers. However, only the DT
> maintainers are listed for most of the linux/of_*.h headers. Fix this
> and add the headers to the appropriate subsystem maintainer.
>
> Reported-by: Guenter Roeck <linux@roeck-us.net>
> Cc: Vinod Koul <vinod.koul@intel.com>
> Cc: Linus Walleij <linus.walleij@linaro.org>
> Cc: Joerg Roedel <joro@8bytes.org>
> Cc: Bjorn Helgaas <bhelgaas@google.com>
> Signed-off-by: Rob Herring <robh@kernel.org>
Acked-by: Bjorn Helgaas <bhelgaas@google.com>
> ---
> MAINTAINERS | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 93a12af4f180..248f4266c6bd 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -4333,6 +4333,7 @@ Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
> S: Maintained
> F: drivers/dma/
> F: include/linux/dmaengine.h
> +F: include/linux/of_dma.h
> F: Documentation/devicetree/bindings/dma/
> F: Documentation/driver-api/dmaengine/
> T: git git://git.infradead.org/users/vkoul/slave-dma.git
> @@ -6033,6 +6034,7 @@ F: Documentation/ABI/obsolete/sysfs-gpio
> F: drivers/gpio/
> F: include/linux/gpio/
> F: include/linux/gpio.h
> +F: include/linux/of_gpio.h
> F: include/asm-generic/gpio.h
> F: include/uapi/linux/gpio.h
> F: tools/gpio/
> @@ -7321,6 +7323,7 @@ S: Maintained
> F: Documentation/devicetree/bindings/iommu/
> F: drivers/iommu/
> F: include/linux/iommu.h
> +F: include/linux/of_iommu.h
> F: include/linux/iova.h
>
> IP MASQUERADING
> @@ -10712,6 +10715,7 @@ F: drivers/acpi/pci*
> F: drivers/pci/
> F: include/asm-generic/pci*
> F: include/linux/pci*
> +F: include/linux/of_pci.h
> F: include/uapi/linux/pci*
> F: lib/pci*
> F: arch/x86/pci/
> --
> 2.14.1
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] MAINTAINERS: Add linux/of_*.h headers to appropriate subsystems
2018-03-06 15:13 [PATCH] MAINTAINERS: Add linux/of_*.h headers to appropriate subsystems Rob Herring
2018-03-06 23:49 ` Bjorn Helgaas
@ 2018-03-07 3:58 ` Vinod Koul
2018-03-07 9:02 ` Linus Walleij
2018-03-07 9:16 ` Joerg Roedel
3 siblings, 0 replies; 5+ messages in thread
From: Vinod Koul @ 2018-03-07 3:58 UTC (permalink / raw)
To: Rob Herring
Cc: devicetree, linux-kernel, Linus Walleij, Joerg Roedel,
Bjorn Helgaas, Guenter Roeck
On Tue, Mar 06, 2018 at 09:13:34AM -0600, Rob Herring wrote:
> The DeviceTree support code for specific subsystems are maintained by
> the respective subsystem maintainers. However, only the DT
> maintainers are listed for most of the linux/of_*.h headers. Fix this
> and add the headers to the appropriate subsystem maintainer.
>
> Reported-by: Guenter Roeck <linux@roeck-us.net>
> Cc: Vinod Koul <vinod.koul@intel.com>
> Cc: Linus Walleij <linus.walleij@linaro.org>
> Cc: Joerg Roedel <joro@8bytes.org>
> Cc: Bjorn Helgaas <bhelgaas@google.com>
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
> MAINTAINERS | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 93a12af4f180..248f4266c6bd 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -4333,6 +4333,7 @@ Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
> S: Maintained
> F: drivers/dma/
> F: include/linux/dmaengine.h
> +F: include/linux/of_dma.h
> F: Documentation/devicetree/bindings/dma/
> F: Documentation/driver-api/dmaengine/
> T: git git://git.infradead.org/users/vkoul/slave-dma.git
This:
Acked-By: Vinod Koul <vinod.koul@intel.com>
--
~Vinod
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] MAINTAINERS: Add linux/of_*.h headers to appropriate subsystems
2018-03-06 15:13 [PATCH] MAINTAINERS: Add linux/of_*.h headers to appropriate subsystems Rob Herring
2018-03-06 23:49 ` Bjorn Helgaas
2018-03-07 3:58 ` Vinod Koul
@ 2018-03-07 9:02 ` Linus Walleij
2018-03-07 9:16 ` Joerg Roedel
3 siblings, 0 replies; 5+ messages in thread
From: Linus Walleij @ 2018-03-07 9:02 UTC (permalink / raw)
To: Rob Herring
Cc: open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
linux-kernel@vger.kernel.org, Vinod Koul, Joerg Roedel,
Bjorn Helgaas, Guenter Roeck
On Tue, Mar 6, 2018 at 4:13 PM, Rob Herring <robh@kernel.org> wrote:
> The DeviceTree support code for specific subsystems are maintained by
> the respective subsystem maintainers. However, only the DT
> maintainers are listed for most of the linux/of_*.h headers. Fix this
> and add the headers to the appropriate subsystem maintainer.
>
> Reported-by: Guenter Roeck <linux@roeck-us.net>
> Cc: Vinod Koul <vinod.koul@intel.com>
> Cc: Linus Walleij <linus.walleij@linaro.org>
> Cc: Joerg Roedel <joro@8bytes.org>
> Cc: Bjorn Helgaas <bhelgaas@google.com>
> Signed-off-by: Rob Herring <robh@kernel.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Yours,
Linus Walleij
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] MAINTAINERS: Add linux/of_*.h headers to appropriate subsystems
2018-03-06 15:13 [PATCH] MAINTAINERS: Add linux/of_*.h headers to appropriate subsystems Rob Herring
` (2 preceding siblings ...)
2018-03-07 9:02 ` Linus Walleij
@ 2018-03-07 9:16 ` Joerg Roedel
3 siblings, 0 replies; 5+ messages in thread
From: Joerg Roedel @ 2018-03-07 9:16 UTC (permalink / raw)
To: Rob Herring
Cc: devicetree, linux-kernel, Vinod Koul, Linus Walleij,
Bjorn Helgaas, Guenter Roeck
On Tue, Mar 06, 2018 at 09:13:34AM -0600, Rob Herring wrote:
> The DeviceTree support code for specific subsystems are maintained by
> the respective subsystem maintainers. However, only the DT
> maintainers are listed for most of the linux/of_*.h headers. Fix this
> and add the headers to the appropriate subsystem maintainer.
>
> Reported-by: Guenter Roeck <linux@roeck-us.net>
> Cc: Vinod Koul <vinod.koul@intel.com>
> Cc: Linus Walleij <linus.walleij@linaro.org>
> Cc: Joerg Roedel <joro@8bytes.org>
> Cc: Bjorn Helgaas <bhelgaas@google.com>
> Signed-off-by: Rob Herring <robh@kernel.org>
Acked-by: Joerg Roedel <jroedel@suse.de>
^ permalink raw reply [flat|nested] 5+ messages in thread