summaryrefslogtreecommitdiff
path: root/nuttx/drivers/mmcsd/mmcsd_sdio.c
Commit message (Expand)AuthorAgeFilesLines
* backport SDIO Fix - no busy waitingDavid Sidrane2015-01-071-0/+20
* Add an explicit preflight call for SDIO DMA operations, since we can't error ...px4dev2013-09-081-0/+64
* Teach the MMC layer to handle errors reported during DMA setup.px4dev2013-09-011-4/+24
* Merged MMCSD single read fix from Greg, without change logGregory Nutt2013-08-111-32/+46
* ZNEO configurations updated to use ZDS-II version 5.0.1patacongo2012-11-291-1/+2
* Patch to removed MMCSD NSLOTS warning from Freddie Chopinpatacongo2012-11-061-0/+5
* Some error handling bugs noted by Ronen Vainishpatacongo2012-09-091-1/+3
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-2/+2
* (1) Fix a critical memory leak in the TCP read-ahead buffering logic; Add an ...patacongo2012-02-231-5/+121
* Various STM32 SDIO and DMA fixes (SDIO DMA still does not work)patacongo2012-02-201-2/+2
* Add support for more FAT partitions; support for SD cards greater than 4Gb; T...patacongo2011-11-151-6/+16
* Additional Kinetis SDHC fixespatacongo2011-08-221-2/+1
* Progress with Kinetis SDHC driver (more to to)patacongo2011-08-221-10/+20
* Add support for multiplexed SDIO pins from Urospatacongo2011-08-191-3/+29
* Add an 'export' target to the NuttX top-level Makefilepatacongo2011-07-111-0/+1
* Macro clock_systimer replaces direct access to g_system_timer variablepatacongo2011-04-131-4/+4
* Fixes for kernel stub buildspatacongo2011-04-061-3/+4
* Incorporate changes from Uros Platisepatacongo2011-03-261-1/+5
* Add support for RAMTRON NVRAM devicespatacongo2011-03-061-1/+9
* Correct a loop termination bug in mmcsd_sdio.cpatacongo2011-03-061-1/+1
* SDIO-based MMC/SD fixes from Uros Platisepatacongo2011-03-041-11/+14
* SDIO-based MMC/SD fixes from Uros Platisepatacongo2011-03-041-4/+20
* A little more USB host logicpatacongo2010-12-151-1/+1
* Add configuration to select LCD driver for NXpatacongo2010-04-171-0/+6
* SAM3U needs block infopatacongo2010-04-101-0/+5
* Add casts to eliminate warnings when sizeof(int) is 16-bitspatacongo2009-12-201-8/+10
* Eliminate some warningspatacongo2009-12-171-0/+8
* Clean-up from big switch to stdint/stdboolpatacongo2009-12-161-2/+4
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-151-105/+111
* Need a cancel method to stop DMApatacongo2009-11-271-0/+3
* Fix block read/write return values; SDIO error reporting; slow down clock if ...patacongo2009-11-251-26/+60
* Fix SCR data transferpatacongo2009-11-211-3/+19
* Progress integrating SD on STM32patacongo2009-11-201-6/+15
* Now correctly handles SD card ACMD41 busypatacongo2009-11-191-15/+13
* Correct identifies v1.x SD cardpatacongo2009-11-181-15/+4
* Initial MMC/SD SDIO STM32 bug fixespatacongo2009-11-181-12/+22
* Callbacks need to use worker thread; clean up/document configuration settingspatacongo2009-11-171-133/+135
* Code complete for STM32 SDIO driver and MMC/SD SDIO driverpatacongo2009-11-171-45/+110
* Finish event wait logicpatacongo2009-11-171-4/+2
* Add basic data transfer logicpatacongo2009-11-171-110/+878
* Add SDIO interrupt handlingpatacongo2009-11-161-11/+4
* Redesign SDIO wait logic; add SDIO DMA logicpatacongo2009-11-161-10/+14
* Eliminate some warningspatacongo2009-11-151-93/+94
* Add logic to handle card insertion/removal eventspatacongo2009-11-151-9/+181
* Add SD card initialization logicpatacongo2009-11-151-39/+390
* Add CSD decode logicpatacongo2009-11-141-30/+264
* Missing breaks in switchpatacongo2009-11-141-6/+13
* Add MMC configuration logicpatacongo2009-11-141-56/+385
* Need to use poll-waitingpatacongo2009-11-131-6/+39
* Add IOCTLs and card identification logicpatacongo2009-11-131-17/+488