add SPI driver for the Vitesse VSC7385 switch

SVN-Revision: 16324
This commit is contained in:
Gabor Juhos
2009-06-04 07:51:29 +00:00
parent 976f690ebd
commit 08bd604941
4 changed files with 630 additions and 1 deletions

View File

@@ -10,5 +10,5 @@
struct vsc7385_platform_data {
void (* reset)(void);
unsigned char *ucode_name;
char *ucode_name;
};