Sergey Matyukevich wrote:
On Tue, 23 Jun 2009 13:59:44 -0400
Jeff Garzik <jeff@xxxxxxxxxx> wrote:
Sergey Matyukevich wrote:
Could you tell me where to send update for pata_at91 driver modified
according to Andrew's remarks ? To Jeff ?
Me and linux-ide...
Jeff
Jeff,
Here is updated pata_at91 driver according to comments by Andrew Morton.
This patch provides PATA driver for CompactFlash interface in True IDE
mode on AT91SAM9260 SoC.
Signed-off-by: Sergey Matyukevich <geomatsi@xxxxxxxxx>
---
drivers/ata/Kconfig | 8 +
drivers/ata/Makefile | 1 +
drivers/ata/pata_at91.c | 367 +++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 376 insertions(+), 0 deletions(-)
create mode 100644 drivers/ata/pata_at91.c
Once I (or someone else, in the case of another driver) merges a driver,
you will want to send a diff against that merged version. In this case,
the driver is upstream as of an hour or two ago, so you'll want to diff
against that.
Note that little details like email subject line matter, because they
are copied into the kernel changelog by default, when merging patches.
See Documentation/SubmittingPatches for a list of details.
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