incubator-nuttx/drivers/mmcsd
Jani Paalijarvi 975d99c3f6 drivers/mmcsd/mmcsd_sdio.c: Fix SD card 4-bit support
Fix a bug which causes that 1-bit mode is always selected.
This happens even if the driver sets SDIO_CAPS_4BIT capability
in case of the card and the host support 1- and 4-bit wide bus.

Signed-off-by: Jani Paalijarvi <jani.paalijarvi@unikie.com>
2024-05-10 19:43:08 +08:00
..
CMakeLists.txt mmcsd: support dump cid and csd with mmc-utils 2023-09-21 22:40:39 +08:00
Kconfig mmcsd: support dump cid and csd with mmc-utils 2023-09-21 22:40:39 +08:00
Make.defs mmcsd: support dump cid and csd with mmc-utils 2023-09-21 22:40:39 +08:00
mmcsd.h mmcsd: support dump cid and csd with mmc-utils 2023-09-21 22:40:39 +08:00
mmcsd_csd.h
mmcsd_debug.c Fix mmcsd/mmcsd_debug.c:110:9: error: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' 2023-09-25 01:10:00 +03:00
mmcsd_procfs.c fs: procfs add poll support 2023-12-26 19:23:13 -08:00
mmcsd_sdio.c drivers/mmcsd/mmcsd_sdio.c: Fix SD card 4-bit support 2024-05-10 19:43:08 +08:00
mmcsd_sdio.h mmcsd: update cid reg layout 2023-09-20 00:42:30 +08:00
mmcsd_spi.c inode/i_private: remove all unnecessary cast for i_private 2023-08-29 08:58:07 +02:00
mmcsd_spi.h
sdio.c