summaryrefslogtreecommitdiffstats
path: root/sys/dev/nand
Commit message (Expand)AuthorAgeFilesLines
* Add fdt binding for nand for Atmel parts. This does little more thanimp2014-02-281-2/+17
* Correct the order of arguments to mtx_init().brueffer2014-02-141-1/+1
* Generalize AT91 NAND support a bit. Be more flexible about ALE and CLEimp2014-01-192-11/+81
* More NAND IDs of some really old Samsung parts, also list the partimp2014-01-041-7/+7
* Fill in some more info about the (somewhat old) Samsung parts I haveimp2014-01-031-4/+4
* The HOT-E HL201 has 128MB Samsung SLC NAND, ID it properly.imp2014-01-031-0/+2
* Make the comment match the code. Not sure why we calculate it thisimp2014-01-021-1/+1
* Add support for Samsung K9F2G08U0A (256MiB SLC) NAND found on some oldimp2013-12-311-0/+2
* Add a nand flash controller driver for Atmel at91 family. Tested onlyian2013-12-021-0/+258
* Look up a nand chip by id in the static table before trying to obtainian2013-11-291-11/+21
* Unbreak compilation with GCC.gber2013-11-212-2/+4
* Split raw reading/programming into smaller chunks to avoid allocating toogber2013-11-202-18/+100
* Rework the routine that returns a pointer to the table of software ECCian2013-11-151-17/+16
* Move the luns field to the end of the struct, for serendipitous packing.ian2013-11-151-1/+1
* ONFI parameters are little-endian, hence we must take care to convert themian2013-11-153-21/+48
* Search for and validate the ONFI params as specified in the standard.ian2013-11-151-9/+46
* Update the onfi_params struct to ONFI revision 3.2 (06 12 2013).ian2013-11-151-5/+16
* The vendor specified field is 88 bytes, not 8 bytes.ian2013-11-151-1/+3
* o Add ONFI signature check.br2013-11-093-2/+9
* Use direct custom implementations instead of g_handleattr() for CFI and NANDmav2013-06-121-16/+20
* Fix ONFI chip detection.gber2013-05-272-2/+2
* Add the chip used in recent GlobalScale Technologies *Plug computersian2013-01-271-0/+2
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-10/+2
* Add a driver for the Freescale FCM module in the localbus controller.marcel2012-07-032-0/+813
* Add nand core module and module dependency information.takawata2012-06-262-0/+4
* Import work done under project/nand (@235533) into head.gber2012-05-1724-0/+8078
OpenPOWER on IntegriCloud