public inbox for ecos-cvs@sourceware.org
help / color / mirror / Atom feed
* ecos/packages/devs/usb/at91/current ChangeLog ...
@ 2008-11-03 8:48 asl
0 siblings, 0 replies; 8+ messages in thread
From: asl @ 2008-11-03 8:48 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2008-11-03 08:48:19
Modified files:
packages/devs/usb/at91/current: ChangeLog
packages/devs/usb/at91/current/cdl: usbs_at91.cdl
packages/devs/usb/at91/current/include: usbs_at91.h
packages/devs/usb/at91/current/src: usbs_at91.c
usbs_at91_data.cxx
Log message:
* cdl/usbs_at91.cdl:
* include/usbs_at91.h:
* src/usbs_at91.c:
* src/usbs_at91_data.c: Support for SAM7SE which has an internal
pullup. Added extra endpoints for those chips that have them.
^ permalink raw reply [flat|nested] 8+ messages in thread
* ecos/packages/devs/usb/at91/current ChangeLog ...
@ 2010-11-12 12:14 jld
0 siblings, 0 replies; 8+ messages in thread
From: jld @ 2010-11-12 12:14 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: jld@sourceware.org 2010-11-12 12:14:32
Modified files:
packages/devs/usb/at91/current: ChangeLog
packages/devs/usb/at91/current/cdl: usbs_at91.cdl
packages/devs/usb/at91/current/src: usbs_at91.c
Log message:
* src/usbs_at91.c : Complete support for halting endpoints
* cdl/usbs_at91.cdl : Add option
CYGSEM_DEVS_USB_AT91_ZERO_LENGTH_PACKET_TERMINATION. When data
transfer length is known from both side, sending an empty packet
at the end of the transfer is not required.
Add devtab entry for endpoints 4 to 7.
^ permalink raw reply [flat|nested] 8+ messages in thread
* ecos/packages/devs/usb/at91/current ChangeLog ...
@ 2008-11-17 13:34 asl
0 siblings, 0 replies; 8+ messages in thread
From: asl @ 2008-11-17 13:34 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2008-11-17 13:34:51
Modified files:
packages/devs/usb/at91/current: ChangeLog
packages/devs/usb/at91/current/src: usbs_at91.c
Log message:
* src/usbs_at91.c (usbs_at91_set_pullup): Fix typo introduced by
Andrew Lunn in the last patch.
^ permalink raw reply [flat|nested] 8+ messages in thread
* ecos/packages/devs/usb/at91/current ChangeLog ...
@ 2007-11-20 11:00 asl
0 siblings, 0 replies; 8+ messages in thread
From: asl @ 2007-11-20 11:00 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2007-11-20 11:00:06
Modified files:
packages/devs/usb/at91/current: ChangeLog
packages/devs/usb/at91/current/cdl: usbs_at91.cdl
packages/devs/usb/at91/current/src: usbs_at91.c
Log message:
* cdl/usbs_at91.cdl: Fixed typos in
CYGNUM_DEVS_USB_AT91_GPIO_PULLUP_INVERTED and
CYGNUM_DEVS_USB_AT91_GPIO_READ_POWER_INVERTED. Fixing the typo.
* src/usbs_at91.c (usbs_at91_set_pullup): Change the logic so that
CYGNUM_DEVS_USB_AT91_GPIO_PULLUP_INVERTED does actually cause an
invert when set true.
^ permalink raw reply [flat|nested] 8+ messages in thread
* ecos/packages/devs/usb/at91/current ChangeLog ...
@ 2006-09-07 12:38 jlarmour
0 siblings, 0 replies; 8+ messages in thread
From: jlarmour @ 2006-09-07 12:38 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: jlarmour@sourceware.org 2006-09-07 12:38:34
Modified files:
packages/devs/usb/at91/current: ChangeLog
packages/devs/usb/at91/current/src: usbs_at91.c
Log message:
* cdl/usbs_at91.c: Read actual EP addresses from the EP configuartion
rather than relying on the order in the configuration list.
^ permalink raw reply [flat|nested] 8+ messages in thread
* ecos/packages/devs/usb/at91/current ChangeLog ...
@ 2006-06-06 13:30 asl
0 siblings, 0 replies; 8+ messages in thread
From: asl @ 2006-06-06 13:30 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2006-06-06 13:30:11
Modified files:
packages/devs/usb/at91/current: ChangeLog
packages/devs/usb/at91/current/cdl: usbs_at91.cdl
Log message:
* cdl/usbs_at91.cdl: Allow EP0 to be enabled when there are no
slave clients.
^ permalink raw reply [flat|nested] 8+ messages in thread
* ecos/packages/devs/usb/at91/current ChangeLog ...
@ 2006-06-02 18:46 asl
0 siblings, 0 replies; 8+ messages in thread
From: asl @ 2006-06-02 18:46 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2006-06-02 18:46:13
Modified files:
packages/devs/usb/at91/current: ChangeLog
packages/devs/usb/at91/current/cdl: usbs_at91.cdl
packages/devs/usb/at91/current/src: usbs_at91.c
usbs_at91_data.cxx
Log message:
* src/usbs_at91_data.cxx: Change the initialization priority. The
USB tty driver is initialized at priority CYG_INIT_IO, so the USB
device has to be initialized before that.
* src/usbs_at91.c: Rework pullup and power dectect to use the AT91
GPIO macros.
^ permalink raw reply [flat|nested] 8+ messages in thread
* ecos/packages/devs/usb/at91/current ChangeLog ...
@ 2006-05-07 15:10 asl
0 siblings, 0 replies; 8+ messages in thread
From: asl @ 2006-05-07 15:10 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2006-05-07 15:10:56
Added files:
packages/devs/usb/at91/current: ChangeLog
packages/devs/usb/at91/current/cdl: usbs_at91.cdl
packages/devs/usb/at91/current/include: usbs_at91.h
packages/devs/usb/at91/current/src: bitops.h usbs_at91.c
usbs_at91_data.cxx
Log message:
AT91 USB device driver by Oliver Munz and Andrew Lunn.
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2010-11-12 12:14 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-03 8:48 ecos/packages/devs/usb/at91/current ChangeLog asl
-- strict thread matches above, loose matches on Subject: below --
2010-11-12 12:14 jld
2008-11-17 13:34 asl
2007-11-20 11:00 asl
2006-09-07 12:38 jlarmour
2006-06-06 13:30 asl
2006-06-02 18:46 asl
2006-05-07 15:10 asl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).