From patchwork Thu May 14 12:16:35 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 6405251 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 64F8B9F374 for ; Thu, 14 May 2015 12:19:24 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 8D4BE20454 for ; Thu, 14 May 2015 12:19:23 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C5CDA20451 for ; Thu, 14 May 2015 12:19:21 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Yss4f-0004sp-L9; Thu, 14 May 2015 12:17:13 +0000 Received: from mail-pa0-x229.google.com ([2607:f8b0:400e:c03::229]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Yss4a-0004lZ-40 for linux-arm-kernel@lists.infradead.org; Thu, 14 May 2015 12:17:08 +0000 Received: by pabtp1 with SMTP id tp1so83904628pab.2 for ; Thu, 14 May 2015 05:16:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id; bh=mvziLAZQCEgsDJuH/jl8oRniX/RRcOWoeLSIyHvLH4Y=; b=YTJ0veBpZOVUzmVOY+n8GyA8mniOslWsB/IyjG7awSKolqr8b5b3OpXabKXImUiHzh BGLImppwkigQByEDOADtkvxHaisEopd9F8WNBHXwYwwrb9bMI8QhFmdgZKtW+W1TjYfG KMedRWnnjDlTdh98SYLxOPPSYIv9cY/fUhp3AIwK1YMlkTqz2d1WffEG9z+TNziYsNjy 6b9/UVsQSEqx1pnPMaVTyzzOscuRYLx8p61itccN/gJcUEoBf4D6C9Hk7T2lebWMnzxQ +yiUYEc0nzHBs9uCfrjITXSmXVcjUf103n2nXJafoK3XjRu7WKKDs6dVukfecdIdTgsa H05w== X-Received: by 10.66.222.72 with SMTP id qk8mr7573066pac.7.1431605806863; Thu, 14 May 2015 05:16:46 -0700 (PDT) Received: from localhost.localdomain ([125.130.175.98]) by mx.google.com with ESMTPSA id m4sm22281230pdo.78.2015.05.14.05.16.43 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 14 May 2015 05:16:46 -0700 (PDT) From: Krzysztof Kozlowski To: linux-kernel@vger.kernel.org Subject: [PATCH] MAINTAINERS: ARM64: EXYNOS: Extend entry for ARM64 DTS Date: Thu, 14 May 2015 21:16:35 +0900 Message-Id: <1431605795-902-1-git-send-email-k.kozlowski@samsung.com> X-Mailer: git-send-email 2.1.4 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150514_051708_240030_FF09F91C X-CRM114-Status: GOOD ( 10.13 ) X-Spam-Score: -0.7 (/) Cc: Krzysztof Kozlowski , linux-samsung-soc@vger.kernel.org, Russell King , Arnd Bergmann , Kevin Hilman , Catalin Marinas , Will Deacon , Kukjin Kim , Olof Johansson , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Extend the Exynos entry to ARM64 device tree sources. Cc: Catalin Marinas Cc: Will Deacon Cc: Russell King Cc: Kukjin Kim Cc: Kevin Hilman Cc: Arnd Bergmann Cc: Olof Johansson Cc: linux-samsung-soc@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org Signed-off-by: Krzysztof Kozlowski Reviewed-by: Javier Martinez Canillas --- 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: linux-samsung-soc@vger.kernel.org (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/