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 8C9433AE191 for ; Tue, 5 May 2026 19:43:03 +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=1778010183; cv=none; b=KLfWVtMISKw1GMmlSZ1mLItgWBkj2b62AgboOnveQMkjEzt1nz7Y1O6fGJZaijTOLg7cZOmpnDnJ1ydR9Lk3n605wIydQZZiG1r+uab4bDDdZg6ecKbI2kxoxD6M8NhadyoHIgBQw7FugLp7HjKRRfDqJXXo58pmsvQwDKk1W/s= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778010183; c=relaxed/simple; bh=mgGZ4U1Nkfqbca37X6Q5MMs7soela/h7X8T5wr2aT4Q=; h=From:To:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=DMEQyuOOtiQUMtntup8CjjoypEnUB4pBeDLsvoOgNUehF+rn+6zUxttIkSIlYnBs2FlCm5ObGZ2ngBqv7UUITx4lwoUlYXvgaJXfxHatHCuo3EwDeNROBbiyMsHzU95VuXyiSLllk20CB3H63FrJUTJnE4wjVdoW2ElS48lPKfo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=kafu3vIQ; 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="kafu3vIQ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B13E9C2BCC7; Tue, 5 May 2026 19:43:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778010183; bh=mgGZ4U1Nkfqbca37X6Q5MMs7soela/h7X8T5wr2aT4Q=; h=From:To:Subject:In-Reply-To:References:Date:From; b=kafu3vIQ+qtCl6+KtX5BLnopzeSIPeSDWfrhCjpA38BTW8tUegDHdis7wwqddrVB9 xjOrUsY2U4Qs74LrQze1wEKPi0LBiaYo1l6L57mNanqO6HaSKU1ggRZ3NX7ze/FB7Y a5y6rbMOZqRML9yNUHYONJeqUd13DkMCZWvjV6QiNsXLZkQS31h1qjgg4xigu9El30 pgdjrDbf2sCDpefSvJfd4g6SazjT4nx8AdbQ/SHQF3inec/Cb1Y4qiIqLK0GB+nVq2 9lMHuOJfZmASEMB3w0wAibxZ22NNoLC/fgngLmzG5YTAUjMygALUWbPTxRekaoO+Yg A9AIU++7sXgfw== From: Thomas Gleixner To: Rosen Penev , linux-kernel@vger.kernel.org Subject: Re: [PATCH] irqchip: ath79: remove unused function In-Reply-To: <20260505075026.113765-1-rosenp@gmail.com> References: <20260505075026.113765-1-rosenp@gmail.com> Date: Tue, 05 May 2026 21:42:59 +0200 Message-ID: <87ecjpy75o.ffs@tglx> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain On Tue, May 05 2026 at 00:50, Rosen Penev wrote: Please use the proper subsystem prefix as documented: https://www.kernel.org/doc/html/latest/process/maintainer-tip.html > It seems ath79_cpu_irq_init was used a long time ago before the OF code It seems? Either it is or not. Also please find and describe the commit which removed the usage and failed to remove the function. Thanks, tglx