index
:
linux
master
btrfs-t implementation, since changes won't upstream, periodic tags will reflect recent updates to the kernel
magh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i3c
/
master
/
dw-i3c-master.c
Age
Commit message (
Expand
)
Author
2024-07-26
i3c: dw: Add power management support
Aniket
2024-07-26
i3c: dw: Add some functions for reusability
Aniket
2024-07-26
i3c: dw: Save timing registers and other values
Aniket
2024-07-26
i3c: dw: Add optional apb clock
Aniket
2024-07-26
i3c: dw: Use new *_enabled clk API
Aniket
2024-07-26
i3c: dw: Remove ibi_capable property
Aniket
2024-07-26
i3c: dw: Fix IBI intr programming
Aniket
2024-07-26
i3c: dw: Fix clearing queue thld
Aniket
2024-05-23
i3c: dw: Add hot-join support.
Billy Tsai
2024-02-19
i3c: dw: Disable IBI IRQ depends on hot-join and SIR enabling
Dylan Hung
2023-09-25
i3c: dw: Annotate struct dw_i3c_xfer with __counted_by
Kees Cook
2023-04-28
i3c: dw: Add a platform facility for IBI PEC workarounds
Jeremy Kerr
2023-04-28
i3c: dw: Add support for in-band interrupts
Jeremy Kerr
2023-04-28
i3c: dw: Turn DAT array entry into a struct
Jeremy Kerr
2023-04-28
i3c: dw: Create a generic fifo read function
Jeremy Kerr
2023-04-28
i3c: dw: Add infrastructure for platform-specific implementations
Jeremy Kerr
2023-04-27
i3c: dw: use bus mode rather than device reg for conditional tCAS setting
Jeremy Kerr
2023-04-27
i3c: dw: Return the length from a read priv_xfer
Matt Johnston
2023-03-21
i3c: dw: 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
2023-03-13
i3c: dw: drop of_match_ptr for ID table
Krzysztof Kozlowski
2023-02-28
i3c: master: dw: stop hardcoding initial speed
Jack Chen
2022-01-13
i3c: master: dw: check return of dw_i3c_master_get_free_pos()
Tom Rix
2021-02-06
i3c: master: dw: Drop redundant disec call
Miquel Raynal
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-02-28
i3c: master: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-01-13
i3c: master: dw: reattach device on first available location of address table
Vitor Soares
2020-01-13
i3c: master: dw: convert to devm_platform_ioremap_resource
Yangtao Li
2019-08-11
i3c: add addr and lvr to i2c_dev_desc structure
Przemyslaw Gaj
2019-06-20
i3c: dw: add limited bus mode support
Vitor Soares
2019-05-28
i3c: Drop support for I2C 10 bit addresing
Przemyslaw Gaj
2019-05-07
Merge tag 'i3c/for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/...
Linus Torvalds
2019-04-10
i3c: dw: Fix dw_i3c_master_disable controller by using correct mask
Vitor Soares
2019-03-30
i3c: master: dw: remove dead code from dw_i3c_master_*_xfers()
Vitor Soares
2019-03-04
Merge tag 'i3c/for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/...
Linus Torvalds
2019-02-28
i3c: master: dw-i3c-master: mark expected switch fall-through
Gustavo A. R. Silva
2019-01-26
i3c: master: dw: fix deadlock
Jisheng Zhang
2019-01-15
i3c: master: dw-i3c-master: fix i3c_attach/reattach
Vitor Soares
2018-12-05
i3c: master: dw: fix mask operation by using the correct operator
Colin Ian King
2018-12-05
i3c: master: Add driver for Synopsys DesignWare IP
Vitor Soares