summaryrefslogtreecommitdiff
path: root/nuttx/drivers
Commit message (Collapse)AuthorAgeFilesLines
* Changing NuttX fixed size type names to C99 standard names -- things will be ↵patacongo2009-12-141-7/+9
| | | | | | broken for awhile git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2335 42af7a65-404d-4744-a932-0658087f49c3
* Eliminate some hcs12 compile errors/warningspatacongo2009-12-135-18/+29
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2329 42af7a65-404d-4744-a932-0658087f49c3
* Add FTL logicpatacongo2009-12-062-1/+543
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2307 42af7a65-404d-4744-a932-0658087f49c3
* Should not returned queued read requests on a resetpatacongo2009-12-012-8/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2294 42af7a65-404d-4744-a932-0658087f49c3
* Need a cancel method to stop DMApatacongo2009-11-271-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2280 42af7a65-404d-4744-a932-0658087f49c3
* Fix block read/write return values; SDIO error reporting; slow down clock if ↵patacongo2009-11-252-43/+98
| | | | | | interrupt mode git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2278 42af7a65-404d-4744-a932-0658087f49c3
* Fix SCR data transferpatacongo2009-11-211-3/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2276 42af7a65-404d-4744-a932-0658087f49c3
* Progress integrating SD on STM32patacongo2009-11-201-6/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2275 42af7a65-404d-4744-a932-0658087f49c3
* Now correctly handles SD card ACMD41 busypatacongo2009-11-191-15/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2274 42af7a65-404d-4744-a932-0658087f49c3
* Correct identifies v1.x SD cardpatacongo2009-11-181-15/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2273 42af7a65-404d-4744-a932-0658087f49c3
* Initial MMC/SD SDIO STM32 bug fixespatacongo2009-11-181-12/+22
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2272 42af7a65-404d-4744-a932-0658087f49c3
* Callbacks need to use worker thread; clean up/document configuration settingspatacongo2009-11-171-133/+135
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2268 42af7a65-404d-4744-a932-0658087f49c3
* Code complete for STM32 SDIO driver and MMC/SD SDIO driverpatacongo2009-11-171-45/+110
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2266 42af7a65-404d-4744-a932-0658087f49c3
* Finish event wait logicpatacongo2009-11-171-4/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2265 42af7a65-404d-4744-a932-0658087f49c3
* Add basic data transfer logicpatacongo2009-11-172-111/+901
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2264 42af7a65-404d-4744-a932-0658087f49c3
* Add SDIO interrupt handlingpatacongo2009-11-161-11/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2263 42af7a65-404d-4744-a932-0658087f49c3
* Redesign SDIO wait logic; add SDIO DMA logicpatacongo2009-11-161-10/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2261 42af7a65-404d-4744-a932-0658087f49c3
* Eliminate some warningspatacongo2009-11-151-93/+94
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2260 42af7a65-404d-4744-a932-0658087f49c3
* Add logic to handle card insertion/removal eventspatacongo2009-11-151-9/+181
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2259 42af7a65-404d-4744-a932-0658087f49c3
* Add SD card initialization logicpatacongo2009-11-152-45/+424
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2258 42af7a65-404d-4744-a932-0658087f49c3
* Add CSD decode logicpatacongo2009-11-143-30/+361
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2257 42af7a65-404d-4744-a932-0658087f49c3
* Missing breaks in switchpatacongo2009-11-141-6/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2256 42af7a65-404d-4744-a932-0658087f49c3
* Add MMC configuration logicpatacongo2009-11-142-57/+405
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2255 42af7a65-404d-4744-a932-0658087f49c3
* Need to use poll-waitingpatacongo2009-11-131-6/+39
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2254 42af7a65-404d-4744-a932-0658087f49c3
* Add IOCTLs and card identification logicpatacongo2009-11-132-17/+590
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2253 42af7a65-404d-4744-a932-0658087f49c3
* Incremental progress on STM32 MMCSD driverpatacongo2009-11-112-2/+73
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2245 42af7a65-404d-4744-a932-0658087f49c3
* Add skeleton file that will hold the STM32 SDIO driverpatacongo2009-11-111-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2243 42af7a65-404d-4744-a932-0658087f49c3
* Rename mmcsd.c to mmcsd_sdio.cpatacongo2009-11-112-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2242 42af7a65-404d-4744-a932-0658087f49c3
* Separate SDIO interface from MMCSDpatacongo2009-11-101-4/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2241 42af7a65-404d-4744-a932-0658087f49c3
* Fix errors/warnings reported by eZ80 compilerpatacongo2009-11-064-16/+26
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2239 42af7a65-404d-4744-a932-0658087f49c3
* Add skeleton of SDIO-based MMCSD driverpatacongo2009-11-062-1/+458
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2237 42af7a65-404d-4744-a932-0658087f49c3
* Fix confusion between byte and block transferspatacongo2009-11-061-83/+100
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2235 42af7a65-404d-4744-a932-0658087f49c3
* Integrte work threadpatacongo2009-11-061-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2232 42af7a65-404d-4744-a932-0658087f49c3
* Incorporate the work threadpatacongo2009-11-051-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2230 42af7a65-404d-4744-a932-0658087f49c3
* Add beginnings of a work threadpatacongo2009-11-051-23/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2229 42af7a65-404d-4744-a932-0658087f49c3
* cosmeticpatacongo2009-11-051-46/+43
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2228 42af7a65-404d-4744-a932-0658087f49c3
* Add generic support for read-ahead buffering and write buffering in block ↵patacongo2009-11-052-1/+644
| | | | | | drivers git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2227 42af7a65-404d-4744-a932-0658087f49c3
* Extend USB trace logicpatacongo2009-11-023-174/+262
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2212 42af7a65-404d-4744-a932-0658087f49c3
* Extend USB trace logicpatacongo2009-11-021-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2211 42af7a65-404d-4744-a932-0658087f49c3
* typopatacongo2009-10-311-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2202 42af7a65-404d-4744-a932-0658087f49c3
* Fixes for DEBUG=ON compilation problemspatacongo2009-10-291-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2186 42af7a65-404d-4744-a932-0658087f49c3
* More USB macros; fix warningspatacongo2009-10-271-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2178 42af7a65-404d-4744-a932-0658087f49c3
* Extend SPI interface to better handle multiple devices on same SPI buspatacongo2009-10-201-50/+74
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2162 42af7a65-404d-4744-a932-0658087f49c3
* Add bulk erase IOCTL; add byte read methodpatacongo2009-10-182-120/+257
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2158 42af7a65-404d-4744-a932-0658087f49c3
* Add MTD interface; add M25P64/128 driverpatacongo2009-10-185-5/+856
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2157 42af7a65-404d-4744-a932-0658087f49c3
* Move some drivers to separate subdirectoriespatacongo2009-10-1811-15/+164
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2156 42af7a65-404d-4744-a932-0658087f49c3
* Add logic to dump data in and out of pipepatacongo2009-09-151-1/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2059 42af7a65-404d-4744-a932-0658087f49c3
* Add assert to prevent write() method from being by interrupt handlerspatacongo2009-09-131-0/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2048 42af7a65-404d-4744-a932-0658087f49c3
* cosmeticpatacongo2009-09-132-2/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2045 42af7a65-404d-4744-a932-0658087f49c3
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-255-70/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1951 42af7a65-404d-4744-a932-0658087f49c3