Wolfgang Denk wrote:
Dear Feng Kan,
In message <1241211767-32697-1-git-send-email-fkan@xxxxxxxx> you wrote:
This adds support for the Designware SATA controller.
Signed-off-by: Feng Kan <fkan@xxxxxxxx>
Signed-off-by: Mark Miesfeld <miesfeld@xxxxxxxxx>
---
drivers/ata/Kconfig | 10 +
drivers/ata/Makefile | 1 +
drivers/ata/sata_dwc.c | 2053 ++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 2064 insertions(+), 0 deletions(-)
create mode 100644 drivers/ata/sata_dwc.c
...
+
+MODULE_LICENSE("GPL");
+MODULE_AUTHOR("Mark Miesfeld <mmiesfeld@xxxxxxxx>");
+MODULE_DESCRIPTION("DesignWare Cores SATA controller low lever driver");
------------------------------------------------------------^^^^^
Guess that's a typo?
heh
Hmm... that's 2000+ lines of code in a single file. Maybe this should
be split?
A single file is just fine.
Jeff
--
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html