]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/devs/spi/arm/at91/v2_0/ChangeLog
Initial revision
[karo-tx-redboot.git] / packages / devs / spi / arm / at91 / v2_0 / ChangeLog
1 2004-11-11  Sebastian Block <sebastianblock@gmx.net>
2
3         * src/spi_at91.c: Fixed negation of the chip select signal when
4         not using a 4 to 16 decoder
5
6 2004-10-13  Savin Zlobec  <savin@elatec.si> 
7
8         * src/spi_at91.c: Fixed a typo in spi_at91_transfer reported by
9         Nicolas Brouard.
10
11 2004-08-31  Savin Zlobec  <savin@elatec.si> 
12
13         * include/spi_at91.h:
14         * src/spi_at91.c:
15         Moved SPI registers and bits defines to HAL headers, added support 
16         for 4 to 16 decoder of chip select signals, support for transfers 
17         larger than 2^16 and per device configurable delay between two 
18         transfers.  
19         * cdl/spi_at91.cdl: 
20         Added option to enable support for 4 to 16 decoder of chip select 
21         signals.  
22
23 2004-08-27  Savin Zlobec  <savin@elatec.si> 
24
25         * cdl/spi_at91.cdl:
26         * include/spi_at91.h:
27         * src/spi_at91.c:
28         * src/spi_at91_init.cxx:
29         Atmel AT91 SPI bus driver implementation.        
30
31
32
33 //===========================================================================
34 //####ECOSGPLCOPYRIGHTBEGIN####
35 // -------------------------------------------
36 // This file is part of eCos, the Embedded Configurable Operating System.
37 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
38 //
39 // eCos is free software; you can redistribute it and/or modify it under
40 // the terms of the GNU General Public License as published by the Free
41 // Software Foundation; either version 2 or (at your option) any later version.
42 //
43 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
44 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
45 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
46 // for more details.
47 //
48 // You should have received a copy of the GNU General Public License along
49 // with eCos; if not, write to the Free Software Foundation, Inc.,
50 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
51 //
52 // As a special exception, if other files instantiate templates or use macros
53 // or inline functions from this file, or you compile this file and link it
54 // with other works to produce a work based on this file, this file does not
55 // by itself cause the resulting work to be covered by the GNU General Public
56 // License. However the source code for this file must still be made available
57 // in accordance with section (3) of the GNU General Public License.
58 //
59 // This exception does not invalidate any other reasons why a work based on
60 // this file might be covered by the GNU General Public License.
61 //
62 // -------------------------------------------
63 //####ECOSGPLCOPYRIGHTEND####
64 //===========================================================================