linux/Documentation/devicetree/bindings
Linus Torvalds 6d277aca48 Power management updates for 5.6-rc1
- Update the ACPI processor driver in order to export
    acpi_processor_evaluate_cst() to the code outside of it, add
    ACPI support to the intel_idle driver based on that and clean
    up that driver somewhat (Rafael Wysocki).
 
  - Add an admin guide document for the intel_idle driver (Rafael
    Wysocki).
 
  - Clean up cpuidle core and drivers, enable compilation testing
    for some of them (Benjamin Gaignard, Krzysztof Kozlowski, Rafael
    Wysocki, Yangtao Li).
 
  - Fix reference counting of OPP (operating performance points) table
    structures (Viresh Kumar).
 
  - Add support for CPR (Core Power Reduction) to the AVS (Adaptive
    Voltage Scaling) subsystem (Niklas Cassel, Colin Ian King,
    YueHaibing).
 
  - Add support for TigerLake Mobile and JasperLake to the Intel RAPL
    power capping driver (Zhang Rui).
 
  - Update cpufreq drivers:
 
    * Add i.MX8MP support to imx-cpufreq-dt (Anson Huang).
 
    * Fix usage of a macro in loongson2_cpufreq (Alexandre Oliva).
 
    * Fix cpufreq policy reference counting issues in s3c and
      brcmstb-avs (chenqiwu).
 
    * Fix ACPI table reference counting issue and HiSilicon quirk
      handling in the CPPC driver (Hanjun Guo).
 
    * Clean up spelling mistake in intel_pstate (Harry Pan).
 
    * Convert the kirkwood and tegra186 drivers to using
      devm_platform_ioremap_resource() (Yangtao Li).
 
  - Update devfreq core:
 
    * Add 'name' sysfs attribute for devfreq devices (Chanwoo Choi).
 
    * Clean up the handing of transition statistics and allow them
      to be reset by writing 0 to the 'trans_stat' devfreq device
      attribute in sysfs (Kamil Konieczny).
 
    * Add 'devfreq_summary' to debugfs (Chanwoo Choi).
 
    * Clean up kerneldoc comments and Kconfig indentation (Krzysztof
      Kozlowski, Randy Dunlap).
 
  - Update devfreq drivers:
 
    * Add dynamic scaling for the imx8m DDR controller and clean up
      imx8m-ddrc (Leonard Crestez, YueHaibing).
 
    * Fix DT node reference counting and nitialization error code path
      in rk3399_dmc and add COMPILE_TEST and HAVE_ARM_SMCCC dependency
      for it (Chanwoo Choi, Yangtao Li).
 
    * Fix DT node reference counting in rockchip-dfi and make it use
      devm_platform_ioremap_resource() (Yangtao Li).
 
    * Fix excessive stack usage in exynos-ppmu (Arnd Bergmann).
 
    * Fix initialization error code paths in exynos-bus (Yangtao Li).
 
    * Clean up exynos-bus and exynos somewhat (Artur Świgoń, Krzysztof
      Kozlowski).
 
  - Add tracepoints for tracking usage_count updates unrelated to
    status changes in PM-runtime (Michał Mirosław).
 
  - Add sysfs attribute to control the "sync on suspend" behavior
    during system-wide suspend (Jonas Meurer).
 
  - Switch system-wide suspend tests over to 64-bit time (Alexandre
    Belloni).
 
  - Make wakeup sources statistics in debugfs cover deleted ones which
    used to be the case some time ago (zhuguangqing).
 
  - Clean up computations carried out during hibernation, update
    messages related to hibernation and fix a spelling mistake in one
    of them (Wen Yang, Luigi Semenzato, Colin Ian King).
 
  - Add mailmap entry for maintainer e-mail address that has not been
    functional for several years (Rafael Wysocki).
 -----BEGIN PGP SIGNATURE-----
 
 iQJGBAABCAAwFiEE4fcc61cGeeHD/fCwgsRv/nhiVHEFAl4u2fESHHJqd0Byand5
 c29ja2kubmV0AAoJEILEb/54YlRxvlkP/j5vDzyNUNJjnD6+897c8W+z5dwdiQfU
 QNtoopFXgw/fpOhGXRdj2mA4e6RtpU9aCCiHR6/qdh3/1qSnR5Y9R/51/gmdkwhY
 YakSxmgpgGrOJru94ApI1o/35eWwN/GxjajbfNY5ScrPQl/L0DF3iJWRsAOR5534
 p9e2gQqKecoE+MEn5JcGAXApA5xBLXuUmtWPUn5UGyhaz+jdmsf1zkDEOEvxREay
 hLGH1y6BY8HS/jytyNzISs9iDeBvg2fHmG8SskDiXVMke5sHBTU9MilgpnCFfQ0l
 OF/eNnTXTU7mAJhlnjBUt2rIe5peGSuhgg+Ur7s86xYqbj2SfsVM4UHjU0A6t9Jm
 sauWQh/Nbzw6XaCNzYKxP+dREAg0g/aq7xFqQi3bWx7YvzLk/hvNWi2+bv3adzx7
 Z3fvOki4xMXzLLrh0f1ipC8BKTsdioDZPAy06B80a0luv6ROdr6bPL7did14mWt2
 eCuPuZyXKhdV+PkjZHF+c4XT7N9NfGtE0WUQf54Q4VT00hDagGDliwXpm4ht1pjJ
 iO7uUJevXKSxMaV2xPZ+nWZaOeCVrMMTA1Ec1ELgC1n8WROZJ+SfhehgMQGp7BHS
 Hz4QO1HjTsCDnT+OU7JFeCRrkyXIlh75MOndWOOH6eTEXCAI9PihstB+UGXeNsK0
 BesNQz1sYY1O
 =g48u
 -----END PGP SIGNATURE-----

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

