* PATA: RPC now selects HAVE_PATA_PLATFORM for pata platform driver
@ 2008-07-15 16:12 Ben Dooks
2008-07-15 18:44 ` Russell King
0 siblings, 1 reply; 6+ messages in thread
From: Ben Dooks @ 2008-07-15 16:12 UTC (permalink / raw)
To: linux-ide; +Cc: Russell King, Ben Dooks
[-- Attachment #1: simtec/libata-rpc-use-have-kconfig2.patch --]
[-- Type: text/plain, Size: 945 bytes --]
The RPC machine type now selects HAVE_PATA_PLATFORM so we can remove
the special case in the PATA_PLATFORM configuration code.
Cc: Russell King <rmk@arm.linux.org.uk>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Index: linux-2.6.26-rc5-quilt1/drivers/ata/Kconfig
===================================================================
--- linux-2.6.26-rc5-quilt1.orig/drivers/ata/Kconfig 2008-06-10 12:38:03.000000000 +0100
+++ linux-2.6.26-rc5-quilt1/drivers/ata/Kconfig 2008-06-10 12:38:03.000000000 +0100
@@ -661,7 +661,7 @@ config HAVE_PATA_PLATFORM
config PATA_PLATFORM
tristate "Generic platform device PATA support"
- depends on EMBEDDED || ARCH_RPC || PPC || HAVE_PATA_PLATFORM
+ depends on EMBEDDED || PPC || HAVE_PATA_PLATFORM
help
This option enables support for generic directly connected ATA
devices commonly found on embedded systems.
--
Ben (ben@fluff.org, http://www.fluff.org/)
'a smiley only costs 4 bytes'
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: PATA: RPC now selects HAVE_PATA_PLATFORM for pata platform driver
2008-07-15 16:12 Ben Dooks
@ 2008-07-15 18:44 ` Russell King
0 siblings, 0 replies; 6+ messages in thread
From: Russell King @ 2008-07-15 18:44 UTC (permalink / raw)
To: Ben Dooks; +Cc: linux-ide
On Tue, Jul 15, 2008 at 05:12:50PM +0100, Ben Dooks wrote:
> The RPC machine type now selects HAVE_PATA_PLATFORM so we can remove
> the special case in the PATA_PLATFORM configuration code.
>
> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Acked-by: Russell King <rmk+kernel@arm.linux.org.uk>
--
Russell King
Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/
maintainer of:
^ permalink raw reply [flat|nested] 6+ messages in thread
* PATA: RPC now selects HAVE_PATA_PLATFORM for pata platform driver
@ 2008-08-05 9:36 Ben Dooks
0 siblings, 0 replies; 6+ messages in thread
From: Ben Dooks @ 2008-08-05 9:36 UTC (permalink / raw)
To: linux-ide; +Cc: Russell King, Ben Dooks
[-- Attachment #1: simtec/libata-rpc-use-have-kconfig2.patch --]
[-- Type: text/plain, Size: 951 bytes --]
The RPC machine type now selects HAVE_PATA_PLATFORM so we can remove
the special case in the PATA_PLATFORM configuration code.
Acked-by: Russell King <rmk@arm.linux.org.uk>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Index: linux-2.6.26-rc5-quilt1/drivers/ata/Kconfig
===================================================================
--- linux-2.6.26-rc5-quilt1.orig/drivers/ata/Kconfig 2008-06-10 12:38:03.000000000 +0100
+++ linux-2.6.26-rc5-quilt1/drivers/ata/Kconfig 2008-06-10 12:38:03.000000000 +0100
@@ -661,7 +661,7 @@ config HAVE_PATA_PLATFORM
config PATA_PLATFORM
tristate "Generic platform device PATA support"
- depends on EMBEDDED || ARCH_RPC || PPC || HAVE_PATA_PLATFORM
+ depends on EMBEDDED || PPC || HAVE_PATA_PLATFORM
help
This option enables support for generic directly connected ATA
devices commonly found on embedded systems.
--
Ben (ben@fluff.org, http://www.fluff.org/)
'a smiley only costs 4 bytes'
^ permalink raw reply [flat|nested] 6+ messages in thread
* PATA: RPC now selects HAVE_PATA_PLATFORM for pata platform driver
@ 2008-09-26 17:12 Ben Dooks
2008-09-29 4:33 ` Jeff Garzik
0 siblings, 1 reply; 6+ messages in thread
From: Ben Dooks @ 2008-09-26 17:12 UTC (permalink / raw)
To: jeff, linux-ide; +Cc: Russell King, Ben Dooks
[-- Attachment #1: simtec/libata-rpc-use-have-kconfig2.patch --]
[-- Type: text/plain, Size: 945 bytes --]
The RPC machine type now selects HAVE_PATA_PLATFORM so we can remove
the special case in the PATA_PLATFORM configuration code.
Cc: Russell King <rmk@arm.linux.org.uk>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Index: linux-2.6.26-rc5-quilt1/drivers/ata/Kconfig
===================================================================
--- linux-2.6.26-rc5-quilt1.orig/drivers/ata/Kconfig 2008-06-10 12:38:03.000000000 +0100
+++ linux-2.6.26-rc5-quilt1/drivers/ata/Kconfig 2008-06-10 12:38:03.000000000 +0100
@@ -661,7 +661,7 @@ config HAVE_PATA_PLATFORM
config PATA_PLATFORM
tristate "Generic platform device PATA support"
- depends on EMBEDDED || ARCH_RPC || PPC || HAVE_PATA_PLATFORM
+ depends on EMBEDDED || PPC || HAVE_PATA_PLATFORM
help
This option enables support for generic directly connected ATA
devices commonly found on embedded systems.
--
Ben (ben@fluff.org, http://www.fluff.org/)
'a smiley only costs 4 bytes'
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: PATA: RPC now selects HAVE_PATA_PLATFORM for pata platform driver
2008-09-26 17:12 PATA: RPC now selects HAVE_PATA_PLATFORM for pata platform driver Ben Dooks
@ 2008-09-29 4:33 ` Jeff Garzik
2008-09-29 16:44 ` Russell King
0 siblings, 1 reply; 6+ messages in thread
From: Jeff Garzik @ 2008-09-29 4:33 UTC (permalink / raw)
To: Ben Dooks; +Cc: linux-ide, Russell King
Ben Dooks wrote:
> The RPC machine type now selects HAVE_PATA_PLATFORM so we can remove
> the special case in the PATA_PLATFORM configuration code.
>
> Cc: Russell King <rmk@arm.linux.org.uk>
> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
>
> Index: linux-2.6.26-rc5-quilt1/drivers/ata/Kconfig
> ===================================================================
> --- linux-2.6.26-rc5-quilt1.orig/drivers/ata/Kconfig 2008-06-10 12:38:03.000000000 +0100
> +++ linux-2.6.26-rc5-quilt1/drivers/ata/Kconfig 2008-06-10 12:38:03.000000000 +0100
> @@ -661,7 +661,7 @@ config HAVE_PATA_PLATFORM
>
> config PATA_PLATFORM
> tristate "Generic platform device PATA support"
> - depends on EMBEDDED || ARCH_RPC || PPC || HAVE_PATA_PLATFORM
> + depends on EMBEDDED || PPC || HAVE_PATA_PLATFORM
> help
> This option enables support for generic directly connected ATA
> devices commonly found on embedded systems.
applied
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: PATA: RPC now selects HAVE_PATA_PLATFORM for pata platform driver
2008-09-29 4:33 ` Jeff Garzik
@ 2008-09-29 16:44 ` Russell King
0 siblings, 0 replies; 6+ messages in thread
From: Russell King @ 2008-09-29 16:44 UTC (permalink / raw)
To: Jeff Garzik; +Cc: Ben Dooks, linux-ide
On Mon, Sep 29, 2008 at 12:33:57AM -0400, Jeff Garzik wrote:
> Ben Dooks wrote:
> >The RPC machine type now selects HAVE_PATA_PLATFORM so we can remove
> >the special case in the PATA_PLATFORM configuration code.
> >
> >Cc: Russell King <rmk@arm.linux.org.uk>
> >Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Interestingly, the version posted to the ARM lists has:
| The RPC machine type now selects HAVE_PATA_PLATFORM so we can remove
| the special case in the PATA_PLATFORM configuration code.
|
| Acked-by: Russell King <rmk@arm.linux.org.uk>
| Signed-off-by: Ben Dooks <ben-linux@fluff.org>
as the comments... I don't think I acked it, and I certainly wouldn't
have acked it with that address. So, no idea what Ben's playing at.
But anyway...
Acked-by: Russell King <rmk+kernel@arm.linux.org.uk>
> >
> >Index: linux-2.6.26-rc5-quilt1/drivers/ata/Kconfig
> >===================================================================
> >--- linux-2.6.26-rc5-quilt1.orig/drivers/ata/Kconfig 2008-06-10
> >12:38:03.000000000 +0100
> >+++ linux-2.6.26-rc5-quilt1/drivers/ata/Kconfig 2008-06-10
> >12:38:03.000000000 +0100
> >@@ -661,7 +661,7 @@ config HAVE_PATA_PLATFORM
> >
> > config PATA_PLATFORM
> > tristate "Generic platform device PATA support"
> >- depends on EMBEDDED || ARCH_RPC || PPC || HAVE_PATA_PLATFORM
> >+ depends on EMBEDDED || PPC || HAVE_PATA_PLATFORM
> > help
> > This option enables support for generic directly connected ATA
> > devices commonly found on embedded systems.
>
> applied
>
>
--
Russell King
Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/
maintainer of:
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2008-09-29 16:45 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-26 17:12 PATA: RPC now selects HAVE_PATA_PLATFORM for pata platform driver Ben Dooks
2008-09-29 4:33 ` Jeff Garzik
2008-09-29 16:44 ` Russell King
-- strict thread matches above, loose matches on Subject: below --
2008-08-05 9:36 Ben Dooks
2008-07-15 16:12 Ben Dooks
2008-07-15 18:44 ` Russell King
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).