Go to file
d.marlin 93c67f86c3 hwmon: (pwm-fan) Add dedicated power switch function
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2141743
Tested: Sanity testing only, due to lack of hardware.

commit 9bf3aa60808803d56cb34bdff336e85c87c8026d
Author: Alexander Stein <alexander.stein@ew.tq-group.com>
Date:   Wed Sep 14 17:31:35 2022 +0200

    hwmon: (pwm-fan) Add dedicated power switch function

    This handles enabling/disabling the regulator in a single function, while
    keeping the enables/disabled balanced. This is a preparation when
    regulator is switched from different code paths.

    Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
    Link: https://lore.kernel.org/r/20220914153137.613982-4-alexander.stein@ew.tq-group.com
    Signed-off-by: Guenter Roeck <linux@roeck-us.net>
    (cherry picked from commit 9bf3aa60808803d56cb34bdff336e85c87c8026d)

Signed-off-by: d.marlin <dmarlin@redhat.com>
2022-12-12 09:58:17 -06:00
Documentation Merge: rv: Add Runtime Verification (RV) interface 2022-12-09 16:18:07 +00:00
LICENSES LICENSES/dual/CC-BY-4.0: Git rid of "smart quotes" 2021-07-15 06:31:24 -06:00
arch Merge: x86/sgx: update sgx subsystem upto v6.0 2022-12-06 02:53:15 -05:00
block block: make blk_set_default_limits() private 2022-12-02 18:26:50 +08:00
certs certs: Move load_certificate_list() to be with the asymmetric keys code 2022-06-23 11:32:02 +01:00
crypto crypto: add __init/__exit annotations to init/exit funcs 2022-11-18 13:19:54 -08:00
drivers hwmon: (pwm-fan) Add dedicated power switch function 2022-12-12 09:58:17 -06:00
fs Merge: Backport DFS related fixes from upstream. 2022-12-12 14:13:38 +00:00
include Merge: misc: rtsx: Rework runtime power management flow 2022-12-12 14:00:32 +00:00
init Merge: BPF and XDP rebase to v5.18 2022-11-21 05:30:47 -05:00
ipc mm,hugetlb: remove mlock ulimit for SHM_HUGETLB 2022-10-12 07:27:31 -04:00
kernel Merge: rv: Add Runtime Verification (RV) interface 2022-12-09 16:18:07 +00:00
lib selftests/livepatch: better synchronize test_klp_callbacks_busy 2022-12-05 12:28:16 -05:00
mm mm: migrate: fix THP's mapcount on isolation 2022-12-04 07:31:56 +08:00
net Merge: ping: convert to RCU lookups, get rid of rwlock 2022-12-06 02:53:18 -05:00
redhat Merge: Add fixes to drivers/clksrc for NVIDIA Orin 2022-12-12 14:12:23 +00:00
samples livepatch: Reorder to use before freeing a pointer 2022-12-05 12:26:32 -05:00
scripts build: Fix generating BTF with pahole >=1.24 2022-11-25 12:56:32 +01:00
security Merge: Rebase rhel9 kernel kexec/kdump code to upstream kernel 6.0 2022-11-28 04:58:31 -05:00
sound Merge: ALSA: backport for RHEL 9.2 2022-12-08 20:08:09 -03:00
tools Merge: rv: Add Runtime Verification (RV) interface 2022-12-09 16:18:07 +00:00
usr .gitignore: prefix local generated files with a slash 2021-05-02 00:43:35 +09:00
virt KVM: Drop unnecessary initialization of "ops" in kvm_ioctl_create_device() 2022-10-25 13:53:38 +02:00
.clang-format clang-format: Update with the latest for_each macro list 2021-05-12 23:32:39 +02:00
.cocciconfig
.get_maintainer.conf get_maintainer.conf: Update with new location of RHMAINTAINERS 2022-01-19 14:26:16 -05:00
.get_maintainer.ignore
.gitattributes gitattributes: Remove unnecesary export restrictions 2021-08-30 10:50:35 -04:00
.gitignore gitlab: Add CI job for packaging scripts 2021-08-30 10:49:13 -04:00
.gitlab-ci.yml Merge: Updates for automotive_full pipeline 2022-11-23 02:46:02 -05:00
.mailmap mailmap: remove my redhat.com address from RHEL9's .mailmap file 2022-09-26 09:34:38 -04:00
COPYING
CREDITS MAINTAINERS: move Murali Karicheri to credits 2021-04-29 15:47:30 -07:00
Kbuild
Kconfig Introduce CONFIG_RH_DISABLE_DEPRECATED 2021-08-30 10:50:55 -04:00
Kconfig.redhat Rename RH_DISABLE_DEPRECATED to RHEL_DIFFERENCES 2021-08-30 14:29:36 -04:00
MAINTAINERS Merge: rv: Add Runtime Verification (RV) interface 2022-12-09 16:18:07 +00:00
Makefile Merge DRM changes from upstream v6.0..v6.0.8 2022-12-01 16:05:52 +01:00
Makefile.rhelver [redhat] kernel-5.14.0-210.el9 2022-12-09 16:24:24 +00:00
README
makefile redhat: Change Makefile target names to dist- 2021-08-30 10:50:11 -04:00

README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.