All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] i3c: dw: Document optional core reset and drop redundant name
@ 2026-07-20  7:35 ` Shubham Patil
  0 siblings, 0 replies; 18+ messages in thread
From: Shubham Patil @ 2026-07-20  7:35 UTC (permalink / raw)
  To: alexandre.belloni, Frank.Li, robh, krzk+dt, conor+dt
  Cc: linux-i3c, devicetree, linux-kernel, michal.simek,
	radhey.shyam.pandey, Shubham Patil

This series documents the optional core reset for the Synopsys
DesignWare I3C master and updates the driver to match the binding.
The DesignWare I3C master IP has a single core reset input. The
binding never documented this reset, and the driver looked it up by
the "core_rst" name even though a name is redundant for a single
reset line.

This series addresses both:
  - Patch 1 documents the optional 'resets' property in the binding.
    The reset is kept optional because the reset line is
    integration-specific.
  - Patch 2 removes the "core_rst" reset name from the driver and
    looks the reset up by passing NULL, since the name is redundant
    for a single reset.

Changes in v2:
- Updated commit description for binding patch
- Dropped reset-names from the binding
- Added driver patch to remove redundant reset name

Note:
The DesignWare I3C driver support was added by
commit 1dd728f5d4d4 ("i3c: master: Add driver for Synopsys DesignWare IP").

The original Synopsys DesignWare I3C binding was added by
commit 116e246a8bcd ("dt-binding: i3c: Document Synopsys DesignWare I3C"),
but it did not document the optional core reset.
---
Shubham Patil (2):
  dt-bindings: i3c: dw: Document missing optional core reset
  i3c: master: dw: Drop redundant core reset name

 Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.yaml | 3 +++
 drivers/i3c/master/dw-i3c-master.c                            | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)


base-commit: a13c140cc289c0b7b3770bce5b3ad42ab35074aa
-- 
2.34.1


-- 
linux-i3c mailing list
linux-i3c@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-i3c

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2026-07-20 15:43 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-20  7:35 [PATCH v2 0/2] i3c: dw: Document optional core reset and drop redundant name Shubham Patil
2026-07-20  7:35 ` Shubham Patil
2026-07-20  7:35 ` [PATCH v2 1/2] dt-bindings: i3c: dw: Document missing optional core reset Shubham Patil
2026-07-20  7:35   ` Shubham Patil
2026-07-20  7:42   ` Pandey, Radhey Shyam
2026-07-20  7:42     ` Pandey, Radhey Shyam
2026-07-20  7:43   ` sashiko-bot
2026-07-20  7:43     ` sashiko-bot
2026-07-20 15:42   ` Frank Li
2026-07-20 15:42     ` Frank Li
2026-07-20  7:35 ` [PATCH v2 2/2] i3c: master: dw: Drop redundant core reset name Shubham Patil
2026-07-20  7:35   ` Shubham Patil
2026-07-20  7:41   ` Pandey, Radhey Shyam
2026-07-20  7:41     ` Pandey, Radhey Shyam
2026-07-20  7:45   ` sashiko-bot
2026-07-20  7:45     ` sashiko-bot
2026-07-20 15:43   ` Frank Li
2026-07-20 15:43     ` Frank Li

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.