| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
Remove misleading typedef and redundant suffix from struct pic32mx_mem_layout.
|
|
|
|
| |
Remove misleading typedef and redundant suffix from struct non_cfi.
|
|
|
|
| |
Remove misleading typedef and redundant suffix from struct nand_block.
|
|
|
|
| |
Remove misleading typedef and redundant suffix from struct str9xpec_flash_controller.
|
|
|
|
| |
Remove misleading typedef and redundant suffix from struct str9x_flash_bank.
|
|
|
|
| |
Remove misleading typedef and redundant suffix from struct str7x_mem_layout.
|
|
|
|
| |
Remove misleading typedef and redundant suffix from struct str7x_flash_bank.
|
|
|
|
| |
Remove misleading typedef and redundant suffix from struct stm32x_mem_layout.
|
|
|
|
| |
Remove misleading typedef and redundant suffix from struct stm32x_flash_bank.
|
|
|
|
| |
Remove misleading typedef and redundant suffix from struct stm32x_options.
|
|
|
|
| |
Remove misleading typedef and redundant suffix from struct stellaris_flash_bank.
|
|
|
|
| |
Remove misleading typedef and redundant suffix from struct s3c24xx_nand_controller.
|
|
|
|
| |
Remove misleading typedef and redundant suffix from struct pic32mx_flash_bank.
|
|
|
|
| |
Remove misleading typedef and redundant suffix from struct orion_nand_controller.
|
|
|
|
| |
Remove misleading typedef and redundant suffix from struct ocl_priv.
|
|
|
|
| |
Remove misleading typedef and redundant suffix from struct nand_info.
|
|
|
|
| |
Remove misleading typedef and redundant suffix from struct nand_manufacturer.
|
|
|
|
| |
Remove misleading typedef and redundant suffix from struct nand_ecclayout.
|
|
|
|
| |
Remove misleading typedef and redundant suffix from struct nand_flash_controller.
|
|
|
|
| |
Remove misleading typedef and redundant suffix from struct mx3_nf_controller.
|
|
|
|
| |
Remove misleading typedef and redundant suffix from struct mflash_bank.
|
|
|
|
| |
Remove misleading typedef and redundant suffix from struct mg_drv_info.
|
|
|
|
| |
Remove misleading typedef and redundant suffix from struct mflash_gpio_drv.
|
|
|
|
| |
Remove misleading typedef and redundant suffix from struct mflash_gpio_num.
|
|
|
|
| |
Remove misleading typedef and redundant suffix from struct lpc3180_nand_controller.
|
|
|
|
| |
Remove misleading typedef and redundant suffix from struct lpc2900_flash_bank.
|
|
|
|
| |
Remove misleading typedef and redundant suffix from struct lpc288x_flash_bank.
|
|
|
|
| |
Remove misleading typedef and redundant suffix from struct lpc2000_flash_bank.
|
|
|
|
| |
Remove misleading typedef and redundant suffix from struct flash_driver.
|
|
|
|
| |
Remove misleading typedef and redundant suffix from struct flash_sector.
|
|
|
|
| |
Remove misleading typedef and redundant suffix from struct faux_flash_bank.
|
|
|
|
| |
Remove misleading typedef and redundant suffix from struct ecosflash_flash_bank.
|
|
|
|
| |
Remove misleading typedef and redundant suffix from struct cfi_fixup.
|
|
|
|
| |
Remove misleading typedef and redundant suffix from struct cfi_unlock_addresses.
|
|
|
|
| |
Remove misleading typedef and redundant suffix from struct cfi_spansion_pri_ext.
|
|
|
|
| |
Remove misleading typedef and redundant suffix from struct cfi_atmel_pri_ext.
|
|
|
|
| |
Remove misleading typedef and redundant suffix from struct cfi_intel_pri_ext.
|
|
|
|
| |
Remove misleading typedef and redundant suffix from struct cfi_flash_bank.
|
|
|
|
| |
Remove misleading typedef and redundant suffix from struct avrf_flash_bank.
|
|
|
|
| |
Remove misleading typedef and redundant suffix from struct avrf_type.
|
|
|
|
| |
Remove misleading typedef and redundant suffix from struct at91sam7_flash_bank.
|
|
|
|
| |
Remove useless structure typedef.
|
|
|
|
|
| |
Search and destroy the jtag_tap_t typedef. This also cleans up a
layering violation, removing the declaration from types.h.
|
|
|
|
| |
Remove useless structure typedef.
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
By introducing the CMD_NAME macro, this parameter may be integrated
as args[-1] in command.[ch], without touching any other call sites.
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Abstracts the extended NAND command handling to allow the function
signature to be controlled by __COMMAND_HANDLER.
|
|
|
|
| |
Defines all flash_bank_command handlers using the new macro.
|
|
|
|
|
|
|
| |
The FLASH_BANK_COMMAND_HANDLER provides an extended command handler
using the __COMMAND_HANDLER macro, whereby changing that macro is
sufficient to update flash handlers with the new signature. It also
enforces uniform style and scope when implementing this handler.
|