summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* arm966e_common_t -> struct arm966e_commonZachary T Welch2009-11-133-10/+10
| | | | Remove misleading typedef and redundant suffix from struct arm966e_common.
* arm926ejs_common_t -> struct arm926ejs_commonZachary T Welch2009-11-133-23/+23
| | | | Remove misleading typedef and redundant suffix from struct arm926ejs_common.
* arm920t_tlb_entry_t -> struct arm920t_tlb_entryZachary T Welch2009-11-132-3/+3
| | | | Remove misleading typedef and redundant suffix from struct arm920t_tlb_entry.
* arm920t_cache_line_t -> struct arm920t_cache_lineZachary T Welch2009-11-132-3/+3
| | | | Remove misleading typedef and redundant suffix from struct arm920t_cache_line.
* arm7tdmi_common_t -> struct arm7tdmi_commonZachary T Welch2009-11-134-8/+8
| | | | Remove misleading typedef and redundant suffix from struct arm7tdmi_common.
* arm7_9_common_t -> struct arm7_9_commonZachary T Welch2009-11-1316-138/+138
| | | | Remove misleading typedef and redundant suffix from struct arm7_9_common.
* arm720t_common_t -> struct arm720t_commonZachary T Welch2009-11-132-16/+16
| | | | Remove misleading typedef and redundant suffix from struct arm720t_common.
* arm11_sc7_action_t -> struct arm11_sc7_actionZachary T Welch2009-11-133-10/+10
| | | | Remove misleading typedef and redundant suffix from struct arm11_sc7_action.
* arm11_reg_state_t -> struct arm11_reg_stateZachary T Welch2009-11-132-9/+9
| | | | Remove misleading typedef and redundant suffix from struct arm11_reg_state.
* arm11_common_t -> struct arm11_commonZachary T Welch2009-11-134-80/+80
| | | | Remove misleading typedef and redundant suffix from struct arm11_common.
* arm11_reg_defs_t -> struct arm11_reg_defsZachary T Welch2009-11-131-6/+6
| | | | Remove misleading typedef and redundant suffix from struct arm11_reg_defs.
* reg_param_t -> struct reg_paramZachary T Welch2009-11-1324-37/+37
| | | | Remove misleading typedef and redundant suffix from struct reg_param.
* mem_param_t -> struct mem_paramZachary T Welch2009-11-1315-22/+22
| | | | Remove misleading typedef and redundant suffix from struct mem_param.
* arm920t_common_t -> struct arm920t_commonZachary T Welch2009-11-133-24/+24
| | | | Remove misleading typedef and redundant suffix from struct arm920t_common.
* arm11_register_history_t -> struct arm11_register_historyZachary T Welch2009-11-131-3/+3
| | | | Remove misleading typedef and redundant suffix from struct arm11_register_history.
* remove typedef keyword from svf structuresZachary T Welch2009-11-131-21/+21
| | | | Removes all misleading typedef keywords from structures in svf.c.
* pld_device_t -> struct pld_deviceZachary T Welch2009-11-133-19/+19
| | | | Remove misleading typedef and redundant suffix from struct pld_device.
* virtex2_pld_device_t -> struct virtex2_pld_deviceZachary T Welch2009-11-132-8/+8
| | | | Remove misleading typedef and redundant suffix from struct virtex2_pld_device.
* xilinx_bit_file_t -> struct xilinx_bit_fileZachary T Welch2009-11-133-5/+5
| | | | Remove misleading typedef and redundant suffix from struct xilinx_bit_file.
* pld_driver_t -> struct pld_driverZachary T Welch2009-11-133-6/+6
| | | | Remove misleading typedef and redundant suffix from struct pld_driver.
* connection_t -> struct connectionZachary T Welch2009-11-135-67/+67
| | | | Remove misleading typedef and redundant suffix from struct connection.
* telnet_connection_t -> struct telnet_connectionZachary T Welch2009-11-132-10/+10
| | | | Remove misleading typedef and redundant suffix from struct telnet_connection.
* tcl_connection_t -> struct tcl_connectionZachary T Welch2009-11-131-7/+7
| | | | Remove misleading typedef and redundant suffix from struct tcl_connection.
* service_t -> struct serviceZachary T Welch2009-11-132-14/+14
| | | | Remove misleading typedef and redundant suffix from struct service.
* telnet_service_t -> struct telnet_serviceZachary T Welch2009-11-132-4/+4
| | | | Remove misleading typedef and redundant suffix from struct telnet_service.
* gdb_service_t -> struct gdb_serviceZachary T Welch2009-11-132-10/+10
| | | | Remove misleading typedef and redundant suffix from struct gdb_service.
* gdb_connection_t -> struct gdb_connectionZachary T Welch2009-11-132-21/+21
| | | | Remove misleading typedef and redundant suffix from struct gdb_connection.
* 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.