From patchwork Thu May 14 12:15:20 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 6405261 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id F136DBEEE1 for ; Thu, 14 May 2015 12:19:31 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 2A2D220456 for ; Thu, 14 May 2015 12:19:31 +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 5DDD020454 for ; Thu, 14 May 2015 12:19:30 +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 1Yss4B-0004jj-2c; Thu, 14 May 2015 12:16:43 +0000 Received: from mail-pa0-x22d.google.com ([2607:f8b0:400e:c03::22d]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Yss44-0004fE-DC for linux-arm-kernel@lists.infradead.org; Thu, 14 May 2015 12:16:37 +0000 Received: by pacwv17 with SMTP id wv17so83892882pac.0 for ; Thu, 14 May 2015 05:16:15 -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=EhsuYxXL6vmZ1q3ZuN+c1eHCvxdYTdIQG7lXdmpMD4g=; b=o7h5350Wi4c7AKCAX0Aw+qmJ/KG5WwzYRgIrpMg/RZ9bsLHzTmbmphIM6ocqCbeMuG EDpm8ixFPM+W1asmesorWPEcQ7OSeNk2wU91xMpAxMgkjrRRwVB1B5ev43PGKEJHGbtQ rf3hP5MsCNEzqN2EBYmLaR09hwCdBtHeHYxp+HxOyGfY2tKkb6WtuZW50W+/WFFRPuAs DRZsKdmW0BSGaNYqJZtW2Nuuyq6keYOfK8ec2x/Ec1sY0RmjynTN4kgNyA8d1vXRHEWO 8G5ycebsrv0xACnzgaQsvWWuIc2nfM6qYu5mvscD2VFu/FO0O8pNo5mbiifCXbldNpwh RBGw== X-Received: by 10.70.118.232 with SMTP id kp8mr7647158pdb.130.1431605775365; Thu, 14 May 2015 05:16:15 -0700 (PDT) Received: from localhost.localdomain ([125.130.175.98]) by mx.google.com with ESMTPSA id dc5sm22242018pbc.53.2015.05.14.05.16.12 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 14 May 2015 05:16:14 -0700 (PDT) From: Krzysztof Kozlowski To: linux-kernel@vger.kernel.org Subject: [PATCH] MAINTAINERS: ARM: EXYNOS: Add Krzysztof Kozlowski as co-maintainer Date: Thu, 14 May 2015 21:15:20 +0900 Message-Id: <1431605720-828-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_051636_502432_5CEAF381 X-CRM114-Status: UNSURE ( 8.92 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.7 (/) Cc: Krzysztof Kozlowski , linux-samsung-soc@vger.kernel.org, Russell King , Arnd Bergmann , Kevin Hilman , 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 Add Krzysztof Kozlowski as a co-maintainer of Samsung Exynos ARM architecture to review the patches. Patches will go as usual - picked up by Kukjin Kim. 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 Acked-by: Olof Johansson --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 2dc517cd4835..a3cb77c0ae23 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1380,6 +1380,7 @@ N: rockchip ARM/SAMSUNG EXYNOS ARM ARCHITECTURES M: Kukjin Kim +M: Krzysztof Kozlowski L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers) S: Maintained