linux/Documentation/devicetree/bindings/regulator
Linus Torvalds 71a5cc28e8 - Core Frameworks
- Add support for Software Nodes to MFD Core
    - Remove support for Device Properties from MFD Core
    - Use standard APIs in MFD Core
 
  - New Drivers
    - Add support for ROHM BD9576MUF and BD9573MUF PMICs
    - Add support for Netronix Embedded Controller, PWM and RTC
    - Add support for Actions Semi ATC260x PMICs and OnKey
 
  - New Device Support
    - Add support for DG1 PCIe Graphics Card to Intel PMT
    - Add support for ROHM BD71815 PMIC to ROHM BD71828
    - Add support for Tolino Shine 2 HD to Netronix Embedded Controller
    - Add support for AX10 BMC Secure Updates to Intel M10 BMC
 
  - Removed Device Support
    - Remove Arizona Extcon support from MFD
    - Remove ST-E AB8500 Power Supply code from MFD
    - Remove AB3100 altogether
 
  - New Functionality
    - Add support for SMBus and I2C modes to Dialog DA9063
    - Switch to using Software Nodes in Intel (various)
 
  - New/converted Device Tree bindings; rohm,bd71815-pmic, rohm,bd9576-pmic,
                                        netronix,ntxec, actions,atc260x,
 				       ricoh,rn5t618, qcom-pm8xxx
 
 - Fix-ups
    - Fix error handling/path; intel_pmt
    - Simplify code; rohm-bd718x7, ab8500-core, intel-m10-bmc
    - Trivial clean-ups (reordering, spelling); rohm-generic, rn5t618, max8997
    - Use correct data-type; db8500-prcmu
    - Remove superfluous code; lp87565, intel_quark_i2c_gpi, lpc_sch, twl
    - Use generic APIs/defines; lm3533-core, intel_quark_i2c_gpio
    - Regmap related fix-ups; intel-m10-bmc, sec-core
    - Reorder resource freeing during remove; intel_quark_i2c_gpio
    - Make table indexing more robust; intel_quark_i2c_gpio
    - Fix reference imbalances; arizona-irq
    - Staticify and (un)constify things; arizona-spi, stmpe, ene-kb3930,
                                         intel-lpss-acpi, intel-lpss-pci,
                                         atc260x-i2c, intel_quark_i2c_gpio
 
  - Bug Fixes
    - Fix incorrect (register) values; intel-m10-bmc
    - Kconfig related fixes; ABX500_CORE
    - Do not clear the Auto Reload Register; stm32-timers
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEdrbJNaO+IJqU8IdIUa+KL4f8d2EFAmCJIPEACgkQUa+KL4f8
 d2FRZA//Xu9f8u2uLuIfuhxIjUUXOqIjRAFnkhKlgGZhKsY8BohjQ80Tj9yp6UKy
 St6ABwACO0hJap4zL4FxPW9+HXTmqZvAibnvHnvZdYSQ3ai6x9h6kTNvhSNLeRQU
 fuY7eN8kpAHHiHNKNJCsQLQMvcIyP7+0KAP6qir5GYsMjiXspWq7THUnfBi2JXC6
 y60guDo9XrgmQTO+pB870UJrKLM/h+iiohNRGxLFlShKhFCgbTB/wyw6bFeKy1SB
 0/6XuY6fOt1IQyBDuzw383Q2faMWO9U+es29bwvFxdqJDK0MHQXC47zBba2q94wL
 /9i/HSoz9dRHnTJNYUKWsVcPv4T84w/Iq7scyDvE00ubehJ+oo/M7Au3M6Tt3M1/
 6lBAwFYXiwhQnp9EP3nwPwgJF6JzX1IGuMOsUAqrVFOEMuIkZKbRdUlatUhqepJT
 spV4/TOfztAhY/7BzEOZLnF8cFNjmL5sn42/UzSRW708V5SxuTNsS48KJ4l0c7Er
 CZSTlR/T1rKkWqf7ejaS2TNqMCdYyB3vZW0quDxZTHTZHv9huNUvtbKPR7jmd+4p
 mrMIik7EE4BzC5m8tBPnXXZl+Og0keeYv4LUDBuLDX1agrxYIErl4ITvQTqqMfX1
 Jt14SIjSO56iu2ngQuvGWwegVK4/urO2kBJKUAH1QN1OocNaajQ=
 =IJSL
 -----END PGP SIGNATURE-----

