Christophe JAILLET
94e4603d1a
rtc: jz4740: Use devm_clk_get_enabled() helper
...
The devm_clk_get_enabled() helper:
- calls devm_clk_get()
- calls clk_prepare_enable() and registers what is needed in order to
call clk_disable_unprepare() when needed, as a managed resource.
This simplifies the code, the error handling paths and avoid the need of
a dedicated function used with devm_add_action_or_reset().
As a side effect, some error messages are not logged anymore, so also use
dev_err_probe() instead of dev_err() in case of error.
At least the error code will be logged (and -EPROBE_DEFER will be filtered)
Based on my test with allyesconfig, this reduces the .o size from:
text data bss dec hex filename
9025 2488 128 11641 2d79 drivers/rtc/rtc-jz4740.o
down to:
8267 2080 128 10475 28eb drivers/rtc/rtc-jz4740.o
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Acked-by: Paul Cercueil <paul@crapouillou.net>
Link: https://lore.kernel.org/r/af10570000d7e103d70bbea590ce8df4f8902b67.1661330532.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2022-10-13 00:31:37 +02:00
..
2022-06-24 21:44:53 +02:00
2022-06-24 21:24:02 +02:00
2022-03-29 22:45:50 +02:00
2022-10-13 00:17:22 +02:00
2021-08-10 23:21:46 +02:00
2021-08-10 00:09:21 +02:00
2022-07-26 17:07:04 +02:00
2020-11-19 12:50:12 +01:00
2021-05-25 00:36:11 +02:00
2020-11-19 12:50:12 +01:00
2020-11-19 12:50:12 +01:00
2021-11-10 00:45:57 +01:00
2022-06-24 21:24:02 +02:00
2022-06-24 21:24:02 +02:00
2021-02-13 23:03:26 +01:00
2021-01-25 23:45:37 +01:00
2021-01-16 23:19:26 +01:00
2019-05-30 11:26:37 -07:00
2021-01-25 23:46:16 +01:00
2020-11-19 12:50:12 +01:00
2020-11-19 12:50:12 +01:00
2021-07-10 02:42:08 +02:00
2021-07-10 01:53:39 +02:00
2021-06-20 22:24:52 +02:00
2022-06-24 21:24:02 +02:00
2019-05-21 10:50:45 +02:00
2021-02-06 00:58:24 +01:00
2020-11-19 12:50:12 +01:00
2022-08-08 20:36:01 +02:00
2022-06-24 21:24:02 +02:00
2020-11-19 12:50:12 +01:00
2022-07-26 16:43:46 +02:00
2020-11-19 12:50:12 +01:00
2019-05-30 11:26:32 -07:00
2021-12-02 23:23:38 +01:00
2020-11-19 12:50:12 +01:00
2021-02-06 00:58:24 +01:00
2020-11-19 12:50:12 +01:00
2019-10-07 01:07:35 +02:00
2019-10-07 01:07:35 +02:00
2022-02-09 13:00:45 +00:00
2022-02-09 13:00:45 +00:00
2022-03-23 19:58:38 +01:00
2022-02-09 13:00:45 +00:00
2020-11-19 12:50:12 +01:00
2022-06-24 21:24:02 +02:00
2021-09-25 23:22:28 +02:00
2021-04-17 11:21:04 +02:00
2020-11-19 12:50:12 +01:00
2022-06-24 21:24:02 +02:00
2022-10-13 00:21:28 +02:00
2020-11-19 12:50:12 +01:00
2020-11-19 12:50:12 +01:00
2022-06-24 21:24:02 +02:00
2022-03-23 19:58:40 +01:00
2022-06-24 21:24:02 +02:00
2020-12-03 23:49:31 +01:00
2022-06-24 21:24:02 +02:00
2021-04-17 11:21:04 +02:00
2022-05-19 12:08:17 +02:00
2022-08-23 22:27:58 +02:00
2019-05-21 10:50:45 +02:00
2022-04-11 11:48:01 +02:00
2021-06-16 14:53:13 +01:00
2022-06-24 21:24:02 +02:00
2021-04-29 23:03:26 +02:00
2021-05-25 00:41:25 +02:00
2022-06-24 21:24:02 +02:00
2022-10-13 00:17:22 +02:00
2020-11-19 12:50:12 +01:00
2022-10-13 00:31:37 +02:00
2019-06-19 17:09:55 +02:00
2020-04-15 09:56:17 +02:00
2020-11-19 12:50:12 +01:00
2020-11-19 12:50:12 +01:00
2022-03-23 19:58:39 +01:00
2019-06-19 17:09:55 +02:00
2019-06-19 17:09:55 +02:00
2020-03-16 11:12:11 +01:00
2021-03-11 09:48:09 +01:00
2020-11-19 12:50:12 +01:00
2022-06-24 21:24:02 +02:00
2019-06-19 17:09:55 +02:00
2019-06-19 17:09:55 +02:00
2019-06-19 17:09:55 +02:00
2019-06-19 17:09:55 +02:00
2018-11-22 18:11:35 +01:00
2018-08-14 23:38:45 +02:00
2022-03-07 13:55:04 +00:00
2020-11-19 12:50:12 +01:00
2022-06-24 21:23:50 +02:00
2021-10-01 23:28:28 +02:00
2020-11-19 12:50:12 +01:00
2022-05-18 00:20:39 +02:00
2019-12-23 11:23:49 +01:00
2022-03-23 19:58:38 +01:00
2022-10-13 00:31:18 +02:00
2021-10-01 23:28:46 +02:00
2019-11-18 15:23:54 +01:00
2020-11-19 12:50:12 +01:00
2022-05-19 12:05:48 +02:00
2019-10-07 01:07:35 +02:00
2021-01-16 23:19:26 +01:00
2021-05-25 00:33:17 +02:00
2022-08-23 22:33:38 +02:00
2022-07-26 17:07:04 +02:00
2021-03-10 11:06:33 +00:00
2021-09-25 23:26:37 +02:00
2022-03-23 19:58:39 +01:00
2022-03-25 11:42:50 +01:00
2021-07-10 01:53:39 +02:00
2020-11-19 12:50:12 +01:00
2022-03-23 19:58:39 +01:00
2022-03-23 19:58:39 +01:00
2022-06-24 21:24:02 +02:00
2022-06-24 21:24:02 +02:00
2022-06-24 21:24:02 +02:00
2019-05-30 11:26:32 -07:00
2022-05-18 00:15:50 +02:00
2022-06-24 21:24:02 +02:00
2020-11-19 12:50:12 +01:00
2021-02-02 14:25:50 +01:00
2022-03-23 19:58:37 +01:00
2022-03-25 11:38:33 +01:00
2020-11-19 12:50:12 +01:00
2022-04-19 16:27:05 +02:00
2021-02-06 00:50:47 +01:00
2020-11-19 12:50:12 +01:00
2019-05-30 11:29:52 -07:00
2020-11-19 12:50:12 +01:00
2020-11-19 12:50:12 +01:00
2020-11-19 12:50:12 +01:00
2020-08-21 00:13:44 +02:00
2020-11-19 12:50:12 +01:00
2022-01-05 00:52:10 +01:00
2021-07-10 01:53:39 +02:00
2021-10-18 17:20:50 +02:00
2022-06-24 21:24:02 +02:00
2021-11-10 00:45:57 +01:00
2022-07-26 11:29:05 +02:00
2019-06-19 17:09:55 +02:00
2022-06-24 21:24:02 +02:00
2021-02-06 00:58:25 +01:00
2022-07-26 16:49:45 +02:00
2022-06-24 21:24:02 +02:00
2022-05-25 01:24:21 +02:00
2021-10-23 23:57:23 +02:00
2019-06-19 17:09:55 +02:00
2021-09-25 23:26:37 +02:00
2022-06-24 21:24:02 +02:00
2020-11-19 12:50:12 +01:00
2017-11-02 11:10:55 +01:00
2021-07-10 01:53:39 +02:00
2022-06-24 21:24:02 +02:00
2020-11-19 12:50:12 +01:00
2020-11-19 12:50:12 +01:00
2022-08-09 00:56:41 +02:00
2020-11-19 12:50:12 +01:00
2020-11-19 12:50:12 +01:00
2020-11-19 12:50:12 +01:00
2021-06-20 22:28:02 +02:00
2022-10-13 00:03:11 +02:00
2020-11-19 12:50:12 +01:00
2022-07-26 11:17:01 +02:00
2022-01-16 23:50:34 +01:00
2020-11-19 12:50:12 +01:00
2021-02-06 00:50:47 +01:00
2020-12-03 23:43:23 +01:00
2022-08-23 22:25:28 +02:00
2021-07-10 01:53:40 +02:00
2021-08-17 23:36:22 +02:00
2019-05-30 11:26:32 -07:00
2021-06-20 22:29:50 +02:00
2020-11-19 12:50:12 +01:00
2020-11-19 12:50:12 +01:00
2020-11-19 12:50:12 +01:00
2022-03-23 19:58:38 +01:00
2022-06-24 21:24:02 +02:00
2022-03-23 19:58:41 +01:00
2022-08-08 20:35:41 +02:00
2021-06-20 22:18:05 +02:00