summaryrefslogtreecommitdiff
path: root/drivers/i3c/master/svc-i3c-master.c
AgeCommit message (Expand)Author
2026-01-14i3c: master: svc: Initialize 'dev' to NULL in svc_i3c_master_ibi_isr()Frank Li
2025-11-29i3c: master: svc: Add basic HDR mode supportFrank Li
2025-11-29i3c: master: svc: Replace bool rnw with union for HDR supportFrank Li
2025-10-30i3c: master: svc: Prevent incomplete IBI transactionStanley Chu
2025-09-16i3c: master: svc: Recycle unused IBI slotStanley Chu
2025-09-16i3c: master: svc: Use manual response for IBI eventsStanley Chu
2025-07-31i3c: master: svc: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus
2025-07-31i3c: master: svc: Fix npcm845 FIFO_EMPTY quirkStanley Chu
2025-07-04i3c: master: svc: use adapter timeout value for I2C transfersWolfram Sang
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