summaryrefslogtreecommitdiff
path: root/drivers/i3c/master/svc-i3c-master.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-04i3c: master: svc: Initialize 'dev' to NULL in svc_i3c_master_ibi_isr()Frank Li1-2/+2
2025-12-18i3c: master: svc: Prevent incomplete IBI transactionStanley Chu1-8/+14
2025-10-15i3c: master: svc: Recycle unused IBI slotStanley Chu1-0/+1
2025-10-15i3c: master: svc: Use manual response for IBI eventsStanley Chu1-5/+25
2025-05-29i3c: master: svc: Fix implicit fallthrough in svc_i3c_master_ibi_work()Nathan Chancellor1-0/+1
2025-05-29i3c: master: svc: Flush FIFO before sending Dynamic Address Assignment(DAA)Frank Li1-0/+2
2025-05-29i3c: master: svc: Fix missing STOP for master requestStanley Chu1-0/+1
2025-05-02i3c: master: svc: Add support for Nuvoton npcm845 i3cStanley Chu1-1/+16
2025-04-20i3c: master: svc: Use readsb helper for reading MDBStanley Chu1-1/+1
2025-04-10i3c: master: svc: Fix missing the IBI rulesStanley Chu1-1/+1
2024-12-09i3c: master: svc: Modify enabled_events bit 7:0 to act as IBI enable counterFrank Li1-5/+5
2024-12-09i3c: master: svc: fix possible assignment of the same address to two devicesFrank Li1-6/+21
2024-12-09i3c: master: svc: Fix pm_runtime_set_suspended() with runtime pm enabledJinjie Ruan1-1/+1
2024-09-17i3c: master: svc: Fix use after free vulnerability in svc_i3c_master Driver D...Kaixin Wang1-0/+1
2024-09-17i3c: master: svc: adjust SDR according to i3c specCarlos Song1-9/+22
2024-09-17i3c: master: svc: use slow speed for first broadcast addressCarlos Song1-0/+52
2024-07-26i3c: master: svc: Fix error code in svc_i3c_master_do_daa_locked()Dan Carpenter1-1/+1
2024-07-26i3c: master: svc: Improve DAA STOP handle code logicFrank Li1-18/+43
2024-07-26i3c: master: svc: Convert comma to semicolonChen Ni1-1/+1
2024-07-26i3c: master: svc: resend target address when get NACKFrank Li1-14/+44
2024-05-23i3c: master: svc: fix invalidate IBI type and miss call client IBI handlerFrank Li1-3/+13
2024-05-23i3c: master: svc: change ENXIO to EAGAIN when IBI occurs during start frameFrank Li1-1/+1
2024-01-08i3c: master: svc: return actual transfer data lenFrank Li1-0/+8
2024-01-08i3c: master: svc: rename read_len as actual_lenFrank Li1-13/+13
2024-01-08i3c: master: svc: add hot join supportFrank Li1-4/+57
2023-11-03i3c: master: svc: fix compatibility string mismatch with binding docFrank Li1-1/+1
2023-11-03i3c: master: svc: fix random hot join failure since timeout errorFrank Li1-0/+9
2023-11-03i3c: master: svc: fix SDA keep low when polling IBIWON timeout happenFrank Li1-0/+1
2023-11-03i3c: master: svc: fix check wrong status register in irq handlerFrank Li1-1/+1
2023-11-03i3c: master: svc: fix ibi may not return mandatory data byteFrank Li1-0/+8
2023-11-03i3c: master: svc: fix wrong data return when IBI happen during start frameFrank Li1-0/+20
2023-11-03i3c: master: svc: fix race condition in ibi work threadFrank Li1-0/+14
2023-10-10i3c: Fix typo "Provisional ID" to "Provisioned ID"Matt Johnston1-1/+1
2023-09-26i3c: svc: Annotate struct svc_i3c_xfer with __counted_byKees Cook1-1/+1
2023-09-06i3c: master: svc: fix probe failure when no i3c device existFrank Li1-2/+12
2023-08-28i3c: master: svc: Describe member 'saved_regs'Miquel Raynal1-0/+1
2023-08-10i3c: master: svc: Do not check for 0 return after calling platform_get_irq()Ruan Jinjie1-2/+2
2023-06-05i3c: master: svc: add NACK check after start byte sentClark Wang1-0/+6
2023-06-05i3c: master: svc: fix cpu schedule in spin lockClark Wang1-9/+10
2023-06-05i3c: master: svc: fix i3c suspend/resume issueClark Wang1-0/+26
2023-03-21i3c: svc: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-21i3c: Make i3c_master_unregister() return voidUwe Kleine-König1-4/+1
2022-05-17i3c: master: svc: fix returnvar.cocci warningGuo Zhengkui1-2/+1
2022-01-05i3c: master: svc: enable the interrupt in the enable ibi functionClark Wang1-2/+4
2022-01-05i3c: master: svc: add the missing module device tableClark Wang1-0/+1
2022-01-05i3c: master: svc: add runtime pm supportClark Wang1-40/+156
2022-01-05i3c: master: svc: set ODSTOP to let I2C device see the STOP signalClark Wang1-2/+5
2022-01-05i3c: master: svc: add support for slave to stop returning dataClark Wang1-16/+40
2022-01-05i3c: master: svc: separate err, fifo and disable interrupt of reset functionClark Wang1-25/+34
2022-01-05i3c: master: svc: fix atomic issueClark Wang1-11/+15