[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250825163545.39303-1-andriy.shevchenko@linux.intel.com>
Date: Mon, 25 Aug 2025 18:32:54 +0200
From: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
To: Helge Deller <deller@....de>,
Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
Geert Uytterhoeven <geert@...ux-m68k.org>,
Thomas Fourier <fourier.thomas@...il.com>,
linux-alpha@...r.kernel.org,
linux-kernel@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
linux-m68k@...ts.linux-m68k.org,
linux-mips@...r.kernel.org,
linux-parisc@...r.kernel.org,
linuxppc-dev@...ts.ozlabs.org,
sparclinux@...r.kernel.org,
linux-block@...r.kernel.org
Cc: Richard Henderson <richard.henderson@...aro.org>,
Matt Turner <mattst88@...il.com>,
Ian Molton <spyro@....com>,
Russell King <linux@...linux.org.uk>,
Thomas Bogendoerfer <tsbogend@...ha.franken.de>,
"James E.J. Bottomley" <James.Bottomley@...senPartnership.com>,
Madhavan Srinivasan <maddy@...ux.ibm.com>,
Michael Ellerman <mpe@...erman.id.au>,
Nicholas Piggin <npiggin@...il.com>,
Christophe Leroy <christophe.leroy@...roup.eu>,
"David S. Miller" <davem@...emloft.net>,
Andreas Larsson <andreas@...sler.com>,
Thomas Gleixner <tglx@...utronix.de>,
Ingo Molnar <mingo@...hat.com>,
Borislav Petkov <bp@...en8.de>,
Dave Hansen <dave.hansen@...ux.intel.com>,
x86@...nel.org,
"H. Peter Anvin" <hpa@...or.com>,
Denis Efremov <efremov@...ux.com>,
Jens Axboe <axboe@...nel.dk>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: [PATCH v2 0/3] floppy: A couple of cleanups
There are a few places in architecture code for the floppy driver
that may be cleaned up. Do it so.
Assumed to route via Andrew Morton's tree as floppy is basically orphaned.
Changelog v2:
- combined separate patches sent earlier into a series
- added tags (Helge, Geert)
- fixed typo in the commit message (Geert)
Andy Shevchenko (3):
floppy: Remove unused CROSS_64KB() macro from arch/ code
floppy: Replace custom SZ_64K constant
floppy: Sort headers alphabetically
arch/alpha/include/asm/floppy.h | 19 ----------
arch/arm/include/asm/floppy.h | 2 --
arch/m68k/include/asm/floppy.h | 4 ---
arch/mips/include/asm/floppy.h | 15 --------
arch/parisc/include/asm/floppy.h | 11 +++---
arch/powerpc/include/asm/floppy.h | 5 ---
arch/sparc/include/asm/floppy_32.h | 3 --
arch/sparc/include/asm/floppy_64.h | 3 --
arch/x86/include/asm/floppy.h | 8 ++---
drivers/block/floppy.c | 56 ++++++++++++++----------------
10 files changed, 34 insertions(+), 92 deletions(-)
--
2.50.1
Powered by blists - more mailing lists