2009-03-05  Bart Veer  <bartv@ecoscentric.com>

	* src/spi_nxpssp_init.cxx: update init priority.

2008-04-04  Nick Garnett  <nickg@ecoscentric.com>

	* src/spi_nxpssp.c (spi_nxpssp_ISR, spi_nxpssp_transfer): Fix some
	compile warnings.

2008-03-14  Nick Garnett  <nickg@ecoscentric.com>

	* src/spi_nxpssp.c (spi_nxpssp_calc_cpsr): Switch to a more
	efficient algorithm for calculating CPSR and SCR.  Tidy away debug
	code.

2008-03-07  Nick Garnett  <nickg@ecoscentric.com>

	* cdl/spi_nxpssp.cdl:
	* include/spi_nxpssp.h:
	* src/spi_nxpssp.c:
	* src/spi_nxpssp_init.cxx:
	NXP SSP SPI bus driver implementation.   	 

//===========================================================================
// ####GPLCOPYRIGHTBEGIN####                                                
// -------------------------------------------                              
// This file is part of eCos, the Embedded Configurable Operating System.   
// Copyright (C) 2008, 2009 eCosCentric Limited                                   
// Copyright (C) 2008 Free Software Foundation, Inc.                        
//
// This program is free software; you can redistribute it and/or modify     
// it under the terms of the GNU General Public License as published by     
// the Free Software Foundation; either version 2 or (at your option) any   
// later version.                                                           
//
// This program is distributed in the hope that it will be useful, but      
// WITHOUT ANY WARRANTY; without even the implied warranty of               
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU        
// General Public License for more details.                                 
//
// You should have received a copy of the GNU General Public License        
// along with this program; if not, write to the                            
// Free Software Foundation, Inc., 51 Franklin Street,                      
// Fifth Floor, Boston, MA  02110-1301, USA.                                
// -------------------------------------------                              
// ####GPLCOPYRIGHTEND####                                                  
//===========================================================================
