Mercurial > flash_v2
annotate packages/devs/flash/atmel/dataflash/current/ChangeLog @ 1757:a8729175ad24
Update dataflash driver as per changes to the generic flash code
| author | bartv |
|---|---|
| date | Mon, 22 Nov 2004 21:05:43 +0000 |
| parents | 80232dbac7fb |
| children | 9c1d9e5039c2 |
| rev | line source |
|---|---|
| 1749 | 1 2004-11-22 Bart Veer <bartv@ecoscentric.com> |
| 2 | |
|
1757
a8729175ad24
Update dataflash driver as per changes to the generic flash code
bartv
parents:
1749
diff
changeset
|
3 * include/dataflash.h, src/devs_flash_atmel_dataflash.c, |
|
a8729175ad24
Update dataflash driver as per changes to the generic flash code
bartv
parents:
1749
diff
changeset
|
4 src/devs_flash_atmel_dataflash_flash_dev_funs.c: merge the config |
|
a8729175ad24
Update dataflash driver as per changes to the generic flash code
bartv
parents:
1749
diff
changeset
|
5 and priv structures, removing the duplicate spi_dev data in the |
|
a8729175ad24
Update dataflash driver as per changes to the generic flash code
bartv
parents:
1749
diff
changeset
|
6 process. Adjust device driver API as per changes to the generic |
|
a8729175ad24
Update dataflash driver as per changes to the generic flash code
bartv
parents:
1749
diff
changeset
|
7 flash code. |
| 1749 | 8 * src/devs_flash_atmel_dataflash_flash_dev_funs.c (df_flash_init): |
| 9 Rename cyg_block_info to cyg_flash_block_info | |
| 10 | |
| 1745 | 11 2004-11-21 Bart Veer <bartv@ecoscentric.com> |
| 12 | |
| 13 * cdl/devs_flash_atmel_dataflash.cdl: CYGHWR_IO_FLASH_DEVICE_V2 is | |
| 14 now implicit | |
| 15 | |
|
1742
a668b95e5f2e
Only include the support for indirect flash reads if there are devices
bartv
parents:
1738
diff
changeset
|
16 2004-11-20 Bart Veer <bartv@ecoscentric.com> |
|
a668b95e5f2e
Only include the support for indirect flash reads if there are devices
bartv
parents:
1738
diff
changeset
|
17 |
|
a668b95e5f2e
Only include the support for indirect flash reads if there are devices
bartv
parents:
1738
diff
changeset
|
18 * cdl/devs_flash_atmel_dataflash.cdl: data flash requires indirect |
|
a668b95e5f2e
Only include the support for indirect flash reads if there are devices
bartv
parents:
1738
diff
changeset
|
19 read support in the main flash code. |
|
a668b95e5f2e
Only include the support for indirect flash reads if there are devices
bartv
parents:
1738
diff
changeset
|
20 |
| 1738 | 21 2004-10-07 Savin Zlobec <savin@elatec.si> |
| 22 | |
| 23 * include/dataflash.h: | |
| 24 * src/devs_flash_atmel_dataflash.c: | |
| 25 Changed the API to be more consistent, included error | |
| 26 reporting and added blocking/non blocking mode of operation. | |
| 27 * src/devs_flash_atmel_dataflash_flash_dev_funs.c: | |
| 28 Synced with new API and set the block size to DataFlash's | |
| 29 native page size. | |
| 30 | |
| 1736 | 31 2004-10-07 Andrew Lunn <andrew.lunn@ascom.ch> |
| 32 | |
| 33 * cdl/devs_flash_atmel_dataflash.cdl: Remove | |
| 34 CYGSEM_IO_FLASH_READ_INDIRECT which only legacy drivers should use | |
| 35 when they provide a flash_read_buf function. For V2 drivers | |
| 36 providing a read function in the device structure is sufficient. | |
| 37 | |
| 1732 | 38 2004-09-07 Savin Zlobec <savin@elatec.si> |
| 39 | |
| 40 * cdl/devs_flash_atmel_dataflash.cdl: | |
| 41 * include/dataflash.h: | |
| 42 * src/devs_flash_atmel_dataflash.c: | |
| 43 * src/devs_flash_atmel_dataflash_flash_dev_funs.c: | |
| 44 Atmel DataFlash driver implementation. | |
| 45 | |
| 46 | |
| 47 //=========================================================================== | |
| 48 //####ECOSGPLCOPYRIGHTBEGIN#### | |
| 49 // ------------------------------------------- | |
| 50 // This file is part of eCos, the Embedded Configurable Operating System. | |
| 51 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. | |
| 52 // | |
| 53 // eCos is free software; you can redistribute it and/or modify it under | |
| 54 // the terms of the GNU General Public License as published by the Free | |
| 55 // Software Foundation; either version 2 or (at your option) any later version. | |
| 56 // | |
| 57 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY | |
| 58 // WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
| 59 // FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | |
| 60 // for more details. | |
| 61 // | |
| 62 // You should have received a copy of the GNU General Public License along | |
| 63 // with eCos; if not, write to the Free Software Foundation, Inc., | |
| 64 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. | |
| 65 // | |
| 66 // As a special exception, if other files instantiate templates or use macros | |
| 67 // or inline functions from this file, or you compile this file and link it | |
| 68 // with other works to produce a work based on this file, this file does not | |
| 69 // by itself cause the resulting work to be covered by the GNU General Public | |
| 70 // License. However the source code for this file must still be made available | |
| 71 // in accordance with section (3) of the GNU General Public License. | |
| 72 // | |
| 73 // This exception does not invalidate any other reasons why a work based on | |
| 74 // this file might be covered by the GNU General Public License. | |
| 75 // | |
| 76 // ------------------------------------------- | |
| 77 //####ECOSGPLCOPYRIGHTEND#### | |
| 78 //=========================================================================== |
