From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A6C803537D2; Thu, 5 Mar 2026 23:45:29 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772754329; cv=none; b=s6mnFdzDuz47F/yeudxvp1oubXpllZycwaa83q8oghtAkzDjL9/ax9GG+wb921BNYviQLevvcFfVF7gDlgKaslv967D9iLyLprhdKlW80V4A1lmOH5amOJ2EGkPJ+RWtzmYdbO0B7yO8XLE4tr4ZLMF+Rt7spSQ8PGgmZbuiKmg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772754329; c=relaxed/simple; bh=8Gida/5KmXiIal+WTdJpBd5LsJd7XHfAR3ah2xYSoPk=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=P6GaJOuiDlgRJlG9iSBZQxMXI4D9SiTdLukax2kaH6oM920hVIIJs6AYpoQg+Elhe3K7lY161c09MIfnNv7D88hSkMLjlths/6B/79YymqalffwzNRl/iXX7UfXCE4+n8NQUbPVAu9v/gha38rW+G2sVIp4GrS4VYD20GN+sDAA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=c1AFspK8; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="c1AFspK8" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 37BB9C116C6; Thu, 5 Mar 2026 23:45:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772754329; bh=8Gida/5KmXiIal+WTdJpBd5LsJd7XHfAR3ah2xYSoPk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=c1AFspK8dTr4bH79JK6ZjhB39ddUisVOvtv4vT3/0bbOeckpUm3MuP2a9vqWj+JTn opPgn4D1T7ArFlnRURcn1jbh2wKxfgVG6tXjmXG6VzXKBFKSy+PdvxZPmbVUUPW4bt rgAai555+pXL/M0Vtr6/M+zKRAExeeR9aHYGQuAK62P80pQt8d+Y+OTf0Sjihc8cz8 kzlAsC922HGr0D20++mNYhfe+JjyjZNWYHEy/CNckMBVchmoXIIPJxMjIjJq0PaD+B 8zAH1ayuipAY4dbLut6CruAQ7i5vvgpyaupfyiniNRR1TtNeR5UGVeGBD+3RzjdOT6 AdFHWWtpj9sTw== Date: Thu, 5 Mar 2026 17:45:28 -0600 From: Rob Herring To: Bartosz Golaszewski Cc: Krzysztof Kozlowski , Linus Walleij , Krzysztof Kozlowski , Conor Dooley , Alexander Stein , linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] dt-bindings: gpio: gpio-delay: Use Alexander's email Message-ID: <20260305234528.GA796613-robh@kernel.org> References: <20260212110905.52842-2-krzysztof.kozlowski@oss.qualcomm.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Thu, Feb 12, 2026 at 03:10:57AM -0800, Bartosz Golaszewski wrote: > On Thu, 12 Feb 2026 12:09:06 +0100, Krzysztof Kozlowski > said: > > Group/anonymous mailboxes are not accepted for bindings maintainers, so > > switch from such linux @TQ mailbox to Alexander's email. > > > > Signed-off-by: Krzysztof Kozlowski > > --- > > Documentation/devicetree/bindings/gpio/gpio-delay.yaml | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/Documentation/devicetree/bindings/gpio/gpio-delay.yaml b/Documentation/devicetree/bindings/gpio/gpio-delay.yaml > > index 1cebc4058e27..b99ceff6c5f6 100644 > > --- a/Documentation/devicetree/bindings/gpio/gpio-delay.yaml > > +++ b/Documentation/devicetree/bindings/gpio/gpio-delay.yaml > > @@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# > > title: GPIO delay controller > > > > maintainers: > > - - Alexander Stein > > + - Alexander Stein > > > > description: | > > This binding describes an electrical setup where setting an GPIO output > > -- > > 2.51.0 > > > > > > Reviewed-by: Bartosz Golaszewski Are you going to pick this up? Rob