annotate packages/devs/disk/generic/mmc/current/ChangeLog @ 2302:acae40e4e448

Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
author jlarmour
date Thu, 21 Sep 2006 18:37:01 +0000
parents 67647617a206
children 94516b63a992
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2302
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
1 2006-09-21 Jonathan Larmour <jifl@eCosCentric.com>
2301
67647617a206 Add MMC/SPI package contribution from eCosCentric
jlarmour
parents:
diff changeset
2
2302
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
3 * Contribution of MMC/SPI package from eCosCentric. eCosCentric
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
4 changes prior to contribution are included below for reference:
2301
67647617a206 Add MMC/SPI package contribution from eCosCentric
jlarmour
parents:
diff changeset
5
2302
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
6 2006-09-20 Jonathan Larmour <jifl@eCosCentric.com>
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
7
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
8 * src/mmc_spi.c: DISK_FUNS, DISK_CHANNEL and DISK_CONTROLLER are now
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
9 implicitly static.
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
10 Update DISK_CHANNEL for new io/disk macro definition.
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
11
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
12 2006-04-05 John Dallaway <jld@ecoscentric.com>
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
13
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
14 * cdl/devs_disk_mmc.cdl: Add reference to package documentation.
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
15
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
16 2006-03-17 Jonathan Larmour <jifl@eCosCentric.com>
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
17
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
18 * src/mmc_spi.c (struct cyg_mmc_spi_disk_info_t): Store underlying
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
19 medium's read/write block length.
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
20 (mmc_spi_check_for_disk): Store underlying medium's
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
21 read/write block length.
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
22 (mmc_spi_disk_lookup): Report medium block size to disk layer.
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
23 (mmc_spi_disk_read): API now requires sector reads to be with length
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
24 of sectors not bytes.
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
25 (mmc_spi_disk_write): Ditto.
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
26
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
27 2005-10-28 Jonathan Larmour <jifl@eCosCentric.com>
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
28
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
29 * include/mmc_protocol.h: Move from src/ to here.
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
30 * src/mmc_spi.c: Reflect above move.
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
31
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
32 2004-08-30 Bart Veer <bartv@ecoscentric.com>
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
33
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
34 * src/mmc_spi.c (mmc_spi_write_disk_block): disable background
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
35 writes. Some MMC cards don't seem to implement this correctly so
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
36 if you are trying to talking to another SPI device the MMC card
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
37 still replies.
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
38
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
39 2004-07-03 Bart Veer <bartv@ecoscentric.com>
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
40
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
41 * src/mmc_spi.c (MMC_SPI_READ_DATA_TOKEN_RETRIES): increase the
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
42 number of iterations. With some cards a read can occasionally take
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
43 50* longer than normal.
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
44
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
45 2004-07-01 Bart Veer <bartv@ecoscentric.com>
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
46
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
47 * src/mmc_spi.c: reorganize write code, to work around problems
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
48 with some cards.
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
49
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
50 2004-06-29 Bart Veer <bartv@ecoscentric.com>
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
51
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
52 * src/mmc_spi.c: some cards require an extra delay during a mount
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
53 sequence, when doing the first read of a data block. Also added
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
54 some recovery code to the mount code in case a previous session
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
55 left the card still sending data.
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
56
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
57 2004-06-15 Bart Veer <bartv@ecoscentric.com>
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
58
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
59 * src/mmc_spi.c (mmc_spi_check_for_disk): allow platform HALs to
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
60 customize the mount sequence.
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
61
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
62 * doc/disk_mmc.sgml: document the above change.
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
63
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
64 2004-04-25 Bart Veer <bartv@ecoscentric.com>
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
65
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
66 * MMC package created
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
67
acae40e4e448 Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
jlarmour
parents: 2301
diff changeset
68 //===========================================================================
2301
67647617a206 Add MMC/SPI package contribution from eCosCentric
jlarmour
parents:
diff changeset
69 //####ECOSGPLCOPYRIGHTBEGIN####
67647617a206 Add MMC/SPI package contribution from eCosCentric
jlarmour
parents:
diff changeset
70 // -------------------------------------------
67647617a206 Add MMC/SPI package contribution from eCosCentric
jlarmour
parents:
diff changeset
71 // This file is part of eCos, the Embedded Configurable Operating System.
67647617a206 Add MMC/SPI package contribution from eCosCentric
jlarmour
parents:
diff changeset
72 // Copyright (C) 2004, 2005, 2006 eCosCentric Ltd.
67647617a206 Add MMC/SPI package contribution from eCosCentric
jlarmour
parents:
diff changeset
73 //
67647617a206 Add MMC/SPI package contribution from eCosCentric
jlarmour
parents:
diff changeset
74 // eCos is free software; you can redistribute it and/or modify it under
67647617a206 Add MMC/SPI package contribution from eCosCentric
jlarmour
parents:
diff changeset
75 // the terms of the GNU General Public License as published by the Free
67647617a206 Add MMC/SPI package contribution from eCosCentric
jlarmour
parents:
diff changeset
76 // Software Foundation; either version 2 or (at your option) any later version.
67647617a206 Add MMC/SPI package contribution from eCosCentric
jlarmour
parents:
diff changeset
77 //
67647617a206 Add MMC/SPI package contribution from eCosCentric
jlarmour
parents:
diff changeset
78 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
67647617a206 Add MMC/SPI package contribution from eCosCentric
jlarmour
parents:
diff changeset
79 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
67647617a206 Add MMC/SPI package contribution from eCosCentric
jlarmour
parents:
diff changeset
80 // FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
67647617a206 Add MMC/SPI package contribution from eCosCentric
jlarmour
parents:
diff changeset
81 // for more details.
67647617a206 Add MMC/SPI package contribution from eCosCentric
jlarmour
parents:
diff changeset
82 //
67647617a206 Add MMC/SPI package contribution from eCosCentric
jlarmour
parents:
diff changeset
83 // You should have received a copy of the GNU General Public License along
67647617a206 Add MMC/SPI package contribution from eCosCentric
jlarmour
parents:
diff changeset
84 // with eCos; if not, write to the Free Software Foundation, Inc.,
67647617a206 Add MMC/SPI package contribution from eCosCentric
jlarmour
parents:
diff changeset
85 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
67647617a206 Add MMC/SPI package contribution from eCosCentric
jlarmour
parents:
diff changeset
86 //
67647617a206 Add MMC/SPI package contribution from eCosCentric
jlarmour
parents:
diff changeset
87 // As a special exception, if other files instantiate templates or use macros
67647617a206 Add MMC/SPI package contribution from eCosCentric
jlarmour
parents:
diff changeset
88 // or inline functions from this file, or you compile this file and link it
67647617a206 Add MMC/SPI package contribution from eCosCentric
jlarmour
parents:
diff changeset
89 // with other works to produce a work based on this file, this file does not
67647617a206 Add MMC/SPI package contribution from eCosCentric
jlarmour
parents:
diff changeset
90 // by itself cause the resulting work to be covered by the GNU General Public
67647617a206 Add MMC/SPI package contribution from eCosCentric
jlarmour
parents:
diff changeset
91 // License. However the source code for this file must still be made available
67647617a206 Add MMC/SPI package contribution from eCosCentric
jlarmour
parents:
diff changeset
92 // in accordance with section (3) of the GNU General Public License.
67647617a206 Add MMC/SPI package contribution from eCosCentric
jlarmour
parents:
diff changeset
93 //
67647617a206 Add MMC/SPI package contribution from eCosCentric
jlarmour
parents:
diff changeset
94 // This exception does not invalidate any other reasons why a work based on
67647617a206 Add MMC/SPI package contribution from eCosCentric
jlarmour
parents:
diff changeset
95 // this file might be covered by the GNU General Public License.
67647617a206 Add MMC/SPI package contribution from eCosCentric
jlarmour
parents:
diff changeset
96 //
67647617a206 Add MMC/SPI package contribution from eCosCentric
jlarmour
parents:
diff changeset
97 // -------------------------------------------
67647617a206 Add MMC/SPI package contribution from eCosCentric
jlarmour
parents:
diff changeset
98 //####ECOSGPLCOPYRIGHTEND####
67647617a206 Add MMC/SPI package contribution from eCosCentric
jlarmour
parents:
diff changeset
99 //===========================================================================