linux/Documentation/ABI/testing
Linus Torvalds f2d285669a Power management updates for 4.17-rc1
- Modify the cpuidle poll state implementation to prevent CPUs from
    staying in the loop in there for excessive times (Rafael Wysocki).
 
  - Add Intel Cannon Lake chips support to the RAPL power capping
    driver (Joe Konno).
 
  - Add reference counting to the device links handling code in the
    PM core (Lukas Wunner).
 
  - Avoid reconfiguring GPEs on suspend-to-idle in the ACPI system
    suspend code (Rafael Wysocki).
 
  - Allow devices to be put into deeper low-power states via ACPI
    if both _SxD and _SxW are missing (Daniel Drake).
 
  - Reorganize the core ACPI suspend-to-idle wakeup code to avoid a
    keyboard wakeup issue on Asus UX331UA (Chris Chiu).
 
  - Prevent the PCMCIA library code from aborting suspend-to-idle due
    to noirq suspend failures resulting from incorrect assumptions
    (Rafael Wysocki).
 
  - Add coupled cpuidle supprt to the Exynos3250 platform (Marek
    Szyprowski).
 
  - Add new sysfs file to make it easier to specify the image storage
    location during hibernation (Mario Limonciello).
 
  - Add sysfs files for collecting suspend-to-idle usage and time
    statistics for CPU idle states (Rafael Wysocki).
 
  - Update the pm-graph utilities (Todd Brandt).
 
  - Reduce the kernel log noise related to reporting Low-power Idle
    constraings by the ACPI system suspend code (Rafael Wysocki).
 
  - Make it easier to distinguish dedicated wakeup IRQs in the
    /proc/interrupts output (Tony Lindgren).
 
  - Add the frequency table validation in cpufreq to the core and
    drop it from a number of cpufreq drivers (Viresh Kumar).
 
  - Drop "cooling-{min|max}-level" for CPU nodes from a couple of
    DT bindings (Viresh Kumar).
 
  - Clean up the CPU online error code path in the cpufreq core
    (Viresh Kumar).
 
  - Fix assorted issues in the SCPI, CPPC, mediatek and tegra186
    cpufreq drivers (Arnd Bergmann, Chunyu Hu, George Cherian,
    Viresh Kumar).
 
  - Drop memory allocation error messages from a few places in
    cpufreq and cpuildle drivers (Markus Elfring).
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2
 
 iQIcBAABCAAGBQJawgTUAAoJEILEb/54YlRxI48QALc6IUfj/O+gLAWAf8qHk+8V
 eLn9E1NrZXUtNMNYItBcgZfuMImIj7MC5qRo/BhzYdd0VyUzFYEyd9liUVFBDEXA
 SH65jyjRrXORKfLrSP5H8lcCdckTFXfxzonVFN2n4l7Gdv540UFuqloU+vS4Wrfp
 wMg9UvKRxr+7LwOI4q2sMFtB8Uki+lySY5UECqRIKUIJKIH6RPo3m73Kps7kw8kU
 c2RCU8w/9PoomPaEjvwZ0vT5lNrQXmBbC5hxcMzBHtLS0Cwb3xJsUB4w6niezdGY
 e+n6Vx7XeId7+Ujnn4praxUwyVq2wEirJccvAEgKFcZzjmGAXrHl8rOgMLvb3ugN
 P+ftkYk+Vizci9hmACeA1LGw4hN/dXMfephnezCsy9Q/QK8QPJV8XO0vxfyaQYhZ
 ie6SKcdZimFDzqd6oHLFftRou3imvq8RUvKTx2CR0KVkApnaDDiTeP5ay1Yd+UU3
 EomWe7/mxoSgJ9kB/9GlKifQXBof62/fbrWH0AdM1oliONbbOZcLqg5x4DZUmfTK
 hTAx3SSxMRZSlc4Zl1CzbrHnFKi9cRBYCs0tPdOSnAO2ZfCsOmokJE+ig5I8lZre
 SlaciUpG2Vvf7m61mVlrqLLos8T9rTVM2pqwsoxII7A+dFrWK3HpqoypEN/87tm7
 4/zjPF6LK2eTKL9WdTCk
 =6JC2
 -----END PGP SIGNATURE-----

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

