aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i3c
AgeCommit message (Expand)AuthorFilesLines
2024-02-19i3c: Make i3c_bus_type constRicardo B. Marliere2-2/+2
2024-02-19i3c: dw: Disable IBI IRQ depends on hot-join and SIR enablingDylan Hung1-1/+3
2024-01-08i3c: master: cdns: Update maximum prescaler value for i2c clockHarshit Shah1-3/+4
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
2024-01-08i3c: master: add enable(disable) hot join in sys entryFrank Li1-0/+83
2023-11-17i3c: master: Fix build errorJarkko Nikula1-1/+1
2023-11-16i3c: Add fallback method for GETMXDS CCCJoshua Yeong1-2/+10
2023-11-16i3c: mipi-i3c-hci: Add DMA bounce buffer for private transfersJarkko Nikula3-1/+44
2023-11-16i3c: mipi-i3c-hci: Handle I3C address header error in hci_cmd_v1_daa()Jarkko Nikula1-1/+2
2023-11-16i3c: mipi-i3c-hci: Do not overallocate transfers in hci_cmd_v1_daa()Jarkko Nikula1-3/+3
2023-11-16i3c: mipi-i3c-hci: Report NACK response from CCC command to coreJarkko Nikula1-1/+8
2023-11-04Merge tag 'i3c/for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/...Linus Torvalds8-36/+123
2023-11-04i3c: master: handle IBIs in order they cameZbigniew Lukwinski1-1/+13
2023-11-04i3c: master: mipi-i3c-hci: Fix a kernel panic for accessing DAT_data.Billy Tsai1-10/+19
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
2023-11-03i3c: master: svc: fix wrong data return when IBI happen during start frameFrank Li1-0/+20
2023-11-03i3c: master: svc: fix race condition in ibi work threadFrank Li1-0/+14
2023-10-17i3c: Add support for bus enumeration & notificationJeremy Kerr1-0/+35
2023-10-10i3c: Fix typo "Provisional ID" to "Provisioned ID"Matt Johnston1-1/+1
2023-09-25i3c: Fix potential refcount leak in i3c_master_register_new_i3c_devsDinghao Liu1-1/+3
2023-09-25i3c: mipi-i3c-hci: Resume controller after aborted transferJarkko Nikula1-1/+3
2023-09-25i3c: mipi-i3c-hci: Resume controller explicitlyJarkko Nikula1-2/+1
2023-09-25i3c: mipi-i3c-hci: Fix missing xfer->completion in hci_cmd_v1_daa()Jarkko Nikula1-0/+1
2023-09-25i3c: mipi-i3c-hci: Do not unmap region not mapped for transferJarkko Nikula1-0/+2
2023-09-25i3c: mipi-i3c-hci: Set number of SW enabled Ring Bundles earlierJarkko Nikula1-2/+3
2023-09-25i3c: mipi-i3c-hci: Fix race between bus cleanup and interruptJarkko Nikula1-0/+2
2023-09-25i3c: mipi-i3c-hci: Set ring start request together with enableJarkko Nikula1-1/+2
2023-09-25i3c: mipi-i3c-hci: Remove BUG() when Ring Abort request times outJarkko Nikula1-2/+1
2023-09-25i3c: mipi-i3c-hci: Fix out of bounds access in hci_dma_irq_handlerJarkko Nikula1-1/+1
2023-09-25i3c: mipi-i3c-hci: Fix DAT/DCT entry sizesJarkko Nikula1-4/+4
2023-09-25i3c: mipi-i3c-hci: Add MODULE_ALIASJarkko Nikula1-0/+1
2023-09-25i3c: master: Inherit DMA masks and parameters from parent deviceJarkko Nikula1-0/+4
2023-09-25i3c: svc: Annotate struct svc_i3c_xfer with __counted_byKees Cook1-1/+1
2023-09-25i3c/master/mipi-i3c-hci: Annotate struct hci_rings_data with __counted_byKees Cook1-1/+1
2023-09-25i3c: master: cdns: Annotate struct cdns_i3c_xfer with __counted_byKees Cook1-1/+1
2023-09-25i3c: dw: Annotate struct dw_i3c_xfer with __counted_byKees Cook1-1/+1
2023-09-25i3c: replace deprecated strncpyJustin Stitt1-1/+1
2023-09-25i3c: master: cdns: Fix reading status registerJoshua Yeong1-3/+3
2023-09-06i3c: master: svc: fix probe failure when no i3c device existFrank Li1-2/+12
2023-08-28i3c: master: Fix SETDASA processAniket1-1/+5
2023-08-28i3c: master: svc: Describe member 'saved_regs'Miquel Raynal1-0/+1
2023-08-10i3c: master: svc: Do not check for 0 return after calling platform_get_irq()Ruan Jinjie1-2/+2
2023-08-10i3c/master: cmd_v1: Fix the exit criteria for the daa procedureBilly Tsai1-1/+1
2023-07-27i3c: Explicitly include correct DT includesRob Herring2-2/+0
2023-06-05i3c: master: svc: add NACK check after start byte sentClark Wang1-0/+6
2023-06-05i3c: master: svc: fix cpu schedule in spin lockClark Wang1-9/+10
2023-06-05i3c: master: svc: fix i3c suspend/resume issueClark Wang1-0/+26
2023-04-30i3c: ast2600: set variable ast2600_i3c_ops storage-class-specifier to staticTom Rix1-1/+1
2023-04-28i3c: ast2600: fix register setting for 545 ohm pullupsJeremy Kerr1-2/+2
2023-04-28i3c: ast2600: enable IBI supportJeremy Kerr1-0/+21
2023-04-28i3c: dw: Add a platform facility for IBI PEC workaroundsJeremy Kerr2-0/+29
2023-04-28i3c: dw: Add support for in-band interruptsJeremy Kerr2-3/+289
2023-04-28i3c: dw: Turn DAT array entry into a structJeremy Kerr2-12/+21
2023-04-28i3c: dw: Create a generic fifo read functionJeremy Kerr1-4/+10
2023-04-28i3c: Allow OF-alias-based persistent bus numberingJeremy Kerr1-5/+25
2023-04-28i3c: ast2600: Add AST2600 platform-specific driverJeremy Kerr3-0/+183
2023-04-28i3c: dw: Add infrastructure for platform-specific implementationsJeremy Kerr2-34/+97
2023-04-27i3c: dw: use bus mode rather than device reg for conditional tCAS settingJeremy Kerr1-1/+5
2023-04-27i3c: dw: Return the length from a read priv_xferMatt Johnston1-0/+7
2023-03-21i3c: svc: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-21i3c: mipi-i3c-hci: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-21i3c: cdns: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-21i3c: dw: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-21i3c: Make i3c_master_unregister() return voidUwe Kleine-König5-18/+7
2023-03-13i3c: dw: drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1
2023-02-28Merge tag 'i3c/for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/...Linus Torvalds2-2/+4
2023-02-28i3c: master: dw: stop hardcoding initial speedJack Chen1-2/+3
2023-02-25i3c: transfer pid from boardinfo to device infoJack Chen1-0/+1
2023-01-27driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman2-3/+3
2023-01-27i3c: move dev_to_i3cdev() to use container_of_const()Greg Kroah-Hartman1-12/+0
2022-12-11i3c: export SETDASA methodJack Chen3-0/+40
2022-10-12i3c: master: Remove the wrong place of reattach.Billy Tsai1-4/+0
2022-10-12i3c: master: Free the old_dyn_addr when reattach.Billy Tsai1-0/+3
2022-05-17i3c: master: svc: fix returnvar.cocci warningGuo Zhengkui1-2/+1
2022-05-17i3c/master: simplify the return expression of i3c_hci_remove()Minghao Chi1-6/+1
2022-03-08i3c: fix uninitialized variable use in i2c setupJamie Iles1-1/+6
2022-03-04i3c: support dynamically added i2c devicesJamie Iles1-1/+127
2022-03-04i3c: remove i2c board info from i2c_dev_descJamie Iles1-8/+10
2022-01-13i3c: master: dw: check return of dw_i3c_master_get_free_pos()Tom Rix1-0/+4
2022-01-05i3c: master: mipi-i3c-hci: correct the config reference for endiannessLukas Bulwahn1-1/+1
2022-01-05i3c: master: svc: enable the interrupt in the enable ibi functionClark Wang1-2/+4
2022-01-05i3c: master: svc: add the missing module device tableClark Wang1-0/+1
2022-01-05i3c: master: svc: add runtime pm supportClark Wang1-40/+156
2022-01-05i3c: master: svc: set ODSTOP to let I2C device see the STOP signalClark Wang1-2/+5
2022-01-05i3c: master: svc: add support for slave to stop returning dataClark Wang1-16/+40
2022-01-05i3c: master: svc: separate err, fifo and disable interrupt of reset functionClark Wang1-25/+34
2022-01-05i3c: master: svc: fix atomic issueClark Wang1-11/+15
2022-01-05i3c: master: svc: move module reset behind clk enableClark Wang1-2/+2
2021-12-10i3c/master/mipi-i3c-hci: Fix a potentially infinite loop in 'hci_dat_v1_get_i...Christophe JAILLET1-3/+1
2021-12-10i3c: fix incorrect address slot lookup on 64-bitJamie Iles1-1/+2
2021-12-10i3c/master/mipi-i3c-hci: Prefer kcalloc over open coded arithmeticLen Baker1-1/+1
2021-12-10i3c/master/mipi-i3c-hci: Prefer struct_size over open coded arithmeticLen Baker1-1/+1
2021-07-21bus: Make remove callback return voidUwe Kleine-König1-3/+1
2021-07-10Merge tag 'i3c/for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c...Linus Torvalds1-2/+1
2021-06-29i3c: master: cdns: Fix fall-through warning for ClangGustavo A. R. Silva1-0/+2
2021-06-09i3c: master: svc: fix doc warning in svc-i3c-master.cYang Yingliang1-1/+1
2021-06-09i3c: master: svc: drop free_irq of devm_request_irq allocated irqYang Yingliang1-1/+0
2021-04-24Revert "i3c master: fix missing destroy_workqueue() on error in i3c_master_re...Jae Hyun Yoo1-4/+1
2021-03-09i3c: master: svc: remove redundant assignment to cmd->read_lenColin Ian King1-1/+0
2021-02-22Merge tag 'i3c/for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c...Linus Torvalds6-10/+1496
2021-02-06i3c: master: dw: Drop redundant disec callMiquel Raynal1-5/+0
2021-02-06i3c: master: svc: Add Silvaco I3C master driverMiquel Raynal3-0/+1487
2021-02-02i3c: Make remove callback return voidUwe Kleine-König1-7/+3
2021-02-02i3c: Handle drivers without probe or remove callbackUwe Kleine-König2-4/+11
2021-02-01i3c/master/mipi-i3c-hci: Specify HAS_IOMEM dependencyDavid Gow1-0/+1
2020-12-31i3c/master/mipi-i3c-hci: Fix position of __maybe_unused in i3c_hci_of_matchNathan Chancellor1-1/+1
2020-12-17i3c/master/mipi-i3c-hci: quiet maybe-unused variable warningNicolas Pitre1-1/+1
2020-11-25i3c/master: Fix uninitialized variable next_addrColin Ian King1-1/+1
2020-11-23i3c/master: introduce the mipi-i3c-hci driverNicolas Pitre18-0/+4264
2020-11-23i3c master: fix missing destroy_workqueue() on error in i3c_master_registerQinglang Miao1-1/+4
2020-10-17Merge tag 'i3c/for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c...Linus Torvalds2-54/+94
2020-10-07i3c: master: Fix error return in cdns_i3c_master_probe()Jing Xiangfeng1-1/+3
2020-09-14i3c: master: fix for SETDASA and DAA processParshuram Thombare1-51/+74
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-19i3c: master add i3c_master_attach_boardinfo to preserve boardinfoParshuram Thombare1-2/+17
2020-04-16i3c master: GETMRL's 3rd byte is optional even with BCR_IBI_PAYLOADNicolas Pitre1-8/+8
2020-03-29i3c: convert to use i2c_new_client_device()Wolfram Sang1-1/+1
2020-02-28i3c: master: Replace zero-length array with flexible-array memberGustavo A. R. Silva2-2/+2
2020-02-28i3c: Simplify i3c_device_match_id()Boris Brezillon1-28/+22
2020-02-28i3c: Add a modalias sysfs attributeBoris Brezillon1-0/+22
2020-02-27i3c: Fix MODALIAS ueventsBoris Brezillon1-1/+1
2020-02-17i3c: master: no need to iterate master device twiceWolfram Sang1-1/+1
2020-01-13i3c: master: dw: reattach device on first available location of address tableVitor Soares1-0/+16
2020-01-13i3c: master: cdns: convert to devm_platform_ioremap_resourceYangtao Li1-3/+1
2020-01-13i3c: master: dw: convert to devm_platform_ioremap_resourceYangtao Li1-3/+1
2019-12-09i3c: master: make i3c_bus_set_mode staticBenjamin Gaignard1-2/+2
2019-12-09i3c: master: cdns: add data hold delay supportPrzemyslaw Gaj1-5/+44
2019-10-31i3c: Spelling s/dicovered/discovered/Geert Uytterhoeven1-1/+1
2019-10-01i3c: master: use i3c_dev_get_master()Vitor Soares1-1/+1
2019-08-27i3c: master: Use dev_to_i3cmaster()Axel Lin1-1/+1
2019-08-12i3c: master: fix a memory leak bugWenwen Wang1-2/+4
2019-08-11i3c: add addr and lvr to i2c_dev_desc structurePrzemyslaw Gaj3-8/+10
2019-08-11i3c: master: cdns: Use for_each_set_bit()Andy Shevchenko1-16/+10
2019-08-11i3c: master: Add of_node_put() before returnNishka Dasgupta1-1/+3
2019-07-27i3c: move i3c_device_match_id to device.c and export itVitor Soares2-45/+53
2019-07-09Merge tag 'i3c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/...Linus Torvalds3-38/+61
2019-07-04i3c: master: Use struct_size() helperGustavo A. R. Silva1-3/+2
2019-06-20i3c: dw: add limited bus mode supportVitor Soares1-0/+1
2019-06-20i3c: add mixed limited bus modeVitor Soares1-0/+5
2019-06-20i3c: fix i2c and i3c scl rate by bus modeVitor Soares1-13/+38
2019-05-28i3c: Drop support for I2C 10 bit addresingPrzemyslaw Gaj3-22/+15
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-07Merge tag 'i3c/for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/...Linus Torvalds2-12/+3
2019-05-06i3c: Fix a shift wrap bug in i3c_bus_set_addr_slot_status()Dan Carpenter1-2/+3
2019-04-10i3c: dw: Fix dw_i3c_master_disable controller by using correct maskVitor Soares1-1/+1
2019-04-10i3c: Fix the verification of random PIDVitor Soares1-3/+2
2019-03-30i3c: master: dw: remove dead code from dw_i3c_master_*_xfers()Vitor Soares1-10/+0
2019-03-04Merge tag 'i3c/for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/...Linus Torvalds1-0/+1
2019-02-28i3c: master: dw-i3c-master: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-01-26i3c: master: dw: fix deadlockJisheng Zhang1-6/+12
2019-01-25i3c: fix missing detach if failed to retrieve i3c devJisheng Zhang1-1/+1
2019-01-15i3c: master: dw-i3c-master: fix i3c_attach/reattachVitor Soares1-5/+2
2019-01-07i3c: master: Fix an error checking typo in 'cdns_i3c_master_probe()'Christophe JAILLET1-2/+2
2018-12-12i3c: master: cdns: fix I2C transfers in Cadence I3C master driverPrzemyslaw Gaj1-1/+1
2018-12-05ic3: off by one in mode_show()Dan Carpenter1-1/+1
2018-12-05i3c: fix an error code in i3c_master_add_i3c_dev_locked()Dan Carpenter1-3/+1
2018-12-05i3c: master: dw: fix mask operation by using the correct operatorColin Ian King1-1/+1
2018-12-05i3c: master: Add driver for Synopsys DesignWare IPVitor Soares3-0/+1232
2018-12-05i3c: master: Remove set but not used variable 'old_i3c_scl_lim'YueHaibing1-4/+0
2018-12-05i3c: master: Add driver for Cadence IPBoris Brezillon3-0/+1678
2018-11-12i3c: Add core I3C infrastructureBoris Brezillon7-0/+2948