Pull power management updates from Rafael Wysocki:
 "These add ACPI support to the intel_idle driver along with an admin
  guide document for it, add support for CPR (Core Power Reduction) to
  the AVS (Adaptive Voltage Scaling) subsystem, add new hardware support
  in a few places, add some new sysfs attributes, debugfs files and
  tracepoints, fix bugs and clean up a bunch of things all over.

  Specifics:

   - Update the ACPI processor driver in order to export
     acpi_processor_evaluate_cst() to the code outside of it, add ACPI
     support to the intel_idle driver based on that and clean up that
     driver somewhat (Rafael Wysocki).

   - Add an admin guide document for the intel_idle driver (Rafael
     Wysocki).

   - Clean up cpuidle core and drivers, enable compilation testing for
     some of them (Benjamin Gaignard, Krzysztof Kozlowski, Rafael
     Wysocki, Yangtao Li).

   - Fix reference counting of OPP (operating performance points) table
     structures (Viresh Kumar).

   - Add support for CPR (Core Power Reduction) to the AVS (Adaptive
     Voltage Scaling) subsystem (Niklas Cassel, Colin Ian King,
     YueHaibing).

   - Add support for TigerLake Mobile and JasperLake to the Intel RAPL
     power capping driver (Zhang Rui).

   - Update cpufreq drivers:
      - Add i.MX8MP support to imx-cpufreq-dt (Anson Huang).
      - Fix usage of a macro in loongson2_cpufreq (Alexandre Oliva).
      - Fix cpufreq policy reference counting issues in s3c and
        brcmstb-avs (chenqiwu).
      - Fix ACPI table reference counting issue and HiSilicon quirk
        handling in the CPPC driver (Hanjun Guo).
      - Clean up spelling mistake in intel_pstate (Harry Pan).
      - Convert the kirkwood and tegra186 drivers to using
        devm_platform_ioremap_resource() (Yangtao Li).

   - Update devfreq core:
      - Add 'name' sysfs attribute for devfreq devices (Chanwoo Choi).
      - Clean up the handing of transition statistics and allow them to
        be reset by writing 0 to the 'trans_stat' devfreq device
        attribute in sysfs (Kamil Konieczny).
      - Add 'devfreq_summary' to debugfs (Chanwoo Choi).
      - Clean up kerneldoc comments and Kconfig indentation (Krzysztof
        Kozlowski, Randy Dunlap).

   - Update devfreq drivers:
      - Add dynamic scaling for the imx8m DDR controller and clean up
        imx8m-ddrc (Leonard Crestez, YueHaibing).
      - Fix DT node reference counting and nitialization error code path
        in rk3399_dmc and add COMPILE_TEST and HAVE_ARM_SMCCC dependency
        for it (Chanwoo Choi, Yangtao Li).
      - Fix DT node reference counting in rockchip-dfi and make it use
        devm_platform_ioremap_resource() (Yangtao Li).
      - Fix excessive stack usage in exynos-ppmu (Arnd Bergmann).
      - Fix initialization error code paths in exynos-bus (Yangtao Li).
      - Clean up exynos-bus and exynos somewhat (Artur Świgoń, Krzysztof
        Kozlowski).

   - Add tracepoints for tracking usage_count updates unrelated to
     status changes in PM-runtime (Michał Mirosław).

   - Add sysfs attribute to control the "sync on suspend" behavior
     during system-wide suspend (Jonas Meurer).

   - Switch system-wide suspend tests over to 64-bit time (Alexandre
     Belloni).

   - Make wakeup sources statistics in debugfs cover deleted ones which
     used to be the case some time ago (zhuguangqing).

   - Clean up computations carried out during hibernation, update
     messages related to hibernation and fix a spelling mistake in one
     of them (Wen Yang, Luigi Semenzato, Colin Ian King).

   - Add mailmap entry for maintainer e-mail address that has not been
     functional for several years (Rafael Wysocki)"

