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=-11.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,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 0B048C433C1 for ; Tue, 23 Mar 2021 14:20:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C3555619A9 for ; Tue, 23 Mar 2021 14:20:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232191AbhCWOT6 (ORCPT ); Tue, 23 Mar 2021 10:19:58 -0400 Received: from mail.kernel.org ([198.145.29.99]:60380 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231718AbhCWOT4 (ORCPT ); Tue, 23 Mar 2021 10:19:56 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 29323619A9; Tue, 23 Mar 2021 14:19:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1616509195; bh=Wctfq10oQ7ClbxMnP/cRUCla14+kxy0D+hLSZJhO6qQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=mI74jkxW1+48gr1J47uCQ/U+PD6M529yoLtqnveerHk883YTsI+heQhc28xco0MgJ PKKcBbOGSaGDuLGMecQHKpgTpa0rAR1PoLw/Xu90tsI4cYeIbho5FbZnLpv84V+8HQ R0ddXnGY4ghWbux/uODn8JaYEJasNIgnPzUw/92o= Date: Tue, 23 Mar 2021 15:19:53 +0100 From: Greg KH To: Hans de Goede Cc: Matti Vaittinen , Matti Vaittinen , MyungJoo Ham , Chanwoo Choi , Andy Gross , Bjorn Andersson , Jean Delvare , Guenter Roeck , Mark Gross , Sebastian Reichel , Chen-Yu Tsai , Liam Girdwood , Mark Brown , Wim Van Sebroeck , linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-hwmon@vger.kernel.org, platform-driver-x86@vger.kernel.org, linux-pm@vger.kernel.org, linux-watchdog@vger.kernel.org Subject: Re: [PATCH v3 2/8] MAINTAINERS: Add entry for devm helpers Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-watchdog@vger.kernel.org On Tue, Mar 23, 2021 at 02:58:28PM +0100, Hans de Goede wrote: > Hi, > > On 3/23/21 2:56 PM, Matti Vaittinen wrote: > > Devm helper header containing small inline helpers was added. > > Hans promised to maintain it. > > > > Add Hans as maintainer and myself as designated reviewer. > > > > Signed-off-by: Matti Vaittinen > > Yes I did promise that, didn't I? FWIW going this route is still > fine by me, assuming that having someone else maintain this makes > this easier on / more acceptable to Greg. > > Ultimately this is up to Greg though, so lets wait and see what > Greg has to say about this. Can we move some of the devm_* calls in include/device.h into here as well so that you all can be in charge of them instead of me? If so, I'm happy :) Anyway, this looks sane, I'll queue it up and let's see what breaks in linux-next... thanks, greg k-h