change #include "flash.h" to <flash/flash.h>
[fw/openocd] / src / flash / nand.h
2009-12-03 Zachary T Welchchange #include "flash.h" to <flash/flash.h>
2009-11-27 Dean GlazeskiNAND Flash documentation update.
2009-11-25 Zachary T Welchremove nand_controller->register_callbacks
2009-11-19 Zachary T Welchadd support for naming NAND banks
2009-11-19 Zachary T Welchrename flash and nand command helpers
2009-11-19 Zachary T Welchallow flash/nand banks commands to accept names
2009-11-16 Zachary T Welchnand_command_get_device_by_num: make COMMAND_HELPER
2009-11-13 Zachary T Welchcommand_context_t -> struct command_context
2009-11-13 Zachary T Welchnand_device_t -> struct nand_device
2009-11-13 Zachary T Welchnand_block_t -> struct nand_block
2009-11-13 Zachary T Welchnand_info_t -> struct nand_info
2009-11-13 Zachary T Welchnand_manufacturer_t -> struct nand_manufacturer
2009-11-13 Zachary T Welchnand_ecclayout_t -> struct nand_ecclayout
2009-11-13 Zachary T Welchnand_flash_controller_t -> struct nand_flash_controller
2009-11-13 Zachary T Welchnand: add NAND_DEVICE_COMMAND_HANDLER macro
2009-11-13 Zachary T Welchnand: rename device to nand
2009-11-11 Zachary T Welchadd const keyword to some APIs
2009-11-09 Zachary T Welchsrc/flash: remove 'extern' and wrap headers
2009-11-06 Zachary T WelchAdd Flash/NAND bank command argument helpers.
2009-09-03 oharboeDavid Brownell
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/flash.
2009-06-18 zwelchTransform 'u16' to 'uint16_t'
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/flash
2009-05-19 oharboeDavid Brownell <david-b@pacbell.net> NAND: update...
2009-05-18 kc8apfWhitespace cleanup from David Brownell <david-b@pacbell...
2009-05-12 oharboe4-bit ECC support for Marvell Kirkwood SOC
2009-04-02 oharboeNicolas Pitre nico at cam.org The ECC data is automatic...
2009-04-02 oharboeNicolas Pitre nico at cam.org software ECC computation...
2008-02-29 oharboeUwe Hermann:
2008-02-19 drath- add support for the majority of the Samsung ARM SoC...
2007-03-26 drath- fixed arm926 cp15 command bug (thanks to Vincent...
2007-03-15 drath- reworked file i/o. every fileaccess (target, flash...