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 5CB70223DF2; Wed, 14 May 2025 21:56:46 +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=1747259807; cv=none; b=Jqw7tpato/HCQh9X6sSeI8R7KpmsiwmYmdISJWwd9/99uMuWqY1OGtsZyh4iffb2HJdb0F35VCygKLMJYyv3RmaMOvcP+WiA0QQb6FneG2aED8fAsB/0UIdiEi/NIQxEbcKOQjWUuVm5LmjK4nnMB5DmFCVXdtmrvbCXtWje5F8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1747259807; c=relaxed/simple; bh=RGYu87/MAqgKB3NyYtwwQKOk3FvzBnCoc9OCA815Hsg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=hwux0wAQzivly1eebwdkplMfP7fZd0wgqqdQcP9ICTGni8Yfa3U5mcV76tu+Xhz18XxkkzTTODgjUvukpljZQmNlEtraGK9sVDQxcGKAvR46efy9EAzBhHENOSgLc2m9wE82dgLtK6VGHeyBalz81FKXkrWG6brdcu0atsyUCAs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=KTCdstgH; 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="KTCdstgH" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8CFE4C4CEED; Wed, 14 May 2025 21:56:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1747259806; bh=RGYu87/MAqgKB3NyYtwwQKOk3FvzBnCoc9OCA815Hsg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=KTCdstgHWRrldh1wABpKj5eRgkuQhNB8/qHdUFoPG1CrYo9NuhWXZzjVQkImNGzNW 5V1YXwpoqKfb1yoSTA1qt/WlcAV8ROqTVWhLYewcBW1/npMuTgTScjUBPx0e+5HLvC x7EceodlirCQuQktCWkdKiOkNGMXbXYAGg7Fvsi6S92q6TPzHxUq6fDRM8ArrW3v0t uluNe7pVtRuBgTTpZE7pZvPo20pgcB/uNFM6+J2naS0V5HJHKc4cNlEGI2dSpcdkpX sBBwoRnlz/seX7ra4MgDLIU8runuxeffmDssmHoLvXlZfkUiMXpYOhi7bYwFVCo9P1 D20Lm3eykWjRQ== Date: Wed, 14 May 2025 16:56:45 -0500 From: "Rob Herring (Arm)" To: Cosmin Tanislav Cc: Liu Ying , Zhi Mao , Dan Carpenter , Krzysztof Kozlowski , Dongcheng Yan , Kieran Bingham , Ricardo Ribalda , Cosmin Tanislav , linux-kernel@vger.kernel.org, linux-staging@lists.linux.dev, Bjorn Andersson , Elinor Montmasson , devicetree@vger.kernel.org, Geert Uytterhoeven , Hans Verkuil , Julien Massot , Tommaso Merciai , Mauro Carvalho Chehab , Will Deacon , Ross Burton , Greg Kroah-Hartman , =?iso-8859-1?Q?N=EDcolas_F_=2E_R_=2E_A_=2E?= Prado , Bartosz Golaszewski , linux-media@vger.kernel.org, Linus Walleij , Eric Biggers , linux-gpio@vger.kernel.org, Benjamin Mugnier , AngeloGioacchino Del Regno , Dmitry Baryshkov , Conor Dooley , Taniya Das , Mark Brown , Laurentiu Palcu , Liam Girdwood , Sakari Ailus , Catalin Marinas , Niklas =?iso-8859-1?Q?S=F6derlund?= , linux-arm-kernel@lists.infradead.org, Vignesh Raghavendra Subject: Re: [PATCH v3 01/19] dt-bindings: media: i2c: max96717: add myself as maintainer Message-ID: <174725980451.3108487.13826253376011337133.robh@kernel.org> References: <20250512212832.3674722-1-demonsingur@gmail.com> <20250512212832.3674722-2-demonsingur@gmail.com> Precedence: bulk X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250512212832.3674722-2-demonsingur@gmail.com> On Tue, 13 May 2025 00:28:10 +0300, Cosmin Tanislav wrote: > Analog Devices is taking responsability for the maintenance of the Maxim > GMSL2/3 devices. > Add myself to the maintainers list and to the device tree bindings. > > Signed-off-by: Cosmin Tanislav > --- > Documentation/devicetree/bindings/media/i2c/maxim,max96717.yaml | 1 + > MAINTAINERS | 1 + > 2 files changed, 2 insertions(+) > Acked-by: Rob Herring (Arm)