From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9D35DC433DF for ; Sun, 2 Aug 2020 07:58:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7B69B207DF for ; Sun, 2 Aug 2020 07:58:05 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=crapouillou.net header.i=@crapouillou.net header.b="vO2casJm" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726827AbgHBH6D (ORCPT ); Sun, 2 Aug 2020 03:58:03 -0400 Received: from crapouillou.net ([89.234.176.41]:54644 "EHLO crapouillou.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725854AbgHBH6C (ORCPT ); Sun, 2 Aug 2020 03:58:02 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=crapouillou.net; s=mail; t=1596355079; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=LlM/FDSTdbnkN4Hg3fJADY2E37puQzth4o+mF6JcZBI=; b=vO2casJmtUJRuUn4Jm6MSyp4/FO3SNGqgRTZOAH9KJDTdBLQFcBr2glnHB+xEcd+7LArwV osZBfPGQU3KAMKzZ7qItBJkM+nmTeo2vGTL9HluG58jmnX7ml08REP/w5khiXY9UURjJmZ 8TZ+bRXwz6HCZ7HQly9exQv+FrqPTms= Date: Sun, 02 Aug 2020 09:57:49 +0200 From: Paul Cercueil Subject: Re: [PATCH v2 1/2] MAINTAINERS: Remove JZ4780 DMA driver entry To: "Maciej W. Rozycki" Cc: Krzysztof Kozlowski , Rob Herring , Thomas Bogendoerfer , linux-mips@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, "Maciej W. Rozycki" Message-Id: In-Reply-To: References: <20200726155559.4650-1-krzk@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Maciej, Le sam. 1 ao=FBt 2020 =E0 23:30, Maciej W. Rozycki a=20 =E9crit : > On Sun, 26 Jul 2020, Krzysztof Kozlowski wrote: >=20 >> diff --git a/MAINTAINERS b/MAINTAINERS >> index cba0ed77775b..362863cae239 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -8541,11 +8541,6 @@ F: include/uapi/rdma/ >> F: samples/bpf/ibumad_kern.c >> F: samples/bpf/ibumad_user.c >>=20 >> -INGENIC JZ4780 DMA Driver >> -M: Zubair Lutfullah Kakakhel >> -S: Maintained >> -F: drivers/dma/dma-jz4780.c >> - >=20 > FYI, the usual approach would be marking the entry "Orphan" rather=20 > than > removing it entirely, so that the mapping remains and makes it easy=20 > for > someone to pick it up. This is OK in this case, as the driver is also listed as part of the=20 "INGENIC JZ47xx SoCs". -Paul