Merge tag 'mfd-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd

Pull MFD updates from Lee Jones:
 "Core Framework:
   - Add support for Software Nodes to MFD Core
   - Remove support for Device Properties from MFD Core
   - Use standard APIs in MFD Core

  New Drivers:
   - Add support for ROHM BD9576MUF and BD9573MUF PMICs
   - Add support for Netronix Embedded Controller, PWM and RTC
   - Add support for Actions Semi ATC260x PMICs and OnKey

  New Device Support:
   - Add support for DG1 PCIe Graphics Card to Intel PMT
   - Add support for ROHM BD71815 PMIC to ROHM BD71828
   - Add support for Tolino Shine 2 HD to Netronix Embedded Controller
   - Add support for AX10 BMC Secure Updates to Intel M10 BMC

  Removed Device Support:
   - Remove Arizona Extcon support from MFD
   - Remove ST-E AB8500 Power Supply code from MFD
   - Remove AB3100 altogether

  New Functionality:
   - Add support for SMBus and I2C modes to Dialog DA9063
   - Switch to using Software Nodes in Intel (various)

  New/converted Device Tree bindings:
   - rohm bd71815-pmic, rohm bd9576-pmic, netronix ntxec, actions
     atc260x, ricoh rn5t618, qcom pm8xxx

- Fix-ups:
   - Fix error handling/path; intel_pmt
   - Simplify code; rohm-bd718x7, ab8500-core, intel-m10-bmc
   - Trivial clean-ups (reordering, spelling); rohm-generic, rn5t618,
     max8997
   - Use correct data-type; db8500-prcmu
   - Remove superfluous code; lp87565, intel_quark_i2c_gpi, lpc_sch, twl
   - Use generic APIs/defines; lm3533-core, intel_quark_i2c_gpio
   - Regmap related fix-ups; intel-m10-bmc, sec-core
   - Reorder resource freeing during remove; intel_quark_i2c_gpio
   - Make table indexing more robust; intel_quark_i2c_gpio
   - Fix reference imbalances; arizona-irq
   - Staticify and (un)constify things; arizona-spi, stmpe, ene-kb3930,
     intel-lpss-acpi, intel-lpss-pci, atc260x-i2c, intel_quark_i2c_gpio

  Bug Fixes:
   - Fix incorrect (register) values; intel-m10-bmc
   - Kconfig related fixes; ABX500_CORE
   - Do not clear the Auto Reload Register; stm32-timers"

* tag 'mfd-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd: (84 commits)
  mfd: intel-m10-bmc: Add support for MAX10 BMC Secure Updates
  Revert "mfd: max8997: Add of_compatible to Extcon and Charger mfd_cell"
  mfd: twl: Remove unused inline function twl4030charger_usb_en()
  dt-bindings: mfd: Convert pm8xxx bindings to yaml
  dt-bindings: mfd: Add compatible for pmk8350 rtc
  i2c: designware: Get rid of legacy platform data
  mfd: intel_quark_i2c_gpio: Convert I²C to use software nodes
  mfd: lpc_sch: Partially revert "Add support for Intel Quark X1000"
  mfd: arizona: Fix rumtime PM imbalance on error
  mfd: max8997: Replace 8998 with 8997
  mfd: core: Use acpi_find_child_device() for child devices lookup
  mfd: intel_quark_i2c_gpio: Don't play dirty trick with const
  mfd: intel_quark_i2c_gpio: Enable MSI interrupt
  mfd: intel_quark_i2c_gpio: Reuse BAR definitions for MFD cell indexing
  mfd: ntxec: Support for EC in Tolino Shine 2 HD
  mfd: stm32-timers: Avoid clearing auto reload register
  mfd: intel_quark_i2c_gpio: Replace I²C speeds with descriptive definitions
  mfd: intel_quark_i2c_gpio: Remove unused struct device member
  mfd: intel_quark_i2c_gpio: Unregister resources in reversed order
  mfd: Kconfig: ABX500_CORE should depend on ARCH_U8500
  ...
