[GIT,PULL] PECI changes for v6.6-rc1

Message ID 8a519c13e54deeb81fb07c8f2d3936e493820330.camel@intel.com
State New
Headers
Series [GIT,PULL] PECI changes for v6.6-rc1 |

Pull-request

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

Message

Winiarska, Iwona Aug. 7, 2023, 11:14 p.m. UTC
  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
  

Comments

Greg KH Aug. 8, 2023, 8:54 a.m. UTC | #1
On Mon, Aug 07, 2023 at 11:14:07PM +0000, Winiarska, Iwona wrote:
> 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

Pulled and pushed out, thanks.

greg k-h