devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] w1: Add 1-wire master driver for AMD programmable logic IP Core
@ 2023-10-13  9:30 Kris Chaplin
  2023-10-13  9:30 ` [PATCH 1/2] dt-bindings: w1: Add YAML DT Schema for AMD w1 master and MAINTAINERS entry Kris Chaplin
                   ` (2 more replies)
  0 siblings, 3 replies; 22+ messages in thread
From: Kris Chaplin @ 2023-10-13  9:30 UTC (permalink / raw)
  To: kris.chaplin, thomas.delev, michal.simek, krzysztof.kozlowski,
	robh+dt, conor+dt
  Cc: devicetree, linux-kernel, git

Add a master driver to support the AMD 1-Wire programmable logic IP block.
This block guarantees protocol timing for driving off-board devices such as thermal sensors, proms, etc.

Kris Chaplin (2):
  dt-bindings: w1: Add YAML DT Schema for AMD w1 master and MAINTAINERS
    entry
  w1: Add 1-wire master driver for AMD programmable logic IP Core

 .../bindings/w1/amd,axi-1wire-master.yaml     |  44 ++
 MAINTAINERS                                   |   8 +
 drivers/w1/masters/Kconfig                    |  11 +
 drivers/w1/masters/Makefile                   |   1 +
 drivers/w1/masters/amd_w1.c                   | 422 ++++++++++++++++++
 5 files changed, 486 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/w1/amd,axi-1wire-master.yaml
 create mode 100644 drivers/w1/masters/amd_w1.c

-- 
2.42.GIT


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

end of thread, other threads:[~2023-10-19 14:39 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-13  9:30 [PATCH 0/2] w1: Add 1-wire master driver for AMD programmable logic IP Core Kris Chaplin
2023-10-13  9:30 ` [PATCH 1/2] dt-bindings: w1: Add YAML DT Schema for AMD w1 master and MAINTAINERS entry Kris Chaplin
2023-10-13 15:01   ` Conor Dooley
2023-10-13 15:04   ` Krzysztof Kozlowski
2023-10-13 15:07     ` Conor Dooley
2023-10-13 15:22       ` Krzysztof Kozlowski
2023-10-13 15:23       ` Kris Chaplin
2023-10-13 15:29         ` Krzysztof Kozlowski
2023-10-13 15:36           ` Kris Chaplin
2023-10-13 17:18         ` Rob Herring
2023-10-13 17:58           ` Kris Chaplin
2023-10-13  9:30 ` [PATCH 2/2] w1: Add 1-wire master driver for AMD programmable logic IP Core Kris Chaplin
2023-10-13 15:20   ` Krzysztof Kozlowski
2023-10-18 15:54     ` Kris Chaplin
2023-10-18 16:00       ` Krzysztof Kozlowski
2023-10-19 14:24 ` [PATCH v2 0/2] w1: Add AXI 1-wire host driver for AMD programmable logic IP core Kris Chaplin
2023-10-19 14:24   ` [PATCH v2 1/2] dt-bindings: w1: Add YAML DT schema for AMD AXI w1 host and MAINTAINERS entry Kris Chaplin
2023-10-19 14:30     ` Conor Dooley
2023-10-19 14:35       ` Michal Simek
2023-10-19 14:39         ` Kris Chaplin
2023-10-19 14:24   ` [PATCH v2 2/2] w1: Add AXI 1-wire host driver for AMD programmable logic IP core Kris Chaplin
2023-10-19 14:28   ` [PATCH v2 0/2] " Conor Dooley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).