summaryrefslogtreecommitdiff
path: root/src/flash
Commit message (Expand)AuthorAgeFilesLines
...
* orion_nand_controller_t -> struct orion_nand_controllerZachary T Welch2009-11-131-8/+8
* ocl_priv_t -> struct ocl_privZachary T Welch2009-11-131-8/+8
* nand_info_t -> struct nand_infoZachary T Welch2009-11-132-4/+4
* nand_manufacturer_t -> struct nand_manufacturerZachary T Welch2009-11-132-4/+4
* nand_ecclayout_t -> struct nand_ecclayoutZachary T Welch2009-11-132-5/+5
* nand_flash_controller_t -> struct nand_flash_controllerZachary T Welch2009-11-1310-23/+23
* mx3_nf_controller_t -> struct mx3_nf_controllerZachary T Welch2009-11-132-14/+14
* mflash_bank_t -> struct mflash_bankZachary T Welch2009-11-132-4/+4
* mg_drv_info_t -> struct mg_drv_infoZachary T Welch2009-11-132-4/+4
* mflash_gpio_drv_t -> struct mflash_gpio_drvZachary T Welch2009-11-132-7/+7
* mflash_gpio_num_t -> struct mflash_gpio_numZachary T Welch2009-11-132-13/+13
* lpc3180_nand_controller_t -> struct lpc3180_nand_controllerZachary T Welch2009-11-132-16/+16
* lpc2900_flash_bank_t -> struct lpc2900_flash_bankZachary T Welch2009-11-131-15/+15
* lpc288x_flash_bank_t -> struct lpc288x_flash_bankZachary T Welch2009-11-132-8/+8
* lpc2000_flash_bank_t -> struct lpc2000_flash_bankZachary T Welch2009-11-132-9/+9
* flash_driver_t -> struct flash_driverZachary T Welch2009-11-1321-42/+42
* flash_sector_t -> struct flash_sectorZachary T Welch2009-11-1318-30/+30
* faux_flash_bank_t -> struct faux_flash_bankZachary T Welch2009-11-131-6/+6
* ecosflash_flash_bank_t -> struct ecosflash_flash_bankZachary T Welch2009-11-131-12/+12
* cfi_fixup_t -> struct cfi_fixupZachary T Welch2009-11-132-6/+6
* cfi_unlock_addresses_t -> struct cfi_unlock_addressesZachary T Welch2009-11-132-4/+4
* cfi_spansion_pri_ext_t -> struct cfi_spansion_pri_extZachary T Welch2009-11-133-15/+15
* cfi_atmel_pri_ext_t -> struct cfi_atmel_pri_extZachary T Welch2009-11-132-3/+3
* cfi_intel_pri_ext_t -> struct cfi_intel_pri_extZachary T Welch2009-11-132-6/+6
* cfi_flash_bank_t -> struct cfi_flash_bankZachary T Welch2009-11-133-40/+40
* avrf_flash_bank_t -> struct avrf_flash_bankZachary T Welch2009-11-132-6/+6
* avrf_type_t -> struct avrf_typeZachary T Welch2009-11-132-5/+5
* at91sam7_flash_bank_t -> struct at91sam7_flash_bankZachary T Welch2009-11-132-16/+16
* scan_field_t -> struct scan_fieldZachary T Welch2009-11-131-10/+10
* jtag_tap_t -> struct jtag_tapZachary T Welch2009-11-133-28/+28
* fileio_t -> struct fileioZachary T Welch2009-11-134-6/+6
* command_handler_t: make argc unsignedZachary T Welch2009-11-132-8/+3
* add CMD_NAME macro for command handlersZachary T Welch2009-11-131-1/+1
* use CALL_COMMAND_HANDLER instead of direct callsZachary T Welch2009-11-132-2/+4
* nand: add NAND_DEVICE_COMMAND_HANDLER macroZachary T Welch2009-11-139-23/+14
* use FLASH_BANK_COMMAND_HANDLER macroZachary T Welch2009-11-1318-26/+18
* add FLASH_BANK_COMMAND_HANDLER macroZachary T Welch2009-11-131-2/+6
* s3c24xx: use COMMAND_HANDLER with command helperZachary T Welch2009-11-136-30/+21
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-1316-82/+68
* nand: rename device to nandZachary T Welch2009-11-1213-440/+440
* remove obsolete doxygen commentsZachary T Welch2009-11-112-49/+1
* remove more useless declarationsZachary T Welch2009-11-112-42/+16
* add const keyword to some APIsZachary T Welch2009-11-115-7/+7
* change argv to args in command handlersZachary T Welch2009-11-112-23/+23
* makefiles: improve build orderZachary T Welch2009-11-111-34/+47
* {pic32m,stm32}x.c: remove useless declarationsZachary T Welch2009-11-092-98/+73
* str{7,9}x*.c: remove useless forward declarationsZachary T Welch2009-11-093-141/+108
* flash/<various>.c: remove useless declarationsZachary T Welch2009-11-093-75/+42
* flash/<assorted>.c: remove useless declarationsZachary T Welch2009-11-095-170/+103
* flash/at91sam[37].c: remove useless declarationsZachary T Welch2009-11-092-53/+44