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 C583325A630; Fri, 25 Jul 2025 23:21:07 +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=1753485667; cv=none; b=FoJAZaYrbciCzL2Vd74oEY74dgPA1ieXGra6JutARv+U6oBVfIt9Bzjv4pN9/gJ0SkjsebO0V7nAbcjwKKYzu0GHkRss07QJA71fIkckU/0N0LSG+yUts9R0xevjrAXM6+XHvKOi63kfAZpYzzEPFMJY2yuofLLAsau/Rh3hoQM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1753485667; c=relaxed/simple; bh=BBbnP/4MNf1hkVbz0RltTl/5YUhhWEOI5p2ZZ36l+Qc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=E3XWeTjAYWMMZzzL+rSk13UMFpnrM25UtA4S0aYAweT+qELVD/cAIJHitQZl2t1evPd1iJosCCb5pmL984Is/81R61Gxunx3dwigZTtSTPlzcd7fDB26V/WIWfWaiJSeRum2osuYTjWD9+vc3sLBlclATR0xwHXPNHzqbtv8jLI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=MoeHct9o; 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="MoeHct9o" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3D5C2C4CEF4; Fri, 25 Jul 2025 23:21:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1753485667; bh=BBbnP/4MNf1hkVbz0RltTl/5YUhhWEOI5p2ZZ36l+Qc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=MoeHct9owQ0TJYqxPbYILn2DIwz1UQ3WNTsQSvyveva+Ja7slR9M9uhszd1ZpvMNc TbH/TeVGWI0GEPaQryDc+XXxQt+7an2B5Z1WfGxeIIauy0dlZ4WUE7EXHb1lEskUpV p3xYT+k0jcGpoguLeWee47SgDgSDxBrDf7XbsTKE9D/QtfrktmtaWqiYvjb2Ec8422 Wbot2YsUvrMmzCz+suY00GWz/kwQaDd6LFh+w0qDhdc5VIVjCVKhHeHNn1h0B4Cxww znk9I0vRM9f1FiW6R4HvSZhbVgOakf2QzEuIcFdzFyBHv7p0TqdpwiqjtbXW9YuLHB zTD6ewCS/A5yw== Date: Fri, 25 Jul 2025 18:21:06 -0500 From: "Rob Herring (Arm)" To: Krzysztof Kozlowski Cc: devicetree@vger.kernel.org, Jonathan Cameron , Marcelo Schmitt , David Lechner , Michael Hennerich , Lars-Peter Clausen , Nuno =?iso-8859-1?Q?S=E1?= , Conor Dooley , Krzysztof Kozlowski , Andy Shevchenko , linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] dt-bindings: iio: Replace bouncing Analog emails Message-ID: <175348566588.2019384.4908547984111781460.robh@kernel.org> References: <20250724113826.61998-2-krzysztof.kozlowski@linaro.org> 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: <20250724113826.61998-2-krzysztof.kozlowski@linaro.org> On Thu, 24 Jul 2025 13:38:27 +0200, Krzysztof Kozlowski wrote: > Emails to stefan.popa@analog.com and alexandru.tachici@analog.com bounce > permanently: > > Remote Server returned '550 5.1.10 RESOLVER.ADR.RecipientNotFound; Recipient not found by SMTP address lookup' > > so replace them with Marcelo Schmitt from Analog where appropriate. > > Signed-off-by: Krzysztof Kozlowski > > --- > > I don't know who from Analog should maintain these devices, so I chosen > author from Analog of one of last commits. > > Marcelo Schmitt, could you confirm that you are okay (or not) with this? > --- > Documentation/devicetree/bindings/iio/accel/adi,adis16240.yaml | 2 +- > Documentation/devicetree/bindings/iio/accel/adi,adxl372.yaml | 2 +- > Documentation/devicetree/bindings/iio/adc/adi,ad7124.yaml | 2 +- > Documentation/devicetree/bindings/iio/adc/lltc,ltc2496.yaml | 1 - > Documentation/devicetree/bindings/iio/dac/adi,ad5770r.yaml | 2 +- > Documentation/devicetree/bindings/iio/frequency/adf4371.yaml | 2 +- > Documentation/devicetree/bindings/iio/imu/adi,adis16480.yaml | 2 +- > 7 files changed, 6 insertions(+), 7 deletions(-) > Acked-by: Rob Herring (Arm)