public inbox for ecos-cvs@sourceware.org
help / color / mirror / Atom feed
* ecos/packages/devs/spi/arm/at91/current Change ...
@ 2009-02-16 23:34 jlarmour
  0 siblings, 0 replies; 8+ messages in thread
From: jlarmour @ 2009-02-16 23:34 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	jlarmour@sourceware.org	2009-02-16 23:34:51

Modified files:
	packages/devs/spi/arm/at91/current: ChangeLog 
	packages/devs/spi/arm/at91/current/cdl: spi_at91.cdl 
	packages/devs/spi/arm/at91/current/src: spi_at91.c 
Added files:
	packages/devs/spi/arm/at91/current/src: spi_at91_init.cxx 

Log message:
	* src/spi_at91.c (cyg_spi_at91_bus_init): Partially revert change of
	2009-02-11. Define an empty CYGBLD_ATTRIB_C_INIT_PRI and rely on
	spi_at91_init.cxx to call, in case the compiler does not supply
	that macro (e.g. if too old).
	* cdl/spi_at91.cdl: Revert change of 2009-02-11.
	* src/spi_at91_init.cxx: Revive. Set priority to CYG_INIT_BUS_SPI.
	Conditionalise on CYGBLD_ATTRIB_C_INIT_PRI.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* ecos/packages/devs/spi/arm/at91/current Change ...
@ 2009-04-02 21:42 jld
  0 siblings, 0 replies; 8+ messages in thread
From: jld @ 2009-04-02 21:42 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	jld@sourceware.org	2009-04-02 21:42:53

Modified files:
	packages/devs/spi/arm/at91/current: ChangeLog 
	packages/devs/spi/arm/at91/current/cdl: spi_at91.cdl 

Log message:
	* cdl/spi_at91.cdl: Fix typographical error for
	CYGINT_DEVS_SPI_ARM_AT91_HAS_BUS1. [ Bugzilla 1000737 ]


^ permalink raw reply	[flat|nested] 8+ messages in thread

* ecos/packages/devs/spi/arm/at91/current Change ...
@ 2008-10-19 14:50 asl
  0 siblings, 0 replies; 8+ messages in thread
From: asl @ 2008-10-19 14:50 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl@sourceware.org	2008-10-19 14:50:35

Modified files:
	packages/devs/spi/arm/at91/current: ChangeLog 
	packages/devs/spi/arm/at91/current/src: spi_at91.c 

Log message:
	* src/spi_at91.c: Typo fixes from var_io.h.  Correctly calculate
	the board rate. Before it was two times too fast.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* ecos/packages/devs/spi/arm/at91/current Change ...
@ 2007-03-05 17:08 asl
  0 siblings, 0 replies; 8+ messages in thread
From: asl @ 2007-03-05 17:08 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl@sourceware.org	2007-03-05 17:08:11

Modified files:
	packages/devs/spi/arm/at91/current: ChangeLog 
	packages/devs/spi/arm/at91/current/src: spi_at91.c 

Log message:
	* src/spi_at91.c (spi_at91_transaction_begin): Don't use #ifdef
	inside a macro invocation. The compiler throws a wobbly.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* ecos/packages/devs/spi/arm/at91/current Change ...
@ 2006-09-07 12:14 jlarmour
  0 siblings, 0 replies; 8+ messages in thread
From: jlarmour @ 2006-09-07 12:14 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	jlarmour@sourceware.org	2006-09-07 12:14:14

Modified files:
	packages/devs/spi/arm/at91/current: ChangeLog 
	packages/devs/spi/arm/at91/current/src: spi_at91.c 

Log message:
	* src/spi_at91.c: Fixed the chip select functions.
	Changed the Mode Register setup as to disable the Mode Failure
	Detaction for variants that support it. The Mode Failure Detection
	breaks because NPCS0 is not connected, we are using GPIO, and is
	thus floating.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* ecos/packages/devs/spi/arm/at91/current Change ...
@ 2006-06-02 18:37 asl
  0 siblings, 0 replies; 8+ messages in thread
From: asl @ 2006-06-02 18:37 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl@sourceware.org	2006-06-02 18:37:29

Modified files:
	packages/devs/spi/arm/at91/current: ChangeLog 
	packages/devs/spi/arm/at91/current/cdl: spi_at91.cdl 
	packages/devs/spi/arm/at91/current/include: spi_at91.h 
	packages/devs/spi/arm/at91/current/src: spi_at91.c 

Log message:
	* src/spi_at91.c:
	* cdl/spi_at91.cdl:
	* include/spi_at91.h: Generalize so that multiple SPI
	busses can be driven.
	* src/spi_at91.c: Use the AT91 GPIO/PIO macros to aid
	portability between different AT91 device.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* ecos/packages/devs/spi/arm/at91/current Change ...
@ 2004-11-12 13:09 asl
  0 siblings, 0 replies; 8+ messages in thread
From: asl @ 2004-11-12 13:09 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl@sourceware.org	2004-11-12 13:09:06

Modified files:
	packages/devs/spi/arm/at91/current: ChangeLog 
	packages/devs/spi/arm/at91/current/src: spi_at91.c 

Log message:
	* src/spi_at91.c: Fixed negation of the chip select signal when
	not using a 4 to 16 decoder


^ permalink raw reply	[flat|nested] 8+ messages in thread

* ecos/packages/devs/spi/arm/at91/current Change ...
@ 2004-10-13 20:16 asl
  0 siblings, 0 replies; 8+ messages in thread
From: asl @ 2004-10-13 20:16 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl@sourceware.org	2004-10-13 20:16:21

Modified files:
	packages/devs/spi/arm/at91/current: ChangeLog 
	packages/devs/spi/arm/at91/current/src: spi_at91.c 

Log message:
	* src/spi_at91.c: Fixed a typo in spi_at91_transfer reported by
	Nicolas Brouard.


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2009-04-02 21:42 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-16 23:34 ecos/packages/devs/spi/arm/at91/current Change jlarmour
  -- strict thread matches above, loose matches on Subject: below --
2009-04-02 21:42 jld
2008-10-19 14:50 asl
2007-03-05 17:08 asl
2006-09-07 12:14 jlarmour
2006-06-02 18:37 asl
2004-11-12 13:09 asl
2004-10-13 20:16 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).