From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B3DC4C47095 for ; Sun, 30 May 2021 17:18:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 83A286121F for ; Sun, 30 May 2021 17:18:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229823AbhE3RT4 (ORCPT ); Sun, 30 May 2021 13:19:56 -0400 Received: from aposti.net ([89.234.176.197]:37646 "EHLO aposti.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229671AbhE3RTz (ORCPT ); Sun, 30 May 2021 13:19:55 -0400 From: Paul Cercueil To: Thomas Bogendoerfer Cc: Rob Herring , =?UTF-8?q?=E5=91=A8=E7=90=B0=E6=9D=B0?= , linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, list@opendingux.net, Paul Cercueil Subject: [PATCH 0/8] Misc Ingenic patches Date: Sun, 30 May 2021 18:17:54 +0100 Message-Id: <20210530171802.23649-1-paul@crapouillou.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Thomas, Here is a set of misc patches that don't really have any relation between themselves. I just thought you'd prefer one patchset than eight individual patches :) Cheers, -Paul Paul Cercueil (8): MIPS: mm: XBurst CPU requires sync after DMA MIPS: boot: Support specifying UART port on Ingenic SoCs MIPS: cpu-probe: Fix FPU detection on Ingenic JZ4760(B) MIPS: Kconfig: ingenic: Ensure MACH_INGENIC_GENERIC selects all SoCs MIPS: ingenic: Select CPU_SUPPORTS_CPUFREQ && MIPS_EXTERNAL_TIMER MIPS: ingenic: jz4780: Fix I2C nodes to match DT doc MIPS: ingenic: gcw0: Set codec to cap-less mode for FM radio MIPS: ingenic: rs90: Add dedicated VRAM memory region arch/mips/Kconfig | 3 +++ arch/mips/Kconfig.debug | 8 ++++++++ arch/mips/boot/compressed/uart-16550.c | 4 ++-- arch/mips/boot/dts/ingenic/gcw0.dts | 5 ++--- arch/mips/boot/dts/ingenic/jz4780.dtsi | 10 +++++----- arch/mips/boot/dts/ingenic/rs90.dts | 14 ++++++++++++++ arch/mips/ingenic/Kconfig | 2 ++ arch/mips/kernel/cpu-probe.c | 5 +++++ arch/mips/mm/dma-noncoherent.c | 1 + 9 files changed, 42 insertions(+), 10 deletions(-) -- 2.30.2