Simon Glass
20652517c8
fat: Use standard types for fixed-size values
...
Convert all __u8, __u16, and __u32 types to their u8, u16, u32
equivalents throughout the FAT filesystem code.
Series-to: u-boot
Series-cc: heinrich
Cover-letter:
fat: Some code improvements
This is an attempt to improve the structure of the FAT code, since it
doesn't fully follow the U-Boot conventions:
- fat_write.c includes fat.c which is odd
- use of __u32 and its ilk
- use of typedef
- old-style struct comments
This series resolves these problems, making it easier to take on other
improvements in future.
END
Co-developed-by: Claude <noreply@anthropic.com >
Signed-off-by: Simon Glass <simon.glass@canonical.com >
2025-11-13 19:59:03 -07:00
..
2025-10-23 19:36:12 +01:00
2025-10-07 09:55:12 -06:00
2025-10-18 09:38:25 +01:00
2025-05-27 05:16:31 +01:00
2025-10-19 12:27:49 +01:00
2025-07-09 23:33:26 +02:00
2025-06-12 19:43:54 +00:00
2025-06-30 07:01:41 -06:00
2025-05-16 17:58:51 +02:00
2025-05-29 19:06:30 +01:00
2025-11-11 04:05:55 -07:00
2025-10-19 12:27:49 +01:00
2025-06-12 19:43:54 +00:00
2025-06-27 07:50:11 -06:00
2025-11-11 04:09:41 -07:00
2025-09-05 12:51:05 -06:00
2025-08-08 16:59:10 -06:00
2025-11-12 05:20:11 -07:00
2025-10-18 09:07:43 +01:00
2025-10-18 09:38:26 +01:00
2025-09-28 14:32:36 -06:00
2025-10-14 10:57:31 +01:00
2025-08-19 17:36:44 -06:00
2025-09-30 17:14:45 -06:00
2025-10-23 10:00:31 +01:00
2025-09-04 07:08:25 -06:00
2025-08-26 14:36:07 -06:00
2025-07-12 14:29:06 +02:00
2025-07-09 23:26:02 +02:00
2025-10-07 09:55:12 -06:00
2025-08-28 05:21:49 -06:00
2025-09-02 06:41:32 -06:00
2025-06-30 14:28:08 -06:00
2025-09-22 11:23:05 -06:00
2025-11-12 08:40:05 -07:00
2025-08-26 14:36:07 -06:00
2025-06-28 12:30:56 -06:00
2025-08-19 17:36:44 -06:00
2025-11-12 08:40:05 -07:00
2025-10-07 10:54:13 +00:00
2025-10-14 10:57:31 +01:00
2025-06-28 07:53:25 -06:00
2025-08-04 14:40:00 -06:00
2025-11-13 19:59:03 -07:00
2025-08-28 06:55:49 -06:00
2025-05-29 17:21:36 +01:00
2025-06-28 12:30:56 -06:00
2025-06-28 12:30:56 -06:00
2025-06-30 11:57:41 -06:00
2025-06-28 12:30:56 -06:00
2025-07-12 14:29:06 +02:00
2025-05-29 19:06:30 +01:00
2025-10-24 08:47:38 +01:00
2025-08-08 16:53:16 -06:00
2025-09-22 11:23:05 -06:00
2025-05-27 10:10:06 +01:00
2025-11-12 08:40:05 -07:00
2025-06-02 12:54:50 -06:00
2025-05-29 17:21:36 +01:00
2025-05-16 14:45:25 +02:00
2025-06-28 12:30:56 -06:00
2025-11-11 04:09:40 -07:00
2025-09-05 07:02:09 -06:00
2025-09-05 07:02:54 -06:00
2025-09-22 11:23:05 -06:00
2025-10-24 08:47:38 +01:00
2025-11-12 05:20:11 -07:00
2025-08-20 07:41:19 -06:00
2025-10-10 02:24:06 +01:00
2025-10-14 10:57:31 +01:00
2025-09-05 07:02:18 -06:00
2025-09-05 07:02:18 -06:00
2025-10-19 12:27:49 +01:00
2025-10-19 12:27:49 +01:00
2025-09-22 11:23:04 -06:00
2025-07-02 12:45:23 -06:00
2025-05-29 17:21:36 +01:00
2025-08-26 06:02:03 -06:00
2025-09-22 11:23:05 -06:00
2025-10-25 18:19:23 +01:00
2025-07-02 13:43:05 -06:00
2025-08-26 06:02:03 -06:00
2025-05-16 14:45:25 +02:00
2025-08-28 05:21:49 -06:00
2025-08-18 14:00:19 -06:00
2025-09-04 07:08:24 -06:00
2025-05-29 17:21:36 +01:00
2025-06-28 12:30:56 -06:00
2025-09-02 08:51:26 -06:00
2025-10-19 12:27:49 +01:00
2025-10-18 09:38:13 +01:00
2025-05-16 18:17:17 +02:00
2025-09-11 15:19:22 -06:00
2025-09-15 03:26:57 -06:00
2025-08-04 14:40:00 -06:00
2025-09-19 12:56:02 -06:00
2025-10-06 09:42:11 -06:00
2025-10-06 06:29:29 -06:00
2025-06-30 08:35:17 -06:00
2025-07-09 23:33:26 +02:00
2025-09-08 12:16:38 -06:00