summaryrefslogtreecommitdiff
path: root/drivers/i3c/master/svc-i3c-master.c
AgeCommit message (Expand)Author
2025-05-24i3c: master: svc: switch to bulk clk API for flexible clock supportCarlos Song
2025-05-15i3c: master: svc: skip address resend on repeat STARTFrank Li
2025-05-15i3c: master: svc: Emit STOP asap in the IBI transactionStanley Chu
2025-05-15i3c: master: svc: Receive IBI requests in interrupt contextStanley Chu
2025-03-20i3c: master: svc: Fix implicit fallthrough in svc_i3c_master_ibi_work()Nathan Chancellor
2025-03-18i3c: master: svc: Fix missing STOP for master requestStanley Chu
2025-03-18i3c: master: svc: Use readsb helper for reading MDBStanley Chu
2025-03-18i3c: master: svc: Fix missing the IBI rulesStanley Chu
2025-03-17i3c: master: svc: Fix i3c_master_get_free_addr return checkStanley Chu
2025-03-06i3c: master: svc: Fix npcm845 DAA process corruptionStanley Chu
2025-03-06i3c: master: svc: Fix npcm845 invalid slvstart eventStanley Chu
2025-03-06i3c: master: svc: Fix npcm845 FIFO empty issueStanley Chu
2025-03-06i3c: master: svc: Add support for Nuvoton npcm845 i3cStanley Chu
2025-02-20i3c: master: svc: Flush FIFO before sending Dynamic Address Assignment(DAA)Frank Li
2025-02-20i3c: Remove the const qualifier from i2c_msg pointer in i2c_xfers APIBilly Tsai
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds
2024-11-02i3c: master: svc: Modify enabled_events bit 7:0 to act as IBI enable counterFrank Li
2024-11-01i3c: master: svc: Fix pm_runtime_set_suspended() with runtime pm enabledJinjie Ruan
2024-10-31i3c: master: svc: fix possible assignment of the same address to two devicesFrank Li
2024-10-31i3c: master: svc: wait for Manual ACK/NACK Done before next stepFrank Li
2024-10-31i3c: master: svc: use spin_lock_irqsave at svc_i3c_master_ibi_work()Frank Li
2024-10-31i3c: master: svc: need check IBIWON for dynamic address assignmentFrank Li
2024-10-31i3c: master: svc: manually emit NACK/ACK for hotjoinFrank Li
2024-10-31i3c: master: svc: use repeat start when IBI WIN happensFrank Li
2024-09-17i3c: master: svc: Fix use after free vulnerability in svc_i3c_master Driver D...Kaixin Wang
2024-09-17i3c: master: svc: adjust SDR according to i3c specCarlos Song
2024-09-17i3c: master: svc: use slow speed for first broadcast addressCarlos Song
2024-07-26i3c: master: svc: Fix error code in svc_i3c_master_do_daa_locked()Dan Carpenter
2024-07-26i3c: master: svc: Improve DAA STOP handle code logicFrank Li
2024-07-26i3c: master: svc: Convert comma to semicolonChen Ni
2024-07-26i3c: master: svc: resend target address when get NACKFrank Li
2024-05-23i3c: master: svc: fix invalidate IBI type and miss call client IBI handlerFrank Li
2024-05-23i3c: master: svc: change ENXIO to EAGAIN when IBI occurs during start frameFrank Li
2024-01-08i3c: master: svc: return actual transfer data lenFrank Li
2024-01-08i3c: master: svc: rename read_len as actual_lenFrank Li
2024-01-08i3c: master: svc: add hot join supportFrank Li
2023-11-03i3c: master: svc: fix compatibility string mismatch with binding docFrank Li
2023-11-03i3c: master: svc: fix random hot join failure since timeout errorFrank Li
2023-11-03i3c: master: svc: fix SDA keep low when polling IBIWON timeout happenFrank Li
2023-11-03i3c: master: svc: fix check wrong status register in irq handlerFrank Li
2023-11-03i3c: master: svc: fix ibi may not return mandatory data byteFrank Li
2023-11-03i3c: master: svc: fix wrong data return when IBI happen during start frameFrank Li
2023-11-03i3c: master: svc: fix race condition in ibi work threadFrank Li
2023-10-10i3c: Fix typo "Provisional ID" to "Provisioned ID"Matt Johnston
2023-09-25i3c: svc: Annotate struct svc_i3c_xfer with __counted_byKees Cook
2023-09-06i3c: master: svc: fix probe failure when no i3c device existFrank Li
2023-08-28i3c: master: svc: Describe member 'saved_regs'Miquel Raynal
2023-08-10i3c: master: svc: Do not check for 0 return after calling platform_get_irq()Ruan Jinjie
2023-06-05i3c: master: svc: add NACK check after start byte sentClark Wang
2023-06-05i3c: master: svc: fix cpu schedule in spin lockClark Wang