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 8D3BBC25B08 for ; Wed, 10 Aug 2022 11:01:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231691AbiHJLBY (ORCPT ); Wed, 10 Aug 2022 07:01:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33258 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231658AbiHJLBX (ORCPT ); Wed, 10 Aug 2022 07:01:23 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EBCDA6BD6F; Wed, 10 Aug 2022 04:01:21 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 985E3B81B5B; Wed, 10 Aug 2022 11:01:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3EE0CC433D6; Wed, 10 Aug 2022 11:01:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1660129279; bh=6x6su5oHn4WjBSWBtUvgxfhKdMjczpssjP15rky0Ucc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=KMY2BViRwxO+LS6lTNRSgjQQ0lxdAhWdIrWx87oKITfqA8c3unrpEe7yDrvdit6aP LAJh1oADLa4m6DCanxivY6NzKxMsGIuHST3i3MzzmjjgMVlog/k0ZPOuyoDeIpgEXx UZ8VIDuSks9qlXahIc5IeJ5OVKApkhOtMLYZl/glbvW2lmz4Q7fkrhkSzpM5OdrLs1 vOKs3vJGcttXSz343CpoH1x0KvOn8EnpiFTNHcpw5q4kgTWmAzyFstxLwmo0z9ctHY DkBAqyv5xIbwGRFXuxNQ2reCX6YRtl9sY824SJ4PaxHM3m8ht49/FEZms4NYXFEnvJ Xg4XqbbvEYd+w== Date: Wed, 10 Aug 2022 12:01:10 +0100 From: Lee Jones To: Krzysztof Kozlowski Cc: Michael Hennerich , Jean Delvare , Guenter Roeck , Rob Herring , Krzysztof Kozlowski , Jonathan Cameron , Lars-Peter Clausen , Pavel Machek , Tim Harvey , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Sebastian Reichel , Liam Girdwood , Mark Brown , Andrew Davis , linux-hwmon@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-iio@vger.kernel.org, linux-fbdev@vger.kernel.org, linux-leds@vger.kernel.org, netdev@vger.kernel.org, linux-pm@vger.kernel.org, alsa-devel@alsa-project.org, Jonathan Cameron Subject: Re: [PATCH v2 4/5] dt-bindings: Drop Robert Jones Message-ID: References: <20220809162752.10186-1-krzysztof.kozlowski@linaro.org> <20220809162752.10186-5-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20220809162752.10186-5-krzysztof.kozlowski@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-fbdev@vger.kernel.org On Tue, 09 Aug 2022, Krzysztof Kozlowski wrote: > Emails to Robert Jones bounce ("550 5.2.1 The email account that you > tried to reach is disabled"). > > Signed-off-by: Krzysztof Kozlowski > Acked-by: Jonathan Cameron > > --- > > For maintainers entry see: > https://lore.kernel.org/all/20220808111113.71890-1-krzysztof.kozlowski@linaro.org/ > --- > Documentation/devicetree/bindings/iio/imu/nxp,fxos8700.yaml | 2 +- > Documentation/devicetree/bindings/mfd/gateworks-gsc.yaml | 1 - Any reason to submit these as one patch? > 2 files changed, 1 insertion(+), 2 deletions(-) > > diff --git a/Documentation/devicetree/bindings/iio/imu/nxp,fxos8700.yaml b/Documentation/devicetree/bindings/iio/imu/nxp,fxos8700.yaml > index 479e7065d4eb..0203b83b8587 100644 > --- a/Documentation/devicetree/bindings/iio/imu/nxp,fxos8700.yaml > +++ b/Documentation/devicetree/bindings/iio/imu/nxp,fxos8700.yaml > @@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# > title: Freescale FXOS8700 Inertial Measurement Unit > > maintainers: > - - Robert Jones > + - Jonathan Cameron > > description: | > Accelerometer and magnetometer combo device with an i2c and SPI interface. > diff --git a/Documentation/devicetree/bindings/mfd/gateworks-gsc.yaml b/Documentation/devicetree/bindings/mfd/gateworks-gsc.yaml > index 5a1e8d21f7a0..5e0fe3ebe1d2 100644 > --- a/Documentation/devicetree/bindings/mfd/gateworks-gsc.yaml > +++ b/Documentation/devicetree/bindings/mfd/gateworks-gsc.yaml > @@ -19,7 +19,6 @@ description: | > > maintainers: > - Tim Harvey > - - Robert Jones > > properties: > $nodename: -- Lee Jones [李琼斯]