Commit latest Qisda version and Bookeen's modification

This commit is contained in:
mlt
2010-04-23 11:27:04 +00:00
committed by Godzil
parent 2c907884d1
commit f2fd2aec61
75 changed files with 182708 additions and 51781 deletions

View File

@@ -103,6 +103,9 @@ struct mmc_host {
unsigned int max_req_size; /* maximum number of bytes in one req */
unsigned int max_blk_size; /* maximum size of one mmc block */
unsigned int max_blk_count; /* maximum number of blocks in one req */
/* Qisda, howard hsu, 2010/01/21, fix start slot for SD card { */
unsigned int first_devidx; /* preferred starting mmc block device index */
/* } Qisda, howard hsu, 2010/01/21, fix start slot for SD card */
/* private data */
spinlock_t lock; /* lock for claim and bus ops */