summaryrefslogtreecommitdiff
path: root/drivers/i3c
AgeCommit message (Expand)Author
2023-09-25i3c: Fix potential refcount leak in i3c_master_register_new_i3c_devsDinghao Liu
2023-09-25i3c: mipi-i3c-hci: Resume controller after aborted transferJarkko Nikula
2023-09-25i3c: mipi-i3c-hci: Resume controller explicitlyJarkko Nikula
2023-09-25i3c: mipi-i3c-hci: Fix missing xfer->completion in hci_cmd_v1_daa()Jarkko Nikula
2023-09-25i3c: mipi-i3c-hci: Do not unmap region not mapped for transferJarkko Nikula
2023-09-25i3c: mipi-i3c-hci: Set number of SW enabled Ring Bundles earlierJarkko Nikula
2023-09-25i3c: mipi-i3c-hci: Fix race between bus cleanup and interruptJarkko Nikula
2023-09-25i3c: mipi-i3c-hci: Set ring start request together with enableJarkko Nikula
2023-09-25i3c: mipi-i3c-hci: Remove BUG() when Ring Abort request times outJarkko Nikula
2023-09-25i3c: mipi-i3c-hci: Fix out of bounds access in hci_dma_irq_handlerJarkko Nikula
2023-09-25i3c: mipi-i3c-hci: Fix DAT/DCT entry sizesJarkko Nikula
2023-09-25i3c: mipi-i3c-hci: Add MODULE_ALIASJarkko Nikula
2023-09-25i3c: master: Inherit DMA masks and parameters from parent deviceJarkko Nikula
2023-09-25i3c: svc: Annotate struct svc_i3c_xfer with __counted_byKees Cook
2023-09-25i3c/master/mipi-i3c-hci: Annotate struct hci_rings_data with __counted_byKees Cook
2023-09-25i3c: master: cdns: Annotate struct cdns_i3c_xfer with __counted_byKees Cook
2023-09-25i3c: dw: Annotate struct dw_i3c_xfer with __counted_byKees Cook
2023-09-25i3c: replace deprecated strncpyJustin Stitt
2023-09-25i3c: master: cdns: Fix reading status registerJoshua Yeong
2023-09-06i3c: master: svc: fix probe failure when no i3c device existFrank Li
2023-08-28i3c: master: Fix SETDASA processAniket
2023-08-28i3c: master: svc: Describe member 'saved_regs'Miquel Raynal
2023-08-10i3c: master: svc: Do not check for 0 return after calling platform_get_irq()Ruan Jinjie
2023-08-10i3c/master: cmd_v1: Fix the exit criteria for the daa procedureBilly Tsai
2023-07-27i3c: Explicitly include correct DT includesRob Herring
2023-06-05i3c: master: svc: add NACK check after start byte sentClark Wang
2023-06-05i3c: master: svc: fix cpu schedule in spin lockClark Wang
2023-06-05i3c: master: svc: fix i3c suspend/resume issueClark Wang
2023-04-30i3c: ast2600: set variable ast2600_i3c_ops storage-class-specifier to staticTom Rix
2023-04-28i3c: ast2600: fix register setting for 545 ohm pullupsJeremy Kerr
2023-04-28i3c: ast2600: enable IBI supportJeremy Kerr
2023-04-28i3c: dw: Add a platform facility for IBI PEC workaroundsJeremy Kerr
2023-04-28i3c: dw: Add support for in-band interruptsJeremy Kerr
2023-04-28i3c: dw: Turn DAT array entry into a structJeremy Kerr
2023-04-28i3c: dw: Create a generic fifo read functionJeremy Kerr
2023-04-28i3c: Allow OF-alias-based persistent bus numberingJeremy Kerr
2023-04-28i3c: ast2600: Add AST2600 platform-specific driverJeremy Kerr
2023-04-28i3c: dw: Add infrastructure for platform-specific implementationsJeremy Kerr
2023-04-27i3c: dw: use bus mode rather than device reg for conditional tCAS settingJeremy Kerr
2023-04-27i3c: dw: Return the length from a read priv_xferMatt Johnston
2023-03-21i3c: svc: Convert to platform remove callback returning voidUwe Kleine-König
2023-03-21i3c: mipi-i3c-hci: Convert to platform remove callback returning voidUwe Kleine-König
2023-03-21i3c: cdns: Convert to platform remove callback returning voidUwe Kleine-König
2023-03-21i3c: dw: Convert to platform remove callback returning voidUwe Kleine-König
2023-03-21i3c: Make i3c_master_unregister() return voidUwe Kleine-König
2023-03-13i3c: dw: drop of_match_ptr for ID tableKrzysztof Kozlowski
2023-02-28Merge tag 'i3c/for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/...Linus Torvalds
2023-02-28i3c: master: dw: stop hardcoding initial speedJack Chen
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