--- On Mon, 18/10/10, Maxim Levitsky <maximlevitsky@gmail.com> wrote:
First, a useful citation (Documentation/HOWTO:548):
"The Linux kernel community does not gladly accept large chunks of code
dropped on it all at once. The changes need to be properly introduced,
discussed, and broken up into tiny, individual portions."
I actually attempted to submit a large "full rewrite" patch early on
during development of one of my drivers. I was a sole developer and it was
not even on a stable tree, as far as I can remember. Yet, that patch was
dropped immediately with the above given reason.
And yes, I had to rewrite the whole thing again, this time in small steps.
--