aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/flash
Commit message (Expand)AuthorAgeFilesLines
* Check the return value of config_intrhook_establish().Kevin Lo2015-03-031-1/+3
* Fix a few typos for s25fl types.Luiz Otavio O Souza2013-08-281-2/+2
* Add support for two new winbond SPI flash parts.Adrian Chadd2013-06-081-1/+5
* Remove duplicate const specifiers in many drivers (I hope I got all ofDimitry Andric2012-11-051-1/+1
* Add more SPI flash IDs.Aleksandr Rybalko2012-09-251-9/+16
* Add a new flash part - 4MB SPI flash from Winbond.Adrian Chadd2012-08-281-0/+1
* Revert r236529, re-enabling verification of the flashed content asMarius Strobl2012-06-181-2/+0
* Disable verification of the flashed content for now; for reasons unknownMarius Strobl2012-06-031-0/+2
* - Loop up to 3 seconds when waiting for a device to get ready. [1]Marius Strobl2012-06-031-97/+262
* Add a couple more SPI flash device IDs found in commercialAdrian Chadd2012-01-041-0/+2
* Modify the spi flash driver to allow smaller read IO sizes, but enforceAdrian Chadd2011-02-161-17/+18
* Add support for the m25p64; lifted straight from Linux.Adrian Chadd2011-01-301-0/+1
* Add s25sl064a, an 8mb SPI flash part.Adrian Chadd2010-08-171-0/+1
* Fix naming to be consistent.Adrian Chadd2010-07-191-2/+2
* Extend the mx25l erase function to support different erase commands.Adrian Chadd2010-07-191-3/+3
* Extend the mx25l flash device support to include a set of per-deviceAdrian Chadd2010-07-191-4/+11
* Include 4k/32k erase commands.Adrian Chadd2010-07-191-0/+4
* Fix KASSERT() messages to reflect reality.Adrian Chadd2010-07-161-2/+2
* - Code reorg: extract mx25l_read and mx25l_write methodsOleksandr Tymoshenko2009-11-181-81/+146
* - Add write support for mx25l flash chipOleksandr Tymoshenko2009-10-252-1/+104
* o Move the driveid.h fileWarner Losh2009-06-141-259/+0
* Part of the cf driver missed.Warner Losh2009-06-141-0/+259
* Move dev/flash/ cf driver into octeon dir where it belongs.Warner Losh2009-06-142-654/+0
* Merge in Cavium's CF driver. This too is in the wrong place and willWarner Losh2009-06-142-0/+654
* Merge from HEADOleksandr Tymoshenko2009-05-261-1/+0
|\
| * - Remove nonexistent header file from includes listOleksandr Tymoshenko2009-05-131-1/+0
* | - Add support for MX25Lxxx SPI flash (readonly atm)Oleksandr Tymoshenko2009-05-182-0/+369
|/
* Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer2007-10-201-1/+1
* MFp4:Warner Losh2006-11-291-0/+284