2022-06-06 15:40:39

by Mauro Carvalho Chehab

[permalink] [raw]
Subject: [PATCH 23/23] arch: m68k: q40: README: drop references to IDE driver

Since IDE support was deleted by Christoph Hellwig <[email protected]>,
Jun 16 2021, drop the left-over from README file.

Fixes: b7fb14d3ac63 ("ide: remove the legacy ide driver")
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
---

To avoid mailbombing on a large number of people, only mailing lists were C/C on the cover.
See [PATCH 00/23] at: https://lore.kernel.org/all/[email protected]/

arch/m68k/q40/README | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/arch/m68k/q40/README b/arch/m68k/q40/README
index a4991d2d8af6..4db6db54d57a 100644
--- a/arch/m68k/q40/README
+++ b/arch/m68k/q40/README
@@ -30,9 +30,7 @@ drivers used by the Q40, apart from the very obvious (console etc.):
genrtc.c # RTC
char/joystick/* # most of this should work, not
# in default config.in
- block/q40ide.c # startup for ide
- ide* # see Documentation/ide/ide.rst
- floppy.c # normal PC driver, DMA emu in asm/floppy.h
+ block/floppy.c # normal PC driver, DMA emu in asm/floppy.h
# and arch/m68k/kernel/entry.S
# see drivers/block/README.fd
net/ne.c
--
2.36.1


2022-06-06 16:26:59

by Randy Dunlap

[permalink] [raw]
Subject: Re: [PATCH 23/23] arch: m68k: q40: README: drop references to IDE driver



On 6/6/22 08:25, Mauro Carvalho Chehab wrote:
> Since IDE support was deleted by Christoph Hellwig <[email protected]>,
> Jun 16 2021, drop the left-over from README file.
>
> Fixes: b7fb14d3ac63 ("ide: remove the legacy ide driver")
> Signed-off-by: Mauro Carvalho Chehab <[email protected]>

Acked-by: Randy Dunlap <[email protected]>

Thanks.

> ---
>
> To avoid mailbombing on a large number of people, only mailing lists were C/C on the cover.
> See [PATCH 00/23] at: https://lore.kernel.org/all/[email protected]/
>
> arch/m68k/q40/README | 4 +---
> 1 file changed, 1 insertion(+), 3 deletions(-)
>
> diff --git a/arch/m68k/q40/README b/arch/m68k/q40/README
> index a4991d2d8af6..4db6db54d57a 100644
> --- a/arch/m68k/q40/README
> +++ b/arch/m68k/q40/README
> @@ -30,9 +30,7 @@ drivers used by the Q40, apart from the very obvious (console etc.):
> genrtc.c # RTC
> char/joystick/* # most of this should work, not
> # in default config.in
> - block/q40ide.c # startup for ide
> - ide* # see Documentation/ide/ide.rst
> - floppy.c # normal PC driver, DMA emu in asm/floppy.h
> + block/floppy.c # normal PC driver, DMA emu in asm/floppy.h
> # and arch/m68k/kernel/entry.S
> # see drivers/block/README.fd
> net/ne.c

--
~Randy

2022-06-07 10:24:41

by Geert Uytterhoeven

[permalink] [raw]
Subject: Re: [PATCH 23/23] arch: m68k: q40: README: drop references to IDE driver

Hi Mauro,

Thanks for your patch!

On Mon, Jun 6, 2022 at 5:25 PM Mauro Carvalho Chehab <[email protected]> wrote:
> Since IDE support was deleted by Christoph Hellwig <[email protected]>,
> Jun 16 2021, drop the left-over from README file.

This is only half of the story, cfr. commit 44b1fbc0f5f30e66 ("m68k/q40:
Replace q40ide driver with pata_falcon and falconide").

> Fixes: b7fb14d3ac63 ("ide: remove the legacy ide driver")

Hence this Fixes tag should be dropped...

> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
> ---
>
> To avoid mailbombing on a large number of people, only mailing lists were C/C on the cover.
> See [PATCH 00/23] at: https://lore.kernel.org/all/[email protected]/
>
> arch/m68k/q40/README | 4 +---
> 1 file changed, 1 insertion(+), 3 deletions(-)
>
> diff --git a/arch/m68k/q40/README b/arch/m68k/q40/README
> index a4991d2d8af6..4db6db54d57a 100644
> --- a/arch/m68k/q40/README
> +++ b/arch/m68k/q40/README
> @@ -30,9 +30,7 @@ drivers used by the Q40, apart from the very obvious (console etc.):
> genrtc.c # RTC
> char/joystick/* # most of this should work, not
> # in default config.in
> - block/q40ide.c # startup for ide
> - ide* # see Documentation/ide/ide.rst

... and the above should be replaced by ata/pata_falcon.c.
There doesn't seem to be an ATA replacement for Documentation/ide/ide.rst?

> - floppy.c # normal PC driver, DMA emu in asm/floppy.h
> + block/floppy.c # normal PC driver, DMA emu in asm/floppy.h
> # and arch/m68k/kernel/entry.S
> # see drivers/block/README.fd
> net/ne.c

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected]

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds