u-boot-brain/fs/fat
Jean-Jacques Hiblot 9b2e40b6ad fat write: Fixed a problem with the case of file names when writing files
commit 21a24c3bf3 ("fs/fat: fix case for FAT shortnames") made it
possible that get_name() returns file names with some upper cases.
find_directory_entry() must be updated to take this account, and use
case-insensitive functions to compare file names.

Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
2018-01-13 12:20:20 -02:00
..
fat_write.c fat write: Fixed a problem with the case of file names when writing files 2018-01-13 12:20:20 -02:00
fat.c fat: Use cache aligned buffers for fat_opendir 2017-11-29 22:36:59 -05:00
Kconfig fs: fat: add kbuild configuration support 2017-06-03 17:55:16 -04:00
Makefile fat/fs: remove a bunch of dead code 2017-09-15 09:03:12 -04:00