From patchwork Sat Feb 2 06:16:48 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yifeng Li X-Patchwork-Id: 10794141 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id EB81D922 for ; Sat, 2 Feb 2019 06:18:21 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D9B3E32B60 for ; Sat, 2 Feb 2019 06:18:21 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C89DC32B65; Sat, 2 Feb 2019 06:18:21 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 4CC7B32B60 for ; Sat, 2 Feb 2019 06:18:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726592AbfBBGSV (ORCPT ); Sat, 2 Feb 2019 01:18:21 -0500 Received: from tomli.me ([153.92.126.73]:45082 "EHLO tomli.me" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726011AbfBBGSU (ORCPT ); Sat, 2 Feb 2019 01:18:20 -0500 Received: from tomli.me (localhost [127.0.0.1]) by tomli.me (OpenSMTPD) with ESMTP id 28ea7a8a; Sat, 2 Feb 2019 06:18:18 +0000 (UTC) X-HELO: localhost.lan Authentication-Results: tomli.me; auth=pass (login) smtp.auth=tomli Received: from Unknown (HELO localhost.lan) (2402:f000:1:1501:200:5efe:7b76:77ab) by tomli.me (qpsmtpd/0.95) with ESMTPSA (DHE-RSA-CHACHA20-POLY1305 encrypted); Sat, 02 Feb 2019 06:18:17 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=tomli.me; h=from:to:cc:subject:date:message-id:in-reply-to:references:mime-version:content-transfer-encoding; s=1490979754; bh=Gmm5seB3OZi3kf409TzIneYpUn7FFA/oBWAnHfi8Z/o=; b=SVEHHSxkI3eRM4pTqrepvVSEnZunWAerrXdIEmEwfxE+oMHCUTsBNbmfddhu8uQifmMe/CyYGnrR61wA3tVWiggHUKH4+oYyb0pXXzycC9V03QrJV6aelyth6ztQI/Q8hWvZKmW6QIXFUR+CTf+/bDQb2hNfpLrrR4mSHeo8ZyhlK1W0I4V0OEzTb7Ip+nSGwvVVwBthqayAetjSG7fwTUTKzn7mkTqL1VkjQ8H9ZHlRDZcNilFJ//WBxIQYpKdz6asWHsY+zvxk/nd4wmeq9GgqhzFl36k2WXW+BqwwoLmb5+/kRejK7lLOcloVbVY8pQt0VADAxFVeKeR96wmTVg== From: Yifeng Li To: linux-fbdev@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org Cc: Yifeng Li , Sudip Mukherjee , Teddy Wang , Bartlomiej Zolnierkiewicz , Mauro Carvalho Chehab , "David S. Miller" , Greg Kroah-Hartman , Andrew Morton , Nicolas Ferre , Arnd Bergmann Subject: [PATCH 8/8] MAINTAINERS: sm712fb: list myself as one maintainer. Date: Sat, 2 Feb 2019 14:16:48 +0800 Message-Id: <20190202061648.30374-9-tomli@tomli.me> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190202061648.30374-1-tomli@tomli.me> References: <20190202061648.30374-1-tomli@tomli.me> MIME-Version: 1.0 Sender: linux-fbdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fbdev@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP I have working on the sm712fb driver for a while and have some familiarity with this hardware, I'll be helping working on and testing problems of this driver, so add myself to the MAINTAINERS file. Signed-off-by: Yifeng Li --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 51029a425dbe..d62adb2caa87 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -13838,6 +13838,7 @@ F: drivers/input/touchscreen/silead.c F: drivers/platform/x86/touchscreen_dmi.c SILICON MOTION SM712 FRAME BUFFER DRIVER +M: Tom Li M: Sudip Mukherjee M: Teddy Wang M: Sudip Mukherjee