* tag 'pm-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm: (83 commits)
  cpufreq: loongson2_cpufreq: adjust cpufreq uses of LOONGSON_CHIPCFG
  intel_idle: Clean up irtl_2_usec()
  intel_idle: Move 3 functions closer to their callers
  intel_idle: Annotate initialization code and data structures
  intel_idle: Move and clean up intel_idle_cpuidle_devices_uninit()
  intel_idle: Rearrange intel_idle_cpuidle_driver_init()
  intel_idle: Clean up NULL pointer check in intel_idle_init()
  intel_idle: Fold intel_idle_probe() into intel_idle_init()
  intel_idle: Eliminate __setup_broadcast_timer()
  cpuidle: fix cpuidle_find_deepest_state() kerneldoc warnings
  cpuidle: sysfs: fix warnings when compiling with W=1
  cpuidle: coupled: fix warnings when compiling with W=1
  cpufreq: brcmstb-avs: fix imbalance of cpufreq policy refcount
  PM: suspend: Add sysfs attribute to control the "sync on suspend" behavior
  PM / devfreq: Add debugfs support with devfreq_summary file
  Documentation: admin-guide: PM: Add intel_idle document
  cpuidle: arm: Enable compile testing for some of drivers
  PM-runtime: add tracepoints for usage_count changes
  cpufreq: intel_pstate: fix spelling mistake: "Whethet" -> "Whether"
  PM: hibernate: fix spelling mistake "shapshot" -> "snapshot"
  ...
