Re: Support for TI FlashMedia (pci id 104c:8033, 104c:803b) flash card readers

From: Alex Dubov
Date: Mon Sep 18 2006 - 23:21:45 EST



I was looking at the way to put my driver into the kernel and currently have three ways of doing
it (all of them came up in the thread, already):
1.
Put everything in drivers/misc

2.
Put tifm_core, tifm_7xx1 and tifm_ms (in progress) in drivers/misc, tifm_sd in drivers/mmc

3.
Put everything in drivers/mmc

I'm favoring everything in drivers/mmc, especially if it can be renamed into drivers/flashcards or
something. This way, all flash card drivers will be nicely localized. In this respect, I also
wonder where the MemoryStick driver for Winbond card readers is supposed to go when it enters the
kernel? (Winbond driver is written by people with access to the MemoryStick spec and I'm using it
as reference for my own work, with great utility).


__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/