• Marcel Bocu's avatar
    hwmon: (k10temp) Add support for AMD family 17h, model 70h CPUs · 12163cfb
    Marcel Bocu authored
    It would seem like model 70h is behaving in the same way as model 30h,
    so let's just add the new F3 PCI ID to the list of compatible devices.
    
    Unlike previous Ryzen/Threadripper, Ryzen gen 3 processors do not need
    temperature offsets anymore. This has been reported in the press and
    verified on my Ryzen 3700X by checking that the idle temperature
    reported by k10temp is matching the temperature reported by the
    firmware.
    
    Vicki Pfau sent an identical patch after I checked that no-one had
    written this patch. I would have been happy about dropping my patch but
    unlike for his patch series, I had already Cc:ed the x86 people and
    they already reviewed the changes. Since Vicki has not answered to
    any email after his initial series, let's assume she is on vacation
    and let's avoid duplication of reviews from the maintainers and merge
    my series. To acknowledge Vicki's anteriority, I added her S-o-b to
    the patch.
    
    v2, suggested by Guenter Roeck and Brian Woods:
      - rename from 71h to 70h
    Signed-off-by: default avatarVicki Pfau <vi@endrift.com>
    Signed-off-by: default avatarMarcel Bocu <marcel.p.bocu@gmail.com>
    Tested-by: default avatarMarcel Bocu <marcel.p.bocu@gmail.com>
    
    Cc: Thomas Gleixner <tglx@linutronix.de>
    Cc: Ingo Molnar <mingo@redhat.com>
    Cc: Borislav Petkov <bp@alien8.de>
    Cc: "H. Peter Anvin" <hpa@zytor.com>
    Cc: x86@kernel.org
    Cc: "Woods, Brian" <Brian.Woods@amd.com>
    Cc: Clemens Ladisch <clemens@ladisch.de>
    Cc: Jean Delvare <jdelvare@suse.com>
    Cc: Guenter Roeck <linux@roeck-us.net>
    Cc: linux-hwmon@vger.kernel.org
    Link: https://lore.kernel.org/r/20190722174653.2391-1-marcel.p.bocu@gmail.comSigned-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
    12163cfb
k10temp.c 10.1 KB