mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/6] powerpc: Fix compiler warnings
@ 2020-09-15  7:02 Sascha Hauer
  2020-09-15  7:03 ` [PATCH 1/6] powerpc: Add prototypes to header file Sascha Hauer
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Sascha Hauer @ 2020-09-15  7:02 UTC (permalink / raw)
  To: Barebox List

powerpc currently has lots of -Wmissing-prototypes warnings. This series
fixes them.

Sascha Hauer (6):
  powerpc: Add prototypes to header file
  powerpc: Add missing includes
  powerpc: Make locally used functions static
  powerpc: Add prototypes for functions called from assembly
  powerpc: Remove unused functions
  powerpc: Add function prototypes for exception handlers

 arch/powerpc/boards/freescale-p1010rdb/ddr.c  |  4 +--
 .../boards/freescale-p1010rdb/p1010rdb.c      |  2 ++
 arch/powerpc/boards/freescale-p1022ds/ddr.c   |  4 +--
 .../boards/freescale-p1022ds/p1022ds.c        |  2 ++
 arch/powerpc/boards/pcm030/pcm030.c           |  3 ++
 arch/powerpc/cpu-85xx/traps.c                 |  6 ++--
 arch/powerpc/ddr-8xxx/ctrl_regs.c             |  7 ++--
 arch/powerpc/ddr-8xxx/ddr.h                   |  4 ---
 arch/powerpc/ddr-8xxx/ddr2_dimm_params.c      |  2 +-
 arch/powerpc/include/asm/fsl_ddr_sdram.h      |  8 +++++
 arch/powerpc/include/asm/processor.h          |  8 +++++
 arch/powerpc/lib/board.c                      |  3 ++
 arch/powerpc/mach-mpc5xxx/cpu.c               | 24 -------------
 arch/powerpc/mach-mpc5xxx/reginfo.c           |  1 +
 arch/powerpc/mach-mpc5xxx/speed.c             |  3 +-
 arch/powerpc/mach-mpc5xxx/time.c              |  2 +-
 arch/powerpc/mach-mpc5xxx/traps.c             | 28 ++-------------
 arch/powerpc/mach-mpc85xx/cpu.c               |  4 +++
 arch/powerpc/mach-mpc85xx/cpu_init.c          | 13 ++++---
 arch/powerpc/mach-mpc85xx/cpuid.c             |  1 +
 arch/powerpc/mach-mpc85xx/fsl_gpio.c          | 35 -------------------
 arch/powerpc/mach-mpc85xx/fsl_i2c.c           |  1 +
 arch/powerpc/mach-mpc85xx/speed.c             |  9 -----
 arch/powerpc/mach-mpc85xx/time.c              |  2 +-
 drivers/net/fec_mpc5200.c                     |  2 +-
 25 files changed, 59 insertions(+), 119 deletions(-)

-- 
2.28.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2020-09-15  7:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-15  7:02 [PATCH 0/6] powerpc: Fix compiler warnings Sascha Hauer
2020-09-15  7:03 ` [PATCH 1/6] powerpc: Add prototypes to header file Sascha Hauer
2020-09-15  7:03 ` [PATCH 2/6] powerpc: Add missing includes Sascha Hauer
2020-09-15  7:03 ` [PATCH 3/6] powerpc: Make locally used functions static Sascha Hauer
2020-09-15  7:03 ` [PATCH 4/6] powerpc: Add prototypes for functions called from assembly Sascha Hauer
2020-09-15  7:03 ` [PATCH 5/6] powerpc: Remove unused functions Sascha Hauer
2020-09-15  7:03 ` [PATCH 6/6] powerpc: Add function prototypes for exception handlers Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox