aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/nand
Commit message (Expand)AuthorAgeFilesLines
* nandsim: correct test to avoid out-of-bounds accessEd Maste2019-06-211-1/+1
* Remove Atmel AT91RM9200 and AT91SAM9 support.Warner Losh2018-07-272-346/+0
* Use M. Warner Losh everywhere on my copyrights.Warner Losh2018-05-011-2/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2725-0/+50
* The nandsim(4) simulator driver doesn't have any protection againstGleb Smirnoff2017-05-041-1/+2
* - Allow different slicers for different flash types to be registeredMarius Strobl2017-02-221-0/+39
* Fix typo in r311971.Alexander Kabaev2017-01-121-1/+1
* Report random flash storage as non-rotating to GEOM_DISK.Alexander Motin2017-01-121-0/+2
* Remove NULL checks after M_WAITOK allocations from nand(4).Edward Tomasz Napierala2016-08-092-15/+0
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* sys/dev: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni2016-04-191-1/+1
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-102-2/+2
* No need to test command values this way. There can be only one, evenWarner Losh2015-12-182-13/+13
* Remove one more that crept in unnecessarily from previous commit.Justin Hibbits2015-08-051-1/+0
* Remove some unnecessary includes.Justin Hibbits2015-08-051-5/+1
* Use the correct le*dec function to decode a 16bit type.Christian Brueffer2015-07-011-1/+1
* Map the LAW for the RouterBoard's NAND LBC memory.Justin Hibbits2015-06-061-0/+12
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-1/+1
* Implement a driver for the PowerPC-base RouterBoard (RB333/600/800/1100)Justin Hibbits2015-05-041-0/+275
* machine/fdt.h no longer exists for powerpc.Justin Hibbits2015-03-311-1/+0
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-10/+1
* Revert r267961, r267973:Glen Barber2014-06-271-1/+10
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-10/+1
* Add fdt binding for nand for Atmel parts. This does little more thanWarner Losh2014-02-281-2/+17
* Correct the order of arguments to mtx_init().Christian Brueffer2014-02-141-1/+1
* Generalize AT91 NAND support a bit. Be more flexible about ALE and CLEWarner Losh2014-01-192-11/+81
* More NAND IDs of some really old Samsung parts, also list the partWarner Losh2014-01-041-7/+7
* Fill in some more info about the (somewhat old) Samsung parts I haveWarner Losh2014-01-031-4/+4
* The HOT-E HL201 has 128MB Samsung SLC NAND, ID it properly.Warner Losh2014-01-031-0/+2
* Make the comment match the code. Not sure why we calculate it thisWarner Losh2014-01-021-1/+1
* Add support for Samsung K9F2G08U0A (256MiB SLC) NAND found on some oldWarner Losh2013-12-311-0/+2
* Add a nand flash controller driver for Atmel at91 family. Tested onlyIan Lepore2013-12-021-0/+258
* Look up a nand chip by id in the static table before trying to obtainIan Lepore2013-11-291-11/+21
* Unbreak compilation with GCC.Grzegorz Bernacki2013-11-212-2/+4
* Split raw reading/programming into smaller chunks to avoid allocating tooGrzegorz Bernacki2013-11-202-18/+100
* Rework the routine that returns a pointer to the table of software ECCIan Lepore2013-11-151-17/+16
* Move the luns field to the end of the struct, for serendipitous packing.Ian Lepore2013-11-151-1/+1
* ONFI parameters are little-endian, hence we must take care to convert themIan Lepore2013-11-153-21/+48
* Search for and validate the ONFI params as specified in the standard.Ian Lepore2013-11-151-9/+46
* Update the onfi_params struct to ONFI revision 3.2 (06 12 2013).Ian Lepore2013-11-151-5/+16
* The vendor specified field is 88 bytes, not 8 bytes.Ian Lepore2013-11-151-1/+3
* o Add ONFI signature check.Ruslan Bukin2013-11-093-2/+9
* Use direct custom implementations instead of g_handleattr() for CFI and NANDAlexander Motin2013-06-121-16/+20
* Fix ONFI chip detection.Grzegorz Bernacki2013-05-272-2/+2
* Add the chip used in recent GlobalScale Technologies *Plug computersIan Lepore2013-01-271-0/+2
* Remove the support for using non-mpsafe filesystem modules.Konstantin Belousov2012-10-221-10/+2
* Add a driver for the Freescale FCM module in the localbus controller.Marcel Moolenaar2012-07-032-0/+813
* Add nand core module and module dependency information.Takanori Watanabe2012-06-262-0/+4
* Import work done under project/nand (@235533) into head.Grzegorz Bernacki2012-05-1724-0/+8078