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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 9D68AFA3743 for ; Fri, 13 Sep 2024 11:07:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=ACcQXKRjYnzAP9JEJdRpudHJbSASZscpZmCW3A6UtZE=; b=s0lR8LV8w3JKUd3+QL7hDlI47T Vfh0vOWdPWd5XyDQ/O6NHXrHA8g0MW/YkM35WBk6bYuIoN19nphCYhusbeXuLdiKNzBx3jTM8Ndhe ybNDij6zYlk8i5JDrTsC8dk0cHAuwQx00adkxvIwJrD4gVxzVJEN0BSmaQ0ogkpMg3sC2ivulxFcO +dpfjPPoNg7YLQOKklg63+zv/5QnSd8MWSR1DXPjOfPEHqLa3wfmyCnr7E37qdb5EunbKt46MuOuN BbA7iSxFF/z56m+uDDkm6W1Njd2TaS4sZMbrqPChJKUvJEHTyE+sf/uV5Y1HCqeW589FWqzhV3E9M Ob7kU/9w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sp48k-0000000FhYZ-408l; Fri, 13 Sep 2024 11:07:02 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sp47g-0000000FhRy-31G6 for linux-arm-kernel@lists.infradead.org; Fri, 13 Sep 2024 11:05:57 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 896FD5C5D2A; Fri, 13 Sep 2024 11:05:52 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 31883C4CEC6; Fri, 13 Sep 2024 11:05:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1726225555; bh=ACcQXKRjYnzAP9JEJdRpudHJbSASZscpZmCW3A6UtZE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=M0G79r/uNZANRyyW6W60nsqjJ0bg9jmFJxwW5E78GvLSs+Todp5EqFGUryr54Rpwe SbacZWY/tt+4jtCULxv0qyMxfYb+sRGM+WBLYheYmSe1HxAG8TCBGlvgXR2pFqUS+4 y6E13jpMNk6RY7D143XrmxgSMlRgH6MXmSpgAKnY= Date: Fri, 13 Sep 2024 13:05:52 +0200 From: Greg Kroah-Hartman To: Andrei Stefanescu Cc: Linus Walleij , Bartosz Golaszewski , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Chester Lin , Matthias Brugger , "Rafael J. Wysocki" , linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, NXP S32 Linux Team Subject: Re: [PATCH v2 4/4] MAINTAINERS: add MAINTAINER for S32G2 SIUL2 GPIO driver Message-ID: <2024091327-revered-depletion-7388@gregkh> References: <20240913082937.444367-1-andrei.stefanescu@oss.nxp.com> <20240913082937.444367-5-andrei.stefanescu@oss.nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240913082937.444367-5-andrei.stefanescu@oss.nxp.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240913_040556_819967_5F6C31F5 X-CRM114-Status: UNSURE ( 7.19 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, Sep 13, 2024 at 11:29:35AM +0300, Andrei Stefanescu wrote: > Signed-off-by: Andrei Stefanescu For obvious reasons, we can't take patches without any changelog text, even for simple stuff. thanks, greg k-h