All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] remove remaining IDE driver fragments
@ 2022-04-27 13:24 Paul Gortmaker
  2022-04-27 13:24 ` [PATCH 1/3] cdrom: remove the unused driver specific disc change ioctl Paul Gortmaker
                   ` (2 more replies)
  0 siblings, 3 replies; 21+ messages in thread
From: Paul Gortmaker @ 2022-04-27 13:24 UTC (permalink / raw)
  To: linux-kernel
  Cc: Paul Gortmaker, Christoph Hellwig, Jens Axboe, Jonathan Corbet,
	Phillip Potter

A couple months back a grep had me find some IDE related bits by
accident - which got orphaned by our removal of the old IDE in
commit b7fb14d3ac63 ("ide: remove the legacy ide driver")
in the v5.13 release.

So we might as well get rid of these bits as well.  In untangling the
connection to docs, I noticed that the driver removal orphaned some
cdrom stuff that was only used by ide-cd so that is cleaned up too.

Cc: Christoph Hellwig <hch@lst.de>
Cc: Jens Axboe <axboe@kernel.dk>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Phillip Potter <phil@philpotter.co.uk>

---

Paul Gortmaker (3):
  cdrom: remove the unused driver specific disc change ioctl
  cdrom: mark CDROMGETSPINDOWN/CDROMSETSPINDOWN obsolete
  block: remove last remaining traces of IDE documentation

 .../admin-guide/kernel-parameters.txt         |  21 -
 Documentation/cdrom/cdrom-standard.rst        |  10 -
 Documentation/cdrom/ide-cd.rst                | 538 ------------------
 Documentation/cdrom/index.rst                 |   1 -
 Documentation/filesystems/proc.rst            |  92 +--
 Documentation/ide/ChangeLog.ide-cd.1994-2004  | 268 ---------
 .../ide/ChangeLog.ide-floppy.1996-2002        |  63 --
 .../ide/ChangeLog.ide-tape.1995-2002          | 257 ---------
 Documentation/ide/changelogs.rst              |  17 -
 Documentation/ide/ide-tape.rst                |  68 ---
 Documentation/ide/ide.rst                     | 265 ---------
 Documentation/ide/index.rst                   |  21 -
 Documentation/ide/warm-plug-howto.rst         |  18 -
 Documentation/userspace-api/ioctl/cdrom.rst   |   6 +
 drivers/block/pktcdvd.c                       |   2 +-
 drivers/cdrom/cdrom.c                         |   8 -
 include/linux/cdrom.h                         |   1 -
 include/uapi/linux/cdrom.h                    |   2 +-
 18 files changed, 15 insertions(+), 1643 deletions(-)
 delete mode 100644 Documentation/cdrom/ide-cd.rst
 delete mode 100644 Documentation/ide/ChangeLog.ide-cd.1994-2004
 delete mode 100644 Documentation/ide/ChangeLog.ide-floppy.1996-2002
 delete mode 100644 Documentation/ide/ChangeLog.ide-tape.1995-2002
 delete mode 100644 Documentation/ide/changelogs.rst
 delete mode 100644 Documentation/ide/ide-tape.rst
 delete mode 100644 Documentation/ide/ide.rst
 delete mode 100644 Documentation/ide/index.rst
 delete mode 100644 Documentation/ide/warm-plug-howto.rst

-- 
2.33.0


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

end of thread, other threads:[~2022-05-10  8:09 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-27 13:24 [PATCH 0/3] remove remaining IDE driver fragments Paul Gortmaker
2022-04-27 13:24 ` [PATCH 1/3] cdrom: remove the unused driver specific disc change ioctl Paul Gortmaker
2022-04-28 23:28   ` Phillip Potter
2022-04-27 13:24 ` [PATCH 2/3] cdrom: mark CDROMGETSPINDOWN/CDROMSETSPINDOWN obsolete Paul Gortmaker
2022-04-28 23:32   ` Phillip Potter
2022-04-27 13:24 ` [PATCH 3/3] block: remove last remaining traces of IDE documentation Paul Gortmaker
2022-04-27 14:50   ` Jonathan Corbet
2022-04-27 16:50     ` Randy Dunlap
2022-04-27 16:59     ` Paul Gortmaker
2022-04-28 23:43       ` Phillip Potter
2022-05-06 15:32         ` Paul Gortmaker
2022-05-06 17:54           ` Phillip Potter
2022-05-06 20:24             ` Paul Gortmaker
2022-05-06 20:27               ` Randy Dunlap
2022-05-07 20:57               ` Phillip Potter
2022-05-09 22:17             ` Jonathan Corbet
2022-05-09 23:03               ` Phillip Potter
2022-05-09 23:17                 ` Jens Axboe
2022-05-10  8:00                   ` Phillip Potter
2022-05-10  5:51               ` Christoph Hellwig
2022-05-10  8:09                 ` Phillip Potter

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.