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=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 39BDBC48BD6 for ; Wed, 26 Jun 2019 18:32:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0F5FC216FD for ; Wed, 26 Jun 2019 18:32:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726518AbfFZScw (ORCPT ); Wed, 26 Jun 2019 14:32:52 -0400 Received: from saturn.retrosnub.co.uk ([46.235.226.198]:35658 "EHLO saturn.retrosnub.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726293AbfFZScv (ORCPT ); Wed, 26 Jun 2019 14:32:51 -0400 Received: from archlinux (cpc149474-cmbg20-2-0-cust94.5-4.cable.virginm.net [82.4.196.95]) by saturn.retrosnub.co.uk (Postfix; Retrosnub mail submission) with ESMTPSA id 45D8E9E6A7E; Wed, 26 Jun 2019 19:32:49 +0100 (BST) Date: Wed, 26 Jun 2019 19:32:47 +0100 From: Jonathan Cameron To: Alexandru Ardelean Cc: , , , Subject: Re: [PATCH 1/5] MAINTAINERS: add ADIS IMU driver library entry Message-ID: <20190626193247.09006ac4@archlinux> In-Reply-To: <20190625131328.11883-1-alexandru.ardelean@analog.com> References: <20190625131328.11883-1-alexandru.ardelean@analog.com> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 25 Jun 2019 16:13:24 +0300 Alexandru Ardelean wrote: > This change adds the ADIS driver library to the MAINTAINERS list, and adds > myself as the current maintainer of this library. > > Signed-off-by: Alexandru Ardelean Hi Alexandru, Given this only has a tangential relationship to the rest of the patches I'll pick up now. More generally this series is complex enough a cover letter would have been good + 5/5 isn't anywhere that I can find? Thanks, Jonathan > --- > MAINTAINERS | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 1eb971608ac4..544e23753e96 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -930,6 +930,13 @@ S: Supported > F: drivers/mux/adgs1408.c > F: Documentation/devicetree/bindings/mux/adi,adgs1408.txt > > +ANALOG DEVICES INC ADIS DRIVER LIBRARY > +M: Alexandru Ardelean > +S: Supported > +L: linux-iio@vger.kernel.org > +F: include/linux/iio/imu/adis.h > +F: drivers/iio/imu/adis.c > + > ANALOG DEVICES INC ADP5061 DRIVER > M: Stefan Popa > L: linux-pm@vger.kernel.org