aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/nand/nand_generic.c
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Remove NULL checks after M_WAITOK allocations from nand(4).Edward Tomasz Napierala2016-08-091-10/+0
* Use the correct le*dec function to decode a 16bit type.Christian Brueffer2015-07-011-1/+1
* ONFI parameters are little-endian, hence we must take care to convert themIan Lepore2013-11-151-19/+32
* Search for and validate the ONFI params as specified in the standard.Ian Lepore2013-11-151-9/+46
* o Add ONFI signature check.Ruslan Bukin2013-11-091-1/+5
* Import work done under project/nand (@235533) into head.Grzegorz Bernacki2012-05-171-0/+1320