messages from 2025-02-27 06:04:16 to 2025-04-21 17:58:38 UTC [more...]
[PATCH v4 0/3] Add Qualcomm i3c controller driver support
2025-04-20 8:16 UTC (15+ messages)
` [PATCH v4 1/3] dt-bindings: i3c: Add support for Qualcomm I3C controller
` [PATCH v4 2/3] i3c: master: Add Qualcomm I3C controller driver
` [PATCH v4 3/3] MAINTAINERS: Add maintainer for Qualcomm's "
[PATCH V2 0/3] support different number of clocks for svc i3c controller
2025-04-21 17:58 UTC (6+ messages)
` [PATCH V2 1/3] dt-bindings: i3c: silvaco,i3c-master: add i.MX94 and i.MX95 I3C
` [PATCH V2 2/3] i3c: master: svc: switch to bulk clk API for flexible clock support
` [PATCH V2 3/3] arm64: dts: imx95: correct i3c node in imx95
[PATCH 0/3] support different numbers of clocks for svc i3c controller
2025-04-21 10:38 UTC (8+ messages)
` [PATCH 1/3] dt-bindings: i3c: silvaco,i3c-master: add i.MX94 and i.MX95 I3C
` [PATCH 2/3] i3c: master: svc: switch to bulk clk API for flexible clock support
` [PATCH 3/3] arm64: dts: imx95: correct i3c node in imx95
[PATCH v5 0/3] Add Qualcomm i3c controller driver support
2025-04-20 8:15 UTC (4+ messages)
` [PATCH v5 1/3] dt-bindings: i3c: Add support for Qualcomm I3C controller
` [PATCH v5 2/3] :i3c: master: Add Qualcomm I3C controller driver
` [PATCH v5 3/3] MAINTAINERS: Add maintainer for Qualcomm's "
[PATCH v1 0/2] svc-i3c-master: Reduce IBI transaction time
2025-04-18 7:39 UTC (7+ messages)
` [PATCH v1 1/2] i3c: master: svc: Receive IBI requests in interrupt context
` [PATCH v1 2/2] i3c: master: svc: Emit STOP asap in the IBI transaction
[PATCH 1/1] i3c: master: svc: skip address resend on repeat START
2025-04-16 16:47 UTC
[PATCH v3 1/5] i3c: mipi-i3c-hci: Allow only relevant INTR_STATUS bit updates
2025-04-09 14:04 UTC (5+ messages)
` [PATCH v3 2/5] i3c: mipi-i3c-hci: Fix handling status of i3c_hci_irq_handler()
` [PATCH v3 3/5] i3c: mipi-i3c-hci: Clear INTR_STATUS unconditionally
` [PATCH v3 4/5] i3c: mipi-i3c-hci: Change name of INTR_STATUS bit 11
` [PATCH v3 5/5] i3c: mipi-i3c-hci: Move unexpected INTR_STATUS print before IO handler
[PATCH v3 0/3] Add Qualcomm i3c controller driver support
2025-04-09 6:44 UTC (16+ messages)
` [PATCH v3 1/3] dt-bindings: i3c: Add support for Qualcomm I3C controller
` [PATCH v3 2/3] i3c: master: Add Qualcomm I3C controller driver
` [PATCH v3 3/3] MAINTAINERS: Add maintainer for Qualcomm's "
[GIT PULL] I3C changes for 6.15
2025-04-02 1:02 UTC (2+ messages)
[PATCH v1] i3c: master: svc: Update actual read length
2025-04-01 15:00 UTC (2+ messages)
[PATCH v6] i3c: Add NULL pointer check in i3c_master_queue_ibi()
2025-03-31 9:44 UTC (3+ messages)
[PATCH v2 0/3] Add Qualcomm i3c master controller driver support
2025-03-31 7:06 UTC (28+ messages)
` [PATCH v2 1/3] dt-bindings: i3c: Add Qualcomm I3C master controller
` [PATCH v2 2/3] i3c: master: Add Qualcomm I3C controller driver
` [v2 "
` [PATCH v2 3/3] MAINTAINERS: Add maintainer for Qualcomm's I3C driver
[PATCH v5] i3c: Fix read from unreadable memory at i3c_master_queue_ibi()
2025-03-26 7:10 UTC (6+ messages)
` [EXT] "
[PATCH v4] svc-i3c-master: Fix read from unreadable memory at svc_i3c_master_ibi_work()
2025-03-25 8:30 UTC (7+ messages)
` [EXT] "
[PATCH v2 1/1] i3c: master: Drop duplicate check before calling OF APIs
2025-03-31 9:42 UTC (3+ messages)
[PATCH v1 1/1] i3c: master: Drop duplicate check before calling OF APIs
2025-03-21 19:31 UTC (2+ messages)
[PATCH] i3c: master: svc: Fix implicit fallthrough in svc_i3c_master_ibi_work()
2025-03-20 22:03 UTC (2+ messages)
[PATCH] i3c: master: svc: fix signed/unsigned mismatch in dynamic address assignment
2025-03-20 22:01 UTC (5+ messages)
[PATCH v2 0/3] Some fixes for Silvaco I3C controller driver
2025-03-18 16:17 UTC (8+ messages)
` [PATCH v2 1/3] i3c: master: svc: Fix missing the IBI rules
` [PATCH v2 2/3] i3c: master: svc: Use readsb helper for reading MDB
` [PATCH v2 3/3] i3c: master: svc: Fix missing STOP for master request
[PATCH v1 0/3] Some fixes for Silvaco I3C controller driver
2025-03-18 16:03 UTC (10+ messages)
` [PATCH v1 1/3] i3c: master: svc: Fix missing the IBI rules
` [PATCH v1 2/3] i3c: master: svc: Use readsb helper for reading MDB
` [PATCH v1 3/3] i3c: master: svc: Fix missing STOP for master request
[PATCH v1 1/1] i3c: master: svc: Fix i3c_master_get_free_addr return check
2025-03-18 15:58 UTC (5+ messages)
[PATCH] driver: svc-i3c-master: Kernel panic issue fixed
2025-03-13 16:02 UTC (9+ messages)
[PATCH v3] svc-i3c-master: Fix read from unreadable memory at svc_i3c_master_ibi_work
2025-03-12 13:32 UTC
[PATCH v2 1/4] i3c: mipi-i3c-hci: Allow only relevant INTR_STATUS bit updates
2025-03-12 16:26 UTC (7+ messages)
` [PATCH v2 2/4] i3c: mipi-i3c-hci: Fix handling status of i3c_hci_irq_handler()
` [PATCH v2 3/4] i3c: mipi-i3c-hci: Change name of INTR_STATUS bit 11
` [PATCH v2 4/4] i3c: mipi-i3c-hci: Move unexpected INTR_STATUS print before IO handler
[PATCH] i3c: master: svc: fix signed/unsigned mismatch in dynamic address assignment
2025-03-09 16:43 UTC
[bug report] i3c: master: svc: Fix npcm845 FIFO empty issue
2025-03-08 11:16 UTC
[PATCH 1/4] i3c: mipi-i3c-hci: Allow only relevant INTR_STATUS bit updates
2025-03-07 20:24 UTC (10+ messages)
` [PATCH 2/4] i3c: mipi-i3c-hci: Fix handling status of i3c_hci_irq_handler()
` [PATCH 3/4] i3c: mipi-i3c-hci: Change name of INTR_STATUS bit 11
` [PATCH 4/4] i3c: mipi-i3c-hci: Move unexpected INTR_STATUS print before IO handler
[PATCH v2] svc-i3c-master: Fix read from unreadable memory at svc_i3c_master_ibi_work()
2025-03-06 21:08 UTC (2+ messages)
[PATCH v7 0/5] Add support for Nuvoton npcm845 i3c controller
2025-03-06 20:55 UTC (8+ messages)
` [PATCH v7 1/5] dt-bindings: i3c: silvaco: Add npcm845 compatible string
` [PATCH v7 2/5] i3c: master: svc: Add support for Nuvoton npcm845 i3c
` [PATCH v7 3/5] i3c: master: svc: Fix npcm845 FIFO empty issue
` [PATCH v7 4/5] i3c: master: svc: Fix npcm845 invalid slvstart event
` [PATCH v7 5/5] i3c: master: svc: Fix npcm845 DAA process corruption
[PATCH] dt-bindings: i3c: dw: Add power-domains
2025-03-06 20:55 UTC (2+ messages)
[PATCH v2] svc-i3c-master: Fix read from unreadable memory at svc_i3c_master_ibi_work()
2025-03-06 8:03 UTC
[PATCH v2] svc-i3c-master: Fix read from unreadable memory at svc_i3c_master_ibi_work()
2025-03-06 8:17 UTC
[PATCH v6 0/5] Add support for Nuvoton npcm845 i3c controller
2025-03-06 6:56 UTC (7+ messages)
` [PATCH v6 1/5] dt-bindings: i3c: silvaco: Add npcm845 compatible string
` [PATCH v6 2/5] i3c: master: svc: Add support for Nuvoton npcm845 i3c
` [PATCH v6 3/5] i3c: master: svc: Fix npcm845 FIFO empty issue
` [PATCH v6 4/5] i3c: master: svc: Fix npcm845 invalid slvstart event
` [PATCH v6 5/5] i3c: master: svc: Fix npcm845 DAA process corruption
[PATCH v2 0/4] Add support for Nuvoton npcm845 i3c controller
2025-03-03 17:11 UTC (3+ messages)
` [PATCH v2 1/4] dt-bindings: i3c: silvaco: Add npcm845 compatible string
[PATCH v5 0/5] Add support for Nuvoton npcm845 i3c controller
2025-03-03 19:48 UTC (9+ messages)
` [PATCH v5 1/5] dt-bindings: i3c: silvaco: Add npcm845 compatible string
` [PATCH v5 2/5] i3c: master: svc: Add support for Nuvoton npcm845 i3c
` [PATCH v5 3/5] i3c: master: svc: Fix npcm845 FIFO empty issue
` [PATCH v5 4/5] i3c: master: svc: Fix npcm845 invalid slvstart event
` [PATCH v5 5/5] i3c: master: svc: Fix npcm845 DAA process corruption
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox