All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] at91_ide: remove headers specific for at91sam9263
@ 2009-08-15 10:02 Sergey Matyukevich
  2009-08-15 20:15 ` Stanislaw Gruszka
  0 siblings, 1 reply; 3+ messages in thread
From: Sergey Matyukevich @ 2009-08-15 10:02 UTC (permalink / raw)
  To: Stanislaw Gruszka, linux-ide; +Cc: David S. Miller, Sergey Matyukevich

This driver requires only static memory controller definitions and macroses
contained in generic header at91sam9_smc.h.

Those extra headers are misleading since this driver also works fine for
at91sam9260 SoC: tests were performed on afeb9260 board.

Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
---
 drivers/ide/at91_ide.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/drivers/ide/at91_ide.c b/drivers/ide/at91_ide.c
index dbfeda4..248219a 100644
--- a/drivers/ide/at91_ide.c
+++ b/drivers/ide/at91_ide.c
@@ -29,9 +29,7 @@
 
 #include <mach/board.h>
 #include <mach/gpio.h>
-#include <mach/at91sam9263.h>
 #include <mach/at91sam9_smc.h>
-#include <mach/at91sam9263_matrix.h>
 
 #define DRV_NAME "at91_ide"
 
-- 
1.6.2.5


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] at91_ide: remove headers specific for at91sam9263
  2009-08-15 10:02 [PATCH] at91_ide: remove headers specific for at91sam9263 Sergey Matyukevich
@ 2009-08-15 20:15 ` Stanislaw Gruszka
  2009-08-16  1:55   ` David Miller
  0 siblings, 1 reply; 3+ messages in thread
From: Stanislaw Gruszka @ 2009-08-15 20:15 UTC (permalink / raw)
  To: Sergey Matyukevich; +Cc: linux-ide, David S. Miller

On Saturday 15 August 2009 06:02, Sergey Matyukevich wrote:
> This driver requires only static memory controller definitions and macroses
> contained in generic header at91sam9_smc.h.
> 
> Those extra headers are misleading since this driver also works fine for
> at91sam9260 SoC: tests were performed on afeb9260 board.
> 
> Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>

Acked-by: Stanislaw Gruszka <stf_xl@wp.pl>

Thanks
Stanislaw

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] at91_ide: remove headers specific for at91sam9263
  2009-08-15 20:15 ` Stanislaw Gruszka
@ 2009-08-16  1:55   ` David Miller
  0 siblings, 0 replies; 3+ messages in thread
From: David Miller @ 2009-08-16  1:55 UTC (permalink / raw)
  To: stf_xl; +Cc: geomatsi, linux-ide

From: Stanislaw Gruszka <stf_xl@wp.pl>
Date: Sat, 15 Aug 2009 16:15:52 -0400

> On Saturday 15 August 2009 06:02, Sergey Matyukevich wrote:
>> This driver requires only static memory controller definitions and macroses
>> contained in generic header at91sam9_smc.h.
>> 
>> Those extra headers are misleading since this driver also works fine for
>> at91sam9260 SoC: tests were performed on afeb9260 board.
>> 
>> Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
> 
> Acked-by: Stanislaw Gruszka <stf_xl@wp.pl>

Applied to ide-next-2.6, thanks!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-08-16  1:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-15 10:02 [PATCH] at91_ide: remove headers specific for at91sam9263 Sergey Matyukevich
2009-08-15 20:15 ` Stanislaw Gruszka
2009-08-16  1:55   ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.