All of lore.kernel.org
 help / color / mirror / Atom feed
From: Conor Dooley <conor@kernel.org>
To: linux-kernel@vger.kernel.org
Cc: conor@kernel.org, Conor Dooley <conor.dooley@microchip.com>,
	Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Daire McNamara <daire.mcnamara@microchip.com>,
	devicetree@vger.kernel.org, linux-riscv@lists.infradead.org
Subject: [PATCH v1 0/3] pic64gx soc driver/binding changes
Date: Mon, 17 Nov 2025 14:21:19 +0000	[thread overview]
Message-ID: <20251117-mashing-cursor-6e965a77ce6a@spud> (raw)

From: Conor Dooley <conor.dooley@microchip.com>

Mostly this is stuff that PH did last year, but rebased on top of
current work.

CC: Conor Dooley <conor@kernel.org>
CC: Rob Herring <robh@kernel.org>
CC: Krzysztof Kozlowski <krzk+dt@kernel.org>
CC: Daire McNamara <daire.mcnamara@microchip.com>
CC: devicetree@vger.kernel.org
CC: linux-kernel@vger.kernel.org
CC: linux-riscv@lists.infradead.org

Conor Dooley (1):
  dt-bindings: soc: microchip: add compatible for the mss-top-sysreg on
    pic64gx

Pierre-Henry Moussay (2):
  dt-bindings: soc: microchip: mpfs-sys-controller: Add pic64gx
    compatibility
  soc: microchip: mpfs-sys-controller: add support for pic64gx

 .../microchip,mpfs-mss-top-sysreg.yaml        | 14 +++-
 .../microchip,mpfs-sys-controller.yaml        |  4 +-
 drivers/soc/microchip/mpfs-sys-controller.c   | 74 ++++++++++++++-----
 3 files changed, 67 insertions(+), 25 deletions(-)

-- 
2.51.0


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

WARNING: multiple messages have this Message-ID (diff)
From: Conor Dooley <conor@kernel.org>
To: linux-kernel@vger.kernel.org
Cc: conor@kernel.org, Conor Dooley <conor.dooley@microchip.com>,
	Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Daire McNamara <daire.mcnamara@microchip.com>,
	devicetree@vger.kernel.org, linux-riscv@lists.infradead.org
Subject: [PATCH v1 0/3] pic64gx soc driver/binding changes
Date: Mon, 17 Nov 2025 14:21:19 +0000	[thread overview]
Message-ID: <20251117-mashing-cursor-6e965a77ce6a@spud> (raw)

From: Conor Dooley <conor.dooley@microchip.com>

Mostly this is stuff that PH did last year, but rebased on top of
current work.

CC: Conor Dooley <conor@kernel.org>
CC: Rob Herring <robh@kernel.org>
CC: Krzysztof Kozlowski <krzk+dt@kernel.org>
CC: Daire McNamara <daire.mcnamara@microchip.com>
CC: devicetree@vger.kernel.org
CC: linux-kernel@vger.kernel.org
CC: linux-riscv@lists.infradead.org

Conor Dooley (1):
  dt-bindings: soc: microchip: add compatible for the mss-top-sysreg on
    pic64gx

Pierre-Henry Moussay (2):
  dt-bindings: soc: microchip: mpfs-sys-controller: Add pic64gx
    compatibility
  soc: microchip: mpfs-sys-controller: add support for pic64gx

 .../microchip,mpfs-mss-top-sysreg.yaml        | 14 +++-
 .../microchip,mpfs-sys-controller.yaml        |  4 +-
 drivers/soc/microchip/mpfs-sys-controller.c   | 74 ++++++++++++++-----
 3 files changed, 67 insertions(+), 25 deletions(-)

-- 
2.51.0


             reply	other threads:[~2025-11-17 14:22 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-17 14:21 Conor Dooley [this message]
2025-11-17 14:21 ` [PATCH v1 0/3] pic64gx soc driver/binding changes Conor Dooley
2025-11-17 14:21 ` [PATCH v1 1/3] dt-bindings: soc: microchip: add compatible for the mss-top-sysreg on pic64gx Conor Dooley
2025-11-17 14:21   ` Conor Dooley
2025-11-17 21:49   ` Rob Herring (Arm)
2025-11-17 21:49     ` Rob Herring (Arm)
2025-11-17 14:21 ` [PATCH v1 2/3] dt-bindings: soc: microchip: mpfs-sys-controller: Add pic64gx compatibility Conor Dooley
2025-11-17 14:21   ` Conor Dooley
2025-11-17 21:49   ` Rob Herring (Arm)
2025-11-17 21:49     ` Rob Herring (Arm)
2025-11-17 14:21 ` [PATCH v1 3/3] soc: microchip: mpfs-sys-controller: add support for pic64gx Conor Dooley
2025-11-17 14:21   ` Conor Dooley
2026-03-03 17:09 ` [PATCH v1 0/3] pic64gx soc driver/binding changes Conor Dooley
2026-03-03 17:09   ` Conor Dooley

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20251117-mashing-cursor-6e965a77ce6a@spud \
    --to=conor@kernel.org \
    --cc=conor.dooley@microchip.com \
    --cc=daire.mcnamara@microchip.com \
    --cc=devicetree@vger.kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-riscv@lists.infradead.org \
    --cc=robh@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.