[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200510204842.2603-1-amonakov@ispras.ru>
Date: Sun, 10 May 2020 20:48:39 +0000
From: Alexander Monakov <amonakov@...ras.ru>
To: linux-kernel@...r.kernel.org
Cc: Alexander Monakov <amonakov@...ras.ru>,
Thomas Gleixner <tglx@...utronix.de>,
Borislav Petkov <bp@...en8.de>, x86@...nel.org,
Yazen Ghannam <yazen.ghannam@....com>,
Brian Woods <brian.woods@....com>,
Clemens Ladisch <clemens@...isch.de>,
Jean Delvare <jdelvare@...e.com>,
Guenter Roeck <linux@...ck-us.net>,
linux-hwmon@...r.kernel.org, linux-edac@...r.kernel.org
Subject: [PATCH 0/3] k10temp and EDAC support for AMD Renoir
Hello!
This simple patch series adds support for new AMD Ryzen CPU generation
(model 17h family 60h) by adding the new PCI IDs as appropriate in the
amd_nb, k10temp and amd64_edac drivers.
The change in k10temp is the one most important for users (temperature
sensors of the new CPUs), the amd_nb patch is a prerequisite for that,
and finally edac_amd64 patch is necessary, because otherwise loading
that module produces a warning due to incomplete support.
Thank you.
Alexander Monakov (3):
x86/amd_nb: add AMD family 17h model 60h PCI IDs
hwmon: (k10temp) Add AMD family 17h model 60h PCI match
EDAC/amd64: Add AMD family 17h model 60h PCI IDs
arch/x86/kernel/amd_nb.c | 5 +++++
drivers/edac/amd64_edac.c | 14 ++++++++++++++
drivers/edac/amd64_edac.h | 3 +++
drivers/hwmon/k10temp.c | 1 +
include/linux/pci_ids.h | 1 +
5 files changed, 24 insertions(+)
Cc: Thomas Gleixner <tglx@...utronix.de>
Cc: Borislav Petkov <bp@...en8.de>
Cc: x86@...nel.org
Cc: Yazen Ghannam <yazen.ghannam@....com>
Cc: Brian Woods <brian.woods@....com>
Cc: Clemens Ladisch <clemens@...isch.de>
Cc: Jean Delvare <jdelvare@...e.com>
Cc: Guenter Roeck <linux@...ck-us.net>
Cc: linux-hwmon@...r.kernel.org
Cc: linux-edac@...r.kernel.org
--
2.26.2
Powered by blists - more mailing lists