@@ -510,6 +510,13 @@ Drivers and Sensors
510
510
* Added xmc4xxx MDIO drivers.
511
511
* Fixed build errors caused by mdio.h driver header not including errno.h
512
512
513
+ * MFD
514
+
515
+ * Added support for :dtcompatible: `maxim,max20335 `
516
+ * Added support for :dtcompatible: `adi,ad5592 `
517
+ * Added separate initialisation priorities for :dtcompatible: `nordic,npm1300 ` and
518
+ :dtcompatible: `nordic,npm6001 `
519
+
513
520
* PCIE
514
521
515
522
* Fixed MMIO size calculation by disabling IO/memory decoding beforehand.
@@ -544,6 +551,19 @@ Drivers and Sensors
544
551
545
552
* Regulators
546
553
554
+ * Added new API functions
555
+ * :c:func: `regulator_set_active_discharge `
556
+ * :c:func: `regulator_get_active_discharge `
557
+ * :c:func: `regulator_list_current_limit `
558
+ * ``startup-delay-us `` and ``off-on-delay-us `` are now supported for all regulators
559
+ * Added non-multithreading support
560
+ * Added support for :dtcompatible: `maxim,max20335-regulator `
561
+ * Added ASYS UVLO configuration for :dtcompatible: `nxp,pca9420 `
562
+ * Added LDO/DCDC support for :dtcompatible: `renesas,smartbond-regulator `
563
+ * Added LDO soft start configuration for :dtcompatible: `nordic,npm1300-regulator `
564
+ * Fixed init priority for :dtcompatible: `x-powers,axp192-regulator `
565
+ * Fixed LDO GPIO control for :dtcompatible: `nordic,npm1300-regulator `
566
+
547
567
* Reset
548
568
549
569
* Retained memory
0 commit comments