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=-4.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,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 B883AC433E0 for ; Sun, 2 Aug 2020 16:46:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8ED112075B for ; Sun, 2 Aug 2020 16:46:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1596386793; bh=q8MbbbW36EMMgIj47Vr+zJcP7Ddn+q47moJuUNcQw4I=; h=References:In-Reply-To:From:Date:Subject:To:Cc:List-ID:From; b=S1GT+UPp/BMkolcEbAXyJT8iH2a5ziCJ6ZwN8ImKrJpXN26pDihV7YAZATZjMAY1z 0mZzEEUjeBPhKIXdvTzU6WWsgeA9DqVE0sQ8Z/ZMIMkCnyq0mI8c8GSwykBPUzdbPq 2GV6CsbURg+KNR8BB4uEL0oc+dpdE9NQPCbeQAU8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726797AbgHBQqd (ORCPT ); Sun, 2 Aug 2020 12:46:33 -0400 Received: from mail.kernel.org ([198.145.29.99]:52018 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725877AbgHBQqb (ORCPT ); Sun, 2 Aug 2020 12:46:31 -0400 Received: from mail-lj1-f173.google.com (mail-lj1-f173.google.com [209.85.208.173]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id A229C20738; Sun, 2 Aug 2020 16:46:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1596386791; bh=q8MbbbW36EMMgIj47Vr+zJcP7Ddn+q47moJuUNcQw4I=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=c0A87dvXeqWX1O66DbG8odRrfV4O5jfcDafRrFfPbTGRiG8Rr/ZZBOERmkSq1ngDI GG9Ywrq3IaJl/F5F2+IyNa+gMHlpYc0c5GKBBjPv2su8iwVdjT8QlJDSYGtsSf0GKj bd/vQ4LsrJDHm3VHe6l1Envn4bZTg+jZXE70hy+w= Received: by mail-lj1-f173.google.com with SMTP id v4so27535042ljd.0; Sun, 02 Aug 2020 09:46:30 -0700 (PDT) X-Gm-Message-State: AOAM532KbHIoysXyaemRfqNcapCpZPH8QQbpNR+/v+4JQ2XwimMwXksN 4PBYoHgPdEGD0Iy5l+/rsx4g27VCqh/9sgopKyg= X-Google-Smtp-Source: ABdhPJyG79cCeQzsf2oxy/QUSAIJBjM95f3ZKNwmKzFSAlruEAqDnOs2qbRyIKvsBj+NnDrqLdBiegEAVW+7Rd2pAXI= X-Received: by 2002:a2e:85d1:: with SMTP id h17mr4176911ljj.341.1596386789040; Sun, 02 Aug 2020 09:46:29 -0700 (PDT) MIME-Version: 1.0 References: <20200726155559.4650-1-krzk@kernel.org> In-Reply-To: From: Krzysztof Kozlowski Date: Sun, 2 Aug 2020 18:46:17 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v2 1/2] MAINTAINERS: Remove JZ4780 DMA driver entry To: "Maciej W. Rozycki" Cc: Paul Cercueil , Rob Herring , Thomas Bogendoerfer , linux-mips@vger.kernel.org, devicetree@vger.kernel.org, "linux-kernel@vger.kernel.org" , "Maciej W. Rozycki" Content-Type: text/plain; charset="UTF-8" Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Sun, 2 Aug 2020 at 14:43, Maciej W. Rozycki wrote: > > On Sun, 2 Aug 2020, Paul Cercueil wrote: > > > > FYI, the usual approach would be marking the entry "Orphan" rather > > > than > > > removing it entirely, so that the mapping remains and makes it easy > > > for > > > someone to pick it up. > > > > This is OK in this case, as the driver is also listed as part of the > > "INGENIC JZ47xx SoCs". > > Fair enough (and odd enough too to have two entries for one piece), > though in this case I think the commit description ought to mention it. > As it stands it makes one think the driver is not going to have a > maintainer anymore: "[...] and no maintenance is provided." Sure, the message could be improved. How about: "The entry for MIPS Ingenic JZ4780 DMA driver is not up to date anymore. Zubair Lutfullah Kakakhel's email bounces. The maintenance is provided through Ingenic SoC maintainers entry." If it is OK, I can either resend or it could be fixed up when applying. Best regards, Krzysztof