linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Winiarska, Iwona" <iwona.winiarska@intel.com>
To: "gregkh@linuxfoundation.org" <gregkh@linuxfoundation.org>
Cc: "openbmc@lists.ozlabs.org" <openbmc@lists.ozlabs.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] PECI changes for v6.6-rc1
Date: Mon, 7 Aug 2023 23:14:07 +0000	[thread overview]
Message-ID: <8a519c13e54deeb81fb07c8f2d3936e493820330.camel@intel.com> (raw)

Hi Greg!

Please pull PECI update for Linux v6.6.

Thanks
-Iwona

The following changes since commit 5d0c230f1de8c7515b6567d9afba1f196fb4e2f4:

  Linux 6.5-rc4 (2023-07-30 13:23:47 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/iwi/linux.git tags/peci-next-6.6-rc1

for you to fetch changes up to d7c99890fe06a170c77af12b0c105babb3a47a04:

  arm64: dts: nuvoton: Add PECI controller node (2023-08-07 18:27:55 +0200)

----------------------------------------------------------------
Update peci-next for v6.6-rc1

* Add Intel Sapphire Rapids support.
* Add Nuvoton controller driver.

----------------------------------------------------------------
Iwona Winiarska (2):
      ARM: dts: nuvoton: Add PECI controller node
      arm64: dts: nuvoton: Add PECI controller node

Naresh Solanki (1):
      peci: cpu: Add Intel Sapphire Rapids support

Patrick Rudolph (2):
      hwmon: (peci/cputemp) Add Intel Sapphire Rapids support
      hwmon: (peci/dimmtemp) Add Sapphire Rapids support

Tomer Maimon (2):
      dt-bindings: Add bindings for peci-npcm
      peci: Add peci-npcm controller driver

 Documentation/devicetree/bindings/peci/nuvoton,npcm-peci.yaml |  56 ++++++++++++++++++++++++++++++++
 arch/arm/boot/dts/nuvoton/nuvoton-common-npcm7xx.dtsi         |   9 ++++++
 arch/arm64/boot/dts/nuvoton/nuvoton-common-npcm8xx.dtsi       |   9 ++++++
 drivers/hwmon/peci/cputemp.c                                  |  18 +++++++++++
 drivers/hwmon/peci/dimmtemp.c                                 |  50 +++++++++++++++++++++++++++++
 drivers/peci/controller/Kconfig                               |  16 +++++++++
 drivers/peci/controller/Makefile                              |   1 +
 drivers/peci/controller/peci-npcm.c                           | 298 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/peci/cpu.c                                            |   5 +++
 9 files changed, 462 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/peci/nuvoton,npcm-peci.yaml
 create mode 100644 drivers/peci/controller/peci-npcm.c


             reply	other threads:[~2023-08-07 23:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-07 23:14 Winiarska, Iwona [this message]
2023-08-08  8:54 ` [GIT PULL] PECI changes for v6.6-rc1 gregkh

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=8a519c13e54deeb81fb07c8f2d3936e493820330.camel@intel.com \
    --to=iwona.winiarska@intel.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=openbmc@lists.ozlabs.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 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).