index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
nand
/
nand.c
Age
Commit message (
Expand
)
Author
2021-08-07
Merge thorpej-cfargs2.
thorpej
2021-04-24
Merge thorpej-cfargs branch:
thorpej
2017-11-13
Add support for dynamic flash partitions
jmcneill
2017-11-09
Add support for decoding legacy Toshiba TC58NVG2S0H NAND chip params.
jmcneill
2016-10-04
Use ONFI_STATUS_WP instead of 0x80.
kiyohara
2016-10-04
Wait STATUS_RDY after ONFI_RESET.
kiyohara
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
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
Hook nand_samsung.c into the build, and use it if a legacy chip
riz
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
follow bus_space conventions in naming
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
fix some bugs in detachment
ahoka
2011-04-10
Fix locking and simplify some error path.
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-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-02-26
Import the Flash and NAND subsytem code contributed by the University
ahoka