aboutsummaryrefslogtreecommitdiff
path: root/src/flash
AgeCommit message (Collapse)Author
2009-11-13armv4_5_common_t -> struct armZachary T Welch
Remove misleading typedef and just use struct arm.
2009-11-13working_area_t -> struct working_areaZachary T Welch
Remove misleading typedef and redundant suffix from struct working_area.
2009-11-13mips_ejtag_t -> struct mips_ejtagZachary T Welch
Remove misleading typedef and redundant suffix from struct mips_ejtag.
2009-11-13mips32_common_t -> struct mips32_commonZachary T Welch
Remove misleading typedef and redundant suffix from struct mips32_common.
2009-11-13avr_common_t -> struct avr_commonZachary T Welch
Remove misleading typedef and redundant suffix from struct avr_common.
2009-11-13armv7m_algorithm_t -> struct armv7m_algorithmZachary T Welch
Remove misleading typedef and redundant suffix from struct armv7m_algorithm.
2009-11-13armv4_5_algorithm_t -> struct armv4_5_algorithmZachary T Welch
Remove misleading typedef and redundant suffix from struct armv4_5_algorithm.
2009-11-13arm_jtag_t -> struct arm_jtagZachary T Welch
Remove misleading typedef and redundant suffix from struct arm_jtag.
2009-11-13arm7_9_common_t -> struct arm7_9_commonZachary T Welch
Remove misleading typedef and redundant suffix from struct arm7_9_common.
2009-11-13reg_param_t -> struct reg_paramZachary T Welch
Remove misleading typedef and redundant suffix from struct reg_param.
2009-11-13mem_param_t -> struct mem_paramZachary T Welch
Remove misleading typedef and redundant suffix from struct mem_param.
2009-11-13remove unused aduc702x structure.Zachary T Welch
The ADUC702x_FLASH_MMIO structure was completely used, so it must die.
2009-11-13aduc702x_flash_bank_t -> struct aduc702x_flash_bankZachary T Welch
Remove misleading typedef and redundant suffix from struct aduc702x_flash_bank.
2009-11-13tms470_flash_bank_t -> struct tms470_flash_bankZachary T Welch
Remove misleading typedef and redundant suffix from struct tms470_flash_bank.
2009-11-13pic32mx_mem_layout_t -> struct pic32mx_mem_layoutZachary T Welch
Remove misleading typedef and redundant suffix from struct pic32mx_mem_layout.
2009-11-13non_cfi_t -> struct non_cfiZachary T Welch
Remove misleading typedef and redundant suffix from struct non_cfi.
2009-11-13nand_block_t -> struct nand_blockZachary T Welch
Remove misleading typedef and redundant suffix from struct nand_block.
2009-11-13str9xpec_flash_controller_t -> struct str9xpec_flash_controllerZachary T Welch
Remove misleading typedef and redundant suffix from struct str9xpec_flash_controller.
2009-11-13str9x_flash_bank_t -> struct str9x_flash_bankZachary T Welch
Remove misleading typedef and redundant suffix from struct str9x_flash_bank.
2009-11-13str7x_mem_layout_t -> struct str7x_mem_layoutZachary T Welch
Remove misleading typedef and redundant suffix from struct str7x_mem_layout.
2009-11-13str7x_flash_bank_t -> struct str7x_flash_bankZachary T Welch
Remove misleading typedef and redundant suffix from struct str7x_flash_bank.
2009-11-13stm32x_mem_layout_t -> struct stm32x_mem_layoutZachary T Welch
Remove misleading typedef and redundant suffix from struct stm32x_mem_layout.
2009-11-13stm32x_flash_bank_t -> struct stm32x_flash_bankZachary T Welch
Remove misleading typedef and redundant suffix from struct stm32x_flash_bank.
2009-11-13stm32x_options_t -> struct stm32x_optionsZachary T Welch
Remove misleading typedef and redundant suffix from struct stm32x_options.
2009-11-13stellaris_flash_bank_t -> struct stellaris_flash_bankZachary T Welch
Remove misleading typedef and redundant suffix from struct stellaris_flash_bank.
2009-11-13s3c24xx_nand_controller_t -> struct s3c24xx_nand_controllerZachary T Welch
Remove misleading typedef and redundant suffix from struct s3c24xx_nand_controller.
2009-11-13pic32mx_flash_bank_t -> struct pic32mx_flash_bankZachary T Welch
Remove misleading typedef and redundant suffix from struct pic32mx_flash_bank.
2009-11-13orion_nand_controller_t -> struct orion_nand_controllerZachary T Welch
Remove misleading typedef and redundant suffix from struct orion_nand_controller.
2009-11-13ocl_priv_t -> struct ocl_privZachary T Welch
Remove misleading typedef and redundant suffix from struct ocl_priv.
2009-11-13nand_info_t -> struct nand_infoZachary T Welch
Remove misleading typedef and redundant suffix from struct nand_info.
2009-11-13nand_manufacturer_t -> struct nand_manufacturerZachary T Welch
Remove misleading typedef and redundant suffix from struct nand_manufacturer.
2009-11-13nand_ecclayout_t -> struct nand_ecclayoutZachary T Welch
Remove misleading typedef and redundant suffix from struct nand_ecclayout.
2009-11-13nand_flash_controller_t -> struct nand_flash_controllerZachary T Welch
Remove misleading typedef and redundant suffix from struct nand_flash_controller.
2009-11-13mx3_nf_controller_t -> struct mx3_nf_controllerZachary T Welch
Remove misleading typedef and redundant suffix from struct mx3_nf_controller.
2009-11-13mflash_bank_t -> struct mflash_bankZachary T Welch
Remove misleading typedef and redundant suffix from struct mflash_bank.
2009-11-13mg_drv_info_t -> struct mg_drv_infoZachary T Welch
Remove misleading typedef and redundant suffix from struct mg_drv_info.
2009-11-13mflash_gpio_drv_t -> struct mflash_gpio_drvZachary T Welch
Remove misleading typedef and redundant suffix from struct mflash_gpio_drv.
2009-11-13mflash_gpio_num_t -> struct mflash_gpio_numZachary T Welch
Remove misleading typedef and redundant suffix from struct mflash_gpio_num.
2009-11-13lpc3180_nand_controller_t -> struct lpc3180_nand_controllerZachary T Welch
Remove misleading typedef and redundant suffix from struct lpc3180_nand_controller.
2009-11-13lpc2900_flash_bank_t -> struct lpc2900_flash_bankZachary T Welch
Remove misleading typedef and redundant suffix from struct lpc2900_flash_bank.
2009-11-13lpc288x_flash_bank_t -> struct lpc288x_flash_bankZachary T Welch
Remove misleading typedef and redundant suffix from struct lpc288x_flash_bank.
2009-11-13lpc2000_flash_bank_t -> struct lpc2000_flash_bankZachary T Welch
Remove misleading typedef and redundant suffix from struct lpc2000_flash_bank.
2009-11-13flash_driver_t -> struct flash_driverZachary T Welch
Remove misleading typedef and redundant suffix from struct flash_driver.
2009-11-13flash_sector_t -> struct flash_sectorZachary T Welch
Remove misleading typedef and redundant suffix from struct flash_sector.
2009-11-13faux_flash_bank_t -> struct faux_flash_bankZachary T Welch
Remove misleading typedef and redundant suffix from struct faux_flash_bank.
2009-11-13ecosflash_flash_bank_t -> struct ecosflash_flash_bankZachary T Welch
Remove misleading typedef and redundant suffix from struct ecosflash_flash_bank.
2009-11-13cfi_fixup_t -> struct cfi_fixupZachary T Welch
Remove misleading typedef and redundant suffix from struct cfi_fixup.
2009-11-13cfi_unlock_addresses_t -> struct cfi_unlock_addressesZachary T Welch
Remove misleading typedef and redundant suffix from struct cfi_unlock_addresses.
2009-11-13cfi_spansion_pri_ext_t -> struct cfi_spansion_pri_extZachary T Welch
Remove misleading typedef and redundant suffix from struct cfi_spansion_pri_ext.
2009-11-13cfi_atmel_pri_ext_t -> struct cfi_atmel_pri_extZachary T Welch
Remove misleading typedef and redundant suffix from struct cfi_atmel_pri_ext.