* [PATCH] ARM: at91/ide: remove unsused at91-ide Kconfig entry
@ 2012-11-14 11:20 Johan Hovold
2013-02-05 13:53 ` [PATCH resend] " Johan Hovold
0 siblings, 1 reply; 4+ messages in thread
From: Johan Hovold @ 2012-11-14 11:20 UTC (permalink / raw)
To: David S. Miller
Cc: Jean-Christophe Plagniol-Villard, Nicolas Ferre, linux-ide,
linux-kernel, Johan Hovold
Commit cf844751fb25e ("ARM: at91: drop ide driver in favor of the pata
one") removed the at91-ide driver but did not remove the Kconfig entry.
Signed-off-by: Johan Hovold <jhovold@gmail.com>
---
drivers/ide/Kconfig | 5 -----
1 file changed, 5 deletions(-)
diff --git a/drivers/ide/Kconfig b/drivers/ide/Kconfig
index 5a26584..bfec4e6 100644
--- a/drivers/ide/Kconfig
+++ b/drivers/ide/Kconfig
@@ -702,11 +702,6 @@ config BLK_DEV_IDE_TX4939
depends on SOC_TX4939
select BLK_DEV_IDEDMA_SFF
-config BLK_DEV_IDE_AT91
- tristate "Atmel AT91 (SAM9, CAP9, AT572D940HF) IDE support"
- depends on ARM && ARCH_AT91 && !ARCH_AT91RM9200 && !ARCH_AT91X40
- select IDE_TIMINGS
-
config BLK_DEV_IDE_ICSIDE
tristate "ICS IDE interface support"
depends on ARM && ARCH_ACORN
--
1.8.0
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH resend] ARM: at91/ide: remove unsused at91-ide Kconfig entry
2012-11-14 11:20 [PATCH] ARM: at91/ide: remove unsused at91-ide Kconfig entry Johan Hovold
@ 2013-02-05 13:53 ` Johan Hovold
2013-02-05 13:59 ` Jiri Kosina
0 siblings, 1 reply; 4+ messages in thread
From: Johan Hovold @ 2013-02-05 13:53 UTC (permalink / raw)
To: David S. Miller
Cc: Jean-Christophe Plagniol-Villard, Nicolas Ferre, linux-ide,
linux-kernel, trivial, Johan Hovold
Commit cf844751fb25e ("ARM: at91: drop ide driver in favor of the pata
one") removed the at91-ide driver but did not remove the Kconfig entry.
Signed-off-by: Johan Hovold <jhovold@gmail.com>
---
Resend of patch first posted mid-November with trivial added as CC. Perhaps it
can go in via the AT91-folks, otherwise?
Thanks,
Johan
drivers/ide/Kconfig | 5 -----
1 file changed, 5 deletions(-)
diff --git a/drivers/ide/Kconfig b/drivers/ide/Kconfig
index 5a26584..bfec4e6 100644
--- a/drivers/ide/Kconfig
+++ b/drivers/ide/Kconfig
@@ -702,11 +702,6 @@ config BLK_DEV_IDE_TX4939
depends on SOC_TX4939
select BLK_DEV_IDEDMA_SFF
-config BLK_DEV_IDE_AT91
- tristate "Atmel AT91 (SAM9, CAP9, AT572D940HF) IDE support"
- depends on ARM && ARCH_AT91 && !ARCH_AT91RM9200 && !ARCH_AT91X40
- select IDE_TIMINGS
-
config BLK_DEV_IDE_ICSIDE
tristate "ICS IDE interface support"
depends on ARM && ARCH_ACORN
--
1.8.1.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH resend] ARM: at91/ide: remove unsused at91-ide Kconfig entry
2013-02-05 13:53 ` [PATCH resend] " Johan Hovold
@ 2013-02-05 13:59 ` Jiri Kosina
2013-02-05 14:05 ` Johan Hovold
0 siblings, 1 reply; 4+ messages in thread
From: Jiri Kosina @ 2013-02-05 13:59 UTC (permalink / raw)
To: Johan Hovold
Cc: David S. Miller, Jean-Christophe Plagniol-Villard, Nicolas Ferre,
linux-ide, linux-kernel
On Tue, 5 Feb 2013, Johan Hovold wrote:
> Commit cf844751fb25e ("ARM: at91: drop ide driver in favor of the pata
> one") removed the at91-ide driver but did not remove the Kconfig entry.
>
> Signed-off-by: Johan Hovold <jhovold@gmail.com>
> ---
>
> Resend of patch first posted mid-November with trivial added as CC. Perhaps it
> can go in via the AT91-folks, otherwise?
It doesn't seem to have reached trivial@kernel.org back then.
I am taking it now, thanks.
>
> Thanks,
> Johan
>
>
> drivers/ide/Kconfig | 5 -----
> 1 file changed, 5 deletions(-)
>
> diff --git a/drivers/ide/Kconfig b/drivers/ide/Kconfig
> index 5a26584..bfec4e6 100644
> --- a/drivers/ide/Kconfig
> +++ b/drivers/ide/Kconfig
> @@ -702,11 +702,6 @@ config BLK_DEV_IDE_TX4939
> depends on SOC_TX4939
> select BLK_DEV_IDEDMA_SFF
>
> -config BLK_DEV_IDE_AT91
> - tristate "Atmel AT91 (SAM9, CAP9, AT572D940HF) IDE support"
> - depends on ARM && ARCH_AT91 && !ARCH_AT91RM9200 && !ARCH_AT91X40
> - select IDE_TIMINGS
> -
> config BLK_DEV_IDE_ICSIDE
> tristate "ICS IDE interface support"
> depends on ARM && ARCH_ACORN
> --
> 1.8.1.1
>
--
Jiri Kosina
SUSE Labs
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH resend] ARM: at91/ide: remove unsused at91-ide Kconfig entry
2013-02-05 13:59 ` Jiri Kosina
@ 2013-02-05 14:05 ` Johan Hovold
0 siblings, 0 replies; 4+ messages in thread
From: Johan Hovold @ 2013-02-05 14:05 UTC (permalink / raw)
To: Jiri Kosina
Cc: David S. Miller, Jean-Christophe Plagniol-Villard, Nicolas Ferre,
linux-ide, linux-kernel
On Tue, Feb 5, 2013 at 2:59 PM, Jiri Kosina <jkosina@suse.cz> wrote:
> On Tue, 5 Feb 2013, Johan Hovold wrote:
>
>> Commit cf844751fb25e ("ARM: at91: drop ide driver in favor of the pata
>> one") removed the at91-ide driver but did not remove the Kconfig entry.
>>
>> Signed-off-by: Johan Hovold <jhovold@gmail.com>
>> ---
>>
>> Resend of patch first posted mid-November with trivial added as CC. Perhaps it
>> can go in via the AT91-folks, otherwise?
>
> It doesn't seem to have reached trivial@kernel.org back then.
No, I forgot to add trivial last time.
> I am taking it now, thanks.
Thanks,
Johan
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-02-05 14:05 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-14 11:20 [PATCH] ARM: at91/ide: remove unsused at91-ide Kconfig entry Johan Hovold
2013-02-05 13:53 ` [PATCH resend] " Johan Hovold
2013-02-05 13:59 ` Jiri Kosina
2013-02-05 14:05 ` Johan Hovold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome