summaryrefslogtreecommitdiff
path: root/lib/libpthread/stdio/findfp.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpthread/stdio/findfp.c')
0 files changed, 0 insertions, 0 deletions
eb87c560482d4e55c7'>Add 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