mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 00/12] More -Wmissing-prototypes fixes
@ 2018-11-19  8:44 Sascha Hauer
  2018-11-19  8:44 ` [PATCH 01/12] ARM: start: Add missing prototype Sascha Hauer
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Sascha Hauer @ 2018-11-19  8:44 UTC (permalink / raw)
  To: Barebox List

It's a long way to go still...

Sascha Hauer (12):
  ARM: start: Add missing prototype
  ARM: samsung: remove unused function
  ARM: samsung: make locally used function static
  ARM: samsung: provide prototype for nand_boot()
  ARM: samsung: Add missing include
  state: remove unused function
  mtd: nand: omap: Add header file for bch decoder
  net: cpsw: Make locally used function static
  usb: musb: Add missing includes
  spi: omap: make locally used functions static
  bus: omap-gpmc: make locally used function static
  ARM: omap: Add missing includes

 arch/arm/boards/a9m2440/a9m2410dev.c              |  2 ++
 arch/arm/cpu/start.c                              |  2 ++
 arch/arm/mach-omap/am33xx_bbu_emmc.c              |  1 +
 arch/arm/mach-omap/am33xx_bbu_nand.c              |  1 +
 arch/arm/mach-omap/am33xx_bbu_spi_mlo.c           |  1 +
 arch/arm/mach-omap/am33xx_clock.c                 |  1 +
 arch/arm/mach-samsung/clocks-s3c24xx.c            | 11 +----------
 arch/arm/mach-samsung/include/mach/s3c24xx-nand.h |  2 ++
 common/state/state_variables.c                    | 13 -------------
 drivers/bus/omap-gpmc.c                           |  2 +-
 drivers/mtd/nand/nand_omap_bch_decoder.c          |  2 ++
 drivers/mtd/nand/nand_omap_bch_decoder.h          |  6 ++++++
 drivers/mtd/nand/nand_omap_gpmc.c                 |  4 ++--
 drivers/net/cpsw.c                                |  2 +-
 drivers/spi/omap3_spi.c                           |  8 ++++----
 drivers/usb/musb/phy-am335x-control.c             |  5 +----
 drivers/usb/musb/phy-am335x.c                     |  1 +
 17 files changed, 29 insertions(+), 35 deletions(-)
 create mode 100644 drivers/mtd/nand/nand_omap_bch_decoder.h

-- 
2.19.1


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

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

end of thread, other threads:[~2018-11-19  8:45 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-19  8:44 [PATCH 00/12] More -Wmissing-prototypes fixes Sascha Hauer
2018-11-19  8:44 ` [PATCH 01/12] ARM: start: Add missing prototype Sascha Hauer
2018-11-19  8:44 ` [PATCH 02/12] ARM: samsung: remove unused function Sascha Hauer
2018-11-19  8:44 ` [PATCH 03/12] ARM: samsung: make locally used function static Sascha Hauer
2018-11-19  8:44 ` [PATCH 04/12] ARM: samsung: provide prototype for nand_boot() Sascha Hauer
2018-11-19  8:44 ` [PATCH 05/12] ARM: samsung: Add missing include Sascha Hauer
2018-11-19  8:44 ` [PATCH 06/12] state: remove unused function Sascha Hauer
2018-11-19  8:44 ` [PATCH 07/12] mtd: nand: omap: Add header file for bch decoder Sascha Hauer
2018-11-19  8:44 ` [PATCH 08/12] net: cpsw: Make locally used function static Sascha Hauer
2018-11-19  8:44 ` [PATCH 09/12] usb: musb: Add missing includes Sascha Hauer
2018-11-19  8:44 ` [PATCH 10/12] spi: omap: make locally used functions static Sascha Hauer
2018-11-19  8:44 ` [PATCH 11/12] bus: omap-gpmc: make locally used function static Sascha Hauer
2018-11-19  8:44 ` [PATCH 12/12] ARM: omap: Add missing includes Sascha Hauer

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