All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] device property: Adding fwnode_irq_get_by_name()
@ 2021-11-06 17:39 Puranjay Mohan
  2021-11-06 17:39 ` [PATCH 1/1] device property: Add fwnode_irq_get_by_name Puranjay Mohan
  2021-11-07  8:29 ` [PATCH 0/1] device property: Adding fwnode_irq_get_by_name() Greg KH
  0 siblings, 2 replies; 10+ messages in thread
From: Puranjay Mohan @ 2021-11-06 17:39 UTC (permalink / raw)
  To: gregkh, rafael, linux-kernel, jic23, linux-iio; +Cc: Puranjay Mohan

While working on an IIO driver I was told to use of_irq_get_byname() as
the generic version is not available in property.c.
I wish to work on this and have written a function that may work.
I am not sure about its correctness so I am posting this patch early for
review.

Puranjay Mohan (1):
  device property: Add fwnode_irq_get_by_name

 drivers/base/property.c | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

-- 
2.30.1


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

end of thread, other threads:[~2021-11-09 20:13 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-06 17:39 [PATCH 0/1] device property: Adding fwnode_irq_get_by_name() Puranjay Mohan
2021-11-06 17:39 ` [PATCH 1/1] device property: Add fwnode_irq_get_by_name Puranjay Mohan
2021-11-07  1:33   ` kernel test robot
2021-11-07  1:33     ` kernel test robot
2021-11-07 12:37   ` kernel test robot
2021-11-07 12:37     ` kernel test robot
2021-11-07  8:29 ` [PATCH 0/1] device property: Adding fwnode_irq_get_by_name() Greg KH
2021-11-09 19:30   ` Puranjay Mohan
2021-11-09 19:45     ` Greg KH
2021-11-09 20:13       ` Puranjay Mohan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.