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-11-29i3c: master: svc: Add basic HDR mode supportFrank Li1-13/+83
2025-11-29i3c: master: svc: Replace bool rnw with union for HDR supportFrank Li1-7/+18
2025-10-30i3c: master: svc: Prevent incomplete IBI transactionStanley Chu1-8/+14
2025-09-16i3c: master: svc: Recycle unused IBI slotStanley Chu1-0/+1
2025-09-16i3c: master: svc: Use manual response for IBI eventsStanley Chu1-5/+25
2025-07-31i3c: master: svc: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus1-8/+0
2025-07-31i3c: master: svc: Fix npcm845 FIFO_EMPTY quirkStanley Chu1-8/+14
2025-07-04i3c: master: svc: use adapter timeout value for I2C transfersWolfram Sang1-1/+1
2025-05-24i3c: master: svc: switch to bulk clk API for flexible clock supportCarlos Song1-50/+26
2025-05-15i3c: master: svc: skip address resend on repeat STARTFrank Li1-3/+3
2025-05-15i3c: master: svc: Emit STOP asap in the IBI transactionStanley Chu1-1/+1
2025-05-15i3c: master: svc: Receive IBI requests in interrupt contextStanley Chu1-15/+10
2025-03-21i3c: master: svc: Fix implicit fallthrough in svc_i3c_master_ibi_work()Nathan Chancellor1-0/+1
2025-03-18i3c: master: svc: Fix missing STOP for master requestStanley Chu1-0/+1
2025-03-18i3c: master: svc: Use readsb helper for reading MDBStanley Chu1-1/+1
2025-03-18i3c: master: svc: Fix missing the IBI rulesStanley Chu1-1/+1
2025-03-18i3c: master: svc: Fix i3c_master_get_free_addr return checkStanley Chu1-4/+5
2025-03-06i3c: master: svc: Fix npcm845 DAA process corruptionStanley Chu1-1/+29
2025-03-06i3c: master: svc: Fix npcm845 invalid slvstart eventStanley Chu1-1/+14
2025-03-06i3c: master: svc: Fix npcm845 FIFO empty issueStanley Chu1-10/+61
2025-03-06i3c: master: svc: Add support for Nuvoton npcm845 i3cStanley Chu1-1/+16
2025-02-21i3c: master: svc: Flush FIFO before sending Dynamic Address Assignment(DAA)Frank Li1-0/+2
2025-02-21i3c: Remove the const qualifier from i2c_msg pointer in i2c_xfers APIBilly Tsai1-1/+1
2024-12-02Get rid of 'remove_new' relic from platform driver structLinus Torvalds1-1/+1
2024-11-03i3c: master: svc: Modify enabled_events bit 7:0 to act as IBI enable counterFrank Li1-5/+5
2024-11-01i3c: master: svc: Fix pm_runtime_set_suspended() with runtime pm enabledJinjie Ruan1-1/+1
2024-11-01i3c: master: svc: fix possible assignment of the same address to two devicesFrank Li1-6/+21
2024-11-01i3c: master: svc: wait for Manual ACK/NACK Done before next stepFrank Li1-6/+23
2024-11-01i3c: master: svc: use spin_lock_irqsave at svc_i3c_master_ibi_work()Frank Li1-4/+12
2024-11-01i3c: master: svc: need check IBIWON for dynamic address assignmentFrank Li1-0/+6
2024-11-01i3c: master: svc: manually emit NACK/ACK for hotjoinFrank Li1-1/+19
2024-11-01i3c: master: svc: use repeat start when IBI WIN happensFrank Li1-18/+18
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