Pull power management updates from Rafael Wysocki:
 "These update the cpuidle poll state definition to reduce excessive
  energy usage related to it, add new CPU ID to the RAPL power capping
  driver, update the ACPI system suspend code to handle some special
  cases better, extend the PM core's device links code slightly, add new
  sysfs attribute for better suspend-to-idle diagnostics and easier
  hibernation handling, update power management tools and clean up
  cpufreq quite a bit.

  Specifics:

   - Modify the cpuidle poll state implementation to prevent CPUs from
     staying in the loop in there for excessive times (Rafael Wysocki).

   - Add Intel Cannon Lake chips support to the RAPL power capping
     driver (Joe Konno).

   - Add reference counting to the device links handling code in the PM
     core (Lukas Wunner).

   - Avoid reconfiguring GPEs on suspend-to-idle in the ACPI system
     suspend code (Rafael Wysocki).

   - Allow devices to be put into deeper low-power states via ACPI if
     both _SxD and _SxW are missing (Daniel Drake).

   - Reorganize the core ACPI suspend-to-idle wakeup code to avoid a
     keyboard wakeup issue on Asus UX331UA (Chris Chiu).

   - Prevent the PCMCIA library code from aborting suspend-to-idle due
     to noirq suspend failures resulting from incorrect assumptions
     (Rafael Wysocki).

   - Add coupled cpuidle supprt to the Exynos3250 platform (Marek
     Szyprowski).

   - Add new sysfs file to make it easier to specify the image storage
     location during hibernation (Mario Limonciello).

   - Add sysfs files for collecting suspend-to-idle usage and time
     statistics for CPU idle states (Rafael Wysocki).

   - Update the pm-graph utilities (Todd Brandt).

   - Reduce the kernel log noise related to reporting Low-power Idle
     constraings by the ACPI system suspend code (Rafael Wysocki).

   - Make it easier to distinguish dedicated wakeup IRQs in the
     /proc/interrupts output (Tony Lindgren).

   - Add the frequency table validation in cpufreq to the core and drop
     it from a number of cpufreq drivers (Viresh Kumar).

   - Drop "cooling-{min|max}-level" for CPU nodes from a couple of DT
     bindings (Viresh Kumar).

   - Clean up the CPU online error code path in the cpufreq core (Viresh
     Kumar).

   - Fix assorted issues in the SCPI, CPPC, mediatek and tegra186
     cpufreq drivers (Arnd Bergmann, Chunyu Hu, George Cherian, Viresh
     Kumar).

   - Drop memory allocation error messages from a few places in cpufreq
     and cpuildle drivers (Markus Elfring)"

* tag 'pm-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm: (56 commits)
  ACPI / PM: Fix keyboard wakeup from suspend-to-idle on ASUS UX331UA
  cpufreq: CPPC: Use transition_delay_us depending transition_latency
  PM / hibernate: Change message when writing to /sys/power/resume
  PM / hibernate: Make passing hibernate offsets more friendly
  cpuidle: poll_state: Avoid invoking local_clock() too often
  PM: cpuidle/suspend: Add s2idle usage and time state attributes
  cpuidle: Enable coupled cpuidle support on Exynos3250 platform
  cpuidle: poll_state: Add time limit to poll_idle()
  cpufreq: tegra186: Don't validate the frequency table twice
  cpufreq: speedstep: Don't validate the frequency table twice
  cpufreq: sparc: Don't validate the frequency table twice
  cpufreq: sh: Don't validate the frequency table twice
  cpufreq: sfi: Don't validate the frequency table twice
  cpufreq: scpi: Don't validate the frequency table twice
  cpufreq: sc520: Don't validate the frequency table twice
  cpufreq: s3c24xx: Don't validate the frequency table twice
  cpufreq: qoirq: Don't validate the frequency table twice
  cpufreq: pxa: Don't validate the frequency table twice
  cpufreq: ppc_cbe: Don't validate the frequency table twice
  cpufreq: powernow: Don't validate the frequency table twice
  ...
