1
0
Fork 0
alistair23-linux/Documentation/devicetree/bindings/mfd
Linus Torvalds 8de262531f - Core Frameworks
- Set 'struct device' fwnode when registering a new device
 
  - New Drivers
    - Add support for ROHM BD70528 PMIC
 
  - New Device Support
    - Add support for LP87561 4-Phase Regulator to TI LP87565 PMIC
    - Add support for RK809 and RK817 to Rockchip RK808
    - Add support for Lid Angle to ChromeOS core
    - Add support for CS47L15 CODEC to Madera core
    - Add support for CS47L92 CODEC to Madera core
    - Add support for ChromeOS (legacy) Accelerometers in ChromeOS core
    - Add support for Add Intel Elkhart Lake PCH to Intel LPSS
 
  - New Functionality
    - Provide regulator supply information when registering; madera-core
    - Additional Device Tree support; lp87565, madera, cros-ec, rohm,bd71837-pmic
    - Allow over-riding power button press via Device Tree; rohm-bd718x7
    - Differentiate between running processors; cros_ec_dev
 
  - Fix-ups
    - Big header file update; cros_ec_commands.h
    - Split header per-subsystem; rohm-bd718x7
    - Remove superfluous code; menelaus, cs5535-mfd, cs47lXX-tables
    - Trivial; sorting, coding style; intel-lpss-pci
    - Only remove Power Off functionality if set locally; rk808
    - Make use for Power Off Prepare(); rk808
    - Fix spelling mistake in header guards; stmfx
    - Properly free IDA resources
    - SPDX fixups; cs47lXX-tables, madera
    - Error path fixups; hi655x-pmic
 
  - Bug Fixes
    - Add missing break in case() statement
    - Repair undefined behaviour when not initialising variables; arizona-core, madera-core
    - Fix reference to Device Tree documentation; madera
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEdrbJNaO+IJqU8IdIUa+KL4f8d2EFAl0sLxgACgkQUa+KL4f8
 d2E25Q/9HmDJIdfyDQg0xv5IM5HS1WsP9BcJCEgoRIsad4mMDRYt+ZeLbslwMhue
 E9tsFH359gGvyqR+7d6hPpEUET1UEcJy4eRD1zAc0+epllQTDHSy8oHt1dtH+8xB
 2AU5rvAKOqBk83D+V2Hkx2KcroWEQQNYIoR9/12Pi3xmEB1uaCO0/Ajd3B28bIBM
 Tzi3cVQ3U7jY9EIM44GVTsjDAbMSkQR0iab6cQF0vJAWaUmGKlsO7iRrU1XkN69V
 qXyBauI8WGiGssihrE8r+jYvHvmg7hA9OKZIckUaMXD/k7kpHbwIaFRh7gukq4Re
 Q6Cy30NfVJ1tY66/5oqN6gj5znfeuEudMCCzYAkzlROSp5eApe2Ke5ajYn3kOCZd
 ZKcsrw9Fiox1lKmuWXDbyf0nqf4zwdDPAnShRWaaF5aipwgywyGcwSigVtK4F0P5
 Hjc5RLv7GjTAJq+ZzwgKyAdtx8L0mhdLd1ZTQpEXk/g/E9dW4GF72hWj9TQ/9BnA
 ZflKv8aP3lDGRHgO3Huwi4lMzskB8BVCQMCFwLwGs5cY1oZQhAjTdJzBZjTGexhC
 evuuA8OUsCrOWMvnZf3saSdHJ1iMHtfPnqEGHRJQtNj4fFaXv80LasIomvvfJc1/
 9JlRyAgm2pF7YDrgTh65ZzBb324eKSZZoAj9XZbnTyzxUAcF69A=
 =A3jw
 -----END PGP SIGNATURE-----

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

