Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp593535imu; Thu, 13 Dec 2018 00:42:57 -0800 (PST) X-Google-Smtp-Source: AFSGD/WDq4mGKKemhNpl4wCg8o0x0KwjYtDzSopg2Q22c7tVMDr9nxmgAL5hqX8b+UyxiyBDt3zR X-Received: by 2002:a17:902:2ec1:: with SMTP id r59mr23150589plb.254.1544690577270; Thu, 13 Dec 2018 00:42:57 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1544690577; cv=none; d=google.com; s=arc-20160816; b=ntPjPaWLQn/JS4yroFFTgg8a25AxsvLX0ZBkRMHbO16nOv73fNsFXeg/50RZNrjBcq qvBCTl4farMtJ8Fxm7RZZJc/y6ndzl4s1JqKNhuAxTzP8AkJCiRktDQI1qcLQKNbx9sq UdoJlrYVNgw6spwDR7AJ2ZQepRhmRoON2jMgRFrLH6J+TeUHD6To7kiL1ft+c4YAlZgz EwT68WDJhHn83LKxRHVFaYG6WBEh4rv+6hkFB92y4ivhOC3V9y0XSf+N0XWmyi+lBAo7 iEcMC0EYabhQp3u8r8D/F7iJtIuxQQSgZnTZp14Ex9HxXrh3B+IYxks1ethT3m108Pf9 1W/w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=quRXK/7rDakucDeg1r/N3U/D8yTZPTKg99Wu2dTh3pk=; b=uU4a7V3jKCOToZ957b5gN1eBFa87b44ksKQbFbX0fyfL8HE84VWc3xU7LZ7tIU/yYm 0Nphn0nm98HbXCpFXxw34qSiRLrYzTJ2MeI9JaxIPB7WH+GpTN1tipi8Is0gmLQFEZLj 3pxIG6+q2qC6/aAQTdTb4HwO097m6XFio9mqDGJ2VfFqh0CyqUQ2qaklcR8Q8vVkzQxx 0T9Q+dAN8VS0acygm2mm+o4Ytz5uIyAHzAKrwZXvl9/R6TMp+nSbBFRSA7z4y+QWSLNK P3fgI8ciW5pDnAVssB3fTgY/sy0PNnFW+79UGwDeTMlsHjhgcKOH4LK388KNbXZt0lCw bIEA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id z9si1066130pgf.54.2018.12.13.00.42.42; Thu, 13 Dec 2018 00:42:57 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727786AbeLMIkF (ORCPT + 99 others); Thu, 13 Dec 2018 03:40:05 -0500 Received: from mail.bootlin.com ([62.4.15.54]:38676 "EHLO mail.bootlin.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727494AbeLMIjR (ORCPT ); Thu, 13 Dec 2018 03:39:17 -0500 Received: by mail.bootlin.com (Postfix, from userid 110) id B761C20C36; Thu, 13 Dec 2018 09:39:15 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mail.bootlin.com X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT, URIBL_BLOCKED shortcircuit=ham autolearn=disabled version=3.4.2 Received: from localhost.localdomain (unknown [91.224.148.103]) by mail.bootlin.com (Postfix) with ESMTPSA id CB365206FF; Thu, 13 Dec 2018 09:39:14 +0100 (CET) From: Miquel Raynal To: Gregory Clement , Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , Kishon Vijay Abraham I Cc: , , linux-kernel@vger.kernel.org, Rob Herring , Mark Rutland , Thomas Petazzoni , Antoine Tenart , Maxime Chevallier , Nadav Haklai , Marcin Wojtas , Grzegorz Jaszczyk , Miquel Raynal Subject: [PATCH v4 5/7] MAINTAINERS: phy: add entry for Armada 3700 COMPHY driver Date: Thu, 13 Dec 2018 09:39:06 +0100 Message-Id: <20181213083908.14180-6-miquel.raynal@bootlin.com> X-Mailer: git-send-email 2.19.1 In-Reply-To: <20181213083908.14180-1-miquel.raynal@bootlin.com> References: <20181213083908.14180-1-miquel.raynal@bootlin.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add myself as Armada 3700 COMPHY driver/bindings maintainer. Signed-off-by: Miquel Raynal --- MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 72e930c51fd4..2ef7a60ab24b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8865,6 +8865,12 @@ F: drivers/gpu/drm/armada/ F: include/uapi/drm/armada_drm.h F: Documentation/devicetree/bindings/display/armada/ +MARVELL ARMADA 3700 COMPHY DRIVER +M: Miquel Raynal +S: Maintained +F: drivers/phy/marvell/phy-mvebu-a3700-comphy.c +F: Documentation/devicetree/bindings/phy/phy-mvebu-comphy.txt + MARVELL CRYPTO DRIVER M: Boris Brezillon M: Arnaud Ebalard -- 2.19.1