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 E7FF11EFFB8; Fri, 11 Apr 2025 14:50:40 +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=1744383041; cv=none; b=Y9k1MET/zn0J4BLXdFtbaZMNOvkP6gnqUSeS80ulB8XfnaoDzAu/wXHHTXtK/n8lLdla2CV5omCl6jfnj1CfO8yOhs/NXUv9s/bBpC3Vl8vZpOqN+2kpgwIF+tSIQ2gpt9Vka4JfWP1lsBxvvL9RUkPOAH1Q221dqDYHuohgvXM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744383041; c=relaxed/simple; bh=prfpkdJjH8gsyLeUcHkDF+9wOpbQqO3gBOF3+xUwy/Y=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=p0SgLgIqc3QpthQExn+5qE32Y3o8jkfSa88X4jWcQaQZ9bUxam9faVu9aCmlydL95Qo62mJ4AtyZYXnZF7+MST0oXFcf1fp5ndHEHWZcxX3yIywKKNIva86hbjKZkW4W2FEN3SUdBIUsu5IiEDGmcmivQM18FB90is+mD/kAd8w= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=guWP4nwg; 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="guWP4nwg" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 92BA0C4CEE2; Fri, 11 Apr 2025 14:50:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1744383040; bh=prfpkdJjH8gsyLeUcHkDF+9wOpbQqO3gBOF3+xUwy/Y=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=guWP4nwgMlFbond9eIoFzKbNRUApAq4DpSSu/uFEe2lJxCjY7qC89aIsRtU4mwmCY ywDRHzsC3PuVaBi27Mbln/fQ8V0JZ4vrm4fkr1qyJ8geT4mFyxFVGqlWP3Wy9xBsOj iE6uDRTqAoIEt0gpODcbNY+uYZzAuODdINbDm1nwZ3H2kzZR2Wcvm5ZBqTwsyKONdU cauDIW66v1944TXVhf/APuTPgmkIlCwDMBxNN0WE/xTR4MtwdXrBKPxpzXBaX1sDoe b+987sx4ou7cOD8zge3vqg8FDzHPesMbZScq+Ql7snZtvGje/bdNuRJprXymLq40ut jNqkMKZinmdfw== Date: Fri, 11 Apr 2025 09:50:39 -0500 From: "Rob Herring (Arm)" To: Kuninori Morimoto Cc: Krzysztof Kozlowski , devicetree@vger.kernel.org, linux-pwm@vger.kernel.org, Daniel Lezcano , Geert Uytterhoeven , Laurent Pinchart , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , linux-renesas-soc@vger.kernel.org, Thomas Gleixner , Conor Dooley Subject: Re: [PATCH] dt-bindings: timer: renesas,tpu: remove DoC Message-ID: <174438294005.3234652.6798896475162852160.robh@kernel.org> References: <877c3vnq0k.wl-kuninori.morimoto.gx@renesas.com> Precedence: bulk X-Mailing-List: linux-pwm@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: <877c3vnq0k.wl-kuninori.morimoto.gx@renesas.com> On Tue, 08 Apr 2025 06:09:15 +0000, Kuninori Morimoto wrote: > commit 1c4b5ecb7ea1 ("remove the h8300 architecture") removes Renesas TPU > timer driver. Let's remove its Doc. > > Signed-off-by: Kuninori Morimoto > Cc: Geert Uytterhoeven > --- > .../bindings/pwm/renesas,tpu-pwm.yaml | 9 --- > .../bindings/timer/renesas,tpu.yaml | 56 ------------------- > 2 files changed, 65 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/timer/renesas,tpu.yaml > I fixed up the subject and commit msg, and applied it, thanks!