From patchwork Wed Sep 21 13:35:53 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Bogendoerfer X-Patchwork-Id: 12983728 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9142DECAAD8 for ; Wed, 21 Sep 2022 13:36:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229673AbiIUNgF (ORCPT ); Wed, 21 Sep 2022 09:36:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57164 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229566AbiIUNgE (ORCPT ); Wed, 21 Sep 2022 09:36:04 -0400 Received: from elvis.franken.de (elvis.franken.de [193.175.24.41]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id CCA0671BF2; Wed, 21 Sep 2022 06:36:01 -0700 (PDT) Received: from uucp (helo=alpha) by elvis.franken.de with local-bsmtp (Exim 3.36 #1) id 1oaztP-00077s-00; Wed, 21 Sep 2022 15:35:59 +0200 Received: by alpha.franken.de (Postfix, from userid 1000) id 939D8C0203; Wed, 21 Sep 2022 15:35:53 +0200 (CEST) Date: Wed, 21 Sep 2022 15:35:53 +0200 From: Thomas Bogendoerfer To: torvalds@linux-foundation.org Cc: linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] MIPS fixes for v6.0 Message-ID: <20220921133553.GA13191@alpha.franken.de> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org The following changes since commit 80e78fcce86de0288793a0ef0f6acf37656ee4cf: Linux 6.0-rc5 (2022-09-11 16:22:01 -0400) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git/ tags/mips-fixes_6.0_2 for you to fetch changes up to e9f3f8f488005f6da3cfb66070706770ecaef747: MIPS: Loongson32: Fix PHY-mode being left unspecified (2022-09-19 16:31:32 +0200) ---------------------------------------------------------------- - fix missing export for Lantiq watchdog driver - fix ethernet phy interface setup for Loongson32 ---------------------------------------------------------------- Randy Dunlap (1): MIPS: lantiq: export clk_get_io() for lantiq_wdt.ko Serge Semin (1): MIPS: Loongson32: Fix PHY-mode being left unspecified arch/mips/lantiq/clk.c | 1 + arch/mips/loongson32/common/platform.c | 16 ++++++++-------- 2 files changed, 9 insertions(+), 8 deletions(-)