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 38E27EC5; Sun, 6 Oct 2024 13:37: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=1728221827; cv=none; b=Ve2y2Szl9Tb/e3D1hOc5DIqGr0zExhexOnJe1rzkBIcfPThTsedIKqJEaB1F2JfsSxzoN8G+GcxnLd53/P4zIMB9CeyxaupMfwFKEYX1y1sDducMhZSKdIpRH1YOAu3/pAOhs6gFy0yoc06InxndrJst5JrHbeART9YzPkwINxY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728221827; c=relaxed/simple; bh=Nx+i9/q3KA5QkLQt6ZzaBs2eIOoDJ/mDZdZr5vTKTQ0=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=iEX7HHtkrAxyZoARIC8KbKgny9VW45IdnDgrdN5vImxCDbwbzO+VwBElfK8Kp/ag9gRWO8ZwDHBZiE5CiTAH6SQ6BsUVF/BMo/iiahD/e/RQfhMkRXlGHLLTCTO0q8gT93+sPNGcNJmo8W/5h677Z27zXKxPbC1LvReFE/3rIW8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=iSU5DShf; 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="iSU5DShf" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 792C4C4CEC5; Sun, 6 Oct 2024 13:37:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1728221827; bh=Nx+i9/q3KA5QkLQt6ZzaBs2eIOoDJ/mDZdZr5vTKTQ0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=iSU5DShfxeIwxDj/VtX5r6XCrd23B9VsZbkxuq4pcQBLF8nS2e554jv6D/mZhHlGF ZJwua53g3W7CEQ1r2fRL9lQ/QEPXgktgAKC60X7mEyZQ4LNqXipRbYsvviunkWH8fW ipLDl9UJbfdurjc0ae5nJP2djk4jaAhYZXsLJ1j6CyYrnaRtt+5KuwpH+MHevcKI3n eh6QANuzNpDB47DZk9bH4d4Q9/rSW32sjJ1l4IiqoYhW8C1+cwplCTFYsTQ6ZNTvK7 0m80xh8u70j9YMTIfZeywG03SI2BThbOJ0yevbGSI6U4bFbqPAyS3axkhH89qGeeAS juP42T/3T6l/g== Date: Sun, 6 Oct 2024 14:36:57 +0100 From: Jonathan Cameron To: Jean-Baptiste Maneyrol via B4 Relay Cc: jean-baptiste.maneyrol@tdk.com, Lars-Peter Clausen , Rob Herring , Krzysztof Kozlowski , Conor Dooley , linux-kernel@vger.kernel.org, linux-iio@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH v2 0/3] Update email addresses and add missing MAINTAINERS entry Message-ID: <20241006143657.1d9f0e11@jic23-huawei> In-Reply-To: <20241003-invn-maintainers-email-update-v2-0-ca5a4928eb22@tdk.com> References: <20241003-invn-maintainers-email-update-v2-0-ca5a4928eb22@tdk.com> X-Mailer: Claws Mail 4.3.0 (GTK 3.24.43; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Thu, 03 Oct 2024 15:38:21 +0200 Jean-Baptiste Maneyrol via B4 Relay wrote: > Migrate invensense email addresses to TDK domain. Add missing entry > for iio inv_mpu6050 driver. > > Signed-off-by: Jean-Baptiste Maneyrol Applied. > --- > Changes in v2: > - Fix missing signed-off > - Link to v1: https://lore.kernel.org/r/20241003-invn-maintainers-email-update-v1-0-7e4062ad68cf@tdk.com > > --- > Jean-Baptiste Maneyrol (3): > MAINTAINERS: iio: migrate invensense email address to tdk domain > dt-bindings: iio: imu: migrate InvenSense email to TDK group domain > MAINTAINERS: iio: imu: add entry for InvenSense MPU-6050 driver > > .../devicetree/bindings/iio/imu/invensense,icm42600.yaml | 2 +- > .../devicetree/bindings/iio/imu/invensense,mpu6050.yaml | 2 +- > MAINTAINERS | 10 +++++++++- > 3 files changed, 11 insertions(+), 3 deletions(-) > --- > base-commit: 550aaa170cd9176655382364308d2ff54623b30b > change-id: 20240923-invn-maintainers-email-update-ac2b3c74e4f1 > > Best regards,