]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/devs/spi/arm/at91/v2_0/ChangeLog
unified MX27, MX25, MX37 trees
[karo-tx-redboot.git] / packages / devs / spi / arm / at91 / v2_0 / ChangeLog
1 2006-09-27  Andrew Lunn  <andrew.lunn@ascom.ch>
2
3         * src/spi_at91.c (spi_at91_transaction_begin): Don't use #ifdef
4         inside a macro invocation. The compiler throws a wobbly.
5
6 2006-09-07  John Eigelaar <jeigelaar@mweb.co.za>
7
8         * src/spi_at91.c: Fixed the chip select functions.
9         Changed the Mode Register setup as to disable the Mode Failure
10         Detaction for variants that support it. The Mode Failure Detection
11         breaks because NPCS0 is not connected, we are using GPIO, and is 
12         thus floating. 
13
14 2006-06-01  John Eigelaar <jeigelaar@mweb.co.za>
15
16         * src/spi_at91.c:
17         * cdl/spi_at91.cdl:
18         * include/spi_at91.h: Generalize so that multiple SPI
19         busses can be driven.
20         
21 2006-05-19  Andrew Lunn  <andrew.lunn@ascom.ch>
22
23         * src/spi_at91.c: Use the AT91 GPIO/PIO macros to aid
24         portability between different AT91 device.
25
26 2004-11-11  Sebastian Block <sebastianblock@gmx.net>
27
28         * src/spi_at91.c: Fixed negation of the chip select signal when
29         not using a 4 to 16 decoder
30
31 2004-10-13  Savin Zlobec  <savin@elatec.si> 
32
33         * src/spi_at91.c: Fixed a typo in spi_at91_transfer reported by
34         Nicolas Brouard.
35
36 2004-08-31  Savin Zlobec  <savin@elatec.si> 
37
38         * include/spi_at91.h:
39         * src/spi_at91.c:
40         Moved SPI registers and bits defines to HAL headers, added support 
41         for 4 to 16 decoder of chip select signals, support for transfers 
42         larger than 2^16 and per device configurable delay between two 
43         transfers.  
44         * cdl/spi_at91.cdl: 
45         Added option to enable support for 4 to 16 decoder of chip select 
46         signals.  
47
48 2004-08-27  Savin Zlobec  <savin@elatec.si> 
49
50         * cdl/spi_at91.cdl:
51         * include/spi_at91.h:
52         * src/spi_at91.c:
53         * src/spi_at91_init.cxx:
54         Atmel AT91 SPI bus driver implementation.        
55
56
57
58 //===========================================================================
59 //####ECOSGPLCOPYRIGHTBEGIN####
60 // -------------------------------------------
61 // This file is part of eCos, the Embedded Configurable Operating System.
62 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
63 //
64 // eCos is free software; you can redistribute it and/or modify it under
65 // the terms of the GNU General Public License as published by the Free
66 // Software Foundation; either version 2 or (at your option) any later version.
67 //
68 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
69 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
70 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
71 // for more details.
72 //
73 // You should have received a copy of the GNU General Public License along
74 // with eCos; if not, write to the Free Software Foundation, Inc.,
75 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
76 //
77 // As a special exception, if other files instantiate templates or use macros
78 // or inline functions from this file, or you compile this file and link it
79 // with other works to produce a work based on this file, this file does not
80 // by itself cause the resulting work to be covered by the GNU General Public
81 // License. However the source code for this file must still be made available
82 // in accordance with section (3) of the GNU General Public License.
83 //
84 // This exception does not invalidate any other reasons why a work based on
85 // this file might be covered by the GNU General Public License.
86 //
87 // -------------------------------------------
88 //####ECOSGPLCOPYRIGHTEND####
89 //===========================================================================