summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorGuenter Roeck <linux@roeck-us.net>2018-09-13 20:01:12 -0700
committerGuenter Roeck <linux@roeck-us.net>2018-09-15 16:18:44 -0700
commitf6de298806d9cbc63a4907bca34a06162b9d7dce (patch)
tree8407fb28b2a1cda5e11170e9db5435f8ca02e468 /tools/perf/scripts/python
parent37196ba4ae95a2077d78715eb12e879e57613d43 (diff)
downloadkernel-f6de298806d9cbc63a4907bca34a06162b9d7dce.tar.gz
hwmon: (nct6775) Fix RPM output for fan7 on NCT6796D
fan7 on NCT6796D does not have a fan count register; it only has an RPM register. Switch to using RPM registers to read the fan speed for all chips supporting it to solve the problem for good. Reported-by: Robert Kern <ulteq@web.de> Cc: Robert Kern <ulteq@web.de> Fixes: 81820059a428 ("hwmon: (nct6775) Add support for NCT6796D") Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
span title='2019-03-10 10:17:23 -0700'>2019-03-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds 2019-03-06Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds 2019-02-16efi/arm: Revert "Defer persistent reservations until after paging_init()"Ard Biesheuvel 2019-02-16efi: Fix build error due to enum collision between efi.h and ima.hAnders Roxell 2019-02-06efi: Let architectures decide the flags that should be saved/restoredJulien Thierry 2019-02-04efi: Use 32-bit alignment for efi_guid_tArd Biesheuvel 2019-01-02Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds 2018-12-17Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...James Morris 2018-12-12efi: Add an EFI signature blob parserDave Howells 2018-12-12efi: Add EFI signature data typesDave Howells 2018-11-30efi: Reduce the amount of memblock reservations for persistent allocationsArd Biesheuvel 2018-11-30efi: Permit multiple entries in persistent memreserve data structureArd Biesheuvel 2018-11-30x86/efi: Move efi_<reserve/free>_boot_services() to arch/x86Sai Praneeth Prakhya 2018-11-15efi/arm: Defer persistent reservations until after paging_init()Ard Biesheuvel 2018-09-26efi/x86: Handle page faults occurring while running EFI runtime servicesSai Praneeth 2018-09-26efi: Make efi_rts_work accessible to efi page fault handlerSai Praneeth 2018-09-26efi: add API to reserve memory persistently across kexec rebootArd Biesheuvel 2018-09-26efi: honour memory reservations passed via a linux specific config tableArd Biesheuvel 2018-07-22efi: Deduplicate efi_open_volume()Lukas Wunner 2018-07-16efi: Remove the declaration of efi_late_init() as the function is unusedSai Praneeth 2018-07-16efi: Use a work queue to invoke EFI Runtime ServicesSai Praneeth 2018-05-14efi: Align efi_pci_io_protocol typedefs to type naming conventionArd Biesheuvel 2018-05-14efi: Avoid potential crashes, fix the 'struct efi_pci_io_protocol_32' definit...Ard Biesheuvel 2018-03-12efi: Use efi_mm in x86 as well as ARMSai Praneeth