nuttx/drivers/mmcsd
Anthony Merlino 5cd2a1ae68 Merged in antmerlino/nuttx/mmcsd-bugfix (pull request #893)
drivers/mmcsd: Fixes bug where thread gets deadlocked due to recursive call and addresses comment regarding events.

When initializing the MMCSD, if we are being told there is a card, but we fail to initialize it, we should not re-register for an insertion event as this will immediately cause us to call in again. Instead, we should register for a removal event and wait for the card to be removed and re-inserted.

Approved-by: Gregory Nutt <gnutt@nuttx.org>
2019-06-13 01:27:02 +00:00
..
Kconfig drivers/mmcsd/Kconfig: Remove executable bit from file permissions. 2018-10-30 09:48:53 -06:00
Make.defs A few native window build updates 2012-11-25 20:58:39 +00:00
mmcsd_csd.h Make some file section headers more consistent with standard 2015-04-08 07:15:32 -06:00
mmcsd_debug.c Fix a few compilation errors. 2018-04-20 15:55:16 -06:00
mmcsd_sdio.c Merged in antmerlino/nuttx/mmcsd-bugfix (pull request #893) 2019-06-13 01:27:02 +00:00
mmcsd_sdio.h drivrs/mmcsd: Partial reversion of commit 17b6c7ba39. Backed out all block callback logic controlled CONFIG_SDIO_BLK_CALLBACK. Usage of this feature by applications is a blatant violation of the POSIX interface standard. 2018-07-20 10:08:01 -06:00
mmcsd_spi.c Updates based on coding style review of PR 755 2018-11-09 07:51:43 -06:00
mmcsd_spi.h Make some file section headers more consistent with standard 2015-04-08 07:15:32 -06:00
mmcsd.h Replace all occurrences of vdbg with vinfo 2016-06-11 11:59:51 -06:00