If it's a DiskOnChip, the situation is this:
There are binary-only drivers available from the manufacturer. With these,
you have the unhappy choice of either violating the GPL by distributing a
kernel with them linked in, or putting up with the waste of using initrd
and modules in your embedded system.
There is also a GPL'd driver at www.linux-mtd.infradead.org, which works
fine in read-only mode, but still isn't ready for production use in write
mode, although I can't actually reproduce any of the problems which have
been reported.
If it's not a DiskOnChip, but onboard NOR flash, that ought to be supported
too, as soon as I work out how I've broken my FTL code :)
If you want to know about drivers for the touchscreen, find out exactly what
it is and mail me the details.
-- dwmw2
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/