| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | nand_flash_controller_t -> struct nand_flash_controller | Zachary T Welch | 2009-11-13 | 10 | -23/+23 |
* | mx3_nf_controller_t -> struct mx3_nf_controller | Zachary T Welch | 2009-11-13 | 2 | -14/+14 |
* | mflash_bank_t -> struct mflash_bank | Zachary T Welch | 2009-11-13 | 2 | -4/+4 |
* | mg_drv_info_t -> struct mg_drv_info | Zachary T Welch | 2009-11-13 | 2 | -4/+4 |
* | mflash_gpio_drv_t -> struct mflash_gpio_drv | Zachary T Welch | 2009-11-13 | 2 | -7/+7 |
* | mflash_gpio_num_t -> struct mflash_gpio_num | Zachary T Welch | 2009-11-13 | 2 | -13/+13 |
* | lpc3180_nand_controller_t -> struct lpc3180_nand_controller | Zachary T Welch | 2009-11-13 | 2 | -16/+16 |
* | lpc2900_flash_bank_t -> struct lpc2900_flash_bank | Zachary T Welch | 2009-11-13 | 1 | -15/+15 |
* | lpc288x_flash_bank_t -> struct lpc288x_flash_bank | Zachary T Welch | 2009-11-13 | 2 | -8/+8 |
* | lpc2000_flash_bank_t -> struct lpc2000_flash_bank | Zachary T Welch | 2009-11-13 | 2 | -9/+9 |
* | flash_driver_t -> struct flash_driver | Zachary T Welch | 2009-11-13 | 21 | -42/+42 |
* | flash_sector_t -> struct flash_sector | Zachary T Welch | 2009-11-13 | 18 | -30/+30 |
* | faux_flash_bank_t -> struct faux_flash_bank | Zachary T Welch | 2009-11-13 | 1 | -6/+6 |
* | ecosflash_flash_bank_t -> struct ecosflash_flash_bank | Zachary T Welch | 2009-11-13 | 1 | -12/+12 |
* | cfi_fixup_t -> struct cfi_fixup | Zachary T Welch | 2009-11-13 | 2 | -6/+6 |
* | cfi_unlock_addresses_t -> struct cfi_unlock_addresses | Zachary T Welch | 2009-11-13 | 2 | -4/+4 |
* | cfi_spansion_pri_ext_t -> struct cfi_spansion_pri_ext | Zachary T Welch | 2009-11-13 | 3 | -15/+15 |
* | cfi_atmel_pri_ext_t -> struct cfi_atmel_pri_ext | Zachary T Welch | 2009-11-13 | 2 | -3/+3 |
* | cfi_intel_pri_ext_t -> struct cfi_intel_pri_ext | Zachary T Welch | 2009-11-13 | 2 | -6/+6 |
* | cfi_flash_bank_t -> struct cfi_flash_bank | Zachary T Welch | 2009-11-13 | 3 | -40/+40 |
* | avrf_flash_bank_t -> struct avrf_flash_bank | Zachary T Welch | 2009-11-13 | 2 | -6/+6 |
* | avrf_type_t -> struct avrf_type | Zachary T Welch | 2009-11-13 | 2 | -5/+5 |
* | at91sam7_flash_bank_t -> struct at91sam7_flash_bank | Zachary T Welch | 2009-11-13 | 2 | -16/+16 |
* | scan_field_t -> struct scan_field | Zachary T Welch | 2009-11-13 | 1 | -10/+10 |
* | jtag_tap_t -> struct jtag_tap | Zachary T Welch | 2009-11-13 | 3 | -28/+28 |
* | fileio_t -> struct fileio | Zachary T Welch | 2009-11-13 | 4 | -6/+6 |
* | command_handler_t: make argc unsigned | Zachary T Welch | 2009-11-13 | 2 | -8/+3 |
* | add CMD_NAME macro for command handlers | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | use CALL_COMMAND_HANDLER instead of direct calls | Zachary T Welch | 2009-11-13 | 2 | -2/+4 |
* | nand: add NAND_DEVICE_COMMAND_HANDLER macro | Zachary T Welch | 2009-11-13 | 9 | -23/+14 |
* | use FLASH_BANK_COMMAND_HANDLER macro | Zachary T Welch | 2009-11-13 | 18 | -26/+18 |
* | add FLASH_BANK_COMMAND_HANDLER macro | Zachary T Welch | 2009-11-13 | 1 | -2/+6 |
* | s3c24xx: use COMMAND_HANDLER with command helper | Zachary T Welch | 2009-11-13 | 6 | -30/+21 |
* | use COMMAND_HANDLER macro to define all commands | Zachary T Welch | 2009-11-13 | 16 | -82/+68 |
* | nand: rename device to nand | Zachary T Welch | 2009-11-12 | 13 | -440/+440 |
* | remove obsolete doxygen comments | Zachary T Welch | 2009-11-11 | 2 | -49/+1 |
* | remove more useless declarations | Zachary T Welch | 2009-11-11 | 2 | -42/+16 |
* | add const keyword to some APIs | Zachary T Welch | 2009-11-11 | 5 | -7/+7 |
* | change argv to args in command handlers | Zachary T Welch | 2009-11-11 | 2 | -23/+23 |
* | makefiles: improve build order | Zachary T Welch | 2009-11-11 | 1 | -34/+47 |
* | {pic32m,stm32}x.c: remove useless declarations | Zachary T Welch | 2009-11-09 | 2 | -98/+73 |
* | str{7,9}x*.c: remove useless forward declarations | Zachary T Welch | 2009-11-09 | 3 | -141/+108 |
* | flash/<various>.c: remove useless declarations | Zachary T Welch | 2009-11-09 | 3 | -75/+42 |
* | flash/<assorted>.c: remove useless declarations | Zachary T Welch | 2009-11-09 | 5 | -170/+103 |
* | flash/at91sam[37].c: remove useless declarations | Zachary T Welch | 2009-11-09 | 2 | -53/+44 |
* | flash/lpc2???.c: remove useless declarations | Zachary T Welch | 2009-11-09 | 3 | -72/+43 |
* | flash/*nand*.c: remove useless declarations | Zachary T Welch | 2009-11-09 | 6 | -167/+132 |
* | flash/flash.c: remove forward declarations | Zachary T Welch | 2009-11-09 | 1 | -57/+62 |
* | src/flash: remove 'extern' and wrap headers | Zachary T Welch | 2009-11-09 | 7 | -45/+69 |
* | Overhaul time support API | Zachary T Welch | 2009-11-09 | 3 | -135/+88 |