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=-5.5 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_2 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 90FB2C433E2 for ; Wed, 2 Sep 2020 13:29:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 54F8C2083B for ; Wed, 2 Sep 2020 13:29:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726871AbgIBN2y (ORCPT ); Wed, 2 Sep 2020 09:28:54 -0400 Received: from lhrrgout.huawei.com ([185.176.76.210]:2737 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726800AbgIBN2e (ORCPT ); Wed, 2 Sep 2020 09:28:34 -0400 Received: from lhreml710-chm.china.huawei.com (unknown [172.18.7.106]) by Forcepoint Email with ESMTP id 2EAC270F14B6100C9EDC; Wed, 2 Sep 2020 14:28:29 +0100 (IST) Received: from localhost (10.52.121.91) by lhreml710-chm.china.huawei.com (10.201.108.61) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1913.5; Wed, 2 Sep 2020 14:28:28 +0100 Date: Wed, 2 Sep 2020 14:26:56 +0100 From: Jonathan Cameron To: Andy Shevchenko CC: "Ardelean, Alexandru" , "Krzysztof Kozlowski" , Jonathan Cameron , "Linux Kernel Mailing List" , "Hennerich, Michael" , linux-iio Subject: Re: [PATCH] MAINTAINERS: Remove bouncing email of Beniamin Bia Message-ID: <20200902142656.00007ad1@Huawei.com> In-Reply-To: References: <20200827201707.27075-1-krzk@kernel.org> <20200829155410.6d34a8b9@archlinux> Organization: Huawei Technologies Research and Development (UK) Ltd. X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; i686-w64-mingw32) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.52.121.91] X-ClientProxiedBy: lhreml732-chm.china.huawei.com (10.201.108.83) To lhreml710-chm.china.huawei.com (10.201.108.61) X-CFilter-Loop: Reflected Sender: linux-iio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org On Wed, 2 Sep 2020 10:49:04 +0300 Andy Shevchenko wrote: > On Wed, Sep 2, 2020 at 8:56 AM Ardelean, Alexandru > wrote: > > > > [yes, I know, bad-email format, but I wanted this to come from my work email] > > > > Apologies also for the delay here. Things pile-up on my side and I defer things a bit. > > > > Talked to Michael Hennerich about this [since he's the more senior contact at Analog]. > > We can replace the email from Beniamin Bia with Michael's. > > Or, we can remove the "Orphan" blocks and just have the catch-all "drivers/iio/*/ad*" cover this driver and others that were upstreamed by Beniamin. > > > > Either option is fine from us. > > As a participant of activity to put MAINTAINERS in some order, I > prefer to have similar blocks be squashed. > If there will be a dedicated maintainer for a certain driver in the > future, we can always split into separate sections. > > So, something like > ANALOG DEVICES ADC (I guess it makes sense to have some grouping still) > ... > F: .../ad1234 > F: .../ad2345 > > In one section (no need to have wildcards right now). > ANALOG DEVICES INC IIO DRIVERS M: Lars-Peter Clausen M: Michael Hennerich S: Supported W: http://wiki.analog.com/ W: http://ez.analog.com/community/linux-device-drivers F: Documentation/ABI/testing/sysfs-bus-iio-frequency-ad9523 F: Documentation/ABI/testing/sysfs-bus-iio-frequency-adf4350 F: drivers/iio/*/ad* F: drivers/iio/adc/ltc249* F: drivers/staging/iio/*/ad* X: drivers/iio/*/adjd* Already exists. We could potentially clean that up. For the block that started this thread, we can just drop it. Jonathan