summaryrefslogtreecommitdiff
path: root/nuttx/drivers/bch/bchdev_driver.c
Commit message (Collapse)AuthorAgeFilesLines
* Make some file section headers more consistent with standardGregory Nutt2015-04-081-1/+1
|
* chdev_driver: Avoid NULL pointer dereference when bch->refs == 255. From ↵Gregory Nutt2015-03-121-1/+1
| | | | Juha Niskanen
* Add support for seeking in BCH. From Sébastien Lorquet.Gregory Nutt2014-11-131-2/+69
|
* MTD read-ahear/write buffering layer seems functionalGregory Nutt2014-09-251-2/+4
|
* BCH: Add configurable AES encryption support to block-to-character (BCH) ↵Gregory Nutt2014-07-071-1/+9
| | | | driver. This allows any block device to be accessed as an encrypted character device. From Max Nekludov
* Clean up some naming: fd vs. fildes vs. filedes and filep vs filpGregory Nutt2013-09-281-19/+22
|
* Add capability to traverse inodes in the NuttX psuedo-filesystempatacongo2012-08-031-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5004 42af7a65-404d-4744-a932-0658087f49c3
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4499 42af7a65-404d-4744-a932-0658087f49c3
* Fix AVR warnings; FAT FS needs to use off_t instead of size_tpatacongo2011-06-201-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3728 42af7a65-404d-4744-a932-0658087f49c3
* Fix errors/warnings reported by eZ80 compilerpatacongo2009-11-061-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2239 42af7a65-404d-4744-a932-0658087f49c3
* Additional fixes for devkitARM toolchainpatacongo2009-06-111-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1876 42af7a65-404d-4744-a932-0658087f49c3
* All file_operations vtables should be static constpatacongo2009-06-101-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1871 42af7a65-404d-4744-a932-0658087f49c3
* warning removalpatacongo2009-05-281-2/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1834 42af7a65-404d-4744-a932-0658087f49c3
* Needs conditional compilation for POLL disabledpatacongo2008-11-171-2/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1273 42af7a65-404d-4744-a932-0658087f49c3
* Add infrastructure to support poll()patacongo2008-11-161-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1258 42af7a65-404d-4744-a932-0658087f49c3
* Flush dirty cache on closepatacongo2008-11-161-4/+46
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1250 42af7a65-404d-4744-a932-0658087f49c3
* Block-to-character driverpatacongo2008-11-151-0/+211
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1235 42af7a65-404d-4744-a932-0658087f49c3