lkml.org 
[lkml]   [2021]   [Nov]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH v2 0/2] device property: Adding fwnode_irq_get_byname()
Date
The first patch in this series adds the fwnode_irq_get_byname() which is
the generic version of the of_irq_get_byname(). It is used to get the
IRQ number from name of the interrupt.

The second patch in this series uses the fwnode_irq_get_byname()
function in the IIO driver of the ADXL355 accelerometer. The driver has
been tested after applying this patch on a Raspberry PI. The ADXL355 was
connected to the Raspberry Pi using I2C and fwnode_irq_get_byname() was
used to get the IRQ number for the "DRDY" interrupt. Earlier this driver
was using of_irq_get_byname() to get this IRQ number.

Puranjay Mohan (2):
device property: Add fwnode_irq_get_byname()
iio: accel: adxl355: use fwnode_irq_get_byname()

drivers/base/property.c | 23 +++++++++++++++++++++++
drivers/iio/accel/adxl355_core.c | 7 ++-----
include/linux/property.h | 2 ++
3 files changed, 27 insertions(+), 5 deletions(-)

--
2.30.1

\
 
 \ /
  Last update: 2021-11-09 21:09    [W:0.131 / U:0.004 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site