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 3D8B819E96B for ; Wed, 18 Dec 2024 13:23:51 +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=1734528232; cv=none; b=E41ABGipsV4jDzLYLJ13kamxLrtwn+MAs+MzxwJCiNLoMpz+8WwjXjuwKN4my4mSPDD/igejps5Gb8MnBXyqhw8zf1gvcdqYUW9i/uzup7b0zcL0Y8iTPinUuek7T0wO4n+vxoGCnpCTkkYpujdn0if8EKhfxXBMO3loJL1nh1s= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734528232; c=relaxed/simple; bh=1rag6+1uBjp12jD655gpKiTsPlSVmA8ZNwJ3WpSAXSg=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=VtCt9syXAoDLZm3V2ipe7JY+WpIRCUnp2c14WQ9p8eYf5eQ5AukmV1I8EMG79h6ytmdf6Ivn6kxYm9aJVAEPglLZfH7S3cnLxijxjGIrSkNBh7eayMwwKw5FCkSjnaGCmXbHVrhcFIz0IwL/5l/2Hk7VGeLaAaKowp5d5e/iVGg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=hDGqeDuc; 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="hDGqeDuc" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 421F9C4CECE; Wed, 18 Dec 2024 13:23:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1734528231; bh=1rag6+1uBjp12jD655gpKiTsPlSVmA8ZNwJ3WpSAXSg=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=hDGqeDucP10ueCdAlxU5KcQ5MG8REROI/vhy9a4afhixrdj7/I1WsDWj82mLzrMOE lNnOf010qNjMzF1h9mr8xsBaXI9dmb8eqeJrq5BPHolfqF3m7H1qcSVk1Ba6eLdqHA 6C145vyICWf0wlqvnZsHdywSdVUQ2Xm4i2uJxonzJTnRYWvJ5EIHCvA+biXHPeh3AB mStYJ8m6JYNNnkccs0J14m54pugdiQ0Nee6+BfKQ28bEMxEdwLEfJpFWoDb9aAJHwF tArQTHxJsvZCMycF2hGA3BrFJ2fEmlM7sucbBNVKgD4Tl1ikFMT4gdJpq7F6ZURNZg REIVlBHYGGmWg== Message-ID: Date: Wed, 18 Dec 2024 15:23:46 +0200 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 2/2] MAINTAINERS: Add entry for linux/pruss_driver.h To: MD Danish Anwar , tony@atomide.com, mathieu.poirier@linaro.org, grzegorz.jaszczyk@linaro.org, s-anna@ti.com, ssantosh@kernel.org, nm@ti.com Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, srk@ti.com, Vignesh Raghavendra References: <20241218104424.1257880-1-danishanwar@ti.com> <20241218104424.1257880-3-danishanwar@ti.com> Content-Language: en-US From: Roger Quadros In-Reply-To: <20241218104424.1257880-3-danishanwar@ti.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 18/12/2024 12:44, MD Danish Anwar wrote: > include/linux/pruss_driver.h is an orphan file. Add entry for this in > the MAINATAINERS file. s/MAINATAINERS/MAINTAINERS > > Signed-off-by: MD Danish Anwar > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index bc992f10a2f6..069817391e9f 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -23638,6 +23638,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git > F: Documentation/devicetree/bindings/soc/ti/ti,pruss.yaml > F: drivers/pmdomain/ti/omap_prm.c > F: drivers/soc/ti/* > +F: include/linux/pruss_driver.h > > TI LM49xxx FAMILY ASoC CODEC DRIVERS > M: M R Swami Reddy