[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID:
<OSBPR01MB1670163BDCA60924B3671D45BC72A@OSBPR01MB1670.jpnprd01.prod.outlook.com>
Date: Wed, 18 Jun 2025 22:53:13 +0800
From: Shiji Yang <yangshiji66@...look.com>
To: linux-mips@...r.kernel.org,
linux-gpio@...r.kernel.org,
linux-spi@...r.kernel.org
Cc: Thomas Bogendoerfer <tsbogend@...ha.franken.de>,
John Crispin <john@...ozen.org>,
Linus Walleij <linus.walleij@...aro.org>,
Mark Brown <broonie@...nel.org>,
linux-kernel@...r.kernel.org,
Shiji Yang <yangshiji66@...look.com>
Subject: [PATCH 00/16] MIPS: some compilation fixes for the Lantiq platform
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
Powered by blists - more mailing lists