freebsd-src/sys/dev/nand
Justin Hibbits 98be38e7fb Implement a driver for the PowerPC-base RouterBoard (RB333/600/800/1100)
Summary:
This has been tested on the RB800, but should work on the RB333, RB600, and
RB1100 as well.

It's currently missing ECC support, but read and write are complete.

Reviewers: imp

Reviewed By: imp

Subscribers: imp

Differential Revision: https://reviews.freebsd.org/D2223
2015-05-04 20:36:00 +00:00
..
nand.c Pull in r267961 and r267973 again. Fix for issues reported will follow. 2014-06-28 03:56:17 +00:00
nand.h Move the luns field to the end of the struct, for serendipitous packing. 2013-11-15 23:45:13 +00:00
nand_bbt.c
nand_cdev.c Unbreak compilation with GCC. 2013-11-21 09:19:14 +00:00
nand_dev.h
nand_ecc_pos.h
nand_generic.c ONFI parameters are little-endian, hence we must take care to convert them 2013-11-15 23:41:32 +00:00
nand_geom.c Unbreak compilation with GCC. 2013-11-21 09:19:14 +00:00
nand_id.c More NAND IDs of some really old Samsung parts, also list the part 2014-01-04 22:30:18 +00:00
nand_if.m
nandbus.c Correct the order of arguments to mtx_init(). 2014-02-14 11:18:15 +00:00
nandbus.h
nandbus_if.m
nandsim.c
nandsim.h
nandsim_chip.c
nandsim_chip.h
nandsim_ctrl.c
nandsim_log.c
nandsim_log.h
nandsim_swap.c
nandsim_swap.h
nfc_at91.c Add fdt binding for nand for Atmel parts. This does little more than 2014-02-28 02:38:04 +00:00
nfc_at91.h Generalize AT91 NAND support a bit. Be more flexible about ALE and CLE 2014-01-19 17:53:51 +00:00
nfc_fsl.c machine/fdt.h no longer exists for powerpc. 2015-03-31 05:26:30 +00:00
nfc_fsl.h
nfc_if.m
nfc_mv.c
nfc_rb.c Implement a driver for the PowerPC-base RouterBoard (RB333/600/800/1100) 2015-05-04 20:36:00 +00:00