Linux MIPS Architecture development
 help / color / mirror / Atom feed
From: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
To: Shiji Yang <yangshiji66@outlook.com>
Cc: linux-mips@vger.kernel.org, linux-gpio@vger.kernel.org,
	linux-spi@vger.kernel.org, John Crispin <john@phrozen.org>,
	Linus Walleij <linus.walleij@linaro.org>,
	Mark Brown <broonie@kernel.org>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 00/16] MIPS: some compilation fixes for the Lantiq platform
Date: Wed, 2 Jul 2025 14:07:45 +0200	[thread overview]
Message-ID: <aGUhERHN5FH5Rwtc@alpha.franken.de> (raw)
In-Reply-To: <OSBPR01MB1670163BDCA60924B3671D45BC72A@OSBPR01MB1670.jpnprd01.prod.outlook.com>

On Wed, Jun 18, 2025 at 10:53:13PM +0800, Shiji Yang wrote:
> 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(-)

applied patches 1-11 to mips-next.

Thomas.

-- 
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea.                                                [ RFC1925, 2.3 ]

      parent reply	other threads:[~2025-07-02 13:19 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aGUhERHN5FH5Rwtc@alpha.franken.de \
    --to=tsbogend@alpha.franken.de \
    --cc=broonie@kernel.org \
    --cc=john@phrozen.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mips@vger.kernel.org \
    --cc=linux-spi@vger.kernel.org \
    --cc=yangshiji66@outlook.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox