开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i3c
/
master
/
svc-i3c-master.c
Age
Commit message (
Expand
)
Author
2024-11-02
i3c: master: svc: Modify enabled_events bit 7:0 to act as IBI enable counter
Frank Li
2024-11-01
i3c: master: svc: Fix pm_runtime_set_suspended() with runtime pm enabled
Jinjie Ruan
2024-10-31
i3c: master: svc: fix possible assignment of the same address to two devices
Frank Li
2024-10-31
i3c: master: svc: wait for Manual ACK/NACK Done before next step
Frank Li
2024-10-31
i3c: master: svc: use spin_lock_irqsave at svc_i3c_master_ibi_work()
Frank Li
2024-10-31
i3c: master: svc: need check IBIWON for dynamic address assignment
Frank Li
2024-10-31
i3c: master: svc: manually emit NACK/ACK for hotjoin
Frank Li
2024-10-31
i3c: master: svc: use repeat start when IBI WIN happens
Frank Li
2024-09-17
i3c: master: svc: Fix use after free vulnerability in svc_i3c_master Driver D...
Kaixin Wang
2024-09-17
i3c: master: svc: adjust SDR according to i3c spec
Carlos Song
2024-09-17
i3c: master: svc: use slow speed for first broadcast address
Carlos Song
2024-07-26
i3c: master: svc: Fix error code in svc_i3c_master_do_daa_locked()
Dan Carpenter
2024-07-26
i3c: master: svc: Improve DAA STOP handle code logic
Frank Li
2024-07-26
i3c: master: svc: Convert comma to semicolon
Chen Ni
2024-07-26
i3c: master: svc: resend target address when get NACK
Frank Li
2024-05-23
i3c: master: svc: fix invalidate IBI type and miss call client IBI handler
Frank Li
2024-05-23
i3c: master: svc: change ENXIO to EAGAIN when IBI occurs during start frame
Frank Li
2024-01-08
i3c: master: svc: return actual transfer data len
Frank Li
2024-01-08
i3c: master: svc: rename read_len as actual_len
Frank Li
2024-01-08
i3c: master: svc: add hot join support
Frank Li
2023-11-03
i3c: master: svc: fix compatibility string mismatch with binding doc
Frank Li
2023-11-03
i3c: master: svc: fix random hot join failure since timeout error
Frank Li
2023-11-03
i3c: master: svc: fix SDA keep low when polling IBIWON timeout happen
Frank Li
2023-11-03
i3c: master: svc: fix check wrong status register in irq handler
Frank Li
2023-11-03
i3c: master: svc: fix ibi may not return mandatory data byte
Frank Li
2023-11-03
i3c: master: svc: fix wrong data return when IBI happen during start frame
Frank Li
2023-11-03
i3c: master: svc: fix race condition in ibi work thread
Frank Li
2023-10-10
i3c: Fix typo "Provisional ID" to "Provisioned ID"
Matt Johnston
2023-09-25
i3c: svc: Annotate struct svc_i3c_xfer with __counted_by
Kees Cook
2023-09-06
i3c: master: svc: fix probe failure when no i3c device exist
Frank Li
2023-08-28
i3c: master: svc: Describe member 'saved_regs'
Miquel Raynal
2023-08-10
i3c: master: svc: Do not check for 0 return after calling platform_get_irq()
Ruan Jinjie
2023-06-05
i3c: master: svc: add NACK check after start byte sent
Clark Wang
2023-06-05
i3c: master: svc: fix cpu schedule in spin lock
Clark Wang
2023-06-05
i3c: master: svc: fix i3c suspend/resume issue
Clark Wang
2023-03-21
i3c: svc: Convert to platform remove callback returning void
Uwe Kleine-König
2023-03-21
i3c: Make i3c_master_unregister() return void
Uwe Kleine-König
2022-05-17
i3c: master: svc: fix returnvar.cocci warning
Guo Zhengkui
2022-01-05
i3c: master: svc: enable the interrupt in the enable ibi function
Clark Wang
2022-01-05
i3c: master: svc: add the missing module device table
Clark Wang
2022-01-05
i3c: master: svc: add runtime pm support
Clark Wang
2022-01-05
i3c: master: svc: set ODSTOP to let I2C device see the STOP signal
Clark Wang
2022-01-05
i3c: master: svc: add support for slave to stop returning data
Clark Wang
2022-01-05
i3c: master: svc: separate err, fifo and disable interrupt of reset function
Clark Wang
2022-01-05
i3c: master: svc: fix atomic issue
Clark Wang
2022-01-05
i3c: master: svc: move module reset behind clk enable
Clark Wang
2021-06-09
i3c: master: svc: fix doc warning in svc-i3c-master.c
Yang Yingliang
2021-06-09
i3c: master: svc: drop free_irq of devm_request_irq allocated irq
Yang Yingliang
2021-03-09
i3c: master: svc: remove redundant assignment to cmd->read_len
Colin Ian King
2021-02-06
i3c: master: svc: Add Silvaco I3C master driver
Miquel Raynal