mbox series

[0/3] ide/MIPS/docs: remove no longer used au1xxx-ide driver

Message ID 20200116122938.20789-1-b.zolnierkie@samsung.com
Headers show
Series ide/MIPS/docs: remove no longer used au1xxx-ide driver | expand

Message

Bartlomiej Zolnierkiewicz Jan. 16, 2020, 12:29 p.m. UTC
Hi,

Commit 54ff4a1d1732 ("MIPS: Alchemy: pata_platform for DB1200")
from year 2014 converted the only user of au1xxx-ide IDE host
driver (MIPS Alchemy DB1200 platform) to use pata_platform libata
host driver instead. This patch series removes dead au1xxx-ide
driver code & co.

Since patch #2 depends on patch #1 (and it is also the best to
apply patch #3 after driver code removal) it would be probably
easiest to merge everything through MIPS tree (after getting
necessary ACKs, from David for the first patch and Jonathan for
the third one).

Best regards,
--
Bartlomiej Zolnierkiewicz
Samsung R&D Institute Poland
Samsung Electronics


Bartlomiej Zolnierkiewicz (3):
  ide: remove no longer used au1xxx-ide driver
  MIPS: Alchemy: remove no longer used au1xxx_ide.h header
  docs: mips: remove no longer needed au1xxx_ide.rst documentation

 Documentation/mips/au1xxx_ide.rst             | 130 ----
 Documentation/mips/index.rst                  |   2 -
 .../mips/include/asm/mach-au1x00/au1xxx_ide.h | 178 ------
 drivers/ide/Kconfig                           |  17 -
 drivers/ide/Makefile                          |   2 -
 drivers/ide/au1xxx-ide.c                      | 597 ------------------
 6 files changed, 926 deletions(-)
 delete mode 100644 Documentation/mips/au1xxx_ide.rst
 delete mode 100644 arch/mips/include/asm/mach-au1x00/au1xxx_ide.h
 delete mode 100644 drivers/ide/au1xxx-ide.c

Comments

Manuel Lauss Jan. 16, 2020, 12:52 p.m. UTC | #1
On Thu, Jan 16, 2020 at 1:30 PM Bartlomiej Zolnierkiewicz
<b.zolnierkie@samsung.com> wrote:
> Commit 54ff4a1d1732 ("MIPS: Alchemy: pata_platform for DB1200")
> from year 2014 converted the only user of au1xxx-ide IDE host
> driver (MIPS Alchemy DB1200 platform) to use pata_platform libata
> host driver instead. This patch series removes dead au1xxx-ide
> driver code & co.

For the whole series:
Acked-By: Manuel Lauss <manuel.lauss@gmail.com>

Good riddance. This driver really only worked well with the db1200
board set to a specific
cpu clock speed.

Best regards,
      Manuel
Christoph Hellwig Jan. 17, 2020, 8:11 a.m. UTC | #2
Always great to kill off another legacy ide driver:

Acked-by: Christoph Hellwig <hch@lst.de>
Paul Burton Jan. 24, 2020, 11:03 p.m. UTC | #3
Hi David & Jonathan,

On Thu, Jan 16, 2020 at 01:29:35PM +0100, Bartlomiej Zolnierkiewicz wrote:
> Since patch #2 depends on patch #1 (and it is also the best to
> apply patch #3 after driver code removal) it would be probably
> easiest to merge everything through MIPS tree (after getting
> necessary ACKs, from David for the first patch and Jonathan for
> the third one).

Does that sound good to you? If so could you ack the patches as
appropriate?

Alternatively I have no problem if you'd rather take this through the
IDE tree David, in which case for patch 2:

    Acked-by: Paul Burton <paulburton@kernel.org>

Thanks,
    Paul