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, URIBL_BLOCKED,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 047B8C433E2 for ; Wed, 2 Sep 2020 13:52:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D96BC2087D for ; Wed, 2 Sep 2020 13:52:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727028AbgIBNwK (ORCPT ); Wed, 2 Sep 2020 09:52:10 -0400 Received: from lhrrgout.huawei.com ([185.176.76.210]:2740 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726654AbgIBNny (ORCPT ); Wed, 2 Sep 2020 09:43:54 -0400 Received: from lhreml710-chm.china.huawei.com (unknown [172.18.7.107]) by Forcepoint Email with ESMTP id E581E7C70DF1A350A040; Wed, 2 Sep 2020 14:43:52 +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:43:52 +0100 Date: Wed, 2 Sep 2020 14:42:20 +0100 From: Jonathan Cameron To: Krzysztof Kozlowski CC: Andy Shevchenko , "Ardelean, Alexandru" , Jonathan Cameron , Linux Kernel Mailing List , "Hennerich, Michael" , linux-iio Subject: Re: [PATCH] MAINTAINERS: Remove bouncing email of Beniamin Bia Message-ID: <20200902144220.000021f8@Huawei.com> In-Reply-To: References: <20200827201707.27075-1-krzk@kernel.org> <20200829155410.6d34a8b9@archlinux> <20200902142656.00007ad1@Huawei.com> 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-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2 Sep 2020 15:35:45 +0200 Krzysztof Kozlowski wrote: > On Wed, 2 Sep 2020 at 15:28, Jonathan Cameron > wrote: > > > > 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. > > I can send a follow up to merge/remove the entries. > > Best regards, > Krzysztof Great thanks Jonathan