Re: [PATCH 1/4] genirq: Add irq_chip_(startup/shutdown)_parent
From: Thomas Gleixner
Date: Mon Aug 11 2025 - 10:39:53 EST
On Thu, Aug 07 2025 at 19:23, Inochi Amaoto wrote:
Please use 'function()' notation for functions. See
https://www.kernel.org/doc/html/latest/process/maintainer-tip.html
I'm sure I pointed you to this documented at least three times in the
past. Do you think this was written for entertainment?
> Add helper irq_chip_startup_parent and irq_chip_shutdown_parent. The
> helper implement the default behavior in case irq_startup or irq_shutdown
> is not implemented for the parent interrupt chip, which will fallback
> to irq_chip_enable_parent or irq_chip_disable_parent if not available.
Also please use the documented structure for change logs. Starting with
'Add' is just wrong. See Documentation.