summaryrefslogtreecommitdiff
path: root/sys/dev/nand/nand.c
AgeCommit message (Expand)Author
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2017-11-13Add support for dynamic flash partitionsjmcneill
2017-11-09Add support for decoding legacy Toshiba TC58NVG2S0H NAND chip params.jmcneill
2016-10-04Use ONFI_STATUS_WP instead of 0x80.kiyohara
2016-10-04Wait STATUS_RDY after ONFI_RESET.kiyohara
2013-10-20remove unusedchristos
2012-11-03Endiannes fixes from Brett Slager in ONFI Param page parsing.ahoka
2012-11-03Make nc_block_pages go aways, its redundant and unused.ahoka
2012-11-02Use %zu formats to print size_t values.pgoyette
2012-11-02No longer use size_t in the chip structure.ahoka
2012-10-31Hook nand_samsung.c into the build, and use it if a legacy chipriz
2012-07-12Deal with a spare size of 32. XXX necc_offset is only a guess.matt
2011-08-28Rename isbad argument to is_bad - stupid namespace pollution and ancientmartin
2011-07-15Add support for CFI NOR, using MPC8536DS as initial example.cliff
2011-07-01Make this actually compile by adding a wrapper function which callsahoka
2011-06-28Refactor flash and nand driver, so we can reuse the io thread codeahoka
2011-06-28follow bus_space conventions in namingahoka
2011-05-01Remove trailing tabs, add RCS IDs.rmind
2011-04-26it seems we have a config_detach_children (though undocumented)ahoka
2011-04-26fix some bugs in detachmentahoka
2011-04-10Fix locking and simplify some error path.ahoka
2011-04-04Fix badblock checkingahoka
2011-03-27Add support for redifining page read and program functions by drivers.ahoka
2011-03-09Add some PRIxxx macros to correctly print stdint typesahoka
2011-03-09Use %zu for size_tmartin
2011-03-09Add support for legacy devices not supporting the ONFI READ_PARAMETER_PAGEahoka
2011-03-09cleanup comments, prototypesahoka
2011-02-26Import the Flash and NAND subsytem code contributed by the Universityahoka