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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0AC3AC77B60 for ; Fri, 28 Apr 2023 22:06:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346712AbjD1WET (ORCPT ); Fri, 28 Apr 2023 18:04:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35342 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1346705AbjD1WES (ORCPT ); Fri, 28 Apr 2023 18:04:18 -0400 Received: from mail-ot1-f42.google.com (mail-ot1-f42.google.com [209.85.210.42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2E9B41730; Fri, 28 Apr 2023 15:04:17 -0700 (PDT) Received: by mail-ot1-f42.google.com with SMTP id 46e09a7af769-6a5f8e1f6d1so202066a34.0; Fri, 28 Apr 2023 15:04:17 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1682719456; x=1685311456; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=OSL6cU8mthSN6NR4w0n7GJtDQyapluQsx3VIbxSqClg=; b=Fb/nAp4CLrfHT2idIrPAWushGREyIt6AxBfq6q+pf7rA2plzfpz9U5qd/3BvxdYA+M zt/mNofOBPrkX59R3fe3sKV+F3VeY0lDJsac//FI8LADSh7wqNqp27tdPRo2xibfPtPk glZjgsBlE4UHbhdvbLqAPD9bcQsg4Zc2V7stfPIAR5tvsDGSlF9bL95pfKvffspSf/LC 51PrtawtSFQRyKv/Q82LS4fwWgedtq71WBJkcniVmMkx6dCVOA38bjYdnflovrYnDFjS IJ2YqEEBcpZ2xHdRTPgqu7Gh/SsHCw3FoJVvHwzOeKC+sHEf7ay+EqNbxLPXMd4F0Uzn 5Odw== X-Gm-Message-State: AC+VfDwSk5Uo5SaMayZ+jcm/XLii7RqNK2dj2Q146FOr3LJ/HMFVRvp3 8BA8TTuP2SJovITIcNF4RA== X-Google-Smtp-Source: ACHHUZ6ucH5SHt4E7Jpk8b7MwgfV3+tM9nbRHp6pMEJyo/jiIfJCPJnKTTjuQs2hnQ0kIytWlu3+0w== X-Received: by 2002:a05:6808:a0b:b0:38d:e93d:f90 with SMTP id n11-20020a0568080a0b00b0038de93d0f90mr3008291oij.7.1682719456458; Fri, 28 Apr 2023 15:04:16 -0700 (PDT) Received: from robh_at_kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id f2-20020a4abb02000000b0053b543b027bsm5285936oop.42.2023.04.28.15.04.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 28 Apr 2023 15:04:16 -0700 (PDT) Received: (nullmailer pid 358836 invoked by uid 1000); Fri, 28 Apr 2023 22:04:15 -0000 Date: Fri, 28 Apr 2023 17:04:15 -0500 From: Rob Herring To: Ivan Bornyakov Cc: linux-kernel@vger.kernel.org, Moritz Fischer , Wu Hao , Xu Yilun , Tom Rix , Krzysztof Kozlowski , Conor Dooley , Vladimir Georgiev , system@metrotek.ru, linux-fpga@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH v2 2/2] dt-bindings: fpga: replace Ivan Bornyakov maintainership Message-ID: <20230428220415.GA351049-robh@kernel.org> References: <20230428140150.2592-1-i.bornyakov@metrotek.ru> <20230428140150.2592-3-i.bornyakov@metrotek.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230428140150.2592-3-i.bornyakov@metrotek.ru> Precedence: bulk List-ID: X-Mailing-List: linux-fpga@vger.kernel.org On Fri, Apr 28, 2023 at 05:01:50PM +0300, Ivan Bornyakov wrote: > As I'm leaving Metrotek, hand over Lattice Slave SPI sysCONFIG FPGA > manager and Microchip Polarfire FPGA manager maintainership duties to > Vladimir. > > Signed-off-by: Ivan Bornyakov > Signed-off-by: Vladimir Georgiev The patch sender's Sob goes last. And only Vladimir should add his Sob (when an author or sender). > --- > Documentation/devicetree/bindings/fpga/lattice,sysconfig.yaml | 2 +- > .../devicetree/bindings/fpga/microchip,mpf-spi-fpga-mgr.yaml | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentation/devicetree/bindings/fpga/lattice,sysconfig.yaml b/Documentation/devicetree/bindings/fpga/lattice,sysconfig.yaml > index 4fb05eb84e2a..164331eb6275 100644 > --- a/Documentation/devicetree/bindings/fpga/lattice,sysconfig.yaml > +++ b/Documentation/devicetree/bindings/fpga/lattice,sysconfig.yaml > @@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# > title: Lattice Slave SPI sysCONFIG FPGA manager > > maintainers: > - - Ivan Bornyakov > + - Vladimir Georgiev > > description: | > Lattice sysCONFIG port, which is used for FPGA configuration, among others, > diff --git a/Documentation/devicetree/bindings/fpga/microchip,mpf-spi-fpga-mgr.yaml b/Documentation/devicetree/bindings/fpga/microchip,mpf-spi-fpga-mgr.yaml > index 527532f039ce..a157eecfb5fc 100644 > --- a/Documentation/devicetree/bindings/fpga/microchip,mpf-spi-fpga-mgr.yaml > +++ b/Documentation/devicetree/bindings/fpga/microchip,mpf-spi-fpga-mgr.yaml > @@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# > title: Microchip Polarfire FPGA manager. > > maintainers: > - - Ivan Bornyakov > + - Vladimir Georgiev > > description: > Device Tree Bindings for Microchip Polarfire FPGA Manager using slave SPI to > -- > 2.40.0 > >