2021-04-28 15:59:13 -07:00
..
88pg86x.txt regulator: 88pg86x: add DT bindings document 2018-03-09 13:01:16 +00:00
88pm800.txt
88pm860x.txt
act8865-regulator.txt regulator: act8865 regulator modes and suspend states 2019-08-15 18:00:38 +01:00
act8945a-regulator.txt regulator: add documentation for regulator modes and suspend states 2018-12-12 16:59:51 +00:00
anatop-regulator.yaml dt-bindings: Drop unnecessary *-supply schemas properties 2020-12-22 18:58:02 -07:00
as3722-regulator.txt
cpcap-regulator.txt regulator: Add support for CPCAP regulators on Motorola Xoom devices. 2018-07-24 15:37:08 +01:00
da9210.txt regulator: da9210: addition of device tree support 2016-07-15 11:45:26 +01:00
da9211.txt regulator: da9211: Document allowed modes 2020-07-02 16:20:59 +01:00
dlg,da9121.yaml dt-bindings: Cleanup standard unit properties 2021-01-29 16:36:06 -06:00
fan53555.txt regulator: Add binding for TCS4525 2021-04-23 15:36:16 +01:00
fixed-regulator.yaml dt-bindings: Cleanup standard unit properties 2021-01-29 16:36:06 -06:00
google,cros-ec-regulator.yaml dt-bindings: Add missing 'unevaluatedProperties' 2020-10-07 11:26:41 -05:00
gpio-regulator.yaml dt-bindings: Add missing 'unevaluatedProperties' 2020-10-07 11:26:41 -05:00
hisilicon,hi655x-regulator.txt regulator: hi655x: Document for hi655x regulator 2016-02-15 19:54:55 +00:00
isl9305.txt
lm363x-regulator.txt regulator: lm363x: Use generic property for hardware enable pins 2017-03-07 14:59:25 +01:00
lp872x.txt regulator: Replace HTTP links with HTTPS ones 2020-07-22 14:43:48 +01:00
ltc3589.txt
ltc3676.txt regulator: Add LTC3676 support 2016-08-16 12:28:00 +01:00
max1586-regulator.txt
max8660.yaml regulator: Convert max8660 binding to json-schema 2019-05-22 13:23:02 +01:00
max8907.txt
max8925-regulator.txt
max8952.txt
max8973-regulator.txt regulator: max8973: add DT binding details for junction warn temp 2016-04-13 17:19:26 +01:00
max8997-regulator.txt regulator: dt-bindings: Document charger-supply for max8997 2021-02-03 16:23:52 +00:00
max77650-regulator.yaml dt-bindings: Add missing 'additionalProperties: false' 2020-03-31 09:03:17 -06:00
max77686.txt dt-bindings: Remove leading zeros from bindings notation 2017-11-09 17:05:05 -06:00
max77802.txt dt-bindings: Remove leading zeros from bindings notation 2017-11-09 17:05:05 -06:00
maxim,max77826.yaml dt-bindings: Remove more cases of 'allOf' containing a '$ref' 2020-06-11 13:50:43 -06:00
mcp16502-regulator.txt regulator: mcp16502: document lpm as optional 2021-01-07 16:14:59 +00:00
mp8859.txt regulator: bindings: add MPS mp8859 voltage regulator 2020-01-08 15:57:29 +00:00
mps,mp886x.yaml dt-bindings: Another round of adding missing 'additionalProperties/unevalutatedProperties' 2020-10-26 16:13:56 -05:00
mps,mp5416.yaml dt-bindings: Remove cases of 'allOf' containing a '$ref' 2020-05-03 11:10:41 -05:00
mps,mpq7920.yaml dt-bindings: Remove cases of 'allOf' containing a '$ref' 2020-05-03 11:10:41 -05:00
mt6311-regulator.txt regulator: add fixes with MT6311 dt-bindings shouldn't reference driver 2017-08-15 18:12:25 +01:00
mt6315-regulator.yaml regulator: document binding for MT6315 regulator 2021-02-08 11:48:45 +00:00
mt6323-regulator.txt regulator: add fixes with MT6323 dt-bindings shouldn't reference driver 2017-08-15 18:12:28 +01:00
mt6358-regulator.txt regulator: Add document for MT6358 regulator 2019-08-28 11:51:17 +01:00
mt6360-regulator.yaml dt-bindings: regulator: mt6360: Add DT binding documentation 2020-08-26 13:41:11 +01:00
mt6380-regulator.txt regulator: Add document for MediaTek MT6380 regulator 2017-08-15 12:50:54 +01:00
mt6397-regulator.txt regulator: mt6397: Document valid modes 2020-07-02 15:25:46 +01:00
nvidia,tegra-regulators-coupling.txt dt-bindings: regulator: Document regulators coupling of NVIDIA Tegra20/30 SoCs 2019-10-29 20:22:34 +01:00
nxp,pca9450-regulator.yaml regulator: pca9450: Add sd-vsel GPIO 2021-02-11 13:11:36 +00:00
nxp,pf8x00-regulator.yaml regulator: dt-bindings: pf8x00: mark nxp,ilim-ma property as deprecated 2021-01-15 14:16:12 +00:00
onnn,fan53880.yaml dt-bindings: regulator: Document bindings for fan53880 2020-07-03 18:00:29 +01:00
palmas-pmic.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
pbias-regulator.txt
pfuze100.yaml dt-bindings: Another round of adding missing 'additionalProperties/unevalutatedProperties' 2020-10-26 16:13:56 -05:00
pv88060.txt dt-bindings: Add missing newline at end of file 2019-06-18 08:11:57 -06:00
pv88080.txt regulator: pv88080: Update regulator for PV88080 BB silicon support 2016-09-26 08:59:08 -07:00
pv88090.txt
pwm-regulator.txt regulator: pwm-regulator: fix example syntax 2017-07-19 11:57:06 +01:00
qcom,rpmh-regulator.yaml regulator: Add compatibles for PM7325/PMR735A 2021-04-01 19:42:43 +01:00
qcom,smd-rpm-regulator.yaml dt-bindings: regulator: document pm8950 and pm8953 smd regulators 2020-10-05 16:18:38 +01:00
qcom,spmi-regulator.txt regulator: dt-bindings: Document the PM660/660L SPMI PMIC entries 2020-10-01 21:25:24 +01:00
qcom,usb-vbus-regulator.yaml regulator: Add dt-binding for QCOM PMIC VBUS output regulator 2020-07-01 18:07:20 +01:00
qcom-labibb-regulator.yaml dt-bindings: More cleanup of standard unit properties 2021-03-23 15:27:51 -06:00
raspberrypi,7inch-touchscreen-panel-regulator.yaml regulator: Add DT bindings for RaspberryPi 7" display ATTINY88-based regulator/backlight controller 2020-08-18 17:18:42 +01:00
regulator-max77620.txt regulator: max77620: Add details of device specific ramp rate setting 2016-04-22 16:26:41 +01:00
regulator.txt regulator: Convert regulator binding to json-schema 2019-05-22 13:22:51 +01:00
regulator.yaml dt-bindings: Explicitly allow additional properties in common schemas 2020-10-07 11:30:06 -05:00
richtek,rt4801-regulator.yaml regulator: rt4801: Specify additionalProperties: false 2020-08-25 21:05:39 +01:00
richtek,rt4831-regulator.yaml regulator: rt4831: Adds DT binding document for Richtek RT4831 DSV regulator 2020-12-28 12:24:49 +00:00
richtek,rtmv20-regulator.yaml regulator: rtmv20: Update DT binding document and property name parsing 2020-09-30 12:58:08 +01:00
rohm,bd9576-regulator.yaml regulator: bd9576: fix regulator binfdings dt node names 2020-10-05 16:18:39 +01:00
rohm,bd70528-regulator.txt regulator: bindings: ROHM bd70528 regulator bindings 2019-01-23 15:51:41 +00:00
rohm,bd71815-regulator.yaml dt_bindings: regulator: Add ROHM BD71815 PMIC regulators 2021-04-14 10:18:11 +01:00
rohm,bd71828-regulator.yaml dt-bindings: Remove cases of 'allOf' containing a '$ref' 2020-05-03 11:10:41 -05:00
rohm,bd71837-regulator.yaml regulator: BD71837 support commonly used feedback connection 2020-11-10 17:31:34 +00:00
rohm,bd71847-regulator.yaml regulator: BD71847 support commonly used feedback connection 2020-11-10 17:31:38 +00:00
samsung,s2mpa01.txt
samsung,s2mps11.txt
samsung,s5m8767.txt
silergy,sy8824x.yaml regulator: Convert sy8824x to json-schema 2020-08-18 17:18:43 +01:00
silergy,sy8827n.yaml dt-bindings: Another round of adding missing 'additionalProperties' 2020-10-06 10:55:25 -05:00
sky81452-regulator.txt
slg51000.txt dt-bindings: regulator: add document bindings for slg51000 2019-05-13 11:07:45 +01:00
sprd,sc2731-regulator.txt regulator: Add Spreadtrum SC2731 regulator documentation 2017-12-05 12:35:09 +00:00
st,stm32-booster.yaml dt-bindings: Add missing 'unevaluatedProperties' 2020-10-07 11:26:41 -05:00
st,stm32-vrefbuf.yaml dt-bindings: Add missing 'unevaluatedProperties' 2020-10-07 11:26:41 -05:00
st,stm32mp1-pwr-reg.yaml dt-bindings: Remove cases of 'allOf' containing a '$ref' 2020-05-03 11:10:41 -05:00
sy8106a-regulator.txt regulator: add binding for the SY8106A voltage regulator 2018-05-09 18:25:06 +09:00
ti-abb-regulator.txt scripts/spelling.txt: add "overide" pattern and fix typo instances 2017-03-09 17:01:09 -08:00
tps6586x.txt
tps51632-regulator.txt
tps62360-regulator.txt
tps65023.txt
tps65090.txt dt-bindings: Fix unbalanced quotation marks 2018-06-26 14:17:22 -06:00
tps65132-regulator.txt regulator: tps65132: add device-tree binding 2017-04-12 16:47:50 +01:00
tps65217.txt Revert "regulator: tps65217: remove tps65217.dtsi file" 2016-02-19 09:05:53 -08:00
tps65218.txt dt-bindings: regulator: tps65218: rectify units of LS3 2019-02-26 11:49:52 +00:00
twl-regulator.txt dt-bindings: regulator: twl6030: Add retain-on-reset property 2019-08-09 18:04:03 +01:00
uniphier-regulator.txt regulator: uniphier: Add Pro5 USB3 VBUS support 2019-09-10 11:04:12 +01:00
vctrl.txt regulator: Add driver for voltage controlled regulators 2017-04-10 17:30:40 +01:00
vexpress.txt
vqmmc-ipq4019-regulator.yaml dt-bindings: Add missing 'unevaluatedProperties' 2020-10-07 11:26:41 -05:00
wlf,arizona.yaml dt-bindings: Explicitly allow additional properties in common schemas 2020-10-07 11:30:06 -05:00