2018-04-03 10:45:39 -07:00
..
configfs-acpi ACPI: add support for loading SSDTs via configfs 2016-07-08 21:52:36 +02:00
configfs-iio Documentation: iio: Add IIO software devices docs 2016-05-04 11:44:15 +01:00
configfs-rdma_cm IB/cma: Add default RoCE TOS to CMA configfs 2017-02-15 09:51:28 -05:00
configfs-spear-pcie-gadget Pratyush Anand has moved 2015-06-25 17:00:38 -07:00
configfs-stp-policy stm class: Introduce an abstraction for System Trace Module devices 2015-10-04 20:28:58 +01:00
configfs-usb-gadget
configfs-usb-gadget-acm
configfs-usb-gadget-ecm
configfs-usb-gadget-eem
configfs-usb-gadget-ffs
configfs-usb-gadget-hid usb: gadget: hid: add configfs support 2014-11-06 16:18:19 -06:00
configfs-usb-gadget-loopback Doc: ABI: testing: configfs-usb-gadget-loopback 2015-07-31 09:02:06 -05:00
configfs-usb-gadget-mass-storage
configfs-usb-gadget-midi usb: gadget: f_midi: add configfs support 2014-11-05 13:37:17 -06:00
configfs-usb-gadget-ncm
configfs-usb-gadget-obex
configfs-usb-gadget-phonet
configfs-usb-gadget-printer usb: gadget: printer: add configfs support 2015-03-10 15:33:41 -05:00
configfs-usb-gadget-rndis usb: gadget: add RNDIS configfs options for class/subclass/protocol 2017-08-15 14:18:56 +03:00
configfs-usb-gadget-serial
configfs-usb-gadget-sourcesink Doc: ABI: configfs-usb-gadget-sourcesink: add two entries for depth of queue 2015-12-15 09:12:41 -06:00
configfs-usb-gadget-subset
configfs-usb-gadget-tcm usb: gadget: f_tcm: add configfs support 2015-12-20 19:40:45 -08:00
configfs-usb-gadget-uac1 usb: gadget: add f_uac1 variant based on a new u_audio api 2017-06-19 09:22:47 +03:00
configfs-usb-gadget-uac1_legacy usb: gadget: function: make current f_uac1 implementation legacy 2017-06-19 09:22:47 +03:00
configfs-usb-gadget-uac2
configfs-usb-gadget-uvc Documentation: configfs-usb-gadget-uvc: fix kernel version 2016-05-31 11:12:58 +03:00
debugfs-driver-genwqe
debugfs-ec
debugfs-ideapad
debugfs-olpc
debugfs-pfo-nx-crypto
debugfs-pktcdvd
dell-smbios-wmi platform/x86: dell-smbios-wmi: introduce userspace interface 2017-11-03 16:34:00 -07:00
dev-kmsg printk: implement support for extended console drivers 2015-06-25 17:00:38 -07:00
devlink-resource-mlxsw mlxsw: documentation: Add resources ABI documentation 2018-01-16 14:15:35 -05:00
evm EVM: Allow userland to permit modification of EVM-protected metadata 2017-12-11 14:27:31 -05:00
gpio-cdev gpio: add a userspace character device ABI 2016-02-09 11:09:52 +01:00
ima_policy ima: support new "hash" and "dont_hash" policy actions 2017-12-18 09:43:38 -05:00
ppc-memtrace Add documentation for the powerpc memtrace debugfs files 2017-08-28 22:09:43 +10:00
procfs-diskstats
procfs-smaps_rollup mm: add /proc/pid/smaps_rollup 2017-09-06 17:27:30 -07:00
pstore
rtc-cdev Documentation: rtc: move iotcl interface documentation to ABI 2018-01-12 00:20:41 +01:00
sysfs-ata libata: transport: cleanup documentation of sysfs interface 2018-02-13 06:38:41 -08:00
sysfs-block block: remove the discard_zeroes_data flag 2017-04-08 11:25:38 -06:00
sysfs-block-bcache
sysfs-block-device libata: update documentation for sysfs interfaces 2018-02-13 06:41:02 -08:00
sysfs-block-dm dm: add 'use_blk_mq' module param and expose in per-device ro sysfs attr 2015-04-15 12:10:17 -04:00
sysfs-block-rssd
sysfs-block-zram zram: add config and doc file for writeback feature 2017-09-06 17:27:25 -07:00
sysfs-bus-acpi ACPI: sysfs: Update device object sysfs documentation 2018-02-21 23:36:39 +01:00
sysfs-bus-amba ARM: 8256/1: driver coamba: add device binding path 'driver_override' 2015-02-10 10:23:15 +00:00
sysfs-bus-bcma
sysfs-bus-coresight-devices-etb10 coresight: etb10: splitting sysFS "status" entry 2016-05-01 14:12:14 -07:00
sysfs-bus-coresight-devices-etm3x coresight: etm3x: adding documentation for sysFS's cpu interface 2015-10-17 22:03:00 -07:00
sysfs-bus-coresight-devices-etm4x coresight: etm4x: adding config and traceid registers 2016-05-01 14:12:14 -07:00
sysfs-bus-coresight-devices-funnel coresight: Adding ABI documentation 2014-11-26 19:27:28 -08:00
sysfs-bus-coresight-devices-stm coresight: stm: adding driver for CoreSight STM component 2016-05-03 14:59:30 -07:00
sysfs-bus-coresight-devices-tmc coresight: tmc: adding sysFS management entries 2016-05-03 14:59:30 -07:00
sysfs-bus-css
sysfs-bus-event_source-devices-events perf Documentation: Add event parameters 2015-01-21 13:24:33 -03:00
sysfs-bus-event_source-devices-format
sysfs-bus-event_source-devices-hv_24x7 Documentation: fix common spelling mistakes 2016-04-28 07:51:59 -06:00
sysfs-bus-event_source-devices-hv_gpci
sysfs-bus-fcoe Doc:ABI/testing: Fix typo in sysfs-bus-fcoe 2015-06-22 10:35:05 -06:00
sysfs-bus-fsi drivers/fsi: Document FSI master sysfs files in ABI 2017-06-09 11:52:09 +02:00
sysfs-bus-fsl-mc staging: fsl-mc: add sysfs ABI doc 2016-12-08 21:00:08 +01:00
sysfs-bus-hsi
sysfs-bus-i2c-devices-bq32k rtc: bq32000: add support to enable disable the trickle charge FET bypass 2017-02-01 12:44:23 +01:00
sysfs-bus-i2c-devices-fsa9480
sysfs-bus-i2c-devices-hm6352
sysfs-bus-i2c-devices-lm3533
sysfs-bus-iio iio: ABI: Fix name of timestamp sysfs file 2018-01-08 16:03:42 +01:00
sysfs-bus-iio-accel-bmc150
sysfs-bus-iio-adc-envelope-detector iio: envelope-detector: ADC driver based on a DAC and a comparator 2016-11-13 13:07:17 +00:00
sysfs-bus-iio-adc-hi8435 iio: adc: hi8435: Holt HI-8435 threshold detector 2015-09-23 20:23:18 +01:00
sysfs-bus-iio-adc-max9611 iio: Documentation: Add max9611 sysfs documentation 2017-04-08 17:26:03 +01:00
sysfs-bus-iio-adc-stm32 iio: adc: stm32: add trigger polarity extended attribute 2017-01-28 18:24:57 +00:00
sysfs-bus-iio-chemical-vz89x iio: chemical: add SGX VZ89x VOC sensor support 2015-09-23 20:23:26 +01:00
sysfs-bus-iio-counter-104-quad-8 iio: Generalize counting direction modes 2017-03-05 11:22:56 +00:00
sysfs-bus-iio-cros-ec platform/chrome: Add cros_ec_accel_legacy driver 2017-10-14 20:34:01 +01:00
sysfs-bus-iio-dac-dpot-dac iio: dpot-dac: DAC driver based on a digital potentiometer 2016-11-13 13:07:15 +00:00
sysfs-bus-iio-dfsdm-adc-stm32 IIO: ADC: add stm32 DFSDM support for PDM microphone 2018-01-10 10:30:13 +00:00
sysfs-bus-iio-distance-srf08 iio: distance: srf08: add driver ABI documentation 2017-01-28 16:38:33 +00:00
sysfs-bus-iio-frequency-ad9523
sysfs-bus-iio-frequency-adf4350
sysfs-bus-iio-gyro-bmg160
sysfs-bus-iio-health-afe440x iio: health/afe440x: Make gain settings a modifier for the stages 2016-05-04 11:11:30 +01:00
sysfs-bus-iio-humidity-hdc100x iio: humidity: add HDC100x support 2015-09-23 20:23:19 +01:00
sysfs-bus-iio-ina2xx-adc iio: ina2xx: add ABI documentation entry sysfs-bus-iio-ina2xx-adc 2015-12-19 15:08:00 +00:00
sysfs-bus-iio-light-isl29018 staging: iio: isl29018: add ABI documentation for infrared suppression 2016-10-23 19:33:55 +01:00
sysfs-bus-iio-light-lm3533-als
sysfs-bus-iio-light-tsl2583 staging: iio: tsl2583: move out of staging 2016-11-13 13:07:33 +00:00
sysfs-bus-iio-lptimer-stm32 iio: counter: Add support for STM32 LPTimer 2017-09-04 14:49:30 +01:00
sysfs-bus-iio-magnetometer-hmc5843 iio: hmc5843: Add ABI documentation file for hmc5843 2016-02-21 20:22:23 +00:00
sysfs-bus-iio-meas-spec iio: Documentation: sysfs-bus-iio-meas-spec: Remove (partially) duplicate line 2017-05-07 14:39:17 +01:00
sysfs-bus-iio-mpu6050
sysfs-bus-iio-potentiometer-mcp4531 iio: mcp4531: provide range of available raw values 2016-11-13 11:40:26 +00:00
sysfs-bus-iio-proximity-as3935 iio: proximity: as3935: noise detection + threshold changes 2017-09-25 19:49:21 +01:00
sysfs-bus-iio-timer-stm32 iio: make stm32 trigger driver use INDIO_HARDWARE_TRIGGERED mode 2017-06-11 15:59:05 +01:00
sysfs-bus-iio-trigger-sysfs Documentation: iio-trig-sysfs: Add remove_trigger attribute ABI 2015-08-16 10:51:23 +01:00
sysfs-bus-iio-vf610 iio: dac: vf610_dac: Add IIO DAC driver for Vybrid SoC 2016-02-24 20:52:55 +00:00
sysfs-bus-intel_th-devices-gth intel_th: Add Global Trace Hub driver 2015-10-04 20:28:58 +01:00
sysfs-bus-intel_th-devices-msc intel_th: Add Memory Storage Unit driver 2015-10-04 20:28:58 +01:00
sysfs-bus-intel_th-devices-pti intel_th: Add PTI output driver 2015-10-04 20:28:58 +01:00
sysfs-bus-intel_th-output-devices intel_th: Add driver infrastructure for Intel(R) Trace Hub devices 2015-10-04 20:28:58 +01:00
sysfs-bus-mcb mcb: export bus information via sysfs 2016-05-03 15:07:35 -07:00
sysfs-bus-mdio
sysfs-bus-media
sysfs-bus-mei mei: bus: export client protocol version 2015-09-20 19:30:10 -07:00
sysfs-bus-mmc mmc: core: export emmc revision 2017-10-30 11:46:04 +01:00
sysfs-bus-pci pci-v4.12-changes 2017-05-08 19:03:25 -07:00
sysfs-bus-pci-devices-cciss
sysfs-bus-pci-drivers-ehci_hcd
sysfs-bus-pci-drivers-janz-cmodio can: janz-ican3: add documentation for existing sysfs entries 2015-05-06 08:03:19 +02:00
sysfs-bus-pci-drivers-xhci_hcd usb: xhci: Add DbC support in xHCI driver 2017-12-08 17:43:52 +01:00
sysfs-bus-platform
sysfs-bus-rbd rbd: add force close option 2016-08-24 23:49:17 +02:00
sysfs-bus-rpmsg
sysfs-bus-siox siox: new driver framework for eckelmann SIOX 2017-12-19 09:26:00 +01:00
sysfs-bus-thunderbolt thunderbolt: Add support for XDomain discovery protocol 2017-10-02 11:24:41 -07:00
sysfs-bus-umc
sysfs-bus-usb usb: core: lpm: add sysfs node for usb3 lpm permit 2015-12-01 14:58:18 -08:00
sysfs-bus-usb-devices-usbsevseg
sysfs-bus-usb-lvstest usb: misc: lvstest: add entry to place port in compliance mode 2017-08-28 11:43:39 +02:00
sysfs-bus-vfio-mdev docs: Sysfs ABI for mediated device framework 2016-11-17 09:18:43 -07:00
sysfs-c2port
sysfs-cfq-target-latency
sysfs-class
sysfs-class-backlight-driver-adp8870
sysfs-class-backlight-driver-lm3533
sysfs-class-bdi
sysfs-class-cxl cxl: Prevent adapter reset if an active context exists 2016-10-19 20:35:39 +11:00
sysfs-class-devfreq
sysfs-class-devfreq-event PM / devfreq: Simplify the sysfs name of devfreq-event device 2017-01-31 16:57:05 +09:00
sysfs-class-extcon
sysfs-class-fpga-bridge add sysfs document for fpga bridge class 2016-11-10 17:03:35 +01:00
sysfs-class-fpga-manager fpga manager: add sysfs interface document 2015-10-07 18:07:20 +01:00
sysfs-class-infiniband IB/core: Add gid attributes to sysfs 2015-12-23 10:35:11 -05:00
sysfs-class-iommu
sysfs-class-iommu-amd-iommu
sysfs-class-iommu-intel-iommu
sysfs-class-lcd
sysfs-class-led leds: class: Add new optional brightness_hw_changed attribute 2017-01-29 19:59:42 +01:00
sysfs-class-led-driver-lm3533
sysfs-class-led-flash leds: flash: document sysfs interface 2015-03-09 17:16:28 -07:00
sysfs-class-led-trigger-netdev leds: trigger: Introduce a NETDEV trigger 2018-01-08 21:28:11 +01:00
sysfs-class-led-trigger-oneshot Documentation: move oneshot trigger attributes documentation to ABI 2016-08-29 15:06:32 +02:00
sysfs-class-led-trigger-usbport usb: core: Introduce a USB port LED trigger 2016-09-27 12:20:17 +02:00
sysfs-class-leds-gt683r
sysfs-class-mei mei: show the HBM protocol versions in the device attributes 2016-10-31 04:00:09 -06:00
sysfs-class-mic.txt Documentation: mic: fix kernel version 2016-08-30 14:45:50 +02:00
sysfs-class-mtd Documentation: ABI: mtd: describe "offset" more precisely 2017-07-13 10:54:45 -07:00
sysfs-class-mux mux: minimal mux subsystem 2017-06-03 19:29:26 +09:00
sysfs-class-net net: core: Expose number of link up/down transitions 2018-01-22 15:42:05 -05:00
sysfs-class-net-batman-adv batman-adv: update elp interval documentation 2016-06-30 10:29:43 +02:00
sysfs-class-net-cdc_ncm net: cdc_ncm: add "ndp_to_end" sysfs attribute 2015-12-06 22:52:18 -05:00
sysfs-class-net-grcan
sysfs-class-net-janz-ican3 can: janz-ican3: add support for CAL/CANopen firmware 2015-05-06 08:03:20 +02:00
sysfs-class-net-mesh Doc: update email address 2015-12-16 00:21:40 +08:00
sysfs-class-net-phydev net: phy: add XAUI and 10GBASE-KR PHY connection types 2017-06-06 21:14:13 -04:00
sysfs-class-net-qmi Documentation: ABI: testing: sysfs-class-net-qmi: add new qmap mux files description 2017-03-25 20:03:35 -07:00
sysfs-class-net-queues net: Add max rate tx queue attribute 2015-03-18 14:55:18 -04:00
sysfs-class-net-statistics
sysfs-class-ocxl ocxl: Documentation 2018-01-27 20:02:24 +11:00
sysfs-class-pktcdvd
sysfs-class-power power: supply: Change Krzysztof Kozlowski's email to kernel.org 2016-08-17 14:15:58 +02:00
sysfs-class-power-twl4030 power: supply: twl4030-charger: remove nonstandard max_current sysfs attribute 2017-06-08 13:05:28 +02:00
sysfs-class-powercap
sysfs-class-pwm pwm: sysfs: Add PWM capture support 2016-06-10 16:01:40 +02:00
sysfs-class-rc [media] rc: change wakeup_protocols to list all protocol variants 2017-01-30 12:15:12 -02:00
sysfs-class-rc-nuvoton [media] media: rc: nuvoton: switch attribute wakeup_data to text 2016-03-05 08:22:03 -03:00
sysfs-class-regulator
sysfs-class-remoteproc Update MIPS email addresses 2017-11-03 09:02:30 -07:00
sysfs-class-rtc Documentation: rtc: add sysfs file permissions 2018-01-12 00:20:41 +01:00
sysfs-class-rtc-rtc0-device-rtc_calibration ABI: rtc-ab8500: fix rtc_calibration documentation 2016-10-30 21:05:47 +01:00
sysfs-class-scsi_host libata: update documentation for sysfs interfaces 2018-02-13 06:41:02 -08:00
sysfs-class-scsi_tape st: implement tape statistics 2015-06-02 08:03:25 -07:00
sysfs-class-stm stm class: Support devices that override software assigned masters 2016-05-03 14:59:30 -07:00
sysfs-class-stm_source stm class: Introduce an abstraction for System Trace Module devices 2015-10-04 20:28:58 +01:00
sysfs-class-switchtec switchtec: Add sysfs attributes to the Switchtec driver 2017-04-12 12:23:37 -05:00
sysfs-class-typec usb: typec: Add a sysfs node to manage port type 2017-06-03 18:02:58 +09:00
sysfs-class-uwb_rc
sysfs-class-uwb_rc-wusbhc
sysfs-class-watchdog watchdog: Read device status through sysfs attributes 2015-12-27 16:55:57 +01:00
sysfs-class-zram zram: add dynamic device add/remove functionality 2015-06-25 17:00:36 -07:00
sysfs-dev
sysfs-devices
sysfs-devices-coredump sysfs: add attribute specification for /sysfs/devices/.../coredump 2018-01-23 09:47:05 +01:00
sysfs-devices-edac EDAC: Expose per-DIMM error counts in sysfs 2017-01-19 10:29:40 +01:00
sysfs-devices-firmware_node
sysfs-devices-lpss_ltr
sysfs-devices-memory memory-hotplug: add sysfs valid_zones attribute 2014-10-09 22:25:52 -04:00
sysfs-devices-mmc
sysfs-devices-online
sysfs-devices-platform-_UDC_-gadget
sysfs-devices-platform-ACPI-TAD ACPI: Add Time and Alarm Device (TAD) driver 2018-03-20 10:36:04 +01:00
sysfs-devices-platform-docg3
sysfs-devices-platform-dock ACPI: dock: document sysfs interface 2018-02-12 11:24:55 +01:00
sysfs-devices-platform-sh_mobile_lcdc_fb
sysfs-devices-power PM / QoS: Fix device resume latency framework 2017-11-08 12:14:51 +01:00
sysfs-devices-power_resources_D0
sysfs-devices-power_resources_D1
sysfs-devices-power_resources_D2
sysfs-devices-power_resources_D3hot
sysfs-devices-power_resources_wakeup
sysfs-devices-power_state
sysfs-devices-real_power_state
sysfs-devices-resource_in_use
sysfs-devices-soc
sysfs-devices-sun
sysfs-devices-system-cpu PM: cpuidle/suspend: Add s2idle usage and time state attributes 2018-03-29 13:06:08 +02:00
sysfs-devices-system-ibm-rtl Documentation/ABI: ibm_rtl: The "What:" fields are incomplete 2016-11-01 09:27:33 -07:00
sysfs-devices-system-xen_cpu
sysfs-driver-altera-cvp fpga manager: Add Altera CvP driver 2017-07-17 17:26:15 +02:00
sysfs-driver-genwqe
sysfs-driver-hid HID: expose country code in sysfs 2015-02-23 16:17:32 +01:00
sysfs-driver-hid-corsair HID: corsair: Add Corsair Vengeance K90 driver 2015-09-30 21:28:10 +02:00
sysfs-driver-hid-lenovo
sysfs-driver-hid-logitech-lg4ff HID: hid-logitech: Documentation updates/corrections 2016-09-26 15:39:56 +02:00
sysfs-driver-hid-multitouch
sysfs-driver-hid-picolcd Documentation: fix common spelling mistakes 2016-04-28 07:51:59 -06:00
sysfs-driver-hid-prodikeys
sysfs-driver-hid-roccat-kone
sysfs-driver-hid-srws1
sysfs-driver-hid-wiimote
sysfs-driver-input-axp-pek Input: add driver for AXP20x Power Enable Key 2015-01-08 13:53:51 -08:00
sysfs-driver-intel-rapid-start
sysfs-driver-pciback
sysfs-driver-ppi tpm: update PPI documentation to address the location change. 2015-10-19 01:01:20 +02:00
sysfs-driver-samsung-laptop platform/x86: samsung-laptop: Grammar s/are can/can/ 2017-12-21 14:56:27 +02:00
sysfs-driver-st st: allow debug output to be enabled or disabled via sysfs 2015-11-09 17:17:27 -08:00
sysfs-driver-tegra-fuse
sysfs-driver-toshiba_acpi Documentation/ABI: Update sysfs-driver-toshiba_acpi file 2016-03-23 10:05:37 -07:00
sysfs-driver-toshiba_haps Documentation/ABI: Add file describing the sysfs entries for toshiba_haps 2015-05-11 10:38:23 -07:00
sysfs-driver-w1_ds28e17 add w1_ds28e17 driver for the DS28E17 Onewire to I2C master bridge 2017-10-04 10:29:22 +02:00
sysfs-driver-wacom HID: wacom: leds: use the ledclass instead of custom made sysfs files 2016-08-05 13:39:19 +02:00
sysfs-driver-xen-blkback
sysfs-driver-xen-blkfront
sysfs-firmware-acpi ACPI / scan: Drop support for force_remove 2017-04-13 03:51:47 +02:00
sysfs-firmware-dmi-entries Documentation: ABI: sysfs-firmware-dmi: add -entries suffix to file name 2015-06-25 09:06:57 +02:00
sysfs-firmware-dmi-tables firmware: dmi_scan: add SBMIOS entry and DMI tables 2015-06-25 09:06:56 +02:00
sysfs-firmware-efi efi: Add 'systab' information to Documentation/ABI 2015-05-27 15:40:20 +01:00
sysfs-firmware-efi-esrt efi: Add esrt support 2015-04-30 22:15:04 +01:00
sysfs-firmware-efi-runtime-map
sysfs-firmware-gsmi
sysfs-firmware-log
sysfs-firmware-memmap
sysfs-firmware-ofw of: document /sys/firmware/fdt 2017-06-30 09:16:51 -05:00
sysfs-firmware-opal-powercap powerpc/powernv: Add support for powercap framework 2017-08-10 22:39:53 +10:00
sysfs-firmware-opal-psr powerpc/powernv: Add support to set power-shifting-ratio 2017-08-10 22:40:01 +10:00
sysfs-firmware-qemu_fw_cfg firmware: create directory hierarchy for sysfs fw_cfg entries 2016-02-09 17:37:39 -08:00
sysfs-firmware-sfi
sysfs-firmware-sgi_uv
sysfs-fs-ext4
sysfs-fs-f2fs f2fs: introduce sysfs readdir_ra to readahead inode block in readdir 2018-01-02 19:27:27 -08:00
sysfs-fs-nilfs2
sysfs-fs-xfs
sysfs-hypervisor-xen xen: add sysfs node for hypervisor build id 2017-06-15 08:50:37 +02:00
sysfs-ibft ibft: Expose iBFT acpi header via sysfs 2016-05-16 11:14:29 -04:00
sysfs-kernel-boot_params
sysfs-kernel-fscaps
sysfs-kernel-iommu_groups iommu: Implement reserved_regions iommu-group sysfs file 2017-01-23 11:48:16 +00:00
sysfs-kernel-irq genirq: Expose interrupt information through sysfs 2016-09-14 15:28:15 +02:00
sysfs-kernel-livepatch livepatch: force transition to finish 2017-12-07 13:21:35 +01:00
sysfs-kernel-mm
sysfs-kernel-mm-hugepages
sysfs-kernel-mm-ksm
sysfs-kernel-mm-swap mm, swap: use page-cluster as max window of VMA based swap readahead 2017-10-13 16:18:33 -07:00
sysfs-kernel-slab docs: fix locations of several documents that got moved 2016-10-24 08:12:35 -02:00
sysfs-kernel-uids
sysfs-kernel-vmcoreinfo
sysfs-memory-page-offline
sysfs-module
sysfs-ocfs2
sysfs-platform-asus-laptop
sysfs-platform-asus-wmi
sysfs-platform-at91
sysfs-platform-brcmstb-gisb-arb
sysfs-platform-chipidea-usb2 usb: chipidea: core: add sysfs group 2017-04-14 09:26:37 +08:00
sysfs-platform-chipidea-usb-otg
sysfs-platform-dell-laptop platform: x86: dell-laptop: Add support for keyboard backlight 2015-04-07 20:57:32 -07:00
sysfs-platform-dell-smbios platform/x86: dell-smbios: Add a sysfs interface for SMBIOS tokens 2017-11-03 16:33:59 -07:00
sysfs-platform-dptf ACPI / DPTF: Document dptf_power sysfs atttributes 2018-02-12 11:22:47 +01:00
sysfs-platform-eeepc-laptop
sysfs-platform-hidma dmaengine: qcom_hidma: Wrong domain name in the email address 2017-01-02 10:42:33 +05:30
sysfs-platform-hidma-mgmt dmaengine: qcom_hidma: Wrong domain name in the email address 2017-01-02 10:42:33 +05:30
sysfs-platform-i2c-demux-pinctrl i2c: mux: demux-pinctrl: Update docs to new sysfs-attributes 2016-04-07 21:13:02 +02:00
sysfs-platform-ideapad-laptop platform/x86: ideapad-laptop: Add sysfs interface for touchpad state 2017-05-15 12:06:09 +03:00
sysfs-platform-intel-wmi-thunderbolt platform/x86: Add driver to force WMI Thunderbolt controller power status 2017-09-20 16:07:22 +03:00
sysfs-platform-kim
sysfs-platform-msi-laptop
sysfs-platform-phy-rcar-gen3-usb2 phy: rcar-gen3-usb2: add sysfs for usb role swap 2016-11-18 18:19:15 +05:30
sysfs-platform-renesas_usb3 usb: gadget: udc: renesas_usb3: add support for usb role swap 2017-04-11 10:58:25 +03:00
sysfs-platform-sst-atom ASoC: Intel: Add ASoC Intel SST Atom sysfs description 2016-12-05 17:22:27 +00:00
sysfs-platform-tahvo-usb
sysfs-platform-ts5500
sysfs-platform-twl4030-usb phy: twl4030-usb: add ABI documentation 2015-06-01 16:08:24 +05:30
sysfs-platform-usbip-vudc Documentation: ABI: Add doc for usbip-vudc attributes 2016-04-28 12:28:08 -07:00
sysfs-power PM / hibernate: Make passing hibernate offsets more friendly 2018-03-30 12:01:20 +02:00
sysfs-pps
sysfs-profiling
sysfs-ptp Documentation: fix sysfs-ptp 2015-12-08 14:50:12 +01:00
sysfs-tty
sysfs-uevent doc: update kernel version in sysfs-uevent ABI doc 2017-05-27 11:51:36 +02:00
sysfs-wusb_cbaf