summaryrefslogtreecommitdiffstats
path: root/sys/dev/flash/mx25l.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a few typos for s25fl types.loos2013-08-281-2/+2
* Add support for two new winbond SPI flash parts.adrian2013-06-081-1/+5
* Add more SPI flash IDs.ray2012-09-251-9/+16
* Add a new flash part - 4MB SPI flash from Winbond.adrian2012-08-281-0/+1
* Add a couple more SPI flash device IDs found in commercialadrian2012-01-041-0/+2
* Modify the spi flash driver to allow smaller read IO sizes, but enforceadrian2011-02-161-17/+18
* Add support for the m25p64; lifted straight from Linux.adrian2011-01-301-0/+1
* Add s25sl064a, an 8mb SPI flash part.adrian2010-08-171-0/+1
* Fix naming to be consistent.adrian2010-07-191-2/+2
* Extend the mx25l erase function to support different erase commands.adrian2010-07-191-3/+3
* Extend the mx25l flash device support to include a set of per-deviceadrian2010-07-191-4/+11
* Fix KASSERT() messages to reflect reality.adrian2010-07-161-2/+2
* - Code reorg: extract mx25l_read and mx25l_write methodsgonzo2009-11-181-81/+146
* - Add write support for mx25l flash chipgonzo2009-10-251-1/+102
* - Add support for MX25Lxxx SPI flash (readonly atm)gonzo2009-05-181-0/+313
OpenPOWER on IntegriCloud