| Age | Commit message (Expand) | Author |
| 2018-02-08 | update for GCC 6: | mrg |
| 2017-11-13 | Add support for dynamic flash partitions | jmcneill |
| 2017-11-09 | Add support for decoding legacy Toshiba TC58NVG2S0H NAND chip params. | jmcneill |
| 2017-11-09 | ul is not 64-bit on all platforms, use ull when calculating planesize | jmcneill |
| 2016-10-04 | Use ONFI_STATUS_WP instead of 0x80. | kiyohara |
| 2016-10-04 | Wait STATUS_RDY after ONFI_RESET. | kiyohara |
| 2015-08-20 | include "ioconf.h" to get the 'void <driver>attach(int count);' prototype. | christos |
| 2013-10-22 | Fix build for missing chip. | htodd |
| 2013-10-21 | chip unused variable; let the system build again | mbalmer |
| 2013-10-21 | remove DIAGNOSTIC ifdef in preparation of a KASSERT that consumes its | christos |
| 2013-10-20 | remove unused | christos |
| 2012-11-03 | Endiannes fixes from Brett Slager in ONFI Param page parsing. | ahoka |
| 2012-11-03 | Make nc_block_pages go aways, its redundant and unused. | ahoka |
| 2012-11-02 | Hah! Size is actually in megaBIT! | ahoka |
| 2012-11-02 | Set nc_block_pages | ahoka |
| 2012-11-02 | Add assertions and remove bogus ctassert. | ahoka |
| 2012-11-02 | Fix a typo and add a debug print. | ahoka |
| 2012-11-02 | Use %zu formats to print size_t values. | pgoyette |
| 2012-11-02 | No longer use size_t in the chip structure. | ahoka |
| 2012-10-31 | Avoid a 'may be used uninitialized' warning. | riz |
| 2012-10-31 | Fill more info in nand chip structure. | ahoka |
| 2012-10-31 | Hook nand_samsung.c into the build, and use it if a legacy chip | riz |
| 2012-10-30 | Make this compile. (Still untested) | riz |
| 2012-10-30 | Add support for samsung devices, currently a draft to aid Kirkwood NAND | ahoka |
| 2012-07-12 | Deal with a spare size of 32. XXX necc_offset is only a guess. | matt |
| 2011-08-28 | Rename isbad argument to is_bad - stupid namespace pollution and ancient | martin |
| 2011-07-15 | Add support for CFI NOR, using MPC8536DS as initial example. | cliff |
| 2011-07-01 | Make this actually compile by adding a wrapper function which calls | ahoka |
| 2011-06-28 | Refactor flash and nand driver, so we can reuse the io thread code | ahoka |
| 2011-06-28 | adjust to nand changes | ahoka |
| 2011-06-28 | follow bus_space conventions in naming | ahoka |
| 2011-06-28 | disable a debug printf and split it, as it's acutally two conditions | ahoka |
| 2011-05-01 | fix some bugs and simplify locking | ahoka |
| 2011-05-01 | Remove trailing tabs, add RCS IDs. | rmind |
| 2011-04-26 | it seems we have a config_detach_children (though undocumented) | ahoka |
| 2011-04-26 | whitespace | ahoka |
| 2011-04-26 | fix some bugs in detachment | ahoka |
| 2011-04-10 | Fix locking and simplify some error path. | ahoka |
| 2011-04-10 | Add some KASSERTs and a few more debug printf | ahoka |
| 2011-04-04 | Fix badblock checking | ahoka |
| 2011-03-27 | Add support for redifining page read and program functions by drivers. | ahoka |
| 2011-03-18 | use %zu for size_t, also add rcsid | ahoka |
| 2011-03-18 | - add suport for MT29FxGx family devices | cliff |
| 2011-03-09 | Add some PRIxxx macros to correctly print stdint types | ahoka |
| 2011-03-09 | Use %zu for size_t | martin |
| 2011-03-09 | Add support for legacy devices not supporting the ONFI READ_PARAMETER_PAGE | ahoka |
| 2011-03-09 | cleanup comments, prototypes | ahoka |
| 2011-03-05 | KNF. | jruoho |
| 2011-02-26 | Import the Flash and NAND subsytem code contributed by the University | ahoka |