summaryrefslogtreecommitdiff
path: root/drivers/i3c/master.c
AgeCommit message (Expand)Author
2026-03-04i3c: master: Update hot-join flag only on successAdrian Hunter
2026-03-04i3c: Move device name assignment after i3c_bus_initBilly Tsai
2026-01-11i3c: fix refcount inconsistency in i3c_master_registerFrank Li
2026-01-11i3c: master: Inherit DMA masks and parameters from parent deviceJarkko Nikula
2025-08-28i3c: master: Initialize ret in i3c_i2c_notifier_call()Jorge Marques
2025-08-28i3c: don't fail if GETHDRCAP is unsupportedWolfram Sang
2025-04-25i3c: Add NULL pointer check in i3c_master_queue_ibi()Manjunatha Venkatesh
2025-02-17i3c: master: Fix missing 'ret' assignment in set_speed()Frank Li
2024-12-14i3c: master: Remove i3c_dev_disable_ibi_locked(olddev) on device hotjoinFrank Li
2024-12-14i3c: Use i3cdev->desc->info instead of calling i3c_device_get_info() to avoid...Defa Li
2024-12-14i3c: master: Fix dynamic address leak when 'assigned-address' is presentFrank Li
2024-12-14i3c: master: Extend address status bit to 4 and add I3C_ADDR_SLOT_EXT_DESIREDFrank Li
2024-12-14i3c: master: Replace hard code 2 with macro I3C_ADDR_SLOT_STATUS_BITSFrank Li
2024-12-14i3c: master: support to adjust first broadcast address speedCarlos Song
2024-12-14i3c: master: add enable(disable) hot join in sys entryFrank Li
2024-12-09i3c: master: Fix miss free init_dyn_addr at i3c_master_put_i3c_addrs()Frank Li
2023-11-20i3c: Fix potential refcount leak in i3c_master_register_new_i3c_devsDinghao Liu
2023-08-28i3c: master: Fix SETDASA processAniket
2023-04-28i3c: Allow OF-alias-based persistent bus numberingJeremy Kerr
2023-03-21i3c: Make i3c_master_unregister() return voidUwe Kleine-König
2023-02-28Merge tag 'i3c/for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/...Linus Torvalds
2023-02-25i3c: transfer pid from boardinfo to device infoJack Chen
2023-01-27driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman
2022-12-11i3c: export SETDASA methodJack Chen
2022-10-12i3c: master: Remove the wrong place of reattach.Billy Tsai
2022-10-12i3c: master: Free the old_dyn_addr when reattach.Billy Tsai
2022-03-08i3c: fix uninitialized variable use in i2c setupJamie Iles
2022-03-04i3c: support dynamically added i2c devicesJamie Iles
2022-03-04i3c: remove i2c board info from i2c_dev_descJamie Iles
2021-12-10i3c: fix incorrect address slot lookup on 64-bitJamie Iles
2021-07-21bus: Make remove callback return voidUwe Kleine-König
2021-04-24Revert "i3c master: fix missing destroy_workqueue() on error in i3c_master_re...Jae Hyun Yoo
2021-02-02i3c: Make remove callback return voidUwe Kleine-König
2021-02-02i3c: Handle drivers without probe or remove callbackUwe Kleine-König
2020-11-23i3c master: fix missing destroy_workqueue() on error in i3c_master_registerQinglang Miao
2020-09-14i3c: master: fix for SETDASA and DAA processParshuram Thombare
2020-08-19i3c: master add i3c_master_attach_boardinfo to preserve boardinfoParshuram Thombare
2020-04-16i3c master: GETMRL's 3rd byte is optional even with BCR_IBI_PAYLOADNicolas Pitre
2020-03-29i3c: convert to use i2c_new_client_device()Wolfram Sang
2020-02-28i3c: Add a modalias sysfs attributeBoris Brezillon
2020-02-27i3c: Fix MODALIAS ueventsBoris Brezillon
2020-02-17i3c: master: no need to iterate master device twiceWolfram Sang
2019-12-09i3c: master: make i3c_bus_set_mode staticBenjamin Gaignard
2019-10-31i3c: Spelling s/dicovered/discovered/Geert Uytterhoeven
2019-10-01i3c: master: use i3c_dev_get_master()Vitor Soares
2019-08-27i3c: master: Use dev_to_i3cmaster()Axel Lin
2019-08-12i3c: master: fix a memory leak bugWenwen Wang
2019-08-11i3c: add addr and lvr to i2c_dev_desc structurePrzemyslaw Gaj
2019-08-11i3c: master: Add of_node_put() before returnNishka Dasgupta
2019-07-27i3c: move i3c_device_match_id to device.c and export itVitor Soares