Re: [PATCH] Display SPI transfer agreement in common code

2005-03-06 Thread Matthew Wilcox
On Sun, Mar 06, 2005 at 05:18:17PM +, Matthew Wilcox wrote: > Introduce a generic SPI function to print the negotiated transfer > agreement. It's based on the implementation in sym53c8xx_2/sym_misc.c. > I have changes in my tree to make 53c700, ncr53c8xx and sym2 use it. > Other drivers need t

[PATCH] Display SPI transfer agreement in common code

2005-03-06 Thread Matthew Wilcox
[ This is an updated version of http://marc.theaimsgroup.com/?l=linux-scsi&m=110918302718178&w=2 Relative to that patch, it prints the period in a nicer way; exactly the same way as the strings in the original version of this file. ] Introduce a generic SPI function to print the negotiated

[PATCH] Display SPI transfer agreement in common code

2005-02-23 Thread Matthew Wilcox
Introduce a generic SPI function to print the negotiated transfer agreement. It's based on the implementation in sym53c8xx_2/sym_misc.c. >From a quick look, 53c700, ncr53c8xx and sym2 can use it easily. Other drivers need to be converted to use the SPI transport layer first. In order to calculat