[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230223070116.660-1-rdunlap@infradead.org>
Date: Wed, 22 Feb 2023 23:01:12 -0800
From: Randy Dunlap <rdunlap@...radead.org>
To: linux-kernel@...r.kernel.org
Cc: Randy Dunlap <rdunlap@...radead.org>,
Nathan Lynch <nathanl@...ux.ibm.com>,
Roy Zang <tie-fei.zang@...escale.com>,
Paul Mackerras <paulus@...ba.org>,
Alexandre Bounine <alexandreb@...dra.com>,
Gerhard Sittig <gsi@...x.de>,
Anatolij Gustschin <agust@...x.de>,
Michael Ellerman <mpe@...erman.id.au>,
Nicholas Piggin <npiggin@...il.com>,
Christophe Leroy <christophe.leroy@...roup.eu>,
Albert Herranz <albert_herranz@...oo.es>,
Segher Boessenkool <segher@...nel.crashing.org>,
Grant Likely <grant.likely@...retlab.ca>,
Benjamin Herrenschmidt <benh@...nel.crashing.org>,
linuxppc-dev@...ts.ozlabs.org
Subject: [PATCH] POWERPC: several build fixes
Fix multiple build errors or warnings for POWERPC.
These are mostly fixes for resource_size_t printk format warnings.
One patch is for RTAS, which requires GENERIC_ALLOCATOR.
Subject: [PATCH 1/4] clk: mpc512x: fix resource printk format warning
Subject: [PATCH 2/4] powerpc: wii: fix resource printk format warnings
Subject: [PATCH 3/4] powerpc/pseries: RTAS work area requires GENERIC_ALLOCATOR
Subject: [PATCH 4/4] POWERPC: sysdev/tsi108: fix resource printk format warnings
diffstat:
arch/powerpc/platforms/512x/clock-commonclk.c | 2 +-
arch/powerpc/platforms/embedded6xx/flipper-pic.c | 2 +-
arch/powerpc/platforms/embedded6xx/hlwd-pic.c | 2 +-
arch/powerpc/platforms/embedded6xx/wii.c | 4 ++--
arch/powerpc/platforms/pseries/Kconfig | 1 +
arch/powerpc/sysdev/tsi108_pci.c | 4 ++--
6 files changed, 8 insertions(+), 7 deletions(-)
Cc: Nathan Lynch <nathanl@...ux.ibm.com>
Cc: Roy Zang <tie-fei.zang@...escale.com>
Cc: Paul Mackerras <paulus@...ba.org>
Cc: Alexandre Bounine <alexandreb@...dra.com>
Cc: Gerhard Sittig <gsi@...x.de>
Cc: Anatolij Gustschin <agust@...x.de>
Cc: Michael Ellerman <mpe@...erman.id.au>
Cc: Nicholas Piggin <npiggin@...il.com>
Cc: Christophe Leroy <christophe.leroy@...roup.eu>
Cc: Albert Herranz <albert_herranz@...oo.es>
Cc: Segher Boessenkool <segher@...nel.crashing.org>
Cc: Grant Likely <grant.likely@...retlab.ca>
Cc: Benjamin Herrenschmidt <benh@...nel.crashing.org>
Cc: linuxppc-dev@...ts.ozlabs.org
Powered by blists - more mailing lists