Extend the Exynos entry to ARM64 device tree sources.
Cc: Catalin Marinas <[email protected]>
Cc: Will Deacon <[email protected]>
Cc: Russell King <[email protected]>
Cc: Kukjin Kim <[email protected]>
Cc: Kevin Hilman <[email protected]>
Cc: Arnd Bergmann <[email protected]>
Cc: Olof Johansson <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Reviewed-by: Javier Martinez Canillas <[email protected]>
---
Changes since v1:
1. Add Javier's Reviewed-by.
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index a3cb77c0ae23..619a95558673 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1386,6 +1386,7 @@ L: [email protected] (moderated for non-subscribers)
S: Maintained
F: arch/arm/boot/dts/s3c*
F: arch/arm/boot/dts/exynos*
+F: arch/arm64/boot/dts/exynos/
F: arch/arm/plat-samsung/
F: arch/arm/mach-s3c24*/
F: arch/arm/mach-s3c64xx/
--
2.1.4
Hi Krzysztof,
On Sat, Jun 6, 2015 at 3:02 AM, Krzysztof Kozlowski
<[email protected]> wrote:
> Extend the Exynos entry to ARM64 device tree sources.
>
> Cc: Catalin Marinas <[email protected]>
> Cc: Will Deacon <[email protected]>
> Cc: Russell King <[email protected]>
> Cc: Kukjin Kim <[email protected]>
> Cc: Kevin Hilman <[email protected]>
> Cc: Arnd Bergmann <[email protected]>
> Cc: Olof Johansson <[email protected]>
> Cc: [email protected]
> Cc: [email protected]
> Signed-off-by: Krzysztof Kozlowski <[email protected]>
> Reviewed-by: Javier Martinez Canillas <[email protected]>
Applied to arm-soc's next/soc branch.
Note I found this by chance. It almost fell through the cracks
because [email protected] (for arm-soc maintainers) wasn't on the to/cc
list.
Kevin
W dniu 12.06.2015 o 06:48, Kevin Hilman pisze:
> Hi Krzysztof,
>
> On Sat, Jun 6, 2015 at 3:02 AM, Krzysztof Kozlowski
> <[email protected]> wrote:
>> Extend the Exynos entry to ARM64 device tree sources.
>>
>> Cc: Catalin Marinas <[email protected]>
>> Cc: Will Deacon <[email protected]>
>> Cc: Russell King <[email protected]>
>> Cc: Kukjin Kim <[email protected]>
>> Cc: Kevin Hilman <[email protected]>
>> Cc: Arnd Bergmann <[email protected]>
>> Cc: Olof Johansson <[email protected]>
>> Cc: [email protected]
>> Cc: [email protected]
>> Signed-off-by: Krzysztof Kozlowski <[email protected]>
>> Reviewed-by: Javier Martinez Canillas <[email protected]>
>
> Applied to arm-soc's next/soc branch.
>
> Note I found this by chance. It almost fell through the cracks
> because [email protected] (for arm-soc maintainers) wasn't on the to/cc
> list.
Thanks. I was not aware of this email/list address. It isn't mentioned
in MAINTAINERS. So I suspect that any stuff intended to go directly to
arm-soc maintainers (not through vendor SoC tree) should be sent there?
Best regards,
Krzysztof
On Thu, Jun 11, 2015 at 4:35 PM, Krzysztof Kozlowski
<[email protected]> wrote:
> W dniu 12.06.2015 o 06:48, Kevin Hilman pisze:
>> Hi Krzysztof,
>>
>> On Sat, Jun 6, 2015 at 3:02 AM, Krzysztof Kozlowski
>> <[email protected]> wrote:
>>> Extend the Exynos entry to ARM64 device tree sources.
>>>
>>> Cc: Catalin Marinas <[email protected]>
>>> Cc: Will Deacon <[email protected]>
>>> Cc: Russell King <[email protected]>
>>> Cc: Kukjin Kim <[email protected]>
>>> Cc: Kevin Hilman <[email protected]>
>>> Cc: Arnd Bergmann <[email protected]>
>>> Cc: Olof Johansson <[email protected]>
>>> Cc: [email protected]
>>> Cc: [email protected]
>>> Signed-off-by: Krzysztof Kozlowski <[email protected]>
>>> Reviewed-by: Javier Martinez Canillas <[email protected]>
>>
>> Applied to arm-soc's next/soc branch.
>>
>> Note I found this by chance. It almost fell through the cracks
>> because [email protected] (for arm-soc maintainers) wasn't on the to/cc
>> list.
>
> Thanks. I was not aware of this email/list address. It isn't mentioned
> in MAINTAINERS.
Yes, that's kind of by design as it's not meant for general patch
review/discussion.
> So I suspect that any stuff intended to go directly to
> arm-soc maintainers (not through vendor SoC tree) should be sent there?
Yes, this list is specifically for subarch/platform maintainers (which
now includes you :) to send stuff that would like to be applied to the
arm-soc tree.
Thanks,
Kevin