mbox series

[00/16] MIPS: some compilation fixes for the Lantiq platform

Message ID OSBPR01MB1670163BDCA60924B3671D45BC72A@OSBPR01MB1670.jpnprd01.prod.outlook.com
Headers show
Series MIPS: some compilation fixes for the Lantiq platform | expand

Message

Shiji Yang June 18, 2025, 2:53 p.m. UTC
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(-)