From patchwork Wed Jan 7 23:32:06 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luka Perkov X-Patchwork-Id: 426501 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id B7E71140119 for ; Thu, 8 Jan 2015 16:18:11 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 655724B62B; Thu, 8 Jan 2015 06:18:00 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bGvGhfjnWDw3; Thu, 8 Jan 2015 06:18:00 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 743624B635; Thu, 8 Jan 2015 06:17:52 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 5FEBB4B5FA for ; Thu, 8 Jan 2015 00:47:22 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pBglHDyNopH0 for ; Thu, 8 Jan 2015 00:47:22 +0100 (CET) X-Greylist: delayed 909 seconds by postgrey-1.32 at theia; Thu, 08 Jan 2015 00:47:18 CET X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from a8-39.smtp-out.amazonses.com (a8-39.smtp-out.amazonses.com [54.240.8.39]) by theia.denx.de (Postfix) with ESMTPS id 0F02C4B5EC for ; Thu, 8 Jan 2015 00:47:18 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=224i4yxa5dv7c2xz3womw6peuasteono; d=amazonses.com; t=1420673526; h=From:To:Cc:Subject:Date:Message-Id:Feedback-ID; bh=JgIrkX901/nahSEGE8U6YEY/VBN4NO0uSq4fjzY4DvI=; b=c3OfaQqlU/xteU+rFAuMgNY/gAdDodPpOv8MIdSmpcci39yV1CElHMPBWstbtad2 1NBtihP6WfWtJnnD+Yy0n0IigxEGFfZhgKlF4hsZfP21HJ41faEuZMy7XX36BjVHyB2 LjIRL19YoT5qNSWmDAA64hqhg6gqeGo5uzmV0zss= From: Luka Perkov To: u-boot@lists.denx.de Date: Wed, 7 Jan 2015 23:32:06 +0000 Message-ID: <0000014ac6bdac6d-3c891237-7b06-4184-a4dc-4573fe9043fe-000000@email.amazonses.com> X-Mailer: git-send-email 2.2.1 X-SES-Outgoing: 2015.01.07-54.240.8.39 Feedback-ID: us-east-1.bHVrYS5wZXJrb3ZAc2FydHVyYS5ocg==:AmazonSES X-Mailman-Approved-At: Thu, 08 Jan 2015 06:17:48 +0100 Cc: Luka Perkov Subject: [U-Boot] [PATCH] MAINTAINERS: add me as a co-maintainer of KIRKWOOD X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.13 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de Signed-off-by: Luka Perkov CC: Prafulla Wadaskar CC: Wolfgang Denk Acked-by: Stefan Roese --- I'd like to help the U-Boot project as a Kirkwood co-maintainer and assist Prafulla with the Kirkwood maintenance. I'm maintaining U-Boot in OpenWrt project for Kirkwood and other platforms and have been sending patches to U-Boot project. By doing this I hope to shorten the time needed to get Kirkwood related patches merged in mainline. MAINTAINERS | 1 + doc/git-mailrc | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 6041936..701ec33 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -97,6 +97,7 @@ F: arch/arm/include/asm/imx-common/ ARM MARVELL KIRKWOOD M: Prafulla Wadaskar +M: Luka Perkov S: Maintained T: git git://git.denx.de/u-boot-marvell.git F: arch/arm/cpu/arm926ejs/kirkwood/ diff --git a/doc/git-mailrc b/doc/git-mailrc index 6c79a6d..563e3ae 100644 --- a/doc/git-mailrc +++ b/doc/git-mailrc @@ -27,6 +27,7 @@ alias jasonjin Jason Jin alias jhersh Joe Hershberger alias jwrdegoede Hans de Goede alias kimphill Kim Phillips +alias luka Luka Perkov alias lukma Lukasz Majewski alias macpaul Macpaul Lin alias marex Marek Vasut @@ -56,7 +57,7 @@ alias arm uboot, aaribaud alias at91 uboot, abiessmann alias davinci ti alias imx uboot, sbabic -alias kirkwood uboot, prafulla +alias kirkwood uboot, prafulla, luka alias omap ti alias pxa uboot, marex alias rmobile uboot, iwamatsu