Files
u-boot/include
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-06-12 19:43:54 +00:00
2025-06-27 07:50:11 -06:00
2025-11-11 04:09:41 -07:00
2025-10-18 09:38:26 +01:00
2025-09-28 14:32:36 -06:00
2025-11-12 08:40:05 -07:00
2025-06-28 07:53:25 -06:00
2025-06-28 12:30:56 -06:00
2025-05-29 19:06:30 +01:00
2025-09-22 11:23:05 -06:00
2025-05-16 14:45:25 +02:00
2025-10-24 08:47:38 +01:00
2025-08-20 07:41:19 -06:00
2025-09-05 07:02:18 -06:00
2025-09-05 07:02:18 -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-05-16 14:45:25 +02:00
2025-08-28 05:21:49 -06:00
2025-09-04 07:08:24 -06:00
2025-10-19 12:27:49 +01:00
2025-05-16 18:17:17 +02:00
2025-09-15 03:26:57 -06:00
2025-08-04 14:40:00 -06:00