linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Correctly handle plaform_get_irq()'s result in the i2C drivers
@ 2021-06-23 20:48 Sergey Shtylyov
  2021-06-23 20:53 ` [PATCH 1/5] i2c: hix5hd2: fix IRQ check Sergey Shtylyov
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Sergey Shtylyov @ 2021-06-23 20:48 UTC (permalink / raw)
  To: linux-i2c
  Cc: Qii Wang, Matthias Brugger, linux-arm-kernel, linux-mediatek,
	linux-samsung-soc

Here are 5 patches against the 'i2c/for-current' branch of the Jens Axboe's 'linux-block.git' repo.
The affected drivers call platform_get_irq() but mis-interprete its result -- they consider
IRQ0 as error and (sometimes) the real error codes as valid IRQs... :-/

[1/5] i2c: hix5hd2: fix IRQ check
[2/5] i2c: mt65xx: fix IRQ check
[3/5] i2c: pmcmsp: fix-IRQ-check
[4/5] i2c: s3c2410: fix IRQ check
[5/5] i2c: xlp9xx: fix main IRQ check

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

end of thread, other threads:[~2021-06-29  7:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-23 20:48 [PATCH 0/5] Correctly handle plaform_get_irq()'s result in the i2C drivers Sergey Shtylyov
2021-06-23 20:53 ` [PATCH 1/5] i2c: hix5hd2: fix IRQ check Sergey Shtylyov
2021-06-23 20:56 ` [PATCH 2/5] i2c: mt65xx: " Sergey Shtylyov
2021-06-23 20:58 ` [PATCH 3/5] i2c: pmcmsp: fix-IRQ-check Sergey Shtylyov
2021-06-29  7:19   ` [kbuild] " Dan Carpenter
2021-06-23 21:01 ` [PATCH 4/5] i2c: s3c2410: fix IRQ check Sergey Shtylyov
2021-06-23 21:06 ` [PATCH 5/5] i2c: xlp9xx: fix main " Sergey Shtylyov

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).