public inbox for linux-i3c@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] i3c: dw-i3c-master: scoped spinlock guards and SIR reject fix
@ 2026-01-27  2:05 adrianhoyin.ng
  2026-01-27  2:05 ` [PATCH v4 1/2] i3c: dw-i3c-master: convert spinlock usage to scoped guards adrianhoyin.ng
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: adrianhoyin.ng @ 2026-01-27  2:05 UTC (permalink / raw)
  To: alexandre.belloni, Frank.Li, linux-i3c, linux-kernel; +Cc: adrianhoyin.ng

From: Adrian Ng Ho Yin <adrianhoyin.ng@altera.com>

This patchset replaces open-coded spin_lock_irqsave()/spin_unlock_irqrestore()
pairs with scoped spinlock guards to reduce boilerplate and ensure correct
lock release on scope exit.

In a subsequent patch it fixes the SIR reject bit mapping used for IBI
handling. The IBI_SIR_REQ_REJECT register is indexed by a folded form of
the 7-bit dynamic address, but the driver currently uses the device table
index. This can result in IBIs being rejected or accepted for the wrong
device. The patch derives the bit index directly from the dynamic address
as defined by the controller.

---
changelog
v3->v4:
- Dropped unused DYN_ADDR_LO_BITS definition.

v2->v3:
- Update guard function call in dw_i3c_master_free_ibi to use scoped_guard to avoid
  i3c_generic_ibi_free_pool happening under spinlock.
- Update get_ibi_sir_bit_index to use FIELD_GET and drop DYN_ADDR_LO_BITS definition.

v1->v2:
- Add implementation to use scoped spinlock guards to ensure correct lock release.
- Update remove DYN_ADDR_HI_BITS macro definition and update MASK to use index directly.
---

Adrian Ng Ho Yin (2):
  i3c: dw-i3c-master: convert spinlock usage to scoped guards
  i3c: dw-i3c-master: fix SIR reject bit mapping for dynamic addresses

 drivers/i3c/master/dw-i3c-master.c | 59 ++++++++++++++++--------------
 1 file changed, 31 insertions(+), 28 deletions(-)

-- 
2.49.GIT


-- 
linux-i3c mailing list
linux-i3c@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-i3c

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

end of thread, other threads:[~2026-01-30 23:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-27  2:05 [PATCH v4 0/2] i3c: dw-i3c-master: scoped spinlock guards and SIR reject fix adrianhoyin.ng
2026-01-27  2:05 ` [PATCH v4 1/2] i3c: dw-i3c-master: convert spinlock usage to scoped guards adrianhoyin.ng
2026-01-27  2:05 ` [PATCH v4 2/2] i3c: dw-i3c-master: fix SIR reject bit mapping for dynamic addresses adrianhoyin.ng
2026-01-27 18:28   ` Frank Li
2026-01-30 23:07 ` [PATCH v4 0/2] i3c: dw-i3c-master: scoped spinlock guards and SIR reject fix Alexandre Belloni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox