All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next] nfc: s3fwrn5: Change irqflags
@ 2020-12-07 11:38 ` Bongsu Jeon
  0 siblings, 0 replies; 15+ messages in thread
From: Bongsu Jeon @ 2020-12-07 11:38 UTC (permalink / raw)
  To: krzk; +Cc: linux-nfc, netdev, linux-kernel, Bongsu Jeon

From: Bongsu Jeon <bongsu.jeon@samsung.com>

change irqflags from IRQF_TRIGGER_HIGH to IRQF_TRIGGER_RISING for stable
Samsung's nfc interrupt handling.

Signed-off-by: Bongsu Jeon <bongsu.jeon@samsung.com>
---
 drivers/nfc/s3fwrn5/i2c.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/nfc/s3fwrn5/i2c.c b/drivers/nfc/s3fwrn5/i2c.c
index e1bdde105f24..016f6b6df849 100644
--- a/drivers/nfc/s3fwrn5/i2c.c
+++ b/drivers/nfc/s3fwrn5/i2c.c
@@ -213,7 +213,7 @@ static int s3fwrn5_i2c_probe(struct i2c_client *client,
 		return ret;
 
 	ret = devm_request_threaded_irq(&client->dev, phy->i2c_dev->irq, NULL,
-		s3fwrn5_i2c_irq_thread_fn, IRQF_TRIGGER_HIGH | IRQF_ONESHOT,
+		s3fwrn5_i2c_irq_thread_fn, IRQF_TRIGGER_RISING | IRQF_ONESHOT,
 		S3FWRN5_I2C_DRIVER_NAME, phy);
 	if (ret)
 		s3fwrn5_remove(phy->common.ndev);
-- 
2.17.1


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

end of thread, other threads:[~2020-12-07 14:27 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-07 11:38 [PATCH net-next] nfc: s3fwrn5: Change irqflags Bongsu Jeon
2020-12-07 11:38 ` Bongsu Jeon
2020-12-07 11:38 ` [linux-nfc] " Bongsu Jeon
2020-12-07 11:51 ` Krzysztof Kozlowski
2020-12-07 11:51   ` Krzysztof Kozlowski
2020-12-07 11:51   ` [linux-nfc] " Krzysztof Kozlowski
2020-12-07 13:39   ` Bongsu Jeon
2020-12-07 13:39     ` Bongsu Jeon
2020-12-07 13:39     ` [linux-nfc] " Bongsu Jeon
2020-12-07 14:13     ` Krzysztof Kozlowski
2020-12-07 14:13       ` Krzysztof Kozlowski
2020-12-07 14:13       ` [linux-nfc] " Krzysztof Kozlowski
2020-12-07 14:26       ` Bongsu Jeon
2020-12-07 14:26         ` Bongsu Jeon
2020-12-07 14:26         ` [linux-nfc] " Bongsu Jeon

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.