Heinrich Schuchardt
8faeb1d722
part: eliminate part_get_info_by_name_type()
...
Since commit 56670d6fb8 ("disk: part: use common api to lookup part
driver") part_get_info_by_name_type() ignores the part_type parameter
used to restrict the partition table type.
omap_mmc_get_part_size() and part_get_info_by_name() are the only
consumers.
omap_mmc_get_part_size() calls with part_type = PART_TYPE_EFI because at
the time of implementation a speed up could be gained by passing the
partition table type. After 5 years experience without this restriction
it looks safe to keep it that way.
part_get_info_by_name() uses PART_TYPE_ALL.
Move the logic of part_get_info_by_name_type() to part_get_info_by_name()
and replace the function in omap_mmc_get_part_size().
Fixes: 56670d6fb8 ("disk: part: use common api to lookup part driver")
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com >
Reviewed-by: Simon Glass <sjg@chromium.org >
2023-07-25 12:44:46 -04:00
..
2023-05-11 10:25:29 +08:00
2023-07-17 17:12:21 +08:00
2023-07-21 22:07:45 -04:00
2023-07-24 19:51:05 -04:00
2023-07-24 13:21:11 +08:00
2023-07-21 20:35:50 -04:00
2023-05-31 12:31:47 -04:00
2023-07-13 11:29:40 +02:00
2023-06-15 17:58:53 +08:00
2023-07-25 12:44:46 -04:00
2023-05-05 17:48:44 -04:00
2023-05-10 16:45:42 -04:00
2023-05-13 04:01:30 +02:00
2023-07-14 12:54:51 -04:00
2023-07-17 15:39:55 -04:00
2023-04-04 14:50:47 -04:00
2023-04-28 01:30:24 +01:00
2023-04-28 01:30:24 +01:00
2023-04-28 01:30:24 +01:00
2023-04-28 01:30:24 +01:00
2023-04-28 11:30:17 -06:00
2023-04-27 13:51:06 -04:00
2023-04-05 10:54:47 -04:00
2023-07-17 17:12:26 +08:00
2023-07-16 23:13:17 +08:00
2023-07-17 13:38:35 +08:00
2023-05-13 09:52:32 -04:00
2023-07-17 15:38:11 -04:00
2023-03-28 09:25:51 -04:00
2023-03-30 15:09:59 -04:00
2023-05-10 16:45:42 -04:00
2023-07-20 09:12:50 +02:00
2023-07-15 11:20:41 +02:00
2023-07-20 09:12:50 +02:00
2023-02-19 21:15:15 +01:00
2023-03-25 11:07:22 +01:00
2023-07-16 23:13:17 +08:00
2023-05-15 17:14:46 -04:00
2023-05-05 13:41:55 -04:00
2023-07-21 09:00:39 +02:00
2023-07-14 12:54:51 -04:00
2023-05-02 14:23:34 -04:00
2023-05-13 09:52:32 -04:00
2023-05-05 17:48:44 -04:00
2023-04-28 11:30:17 -06:00
2023-06-16 11:01:15 +02:00
2023-05-06 17:28:18 +08:00
2023-05-15 10:00:30 +02:00
2023-07-14 12:54:51 -04:00
2023-07-13 11:29:40 +02:00
2023-06-12 13:24:31 +02:00
2023-06-19 14:34:16 -04:00
2023-06-09 13:52:40 -04:00
2023-04-07 14:23:26 +02:00
2023-04-27 13:51:06 -04:00
2023-07-25 12:44:46 -04:00
2023-05-13 04:01:30 +02:00
2023-07-13 11:29:40 +02:00
2023-03-13 13:53:01 +01:00
2023-04-04 12:24:29 -04:00
2023-04-06 15:08:46 -04:00
2023-07-14 12:54:51 -04:00
2023-04-07 14:21:37 +02:00
2023-07-24 19:51:05 -04:00
2023-07-18 09:17:16 +09:00
2023-03-02 17:45:58 -05:00
2023-05-05 17:58:52 -04:00
2023-05-05 17:58:52 -04:00
2023-06-14 18:40:16 +08:00
2023-06-19 14:34:16 -04:00
2023-07-14 12:54:51 -04:00
2023-06-20 16:08:13 -04:00
2023-04-28 11:30:17 -06:00
2023-07-25 12:44:46 -04:00
2023-03-30 15:09:59 -04:00
2023-04-07 14:20:53 +02:00
2023-06-10 13:34:05 +02:00
2023-05-05 17:48:44 -04:00
2023-05-06 17:28:18 +08:00
2023-07-20 14:48:20 -04:00
2023-04-24 21:37:45 +02:00
2023-06-20 20:56:27 -04:00
2023-05-06 17:28:18 +08:00
2023-05-08 10:47:05 +02:00
2023-02-28 09:44:19 +02:00
2023-02-28 09:44:33 +02:00
2023-02-28 09:44:33 +02:00
2023-02-28 09:44:19 +02:00
2023-06-06 10:37:25 +02:00
2023-05-13 09:52:32 -04:00
2023-07-24 19:51:05 -04:00
2023-07-21 09:00:38 +02:00
2023-05-31 17:23:01 -04:00
2023-03-13 13:53:01 +01:00
2023-07-14 12:54:51 -04:00
2023-03-07 15:57:19 +01:00
2023-03-07 15:57:19 +01:00
2023-03-07 15:57:19 +01:00
2023-03-07 15:59:47 +01:00
2023-03-07 15:59:58 +01:00
2023-03-07 15:59:58 +01:00
2023-07-21 15:32:12 -04:00
2023-04-25 11:53:15 -04:00
2023-07-21 09:00:38 +02:00
2023-07-21 09:00:38 +02:00