linux/Documentation/devicetree/bindings
Linus Torvalds d422555f32 More power management updates for 5.16-rc1
- Fix 2 intel_pstate driver regressions related to the HWP interrupt
    handling added recently (Srinivas Pandruvada).
 
  - Fix intel_pstate driver regression introduced during the 5.11
    cycle and causing HWP desired performance to be mishandled in
    some cases when switching driver modes and during system
    suspend and shutdown (Rafael Wysocki).
 
  - Fix system-wide device suspend and resume locking to avoid
    deadlocks when device objects are deleted during a system-wide
    PM transition (Rafael Wysocki).
 
  - Modify system-wide suspend of devices to prevent cpuidle drivers
    based on runtime PM from misbehaving during the "no IRQ" phase of
    it (Ulf Hansson).
 
  - Fix return value of _opp_add_static_v2() helper (YueHaibing).
 
  - Fix required-opp handle count (Pavankumar Kondeti).
 
  - Add resource managed OPP helpers, update dev_pm_opp_attach_genpd(),
    update their devfreq users, and make minor DT binding change (Dmitry
    Osipenko).
 -----BEGIN PGP SIGNATURE-----
 
 iQJGBAABCAAwFiEE4fcc61cGeeHD/fCwgsRv/nhiVHEFAmGL0/4SHHJqd0Byand5
 c29ja2kubmV0AAoJEILEb/54YlRxaeMP/09xsXf0LP2LhP9YY77kvdrMONjyh1nj
 XuelrhuWl1Cz2X+gh3d7zXrjbuPW0lZF8Syc8GY1Ct8o3omQ8jnyiH1LIBfkDVx7
 WqVk8rGMMBXNpg3Os+MMADm3s0woW8c7IF+5cYwxL03OaOGH8uHiZxS9ZTLocH6H
 sOh9EAy72b/vLCq4aAzrG8ux10k9t8+2A6EuxzKrkO8rz/egtLjb8KznCER4n4nx
 lJ5Us+Kpo9TwuQ4pwujcvk7M9U2boHeKEk8ItiQUQwpW1VJsEUg1konz/UziE3Nf
 2vHZIellKs3RB/cVzFZsIJJt0etDss6YtivAMdpgBS+ciiZYgyjqKY+whZ/eBrue
 7nn79kSIhi0TVsVnM02HUYpz8oWHo0P0xqZr0t8IzOU+xvJF1e3fb/AkiQbGhYPs
 OXUTDqdOHFPplymRy6yrq3NqXyfqYVEKMHXWsQ+uY6FhOvVQTlkBdWscF9inoSDf
 LCmoc+xYLIl9R79syq9BqmVDE9cKLTZowmkexKI7MNu32ZQrPrKNdjMbYvvU0Sxf
 248RsZokiobnmXZdEupIEKXmI4ANyZFbeU0CL22MY3B14YcRqN7xPWXz2a/6fXWL
 h+DS8GCO6j3fgdrywUwA9/LyxR4SOJYEzrC3m34atufMm9LFYII6ShTh96DDPQV6
 i5hcVlC5wXAb
 =lduU
 -----END PGP SIGNATURE-----

Merge tag 'pm-5.16-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm

Pull more power management updates from Rafael Wysocki:
 "These fix three intel_pstate driver regressions, fix locking in the
  core code suspending and resuming devices during system PM
  transitions, fix the handling of cpuidle drivers based on runtime PM
  during system-wide suspend, fix two issues in the operating
  performance points (OPP) framework and resource-managed helpers to it.

  Specifics:

   - Fix two intel_pstate driver regressions related to the HWP
     interrupt handling added recently (Srinivas Pandruvada).

   - Fix intel_pstate driver regression introduced during the 5.11 cycle
     and causing HWP desired performance to be mishandled in some cases
     when switching driver modes and during system suspend and shutdown
     (Rafael Wysocki).

   - Fix system-wide device suspend and resume locking to avoid
     deadlocks when device objects are deleted during a system-wide PM
     transition (Rafael Wysocki).

   - Modify system-wide suspend of devices to prevent cpuidle drivers
     based on runtime PM from misbehaving during the "no IRQ" phase of
     it (Ulf Hansson).

   - Fix return value of _opp_add_static_v2() helper (YueHaibing).

   - Fix required-opp handle count (Pavankumar Kondeti).

   - Add resource managed OPP helpers, update dev_pm_opp_attach_genpd(),
     update their devfreq users, and make minor DT binding change
     (Dmitry Osipenko)"

