summaryrefslogtreecommitdiffstats
path: root/sys/dev/nand
Commit message (Collapse)AuthorAgeFilesLines
* Use direct custom implementations instead of g_handleattr() for CFI and NANDmav2013-06-121-16/+20
| | | | | | d_getattr(). Since these drivers use disk(9) KPI and not directly GEOM, use of that function means KPI layering violation, causing extra g_io_deliver() call for the request.
* Fix ONFI chip detection.gber2013-05-272-2/+2
| | | | Submitted by: Alexander Fedorov <alexander.fedorov@rtlservice.com>
* Add the chip used in recent GlobalScale Technologies *Plug computersian2013-01-271-0/+2
| | | | Approved by: cognet (mentor)
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-10/+2
| | | | | | | | | | | | In particular, do not lock Giant conditionally when calling into the filesystem module, remove the VFS_LOCK_GIANT() and related macros. Stop handling buffers belonging to non-mpsafe filesystems. The VFS_VERSION is bumped to indicate the interface change which does not result in the interface signatures changes. Conducted and reviewed by: attilio Tested by: pho
* Add a driver for the Freescale FCM module in the localbus controller.marcel2012-07-032-0/+813
| | | | | | | | This driver does not yet handle multiple chip selects properly. Note that the NAND infrastructure does not perform full page reads or writes, which means that this driver cannot make use of the hardware ECC that is otherwise present.
* Add nand core module and module dependency information.takawata2012-06-262-0/+4
| | | | Reviewed by:gber
* Import work done under project/nand (@235533) into head.gber2012-05-1724-0/+8078
The NAND Flash environment consists of several distinct components: - NAND framework (drivers harness for NAND controllers and NAND chips) - NAND simulator (NANDsim) - NAND file system (NAND FS) - Companion tools and utilities - Documentation (manual pages) This work is still experimental. Please use with caution. Obtained from: Semihalf Supported by: FreeBSD Foundation, Juniper Networks
OpenPOWER on IntegriCloud