linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] Documentation: devres: update IRQ helper
@ 2022-09-27  8:38 Yang Yingliang
  2022-09-29 19:18 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Yang Yingliang @ 2022-09-27  8:38 UTC (permalink / raw)
  To: linux-doc; +Cc: corbet, bgolaszewski, maz, yangyingliang

devm_irq_sim_init() has been changed to devm_irq_domain_create_sim()
in commit 337cbeb2c13e ("genirq/irq_sim: Simplify the API").

Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
---
 Documentation/driver-api/driver-model/devres.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/driver-api/driver-model/devres.rst b/Documentation/driver-api/driver-model/devres.rst
index 2895f9ea00c4..025dd6179f97 100644
--- a/Documentation/driver-api/driver-model/devres.rst
+++ b/Documentation/driver-api/driver-model/devres.rst
@@ -333,7 +333,7 @@ IRQ
   devm_irq_alloc_descs_from()
   devm_irq_alloc_generic_chip()
   devm_irq_setup_generic_chip()
-  devm_irq_sim_init()
+  devm_irq_domain_create_sim()
 
 LED
   devm_led_classdev_register()
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH -next] Documentation: devres: update IRQ helper
  2022-09-27  8:38 [PATCH -next] Documentation: devres: update IRQ helper Yang Yingliang
@ 2022-09-29 19:18 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2022-09-29 19:18 UTC (permalink / raw)
  To: Yang Yingliang, linux-doc; +Cc: bgolaszewski, maz, yangyingliang

Yang Yingliang <yangyingliang@huawei.com> writes:

> devm_irq_sim_init() has been changed to devm_irq_domain_create_sim()
> in commit 337cbeb2c13e ("genirq/irq_sim: Simplify the API").
>
> Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
> ---
>  Documentation/driver-api/driver-model/devres.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

jon

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-29 19:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-27  8:38 [PATCH -next] Documentation: devres: update IRQ helper Yang Yingliang
2022-09-29 19:18 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).