* tag 'pm-5.16-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
  PM: sleep: Avoid calling put_device() under dpm_list_mtx
  cpufreq: intel_pstate: Clear HWP Status during HWP Interrupt enable
  cpufreq: intel_pstate: Fix unchecked MSR 0x773 access
  cpufreq: intel_pstate: Clear HWP desired on suspend/shutdown and offline
  PM: sleep: Fix runtime PM based cpuidle support
  dt-bindings: opp: Allow multi-worded OPP entry name
  opp: Fix return in _opp_add_static_v2()
  PM / devfreq: tegra30: Check whether clk_round_rate() returns zero rate
  PM / devfreq: tegra30: Use resource-managed helpers
  PM / devfreq: Add devm_devfreq_add_governor()
  opp: Add more resource-managed variants of dev_pm_opp_of_add_table()
  opp: Change type of dev_pm_opp_attach_genpd(names) argument
  opp: Fix required-opps phandle array count check
2021-11-10 11:59:55 -08:00
..
arc
arm Char/Misc driver update for 5.16-rc1 2021-11-04 08:21:47 -07:00
ata Devicetree updates for v5.15: 2021-09-01 18:34:51 -07:00
auxdisplay dt-bindings: auxdisplay: ht16k33: Document LED subnode 2021-10-21 23:36:30 +02:00
board
bus dt-bindings: bus: ti-sysc: Update to use yaml binding 2021-10-28 07:27:26 -05:00
chrome
clock - Remove Drivers 2021-11-08 12:07:52 -08:00
connector dt-bindings: connector: Add pd-disable property 2021-08-13 13:05:51 +02:00
counter
cpu
cpufreq Merge branch 'pm-opp' 2021-09-08 16:42:13 +02:00
crypto dt-bindings: crypto: Add Keem Bay ECC bindings 2021-10-29 21:04:03 +08:00
csky
devfreq dt-bindings: devfreq: rk3399_dmc: fix clocks in example 2021-10-11 20:04:48 -05:00
display ARM: SoC drivers for 5.16 2021-11-03 17:00:52 -07:00
dma dt-bindings: dmaengine: bam_dma: Add "powered remotely" mode 2021-10-28 22:42:30 +05:30
dsp dt-bindings: dsp: fsl: Update binding document for remote proc driver 2021-10-12 09:17:26 -06:00
dvfs dt-bindings: dvfs: Add support for generic performance domains 2021-05-20 09:24:07 +05:30
edac dt-bindings: Drop redundant minItems/maxItems 2021-06-21 13:56:46 -06:00
eeprom dt-bindings: at24: add ON Semi CAT24C04 and CAT24C05 2021-09-13 09:28:57 +02:00
extcon dt-bindings: extcon: usbc-tusb320: Add TUSB320L compatible string 2021-10-27 14:13:39 +09:00
firmware dt-bindings: firmware: qcom-scm: Document msm8953 bindings 2021-09-21 17:41:49 -05:00
fpga Devicetree updates for v5.15: 2021-09-01 18:34:51 -07:00
fsi dt-bindings: fsi: Remove ibm,fsi2spi-restricted compatible 2021-07-19 16:56:22 +01:00
fuse
gnss dt-bindings: gnss: Convert UBlox Neo-6M binding to a schema 2021-09-13 08:20:19 -05:00
goldfish
gpio - Remove Drivers 2021-11-08 12:07:52 -08:00
gpu dt-bindings: Add YAML bindings for NVDEC 2021-10-06 20:16:14 +02:00
h8300
hsi
hwlock dt-bindings: hwlock: sun6i: Fix various warnings in binding 2021-06-14 15:54:10 -05:00
hwmon dt-bindings: hwmon: Add nct7802 bindings 2021-10-27 10:42:22 -07:00
i2c - Remove Drivers 2021-11-08 12:07:52 -08:00
i3c
iio - Remove Drivers 2021-11-08 12:07:52 -08:00
infiniband
input - Remove Drivers 2021-11-08 12:07:52 -08:00
interconnect dt-bindings: interconnect: sdm660: Add missing a2noc qos clocks 2021-09-13 15:49:55 +03:00
interrupt-controller Devicetree updates for v5.16: 2021-11-02 22:22:13 -07:00
iommu Merge branches 'apple/dart', 'arm/mediatek', 'arm/renesas', 'arm/smmu', 'arm/tegra', 'iommu/fixes', 'x86/amd', 'x86/vt-d' and 'core' into next 2021-10-31 22:26:53 +01:00
ipmi ipmi:ipmb: Add OF support 2021-10-14 11:17:18 -05:00
leds dt-bindings: leds: register-bit-led: Use 'reg' instead of 'offset' 2021-10-13 17:23:23 -05:00
mailbox Devicetree updates for v5.16: 2021-11-02 22:22:13 -07:00
media Devicetree updates for v5.16: 2021-11-02 22:22:13 -07:00
memory-controllers ARM: SoC drivers for 5.16 2021-11-03 17:00:52 -07:00
mfd - Remove Drivers 2021-11-08 12:07:52 -08:00
mips dt-bindings: mips: convert Ralink SoCs and boards to schema 2021-10-28 07:27:26 -05:00
misc Devicetree updates for v5.15: 2021-09-01 18:34:51 -07:00
mmc dt-bindings: mmc: fsl-imx-esdhc: add NXP S32G2 support 2021-10-26 17:37:32 +02:00
mtd dt-bindings: mtd: ti,gpmc-onenand: Convert to yaml 2021-10-11 12:31:53 +03:00
mux dt-bindings: mux: Convert mux controller bindings to schema 2021-06-01 18:20:06 -05:00
nds32
net ARM: SoC DT updates for v5.16 2021-11-03 16:56:03 -07:00
nios2
nvmem Devicetree updates for v5.15: 2021-09-01 18:34:51 -07:00
openrisc/opencores
opp dt-bindings: opp: Allow multi-worded OPP entry name 2021-11-02 09:25:05 +05:30
pci pci-v5.16-changes 2021-11-06 14:36:12 -07:00
perf dt-bindings: Drop redundant minItems/maxItems 2021-06-21 13:56:46 -06:00
phy Char/Misc driver update for 5.16-rc1 2021-11-04 08:21:47 -07:00
pinctrl Pin control changes for the v5.16 kernel cycle 2021-11-05 08:24:17 -07:00
pmem
power power supply and reset changes for the v5.16 series 2021-11-04 13:53:59 -07:00
powerpc
pps
ptp
pwm dt-bindings: pwm: rockchip: Add description for rk3568 2021-09-02 21:41:03 +02:00
regmap
regulator - Remove Drivers 2021-11-08 12:07:52 -08:00
remoteproc dt-bindings: remoteproc: qcom: Update Q6V5 Modem PIL binding 2021-09-27 18:37:34 -05:00
reserved-memory dt-bindings: reserved-memory: ramoops: Convert txt bindings to yaml 2021-10-18 08:01:36 -05:00
reset dt-bindings: reset: Add lan966x support 2021-10-18 14:09:56 +02:00
riscv dt-bindings: riscv: correct e51 and u54-mc CPU bindings 2021-09-20 17:00:32 -05:00
rng dt-bindings: rng: convert OMAP and Inside-Secure HWRNG to yaml schema 2021-09-28 16:55:53 -05:00
rtc RTC for 5.15 2021-09-11 09:54:53 -07:00
scsi
security/tpm
serial TTY / Serial driver update for 5.16-rc1 2021-11-04 09:09:37 -07:00
serio
sifive
siox
slimbus
soc ARM: SoC drivers for 5.16 2021-11-03 17:00:52 -07:00
sound ARM: SoC DT updates for v5.16 2021-11-03 16:56:03 -07:00
soundwire
spi spi: Convert NXP flexspi to json schema 2021-10-29 18:56:02 +01:00
spmi Staging / IIO driver patches for 5.14-rc1 2021-07-05 14:01:53 -07:00
sram ARM: SoC drivers for 5.16 2021-11-03 17:00:52 -07:00
staging/iio/adc
thermal dt-bindings: thermal: uniphier: Add binding for NX1 SoC 2021-10-18 13:59:57 +02:00
timer Devicetree updates for v5.15: 2021-09-01 18:34:51 -07:00
ufs dt-bindings: ufs: exynos-ufs: add exynosautov9 compatible 2021-10-29 08:42:03 -05:00
usb USB / Thunderbolt changes for 5.16-rc1 2021-11-04 07:50:43 -07:00
virtio dt-bindings: virtio: Add binding for virtio devices 2021-09-05 16:23:08 -04:00
w1 dt-bindings: w1-gpio: Drop redundant 'maxItems' 2021-10-04 13:11:22 -05:00
watchdog dt-bindings: watchdog: mtk-wdt: add disable_wdt_extrst support 2021-10-26 21:31:10 +02:00
x86
xillybus
.gitignore
.yamllint
ABI.rst
chosen.txt of: fdt: Add generic support for handling usable memory range property 2021-08-24 17:09:01 -05:00
common-properties.txt
example-schema.yaml docs: dt: Fix a few grammar nits in the binding/schema docs 2021-10-04 13:55:37 -05:00
graph.txt
index.rst
jailhouse.txt
Makefile dt-bindings: Add a help message when dtschema tools are missing 2021-10-28 07:27:26 -05:00
numa.txt Documentation, dt, numa: Add note to empty NUMA node 2021-10-04 13:13:36 -05:00
resource-names.txt
submitting-patches.rst docs: dt: submitting-patches: Add note about other project usage 2021-09-21 12:59:15 -05:00
trivial-devices.yaml dt-bindings: hwmon: ibm,cffps: move to trivial devices 2021-10-12 07:22:40 -07:00
unittest.txt
vendor-prefixes.yaml Char/Misc driver update for 5.16-rc1 2021-11-04 08:21:47 -07:00
writing-bindings.rst docs: dt: Fix a few grammar nits in the binding/schema docs 2021-10-04 13:55:37 -05:00
writing-schema.rst docs: dt: Fix a few grammar nits in the binding/schema docs 2021-10-04 13:55:37 -05:00
xilinx.txt