[PATCH] Documentation: imx8mq-evk: Pass the full path for file names

2018-12-27 Thread Fabio Estevam
Passing the full path of the referenced files make the text clearer. Signed-off-by: Fabio Estevam --- Documentation/boards/imx/nxp-imx8mq-evk.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/boards/imx/nxp-imx8mq-evk.rst b/Documentation/boards/imx/nxp-im

[PATCH] fs/fat: fix FAT32 detection

2018-12-27 Thread Alexander Kurz
From: Alexander Kurz Limits for the number of clusters were used to determine the FAT fs type. This fails e.g. for FAT32 fs with low cluster number that can be found in certain Android images. Sync the FAT fs type detection to the method used in linux by checking the sectors/FAT entries at offset