Mercurial > ecos
view packages/devs/usb/sa11x0/current/ChangeLog @ 184:022f1e506033
Merge from eCos master repository on 2001-10-02-17:59:22-BST
| author | jlarmour |
|---|---|
| date | Tue, 02 Oct 2001 18:28:24 +0000 |
| parents | 4c750ce71ae3 |
| children | e0c0827131d1 |
line wrap: on
line source
2001-09-14 Bart Veer <bartv@redhat.com> * src/usbs_sa11x0.c: Update support for USB testing 2001-08-06 Bart Veer <bartv@redhat.com> * src/usbs_sa11x0.c: Add initial support for USB testing. 2001-05-21 Bart Veer <bartv@redhat.com> * src/usbs_sa11x0.c (usbs_sa11x0_ep2_dsr): Fix the boundary condition where the transmission is an exact multiple of 64 bytes. ep2_process_packet() already did the right thing but was not getting called. Also, some cosmetic changes to the receive code for the same boundary condition. These actually have no effect because of the hardware, but may be useful for other people writing USB device drivers. 2001-04-05 Bart Veer <bartv@redhat.com> * src/usbs_sa11x0.c (usbs_sa11x0_ep0_fill_fifo): Set the DATA_END and IN_READY bits in one operation. This seems to avoid problems when the target needs to send back a zero-length control packet. 2001-02-02 Bart Veer <bartv@redhat.com> * cdl/usbs_sa11x0.cdl: Add doc property to the html * doc/usbs_sa11x0.sgml, devs-usbs-sa11x0.html: Incorporate changes from docs department, regenerate html 2001-01-25 Bart Veer <bartv@redhat.com> * src/usbs_sa11x0_data.cxx: * cdl/usbs_sa11x0.cdl: Devtab entries were never actually being built - and did not build... * cdl/usbs_sa11x0.cdl: Sort out the dependencies for minimal environments such as RedBoot. 2001-01-24 Bart Veer <bartv@redhat.com> * src/usbs_sa11x0.c: Invoke additional platform-specific initialization, if defined via <cyg/hal/hal_io.h> and CYGBLD_HAL_PLATFORM_IO_H 2001-01-22 Bart Veer <bartv@redhat.com> * doc/usbs_sa11x0.sgml, doc/makefile: Added documentation. 2001-01-16 Bart Veer <bartv@redhat.com> * src/usbs_sa11x0.c: Make sure that the resume interrupt source is enabled, even when the USB bus is not suspended. For some reason this makes it possible to disconnect and reconnect. 2001-01-16 Bart Veer <bartv@redhat.com> * src/usbs_sa11x0.c: Use the HAL macros for virtual->physical address translation Update poll() and start() to match the documentation Fix the handling of control messages affecting endpoints 1 and 2 if those endpoints are not currently configured. 2001-01-02 Bart Veer <bartv@redhat.com> * src/usbs_sa11x0.c: Change ep2_tx_packet() to start the DMA operation after the UDC packet-complete bit has been set. This avoids a very high error rate. Add some scheduler locking to eliminate a resulting race condition, and sort out the error handling to match. Comment out some assertions relating to spurious interrupts, which have been observed. Instead the code now recovers from these. 2000-12-15 Bart Veer <bartv@redhat.com> * src/usbs_sa11x0.c: Add debug code for tracking stats and simulating failures. Change the EP1 code to switch between DMA channels A and B as required, rather than always using channel A. This is more robust and was needed for the failure simulation. Make the ep1 packet processing code robust in case an unexpected failure occurs during its invocation. It is not clear how this can ever happen, but on a couple of occasions it did and caused an infinite loop. 2000-11-30 Bart Veer <bartv@redhat.com> * src/usbs_sa11x0.c: Fix DMA_CONTROL_CLEAR_ALL constant, it was ignoring START_B In ep2_init(), separate out the fifo write and the IN_SIZE write to avoid a hardware problem. 2000-11-29 Bart Veer <bartv@redhat.com> * src/usbs_sa11x0.c: Disable some debugging features and add retries when manipulating certain DMA registers - needed with some Silicon revisions. 2000-11-28 Bart Veer <bartv@redhat.com> * src/usbs_sa11x0.c: More rewriting, plus implementing the endpoint halt support. 2000-11-24 Bart Veer <bartv@redhat.com> * src/usbs_sa11x0.c: Clean up some of the debugging. Largely rewrite the endpoint 2 support to try and get it working Transmit a runt packet during initialization to work around hardware problem. 2000-11-22 Bart Veer <bartv@redhat.com> * include/usbs_sa11x0.h: Fix nested #include protection 2000-11-21 Bart Veer <bartv@redhat.com> * First check-in of eCos USB support. //=========================================================================== //####COPYRIGHTBEGIN#### // // ------------------------------------------- // The contents of this file are subject to the Red Hat eCos Public License // Version 1.1 (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // http://www.redhat.com/ // // Software distributed under the License is distributed on an "AS IS" // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the // License for the specific language governing rights and limitations under // the License. // // The Original Code is eCos - Embedded Configurable Operating System, // released September 30, 1998. // // The Initial Developer of the Original Code is Red Hat. // Portions created by Red Hat are // Copyright (C) 2000, 2001 Red Hat, Inc. // All Rights Reserved. // ------------------------------------------- // //####COPYRIGHTEND#### //===========================================================================
