From patchwork Wed Mar 11 10:11:55 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Bogendoerfer X-Patchwork-Id: 11431303 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 12D9E1874 for ; Wed, 11 Mar 2020 10:12:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id EC91321655 for ; Wed, 11 Mar 2020 10:12:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726097AbgCKKMF (ORCPT ); Wed, 11 Mar 2020 06:12:05 -0400 Received: from elvis.franken.de ([193.175.24.41]:33982 "EHLO elvis.franken.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726044AbgCKKMF (ORCPT ); Wed, 11 Mar 2020 06:12:05 -0400 Received: from uucp (helo=alpha) by elvis.franken.de with local-bsmtp (Exim 3.36 #1) id 1jByLL-00075u-00; Wed, 11 Mar 2020 11:12:03 +0100 Received: by alpha.franken.de (Postfix, from userid 1000) id 4A00BC0FDD; Wed, 11 Mar 2020 11:11:55 +0100 (CET) Date: Wed, 11 Mar 2020 11:11:55 +0100 From: Thomas Bogendoerfer To: Linus Torvalds Cc: linux-kernel , linux-mips Subject: [GIT PULL] MIPS fixes for v5.6 Message-ID: <20200311101155.GA9476@alpha.franken.de> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-mips-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org Hi Linus, here are some small MIPS fixes for v5.6. Please pull. Thomas. The following changes since commit 3234f4ed3066a58cd5ce8edcf752fa4fe0c95cb5: MAINTAINERS: Hand MIPS over to Thomas (2020-02-24 22:43:18 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git tags/mips_fixes_5.6.1 for you to fetch changes up to f7d5f5655ef7e5d2a128f6696ac35256e83b119b: MAINTAINERS: Correct MIPS patchwork URL (2020-03-09 12:10:01 +0100) ---------------------------------------------------------------- A few MIPS fixes: - DT fixes for CI20 - Fix command line handling - Correct patchwork URL ---------------------------------------------------------------- H. Nikolaus Schaller (2): MIPS: DTS: CI20: fix PMU definitions for ACT8600 MIPS: DTS: CI20: fix interrupt for pcf8563 RTC Paul Cercueil (1): MIPS: Fix CONFIG_MIPS_CMDLINE_DTB_EXTEND handling Thomas Bogendoerfer (1): MAINTAINERS: Correct MIPS patchwork URL MAINTAINERS | 2 +- arch/mips/boot/dts/ingenic/ci20.dts | 44 +++++++++++++++++++++++-------------- arch/mips/kernel/setup.c | 3 ++- 3 files changed, 31 insertions(+), 18 deletions(-)