]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/devs/serial/arm/at91/v2_0/ChangeLog
Initial revision
[karo-tx-redboot.git] / packages / devs / serial / arm / at91 / v2_0 / ChangeLog
1 2004-11-10  Sebastian Block <sebastianblock@gmx.net>
2
3         * src/at91_serial.c: Added third port
4         
5 2004-01-26  Andrew Lunn  <andrew.lunn@ascom.ch>
6
7         * src/at91_serial.c (at91_serial_getc_polled) 
8         * src/ay91_serial.c (at91_serial_putc_polled):
9         Only define these functions if polled IO is configured so
10         avoiding compiler warnings.
11
12 2004-01-16  Thomas Koeller  <thomas.koeller@baslerweb.com>
13
14         * src/at91_serial.c: If both a transmitter and a receiver
15         interrupt arrive at the same time, process the receiver
16         interrupt first.
17
18 2003-11-21  Thomas Koeller  <thomas.koeller@baslerweb.com>
19
20         * src/at91_serial.c: Fix endless loop that would occur if
21         high-level driver was not ready to accept data received.
22
23 2003-11-07  Thomas Koeller  <thomas.koeller@baslerweb.com>
24
25         * src/at91_serial.c:
26         * cdl/ser_arm_at91.cdl: Major rewrite to achieve reliable
27         operation at higher baud rates.
28
29 2003-10-16  Nick Garnett  <nickg@balti.calivar.com>
30
31         * src/at91_serial.c (at91_serial_config_port): Added update of
32         channel configuration, which was missing.
33
34 2003-02-24  Jonathan Larmour  <jifl@eCosCentric.com>
35
36         * cdl/ser_arm_at91.cdl: Remove irrelevant doc link.
37
38 2001-09-20  Jesper Skov  <jskov@redhat.com>
39
40         * src/at91_serial.c (at91_serial_init): Use valid interrupt priority.
41
42 2001-09-10  Jonathan Larmour  <jlarmour@redhat.com>
43
44         * cdl/ser_arm_at91.cdl:        
45         Fix 234000->230400 typo.
46
47 2001-08-14  Jonathan Larmour  <jlarmour@redhat.com>
48
49         * src/at91_serial.c (at91_serial_stop_xmit): Write to IDR, not IER.
50         (at91_serial_ISR): Return CYG_ISR_HANDLED.
51
52 2001-07-24  Gary Thomas  <gthomas@redhat.com>
53
54         * src/at91_serial.h: 
55         * src/at91_serial.c: 
56         * cdl/ser_arm_at91.cdl: New file(s) - initial package.
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 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
88 // at http://sources.redhat.com/ecos/ecos-license/
89 // -------------------------------------------
90 //####ECOSGPLCOPYRIGHTEND####
91 //===========================================================================