Pull MFD updates from Lee Jones:
 "Core Frameworks:
   - Set 'struct device' fwnode when registering a new device

  New Drivers:
   - Add support for ROHM BD70528 PMIC

  New Device Support:
   - Add support for LP87561 4-Phase Regulator to TI LP87565 PMIC
   - Add support for RK809 and RK817 to Rockchip RK808
   - Add support for Lid Angle to ChromeOS core
   - Add support for CS47L15 CODEC to Madera core
   - Add support for CS47L92 CODEC to Madera core
   - Add support for ChromeOS (legacy) Accelerometers in ChromeOS core
   - Add support for Add Intel Elkhart Lake PCH to Intel LPSS

  New Functionality:
   - Provide regulator supply information when registering; madera-core
   - Additional Device Tree support; lp87565, madera, cros-ec, rohm,bd71837-pmic
   - Allow over-riding power button press via Device Tree; rohm-bd718x7
   - Differentiate between running processors; cros_ec_dev

  Fix-ups:
   - Big header file update; cros_ec_commands.h
   - Split header per-subsystem; rohm-bd718x7
   - Remove superfluous code; menelaus, cs5535-mfd, cs47lXX-tables
   - Trivial; sorting, coding style; intel-lpss-pci
   - Only remove Power Off functionality if set locally; rk808
   - Make use for Power Off Prepare(); rk808
   - Fix spelling mistake in header guards; stmfx
   - Properly free IDA resources
   - SPDX fixups; cs47lXX-tables, madera
   - Error path fixups; hi655x-pmic

  Bug Fixes:
   - Add missing break in case() statement
   - Repair undefined behaviour when not initialising variables; arizona-core, madera-core
   - Fix reference to Device Tree documentation; madera"

* tag 'mfd-next-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd: (45 commits)
  mfd: hi655x-pmic: Fix missing return value check for devm_regmap_init_mmio_clk
  mfd: madera: Fixup SPDX headers
  mfd: madera: Remove some unused registers and fix some defaults
  mfd: intel-lpss: Release IDA resources
  mfd: intel-lpss: Add Intel Elkhart Lake PCH PCI IDs
  mfd: cs5535-mfd: Remove ifdef OLPC noise
  mfd: stmfx: Fix macro definition spelling
  dt-bindings: mfd: Add link to ROHM BD71847 Datasheet
  MAINAINERS: Swap words in INTEL PMIC MULTIFUNCTION DEVICE DRIVERS
  mfd: cros_ec_dev: Register cros_ec_accel_legacy driver as a subdevice
  mfd: rk808: Prepare rk805 for poweroff
  mfd: rk808: Check pm_power_off pointer
  mfd: cros_ec: differentiate SCP from EC by feature bit
  dt-bindings: Add binding for cros-ec-rpmsg
  mfd: madera: Add Madera core support for CS47L92
  mfd: madera: Add Madera core support for CS47L15
  mfd: madera: Update DT bindings to add additional CODECs
  mfd: madera: Add supply mapping for MICVDD
  mfd: madera: Fix potential uninitialised use of variable
  mfd: madera: Fix bad reference to pinctrl.txt file
  ...
