summaryrefslogtreecommitdiff
path: root/src/flash
Commit message (Collapse)AuthorAgeFilesLines
* remove unused aduc702x structure.Zachary T Welch2009-11-131-11/+0
| | | | The ADUC702x_FLASH_MMIO structure was completely used, so it must die.
* aduc702x_flash_bank_t -> struct aduc702x_flash_bankZachary T Welch2009-11-131-6/+5
| | | | | Remove misleading typedef and redundant suffix from struct aduc702x_flash_bank.
* tms470_flash_bank_t -> struct tms470_flash_bankZachary T Welch2009-11-132-12/+12
| | | | Remove misleading typedef and redundant suffix from struct tms470_flash_bank.
* pic32mx_mem_layout_t -> struct pic32mx_mem_layoutZachary T Welch2009-11-131-2/+2
| | | | Remove misleading typedef and redundant suffix from struct pic32mx_mem_layout.
* non_cfi_t -> struct non_cfiZachary T Welch2009-11-132-4/+4
| | | | Remove misleading typedef and redundant suffix from struct non_cfi.
* nand_block_t -> struct nand_blockZachary T Welch2009-11-132-4/+4
| | | | Remove misleading typedef and redundant suffix from struct nand_block.
* str9xpec_flash_controller_t -> struct str9xpec_flash_controllerZachary T Welch2009-11-132-24/+24
| | | | Remove misleading typedef and redundant suffix from struct str9xpec_flash_controller.
* str9x_flash_bank_t -> struct str9x_flash_bankZachary T Welch2009-11-132-8/+8
| | | | Remove misleading typedef and redundant suffix from struct str9x_flash_bank.
* str7x_mem_layout_t -> struct str7x_mem_layoutZachary T Welch2009-11-132-4/+4
| | | | Remove misleading typedef and redundant suffix from struct str7x_mem_layout.
* str7x_flash_bank_t -> struct str7x_flash_bankZachary T Welch2009-11-132-12/+12
| | | | Remove misleading typedef and redundant suffix from struct str7x_flash_bank.
* stm32x_mem_layout_t -> struct stm32x_mem_layoutZachary T Welch2009-11-131-2/+2
| | | | Remove misleading typedef and redundant suffix from struct stm32x_mem_layout.
* stm32x_flash_bank_t -> struct stm32x_flash_bankZachary T Welch2009-11-132-16/+16
| | | | Remove misleading typedef and redundant suffix from struct stm32x_flash_bank.
* stm32x_options_t -> struct stm32x_optionsZachary T Welch2009-11-131-3/+3
| | | | Remove misleading typedef and redundant suffix from struct stm32x_options.
* stellaris_flash_bank_t -> struct stellaris_flash_bankZachary T Welch2009-11-132-14/+14
| | | | Remove misleading typedef and redundant suffix from struct stellaris_flash_bank.
* s3c24xx_nand_controller_t -> struct s3c24xx_nand_controllerZachary T Welch2009-11-136-24/+24
| | | | Remove misleading typedef and redundant suffix from struct s3c24xx_nand_controller.
* pic32mx_flash_bank_t -> struct pic32mx_flash_bankZachary T Welch2009-11-132-10/+10
| | | | Remove misleading typedef and redundant suffix from struct pic32mx_flash_bank.
* orion_nand_controller_t -> struct orion_nand_controllerZachary T Welch2009-11-131-8/+8
| | | | Remove misleading typedef and redundant suffix from struct orion_nand_controller.
* ocl_priv_t -> struct ocl_privZachary T Welch2009-11-131-8/+8
| | | | Remove misleading typedef and redundant suffix from struct ocl_priv.
* nand_info_t -> struct nand_infoZachary T Welch2009-11-132-4/+4
| | | | Remove misleading typedef and redundant suffix from struct nand_info.
* nand_manufacturer_t -> struct nand_manufacturerZachary T Welch2009-11-132-4/+4
| | | | Remove misleading typedef and redundant suffix from struct nand_manufacturer.
* nand_ecclayout_t -> struct nand_ecclayoutZachary T Welch2009-11-132-5/+5
| | | | Remove misleading typedef and redundant suffix from struct nand_ecclayout.
* nand_flash_controller_t -> struct nand_flash_controllerZachary T Welch2009-11-1310-23/+23
| | | | Remove misleading typedef and redundant suffix from struct nand_flash_controller.
* mx3_nf_controller_t -> struct mx3_nf_controllerZachary T Welch2009-11-132-14/+14
| | | | Remove misleading typedef and redundant suffix from struct mx3_nf_controller.
* mflash_bank_t -> struct mflash_bankZachary T Welch2009-11-132-4/+4
| | | | Remove misleading typedef and redundant suffix from struct mflash_bank.
* mg_drv_info_t -> struct mg_drv_infoZachary T Welch2009-11-132-4/+4
| | | | Remove misleading typedef and redundant suffix from struct mg_drv_info.
* mflash_gpio_drv_t -> struct mflash_gpio_drvZachary T Welch2009-11-132-7/+7
| | | | Remove misleading typedef and redundant suffix from struct mflash_gpio_drv.
* mflash_gpio_num_t -> struct mflash_gpio_numZachary T Welch2009-11-132-13/+13
| | | | Remove misleading typedef and redundant suffix from struct mflash_gpio_num.
* lpc3180_nand_controller_t -> struct lpc3180_nand_controllerZachary T Welch2009-11-132-16/+16
| | | | Remove misleading typedef and redundant suffix from struct lpc3180_nand_controller.
* lpc2900_flash_bank_t -> struct lpc2900_flash_bankZachary T Welch2009-11-131-15/+15
| | | | Remove misleading typedef and redundant suffix from struct lpc2900_flash_bank.
* lpc288x_flash_bank_t -> struct lpc288x_flash_bankZachary T Welch2009-11-132-8/+8
| | | | Remove misleading typedef and redundant suffix from struct lpc288x_flash_bank.
* lpc2000_flash_bank_t -> struct lpc2000_flash_bankZachary T Welch2009-11-132-9/+9
| | | | Remove misleading typedef and redundant suffix from struct lpc2000_flash_bank.
* flash_driver_t -> struct flash_driverZachary T Welch2009-11-1321-42/+42
| | | | Remove misleading typedef and redundant suffix from struct flash_driver.
* flash_sector_t -> struct flash_sectorZachary T Welch2009-11-1318-30/+30
| | | | Remove misleading typedef and redundant suffix from struct flash_sector.
* faux_flash_bank_t -> struct faux_flash_bankZachary T Welch2009-11-131-6/+6
| | | | Remove misleading typedef and redundant suffix from struct faux_flash_bank.
* ecosflash_flash_bank_t -> struct ecosflash_flash_bankZachary T Welch2009-11-131-12/+12
| | | | Remove misleading typedef and redundant suffix from struct ecosflash_flash_bank.
* cfi_fixup_t -> struct cfi_fixupZachary T Welch2009-11-132-6/+6
| | | | Remove misleading typedef and redundant suffix from struct cfi_fixup.
* cfi_unlock_addresses_t -> struct cfi_unlock_addressesZachary T Welch2009-11-132-4/+4
| | | | Remove misleading typedef and redundant suffix from struct cfi_unlock_addresses.
* cfi_spansion_pri_ext_t -> struct cfi_spansion_pri_extZachary T Welch2009-11-133-15/+15
| | | | Remove misleading typedef and redundant suffix from struct cfi_spansion_pri_ext.
* cfi_atmel_pri_ext_t -> struct cfi_atmel_pri_extZachary T Welch2009-11-132-3/+3
| | | | Remove misleading typedef and redundant suffix from struct cfi_atmel_pri_ext.
* cfi_intel_pri_ext_t -> struct cfi_intel_pri_extZachary T Welch2009-11-132-6/+6
| | | | Remove misleading typedef and redundant suffix from struct cfi_intel_pri_ext.
* cfi_flash_bank_t -> struct cfi_flash_bankZachary T Welch2009-11-133-40/+40
| | | | Remove misleading typedef and redundant suffix from struct cfi_flash_bank.
* avrf_flash_bank_t -> struct avrf_flash_bankZachary T Welch2009-11-132-6/+6
| | | | Remove misleading typedef and redundant suffix from struct avrf_flash_bank.
* avrf_type_t -> struct avrf_typeZachary T Welch2009-11-132-5/+5
| | | | Remove misleading typedef and redundant suffix from struct avrf_type.
* at91sam7_flash_bank_t -> struct at91sam7_flash_bankZachary T Welch2009-11-132-16/+16
| | | | Remove misleading typedef and redundant suffix from struct at91sam7_flash_bank.
* scan_field_t -> struct scan_fieldZachary T Welch2009-11-131-10/+10
| | | | Remove useless structure typedef.
* jtag_tap_t -> struct jtag_tapZachary T Welch2009-11-133-28/+28
| | | | | Search and destroy the jtag_tap_t typedef. This also cleans up a layering violation, removing the declaration from types.h.
* fileio_t -> struct fileioZachary T Welch2009-11-134-6/+6
| | | | Remove useless structure typedef.
* command_handler_t: make argc unsignedZachary T Welch2009-11-132-8/+3
| | | | | | The number of command arguments will always be 0 or more, so use the right type in handlers. This has a cascading effect up through the layers, but the new COMMAND_HANDLER macros prevented total chaos.
* add CMD_NAME macro for command handlersZachary T Welch2009-11-131-1/+1
| | | | | By introducing the CMD_NAME macro, this parameter may be integrated as args[-1] in command.[ch], without touching any other call sites.
* use CALL_COMMAND_HANDLER instead of direct callsZachary T Welch2009-11-132-2/+4
| | | | | | By using CALL_COMMAND_HANDLER, parameters can be reordered, added, or even removed in inherited signatures, without requiring revisiting all of the various call sites.