Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [PATCH 00/16] MIPS: some compilation fixes for the Lantiq platform
@ 2025-06-18 14:53 Shiji Yang
  2025-06-18 14:53 ` [PATCH 01/16] MIPS: lantiq: xway: mark ltq_ar9_sys_hz() as static Shiji Yang
                   ` (18 more replies)
  0 siblings, 19 replies; 23+ messages in thread
From: Shiji Yang @ 2025-06-18 14:53 UTC (permalink / raw)
  To: linux-mips, linux-gpio, linux-spi
  Cc: Thomas Bogendoerfer, John Crispin, Linus Walleij, Mark Brown,
	linux-kernel, Shiji Yang

This patch series fixes some MIPS Lantiq platform compilation issues
found on the 6.12 kernel[1].

[1] https://github.com/openwrt/openwrt/pull/18751

Shiji Yang (16):
  MIPS: lantiq: xway: mark ltq_ar9_sys_hz() as static
  MIPS: lantiq: xway: mark dma_init() as static
  MIPS: lantiq: xway: mark dcdc_init() as static
  MIPS: lantiq: irq: fix misc missing-prototypes warnings
  MIPS: lantiq: xway: add prototype for ltq_get_cp1_base()
  MIPS: pci: lantiq: marks pcibios_init() as static
  MIPS: lantiq: falcon: fix misc missing-prototypes warnings
  MIPS: lantiq: falcon: sysctrl: remove unused falcon_trigger_hrst()
  MIPS: lantiq: falcon: sysctrl: add missing header prom.h
  MIPS: lantiq: falcon: sysctrl: fix request memory check logic
  MIPS: lantiq: xway: gptu: mark gptu_init() as static
  MIPS: vpe-mt: mark vpe_free() and vpe_stop() as static
  MIPS: vpe-mt: drop unused functions vpe_alloc() and vpe_start()
  pinctrl: xway: mark xway_pinconf_group_set() as static
  pinctrl: falcon: mark pinctrl_falcon_init() as static
  spi: falcon: mark falcon_sflash_xfer() as static

 .../include/asm/mach-lantiq/xway/lantiq_soc.h |  3 ++
 arch/mips/kernel/vpe-mt.c                     | 35 ++-----------------
 arch/mips/lantiq/falcon/prom.c                |  4 +--
 arch/mips/lantiq/falcon/sysctrl.c             | 29 ++++++---------
 arch/mips/lantiq/irq.c                        |  3 +-
 arch/mips/lantiq/xway/clk.c                   |  2 +-
 arch/mips/lantiq/xway/dcdc.c                  |  2 +-
 arch/mips/lantiq/xway/dma.c                   |  2 +-
 arch/mips/lantiq/xway/gptu.c                  |  2 +-
 arch/mips/pci/pci-lantiq.c                    |  2 +-
 drivers/pinctrl/pinctrl-falcon.c              |  2 +-
 drivers/pinctrl/pinctrl-xway.c                |  2 +-
 drivers/spi/spi-falcon.c                      |  2 +-
 13 files changed, 28 insertions(+), 62 deletions(-)

-- 
2.50.0


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

end of thread, other threads:[~2025-07-03 13:26 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-18 14:53 [PATCH 00/16] MIPS: some compilation fixes for the Lantiq platform Shiji Yang
2025-06-18 14:53 ` [PATCH 01/16] MIPS: lantiq: xway: mark ltq_ar9_sys_hz() as static Shiji Yang
2025-06-18 14:53 ` [PATCH 02/16] MIPS: lantiq: xway: mark dma_init() " Shiji Yang
2025-06-18 14:53 ` [PATCH 03/16] MIPS: lantiq: xway: mark dcdc_init() " Shiji Yang
2025-06-18 14:53 ` [PATCH 04/16] MIPS: lantiq: irq: fix misc missing-prototypes warnings Shiji Yang
2025-06-18 14:53 ` [PATCH 05/16] MIPS: lantiq: xway: add prototype for ltq_get_cp1_base() Shiji Yang
2025-06-18 14:53 ` [PATCH 06/16] MIPS: pci: lantiq: marks pcibios_init() as static Shiji Yang
2025-06-18 14:53 ` [PATCH 07/16] MIPS: lantiq: falcon: fix misc missing-prototypes warnings Shiji Yang
2025-06-18 14:53 ` [PATCH 08/16] MIPS: lantiq: falcon: sysctrl: remove unused falcon_trigger_hrst() Shiji Yang
2025-06-18 14:53 ` [PATCH 09/16] MIPS: lantiq: falcon: sysctrl: add missing header prom.h Shiji Yang
2025-06-18 14:53 ` [PATCH 10/16] MIPS: lantiq: falcon: sysctrl: fix request memory check logic Shiji Yang
2025-06-18 14:53 ` [PATCH 11/16] MIPS: lantiq: xway: gptu: mark gptu_init() as static Shiji Yang
2025-06-18 14:53 ` [PATCH 12/16] MIPS: vpe-mt: mark vpe_free() and vpe_stop() " Shiji Yang
2025-07-02 12:06   ` Thomas Bogendoerfer
2025-07-03 13:25     ` Shiji Yang
2025-06-18 14:53 ` [PATCH 13/16] MIPS: vpe-mt: drop unused functions vpe_alloc() and vpe_start() Shiji Yang
2025-06-18 14:53 ` [PATCH 14/16] pinctrl: xway: mark xway_pinconf_group_set() as static Shiji Yang
2025-06-18 14:53 ` [PATCH 15/16] pinctrl: falcon: mark pinctrl_falcon_init() " Shiji Yang
2025-06-18 14:53 ` [PATCH 16/16] spi: falcon: mark falcon_sflash_xfer() " Shiji Yang
2025-06-18 15:08   ` Mark Brown
2025-06-19 18:00 ` (subset) [PATCH 00/16] MIPS: some compilation fixes for the Lantiq platform Mark Brown
2025-06-24 19:04 ` Linus Walleij
2025-07-02 12:07 ` Thomas Bogendoerfer

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