summaryrefslogtreecommitdiff
path: root/sys/dev/nand
AgeCommit message (Expand)Author
2018-02-08update for GCC 6:mrg
2017-11-13Add support for dynamic flash partitionsjmcneill
2017-11-09Add support for decoding legacy Toshiba TC58NVG2S0H NAND chip params.jmcneill
2017-11-09ul is not 64-bit on all platforms, use ull when calculating planesizejmcneill
2016-10-04Use ONFI_STATUS_WP instead of 0x80.kiyohara
2016-10-04Wait STATUS_RDY after ONFI_RESET.kiyohara
2015-08-20include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.christos
2013-10-22Fix build for missing chip.htodd
2013-10-21chip unused variable; let the system build againmbalmer
2013-10-21remove DIAGNOSTIC ifdef in preparation of a KASSERT that consumes itschristos
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-02Hah! Size is actually in megaBIT!ahoka
2012-11-02Set nc_block_pagesahoka
2012-11-02Add assertions and remove bogus ctassert.ahoka
2012-11-02Fix a typo and add a debug print.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-31Avoid a 'may be used uninitialized' warning.riz
2012-10-31Fill more info in nand chip structure.ahoka
2012-10-31Hook nand_samsung.c into the build, and use it if a legacy chipriz
2012-10-30Make this compile. (Still untested)riz
2012-10-30Add support for samsung devices, currently a draft to aid Kirkwood NANDahoka
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-28adjust to nand changesahoka
2011-06-28follow bus_space conventions in namingahoka
2011-06-28disable a debug printf and split it, as it's acutally two conditionsahoka
2011-05-01fix some bugs and simplify lockingahoka
2011-05-01Remove trailing tabs, add RCS IDs.rmind
2011-04-26it seems we have a config_detach_children (though undocumented)ahoka
2011-04-26whitespaceahoka
2011-04-26fix some bugs in detachmentahoka
2011-04-10Fix locking and simplify some error path.ahoka
2011-04-10Add some KASSERTs and a few more debug printfahoka
2011-04-04Fix badblock checkingahoka
2011-03-27Add support for redifining page read and program functions by drivers.ahoka
2011-03-18use %zu for size_t, also add rcsidahoka
2011-03-18- add suport for MT29FxGx family devicescliff
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-03-05KNF.jruoho
2011-02-26Import the Flash and NAND subsytem code contributed by the Universityahoka