[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230212084611.1311177-1-rppt@kernel.org>
Date: Sun, 12 Feb 2023 10:46:09 +0200
From: Mike Rapoport <rppt@...nel.org>
To: Arnd Bergmann <arnd@...db.de>
Cc: David Airlie <airlied@...hat.com>,
"David S. Miller" <davem@...emloft.net>,
Helge Deller <deller@....de>, Matt Turner <mattst88@...il.com>,
Michael Ellerman <mpe@...erman.id.au>, x86@...nel.org,
dri-devel@...ts.freedesktop.org, linux-alpha@...r.kernel.org,
linux-arch@...r.kernel.org, linux-ia64@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-parisc@...r.kernel.org,
linuxppc-dev@...ts.ozlabs.org, sparclinux@...r.kernel.org,
"Mike Rapoport (IBM)" <rppt@...nel.org>
Subject: [PATCH 0/2] char/agp: consolidate asm/agp.h
From: "Mike Rapoport (IBM)" <rppt@...nel.org>
Hi,
asm/agp.h is duplicated in several architectures, with x86 being the
only instance that differs from the rest.
Introduce asm-generic/agp.h and use it instead of per-architecture
headers for the most cases.
I believe that asm-generic is the best tree to pick up this patches.
Mike Rapoport (IBM) (2):
char/agp: consolidate {alloc,free}_gatt_pages()
char/agp: introduce asm-generic/agp.h
arch/alpha/include/asm/Kbuild | 1 +
arch/alpha/include/asm/agp.h | 19 -------------------
arch/ia64/include/asm/Kbuild | 1 +
arch/ia64/include/asm/agp.h | 27 ---------------------------
arch/parisc/include/asm/Kbuild | 1 +
arch/parisc/include/asm/agp.h | 21 ---------------------
arch/powerpc/include/asm/Kbuild | 1 +
arch/powerpc/include/asm/agp.h | 19 -------------------
arch/sparc/include/asm/Kbuild | 1 +
arch/sparc/include/asm/agp.h | 17 -----------------
arch/x86/include/asm/agp.h | 6 ------
drivers/char/agp/agp.h | 6 ++++++
include/asm-generic/agp.h | 11 +++++++++++
13 files changed, 22 insertions(+), 109 deletions(-)
delete mode 100644 arch/alpha/include/asm/agp.h
delete mode 100644 arch/ia64/include/asm/agp.h
delete mode 100644 arch/parisc/include/asm/agp.h
delete mode 100644 arch/powerpc/include/asm/agp.h
delete mode 100644 arch/sparc/include/asm/agp.h
create mode 100644 include/asm-generic/agp.h
base-commit: 2241ab53cbb5cdb08a6b2d4688feb13971058f65
--
2.35.1
Powered by blists - more mailing lists