]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/devs/serial/arm/at91/v2_0/ChangeLog
unified MX27, MX25, MX37 trees
[karo-tx-redboot.git] / packages / devs / serial / arm / at91 / v2_0 / ChangeLog
1 2007-06-01  Jim Seymour <jim@cipher.com>
2
3         * src/at91_serial.c (at91_serial_DSR): Remove CYG_FAIL if receive
4         buffer fills up; eliminate compiler warning when setting "end"
5         pointer.
6
7 2006-03-05  Oliver Munz  <munz@speag.ch>
8
9         * src/at91_serial.c (at91_serial_ISR): Only call the DSR if there
10         is work to do.
11         
12 2006-02-28  Andrew Lunn  <andrew.lunn@ascom.ch>
13             Oliver Munz  <munz@speag.ch>
14
15         * src/at91_serial.c (at91_serial_config_port): Enable the DMA
16         if the control register exists.
17         
18 2006-02-19  Andrew Lunn  <andrew.lunn@ascom.ch>
19
20         * src/at91_serial.c (at91_serial_lookup): Enable the peripheral
21         clock at lookup time to keep the power usage low.
22
23 2004-11-10  Sebastian Block <sebastianblock@gmx.net>
24
25         * src/at91_serial.c: Added third port
26         
27 2004-01-26  Andrew Lunn  <andrew.lunn@ascom.ch>
28
29         * src/at91_serial.c (at91_serial_getc_polled) 
30         * src/ay91_serial.c (at91_serial_putc_polled):
31         Only define these functions if polled IO is configured so
32         avoiding compiler warnings.
33
34 2004-01-16  Thomas Koeller  <thomas.koeller@baslerweb.com>
35
36         * src/at91_serial.c: If both a transmitter and a receiver
37         interrupt arrive at the same time, process the receiver
38         interrupt first.
39
40 2003-11-21  Thomas Koeller  <thomas.koeller@baslerweb.com>
41
42         * src/at91_serial.c: Fix endless loop that would occur if
43         high-level driver was not ready to accept data received.
44
45 2003-11-07  Thomas Koeller  <thomas.koeller@baslerweb.com>
46
47         * src/at91_serial.c:
48         * cdl/ser_arm_at91.cdl: Major rewrite to achieve reliable
49         operation at higher baud rates.
50
51 2003-10-16  Nick Garnett  <nickg@balti.calivar.com>
52
53         * src/at91_serial.c (at91_serial_config_port): Added update of
54         channel configuration, which was missing.
55
56 2003-02-24  Jonathan Larmour  <jifl@eCosCentric.com>
57
58         * cdl/ser_arm_at91.cdl: Remove irrelevant doc link.
59
60 2001-09-20  Jesper Skov  <jskov@redhat.com>
61
62         * src/at91_serial.c (at91_serial_init): Use valid interrupt priority.
63
64 2001-09-10  Jonathan Larmour  <jlarmour@redhat.com>
65
66         * cdl/ser_arm_at91.cdl:        
67         Fix 234000->230400 typo.
68
69 2001-08-14  Jonathan Larmour  <jlarmour@redhat.com>
70
71         * src/at91_serial.c (at91_serial_stop_xmit): Write to IDR, not IER.
72         (at91_serial_ISR): Return CYG_ISR_HANDLED.
73
74 2001-07-24  Gary Thomas  <gthomas@redhat.com>
75
76         * src/at91_serial.h: 
77         * src/at91_serial.c: 
78         * cdl/ser_arm_at91.cdl: New file(s) - initial package.
79
80 //===========================================================================
81 //####ECOSGPLCOPYRIGHTBEGIN####
82 // -------------------------------------------
83 // This file is part of eCos, the Embedded Configurable Operating System.
84 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
85 //
86 // eCos is free software; you can redistribute it and/or modify it under
87 // the terms of the GNU General Public License as published by the Free
88 // Software Foundation; either version 2 or (at your option) any later version.
89 //
90 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
91 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
92 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
93 // for more details.
94 //
95 // You should have received a copy of the GNU General Public License along
96 // with eCos; if not, write to the Free Software Foundation, Inc.,
97 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
98 //
99 // As a special exception, if other files instantiate templates or use macros
100 // or inline functions from this file, or you compile this file and link it
101 // with other works to produce a work based on this file, this file does not
102 // by itself cause the resulting work to be covered by the GNU General Public
103 // License. However the source code for this file must still be made available
104 // in accordance with section (3) of the GNU General Public License.
105 //
106 // This exception does not invalidate any other reasons why a work based on
107 // this file might be covered by the GNU General Public License.
108 //
109 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
110 // at http://sources.redhat.com/ecos/ecos-license/
111 // -------------------------------------------
112 //####ECOSGPLCOPYRIGHTEND####
113 //===========================================================================