diff options
author | Ondrej Zary <linux@zary.sk> | 2023-01-30 22:10:49 +0100 |
---|---|---|
committer | Damien Le Moal <damien.lemoal@opensource.wdc.com> | 2023-01-31 02:41:32 +0100 |
commit | 7750d8b51061467d9de8407a17c26cba9e15da10 (patch) | |
tree | 868b4d573937da3608b4ea4e35dc6d77ebfe7365 /MAINTAINERS | |
parent | ata: pata_parport: add driver (PARIDE replacement) (diff) | |
download | linux-7750d8b51061467d9de8407a17c26cba9e15da10.tar.xz linux-7750d8b51061467d9de8407a17c26cba9e15da10.zip |
drivers/block: Remove PARIDE core and high-level protocols
Remove PARIDE core and high level protocols, taking care not to break
low-level drivers (used by pata_parport). Also update documentation.
Signed-off-by: Ondrej Zary <linux@zary.sk>
Acked-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 7f86d02cb427..d2f1546bf332 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -15844,13 +15844,6 @@ F: arch/*/include/asm/paravirt*.h F: arch/*/kernel/paravirt* F: include/linux/hypervisor.h -PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES -M: Tim Waugh <tim@cyberelk.net> -L: linux-parport@lists.infradead.org (subscribers-only) -S: Maintained -F: Documentation/admin-guide/blockdev/paride.rst -F: drivers/block/paride/ - PARISC ARCHITECTURE M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com> M: Helge Deller <deller@gmx.de> |