Mark Brown 9705c49c3b
Merge series "regulator: devres: remove unused device-managed unregister APIs" from Alexandru Ardelean <aardelean@deviqon.com>:
These APIs aren't used anywhere and most-likely exist because of the
general principle of C APIs, where if an API function does an
allocation/registration, it must also have an equivalent
deallocation/deregistration counterpart.

For devm_ functions this isn't all that true (for all cases), as the idea
of these function is to provide an auto-cleanup logic on drivers/system
de-init.

Removing these discourages any weird logic that could be created with
such an API functions.

Alexandru Ardelean (4):
  regulator: devres: remove devm_regulator_unregister_notifier()
    function
  regulator: devres: remove devm_regulator_unregister() function
  regulator: devres: remove
    devm_regulator_bulk_unregister_supply_alias()
  regulator: devres: unexport devm_regulator_unregister_supply_alias()

 drivers/regulator/devres.c         | 105 +----------------------------
 include/linux/regulator/consumer.h |  23 -------
 include/linux/regulator/driver.h   |   1 -
 3 files changed, 2 insertions(+), 127 deletions(-)

--
2.31.1
2021-07-12 11:30:35 +01:00
..
2021-04-26 16:32:11 -07:00
2021-07-05 11:48:14 -07:00
2021-02-02 00:16:57 +01:00
2021-07-06 20:14:42 -04:00
2021-07-05 11:21:51 -07:00
2021-07-10 09:22:44 -07:00
2021-06-03 18:40:15 +02:00
2021-06-03 14:04:18 -07:00
2021-01-23 14:57:21 +01:00
2021-07-10 09:22:44 -07:00
2021-07-09 09:43:57 -07:00
2021-07-07 13:30:01 -07:00
2021-05-06 19:24:11 -07:00
2021-04-14 16:30:30 +03:00
2021-06-30 12:21:16 -07:00
2021-07-09 12:05:33 -07:00
2021-07-09 12:05:33 -07:00
2021-05-24 21:13:05 -07:00
2021-05-19 00:33:40 +02:00
2021-06-15 18:01:06 +02:00
2021-01-24 14:27:17 +01:00
2021-02-26 09:41:03 -08:00
2021-04-08 16:04:20 -07:00
2021-07-02 15:14:36 -07:00
2021-06-30 14:33:25 -07:00
2021-01-21 14:06:00 -07:00
2021-06-30 19:45:42 +02:00
2021-01-18 14:26:51 +01:00
2021-03-22 03:57:39 +01:00
2021-04-12 15:04:23 +02:00
2021-07-05 13:42:16 -07:00
2020-12-17 11:18:00 -08:00
2021-06-25 19:57:01 -04:00
2021-02-11 13:24:44 -08:00
2021-02-23 13:39:45 -08:00
2021-04-30 11:20:40 -07:00
2021-06-29 10:53:48 -07:00
2021-04-26 15:03:23 -07:00
2021-05-17 20:01:35 +02:00
2021-01-21 16:16:10 +00:00
2021-02-26 09:41:02 -08:00
2021-06-01 10:29:21 +01:00
2021-07-02 12:54:34 -07:00
2021-02-26 09:41:03 -08:00
2021-05-12 20:11:17 +02:00
2021-04-28 12:37:53 -07:00
2021-06-17 13:09:27 -04:00
2021-06-15 17:46:57 +02:00
2021-07-01 11:06:02 -07:00
2021-07-08 11:48:21 -07:00
2021-06-29 10:53:53 -07:00
2021-07-01 11:06:05 -07:00
2021-03-29 15:56:48 +02:00
2021-05-07 11:23:41 -07:00
2021-02-26 09:40:59 -08:00
2021-02-03 19:05:50 +01:00
2021-07-06 10:37:46 -05:00
2021-06-28 11:22:40 -07:00
2021-06-16 17:20:40 -05:00
2021-07-06 10:37:46 -05:00
2021-07-06 10:37:46 -05:00
2021-07-06 10:37:46 -05:00
2021-07-08 12:06:20 -07:00
2021-06-12 13:08:57 -07:00
2021-06-07 14:11:47 -07:00
2021-01-24 14:27:17 +01:00
2021-01-24 14:27:20 +01:00
2021-06-30 15:51:09 -07:00
2021-03-06 12:40:22 +01:00
2021-02-26 09:41:03 -08:00
2021-06-30 19:12:19 +02:00
2021-05-05 13:24:11 -07:00
2021-07-01 11:06:03 -07:00
2021-03-17 14:16:15 -05:00
2021-01-16 23:19:26 +01:00
2021-03-22 02:45:52 +01:00
2020-12-16 11:30:10 -08:00
2021-03-18 12:58:27 -04:00
2021-05-10 16:03:35 -07:00
2021-06-24 15:49:32 +02:00
2021-07-01 11:06:03 -07:00
2021-07-01 11:06:03 -07:00
2021-03-19 04:58:25 +00:00
2021-03-25 17:39:33 -07:00
2021-05-21 22:13:13 +02:00
2020-12-16 12:33:35 -08:00
2021-05-13 18:29:11 +02:00
2021-05-13 16:57:17 +02:00
2021-02-13 17:17:53 +01:00
2021-03-30 17:06:49 -07:00
2021-01-21 16:16:10 +00:00
2021-03-22 15:02:14 +01:00
2021-02-09 12:15:07 +01:00
2021-01-21 14:06:00 -07:00
2021-06-30 12:12:56 -07:00
2021-03-30 13:42:33 -04:00
2021-01-24 14:27:17 +01:00
2021-02-08 22:58:55 +01:00