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