2019-07-15 20:18:40 -07:00
..
88pm860x.txt mfd: 88pm860x: Device tree support 2012-10-02 11:43:13 +02:00
ab8500.txt ARM: ux500: Fix intcore regulator name 2013-05-27 14:07:11 +02:00
ac100.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
act8945a.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
altera-a10sr.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
arizona.txt mfd: arizona: Correct link for sound binding document 2018-09-26 18:02:41 -05:00
as3711.txt mfd: as3711: Add OF support 2013-04-05 11:20:14 +02:00
as3722.txt mfd: as3722: Disable auto-power-on when AC OK 2018-07-27 08:16:01 +01:00
aspeed-gfx.txt mfd: dt: Add bindings for the Aspeed SoC Display Controller (GFX) 2017-02-13 09:29:42 +00:00
aspeed-lpc.txt dt-bindings: mfd: aspeed-lpc: Make parameter optional 2019-02-07 10:43:23 +00:00
aspeed-scu.txt dt-bindings: aspeed-scu: Add clock and reset properties 2017-10-13 10:42:58 +01:00
atmel-flexcom.txt mfd: devicetree: Add bindings for Atmel Flexcom 2015-10-30 17:19:48 +00:00
atmel-gpbr.txt mfd: dt-bindings: atmel-gpbr: Rename doc file to conform to naming convention 2014-09-26 08:24:03 +01:00
atmel-hlcdc.txt dt-bindings: mfd: Add bindings for SAM9X60 HLCD controller 2019-05-14 08:13:26 +01:00
atmel-matrix.txt mfd: syscon: Add Atmel Matrix bus DT binding documentation 2015-01-15 14:35:12 +01:00
atmel-smc.txt mfd: syscon: Update Atmel SMC binding doc 2017-09-05 08:46:00 +01:00
atmel-tcb.txt ARM: at91: Document new TCB bindings 2017-12-31 15:50:00 +01:00
atmel-usart.txt dt-bindings: mfd: atmel-usart: add DMA bindings for USART in SPI mode 2019-05-08 17:40:22 +09:00
axp20x.txt dt-bindings: mfd: axp20x: Add fallback for axp805 2019-04-29 12:43:39 -05:00
bd9571mwv.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
bfticu.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
brcm,bcm59056.txt dt-bindings: brcm: rationalize Broadcom documentation naming 2015-03-26 12:14:11 -05:00
brcm,iproc-cdru.txt syscon: dt-bindings: Add binding doc for Broadcom iProc CDRU 2017-10-13 10:42:58 +01:00
brcm,iproc-mhb.txt syscon: dt-bindings: Add binding document for iProc MHB block 2017-10-13 10:42:58 +01:00
cirrus,lochnagar.txt mfd: lochnagar: Add links to binding docs for sound and hwmon 2019-05-14 08:13:27 +01:00
cros-ec.txt dt-bindings: Add binding for cros-ec-rpmsg 2019-07-02 12:11:31 +01:00
da9052-i2c.txt DeviceTree updates for 4.14: 2017-09-07 14:43:33 -07:00
da9055.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
da9062.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
da9063.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
da9150.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
fsl-imx25-tsadc.txt mfd: Add DT binding documentation for imx25 ADC/TSC 2016-02-11 15:34:44 +00:00
hi6421.txt dt-bindings: mfd: hi6421: Add hi6421v530 compatible string 2017-06-16 15:31:18 +01:00
hisilicon,hi655x.txt mfd: dts: hi655x: Add clock binding for the pmic 2017-05-23 14:17:42 +02:00
lp873x.txt regulator: lp873x: Add support for populating input supply 2016-11-11 15:36:38 +00:00
lp3943.txt Documentation: Add LP3943 DT bindings and document 2014-01-21 08:27:55 +00:00
lp87565.txt dt-bindings: mfd: lp87565: Add LP87561 configuration 2019-06-17 08:00:24 +01:00
madera.txt mfd: madera: Update DT bindings to add additional CODECs 2019-07-02 12:11:31 +01:00
max8925.txt Documentation: Add docs for max8925 dt 2013-02-14 00:23:01 +01:00
max8998.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
max14577.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
max77620.txt dt-bindings: mfd: max77620: Add system-power-controller property 2019-05-08 12:49:44 +01:00
max77650.txt dt-bindings: mfd: Add DT bindings for max77650 2019-05-08 12:04:58 +01:00
max77686.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
max77693.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
max77802.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
mc13xxx.txt dt-bindings: mfd: mc13xxx: Add the unit address to sysled 2018-01-08 11:03:35 +00:00
mfd.txt dt-bindings: Remove leading zeros from bindings notation 2017-11-09 17:05:05 -06:00
motorola-cpcap.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
mt6397.txt docs: Fix more broken references 2018-06-15 18:11:26 -03:00
mxs-lradc.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
omap-usb-host.txt Documentation: omap-usb-host: fix OMAP OHCI/EHCI file names 2017-01-09 10:19:13 -06:00
omap-usb-tll.txt mfd: omap-usb-tll: Update DT clock binding information 2014-03-13 22:27:17 +00:00
palmas.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
qcom,spmi-pmic.txt mfd: qcom-spmi-pmic: Add support for pm8005, pm8998 and pmi8998 2018-06-04 06:47:52 +01:00
qcom,tcsr.txt mfd: qcom,tcsr: Add device tree binding for TCSR 2015-04-03 13:33:43 -07:00
qcom-pm8xxx.txt mfd: pm8xxx: add support to pm8821 2016-11-29 08:21:36 +00:00
qcom-rpm.txt scripts/spelling.txt: add "swith" pattern and fix typo instances 2017-02-27 18:43:46 -08:00
qriox.txt devcietree: bindings: add some MFD Keymile FPGAs 2014-05-22 18:08:18 -05:00
retu.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
rk808.txt dt-bindings: mfd: rk808: Add binding information for RK809 and RK817. 2019-06-27 14:57:47 +01:00
rn5t618.txt mfd: rn5t618: Add Ricoh RC5T619 PMIC support 2016-11-29 08:21:35 +00:00
rohm,bd70528-pmic.txt dt-bindings: mfd: Document first ROHM BD70528 bindings 2019-06-27 10:57:24 +01:00
rohm,bd71837-pmic.txt dt-bindings: mfd: Add link to ROHM BD71847 Datasheet 2019-07-02 12:11:31 +01:00
samsung,exynos5433-lpass.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
samsung,sec-core.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
sky81452.txt dt-bindings: move backlight bindings under leds 2015-10-22 09:21:22 -05:00
sprd,sc27xx-pmic.txt dt-bindings: mfd: Add Spreadtrum SC27xx PMIC documentation 2017-11-01 09:32:42 +00:00
st,stpmic1.txt dt-bindings: mfd: Document STPMIC1 2019-01-16 13:59:12 +00:00
stm32-lptimer.txt dt-bindings: counter: Adjust dt-bindings for STM32 lptimer move 2019-04-25 21:33:41 +02:00
stm32-timers.txt dt-bindings: counter: Document stm32 quadrature encoder 2019-04-25 21:33:40 +02:00
stmfx.txt dt-bindings: mfd: Add ST Multi-Function eXpander (STMFX) core bindings 2019-05-10 08:21:14 +01:00
stmpe.txt iio: adc: add STMPE ADC devicetree bindings 2019-01-16 12:37:36 +00:00
sun4i-gpadc.txt dt-bindings: Remove leading zeros from bindings notation 2017-11-09 17:05:05 -06:00
sun6i-prcm.txt devicetree: fix a series of wrong file references 2018-06-15 18:10:01 -03:00
syscon.txt mfd: syscon: Add hardware spinlock support 2018-01-12 18:32:55 +00:00
tc3589x.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
ti-keystone-devctrl.txt dt-bindings: Remove leading 0x from bindings notation 2017-12-06 14:56:33 -06:00
ti-lmu.txt dt-bindings: mfd: Add lm36274 bindings to ti-lmu 2019-06-06 20:37:53 +02:00
tps6105x.txt dt-bindings: mfd: Add TI tps6105x chip bindings 2017-07-18 08:27:32 +01:00
tps6507x.txt tps6507x.txt: Remove executable permission 2015-05-29 10:23:58 -05:00
tps65086.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
tps65910.txt dt-bindings: mfd: Fix documentation of tps65911 2018-07-27 08:13:25 +01:00
tps65912.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
twl-familly.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
twl4030-audio.txt mfd: twl4030-audio: Add DT support 2012-09-18 15:45:05 +02:00
twl4030-power.txt mfd: dt-bindings: twl4030-power: Use the standard property to mark power control 2014-09-26 08:23:57 +01:00
twl6040.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
wm831x.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
zii,rave-sp.txt dt-bindings: mfd: Add bindings for ZII RAVE devices 2017-09-05 08:46:02 +01:00