2020-01-27 11:23:54 -08:00
..
arc
arm dt-bindings: Change maintainer address 2019-12-12 18:38:10 -06:00
ata dt-bindings: ata: sata_rcar: Add r8a774b1 support 2019-10-28 19:40:48 -05:00
auxdisplay
board powerpc/sysdev: drop simple gpio 2019-11-21 15:41:34 +11:00
bus dt-bindings: Change maintainer address 2019-12-12 18:38:10 -06:00
c6x
clock dt-bindings: Change maintainer address 2019-12-12 18:38:10 -06:00
connector
counter Devicetree updates for v5.5: 2019-12-02 11:41:35 -08:00
cpu docs: fix some broken references 2019-10-10 11:25:39 -06:00
cpufreq cpufreq: ti-cpufreq: omap36xx use "cpu0","vbb" if run in multi_regulator mode 2019-10-10 16:11:51 +05:30
crypto dt-bindings: Change maintainer address 2019-12-12 18:38:10 -06:00
csky
ddr dt-bindings: ddr: Add bindings for Samsung LPDDR3 memories 2019-10-01 20:29:02 +02:00
devfreq dt-bindings: devfreq: exynos-bus: Remove unused property 2019-11-06 12:03:59 +09:00
display dt-bindings: Change maintainer address 2019-12-12 18:38:10 -06:00
dma dmaengine updates for v5.6-rc1 2020-01-27 10:55:50 -08:00
dsp dt-bindings: dsp: Fix fsl,dsp example 2019-10-02 14:13:36 -05:00
edac
eeprom dt-bindings: at24: add new compatible 2019-10-09 18:24:04 -05:00
extcon
firmware ARM: SoC-related driver updates 2019-12-05 11:43:31 -08:00
fpga
fsi dt-bindings: fsi: Add description of FSI master 2019-11-08 11:28:20 +01:00
fuse
gnss
goldfish
gpio dt-bindings: gpio: brcm: Add bindings for xgs-iproc 2019-10-29 16:17:10 +01:00
gpu ARM: Device-tree updates 2019-12-05 12:09:47 -08:00
h8300
hsi
hwlock dt-bindings: hwlock: Convert stm32 hwspinlock bindings to json-schema 2019-10-14 12:16:40 -05:00
hwmon dt-binding: hwmon: Add documentation for ADM1177 2020-01-23 13:15:11 -08:00
i2c dt-bindings: i2c: at91: fix i2c-sda-hold-time-ns documentation for sam9x60 2020-01-06 15:34:07 +01:00
i3c
iio Staging/IIO fixes for 5.5-rc2 2019-12-14 12:43:57 -08:00
infiniband
input dt-bindings: Change maintainer address 2019-12-12 18:38:10 -06:00
interconnect Devicetree updates for v5.5: 2019-12-02 11:41:35 -08:00
interrupt-controller dt-bindings: Change maintainer address 2019-12-12 18:38:10 -06:00
iommu Devicetree updates for v5.5: 2019-12-02 11:41:35 -08:00
ipmi
leds Devicetree updates for v5.5: 2019-12-02 11:41:35 -08:00
mailbox Devicetree updates for v5.5: 2019-12-02 11:41:35 -08:00
media dt-bindings: Change maintainer address 2019-12-12 18:38:10 -06:00
memory-controllers dt-bindings: memory: Add bindings for imx8m ddr controller 2019-12-30 09:59:05 +09:00
mfd dt-bindings: Change maintainer address 2019-12-12 18:38:10 -06:00
mips dt-bindings: mips: Add gardena vendor prefix and board description 2019-10-07 09:41:27 -07:00
misc dt-bindings: Add syscon YAML description 2019-11-14 16:32:17 -06:00
mmc dt-bindings: mmc: rockchip-dw-mshc: add description for rk3308 2020-01-24 12:11:48 +01:00
mtd dt-bindings: Change maintainer address 2019-12-12 18:38:10 -06:00
mux
nds32
net dt-bindings: net: add fsl,erratum-a011043 2020-01-23 21:17:13 +01:00
nios2
nvmem dt-bindings: Change maintainer address 2019-12-12 18:38:10 -06:00
openrisc/opencores
opp
pci pci-v5.5-changes 2019-12-03 13:58:22 -08:00
perf bindings: perf: imx-ddr: Add new compatible string 2019-11-04 16:27:34 +00:00
phy dt-bindings: Change maintainer address 2019-12-12 18:38:10 -06:00
pinctrl dt-bindings: Change maintainer address 2019-12-12 18:38:10 -06:00
pmem
power dt-bindings: power: avs: Add support for CPR (Core Power Reduction) 2019-12-20 10:25:24 +01:00
powerpc
pps
ptp dt-bindings: ptp: Add device tree binding for IDT ClockMatrix based PTP clock 2019-11-03 17:35:40 -08:00
pwm dt-bindings: Change maintainer address 2019-12-12 18:38:10 -06:00
regmap
regulator dt-bindings: regulator: add document bindings for mpq7920 2020-01-27 17:23:47 +00:00
remoteproc dt-bindings: remoteproc: stm32: add wakeup-source property 2019-12-11 08:53:03 -06:00
reserved-memory
reset dt-bindings: reset: Fix brcmstb-reset example 2019-12-10 11:43:37 +01:00
riscv dt-bindings: riscv: Fix CPU schema errors 2019-10-23 14:42:44 -05:00
rng Devicetree updates for v5.5: 2019-12-02 11:41:35 -08:00
rtc dt-bindings: Change maintainer address 2019-12-12 18:38:10 -06:00
scsi
security/tpm dt-bindings: tpm: document properties for cr50 2019-11-12 21:45:36 +02:00
serial TTY/Serial patches for 5.5-rc1 2019-12-03 14:09:14 -08:00
serio dt-bindings: Change maintainer address 2019-12-12 18:38:10 -06:00
sifive
siox
slimbus
soc bindings: soc: ti: add documentation for k3 ringacc 2020-01-15 10:07:18 -08:00
sound dt-bindings: Change maintainer address 2019-12-12 18:38:10 -06:00
soundwire
spi Merge branch 'spi-5.6' into spi-next 2020-01-23 12:37:18 +00:00
spmi
sram drm msm + fixes for 5.5-rc1 2019-12-06 10:28:09 -08:00
staging/iio/adc
thermal Merge branch 'thermal/next' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux 2019-12-05 11:21:24 -08:00
timer dt-bindings: Change maintainer address 2019-12-12 18:38:10 -06:00
ufs scsi: dt-bindings: ufs: ti,j721e-ufs.yaml: Add binding for TI UFS wrapper 2019-11-12 22:21:33 -05:00
usb dt-bindings: Change maintainer address 2019-12-12 18:38:10 -06:00
virtio
w1
watchdog dt-bindings: Change maintainer address 2019-12-12 18:38:10 -06:00
x86
xillybus
.gitignore
ABI.txt
chosen.txt
common-properties.txt
example-schema.yaml dt-bindings: example-schema: Standard unit should be microvolt not microvolts 2019-11-11 11:21:58 -06:00
graph.txt
jailhouse.txt
Makefile dt-bindings: Improve validation build error handling 2019-11-14 10:46:16 -06:00
numa.txt
property-units.txt
resource-names.txt
submitting-patches.txt dt: submitting-patches: Document requirements for DT schema 2019-10-25 09:14:20 -05:00
trivial-devices.yaml dt-bindings: Add max12xx SPI ADC series as trivial devices 2019-10-15 21:11:04 +01:00
unittest.txt
vendor-prefixes.yaml dt-bindings: Drop entry for Monolithic Power System, MPS 2020-01-14 12:02:14 +00:00
writing-bindings.txt
xilinx.txt