Received: by 2002:a05:6a10:1d13:0:0:0:0 with SMTP id pp19csp1086235pxb; Wed, 1 Sep 2021 17:14:09 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwFRB+k6urRboEptVkKlgY94uKSZ9C2NO2llKZcCUay5QDH2BWWpf3YYx/KlFjvS6AyAp/t X-Received: by 2002:a05:6402:d7:: with SMTP id i23mr560046edu.291.1630541649622; Wed, 01 Sep 2021 17:14:09 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1630541649; cv=none; d=google.com; s=arc-20160816; b=hVCMXL/xSvsyhyyZfXhBIXS3d00j4lUAQJgthIbenlpRAe/MmLmMzSvRWfrkBfMsJy 0/Km/6UttRhiCwA9BfSqRezz1teqlvPZ6ohGH48sRXvhJTuQM1wiclVwdGHRxpaVHl2D yp0PiB1eAw0zVZz9dMx4mQPMJJe7lB0lf7LJx/dmvo+qlR6hRNaYaTSx3Lo93cRDk/VB inaNjr7WH89TTm2/j3h6uzBhfxGJjRrYYxKXnXtQcX8plOZrZKFp9slaYjf8cZurlobF OBoPm7LiIOtB257lHLEiYUoK5UBNz25cG6VzFvKkoVlI+kw1cM2+hrR/Mu3AQ9DqSAZQ d4qg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:content-language :mime-version:user-agent:date:message-id:cc:to:subject:from; bh=Fn6KfRwkuAmwGhfLns70/wUxVG3ray0u/9zO5rJbNys=; b=qkk6TgjC2ftjdk+tccoACPGKkre66ffDX6eXOwXd/fN8uXssjb4kvJIriE0Z6Icm9A R5fE/Zh80ZGUcv525cVE74D/0UE3Tv3WXd4b917F//uYM3da1B5ZLttsCyBgmXIw8mlt BWpVifAPp3NiwxHvBC7+Bd49OAfWCrG9g/B6bLCWLqYM/nJZyb8BCvN4sRauMC1MLM9H /dWHeH/UKkUbqZWDRxmlLiJrplTDVEiOXC/EPDyutvXbweJk9krG6I/RWefL5lo1jOB5 4XnV2HKnR4+a064vd6ykeUJW7MONfaC8uf8QDUDy9ci5ZNcpXpG1X+iD5HNDhJZqn+RZ EHOg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id lu2si61103ejb.166.2021.09.01.17.13.32; Wed, 01 Sep 2021 17:14:09 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241474AbhIBAKW (ORCPT + 99 others); Wed, 1 Sep 2021 20:10:22 -0400 Received: from mail.kernel.org ([198.145.29.99]:46688 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232490AbhIBAKV (ORCPT ); Wed, 1 Sep 2021 20:10:21 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 20D4060FE6; Thu, 2 Sep 2021 00:09:22 +0000 (UTC) From: Greg Ungerer Subject: [git pull] m68knommu changes for v5.15 To: torvalds@linux-foundation.org Cc: "linux-kernel@vger.kernel.org" , Linux/m68k , Geert Uytterhoeven , gerg@kernel.org Message-ID: <40f5e521-673a-dbfb-efff-62bdd8c01f49@linux-m68k.org> Date: Thu, 2 Sep 2021 10:09:20 +1000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, Please pull the m68knommu changes for v5.15. As per the tag comment, changes include: . flexcan platform support (for m5441x) . fix CONFIG_ROMKERNEL linking . fix compilation when CONFIG_ISA_DMA_API is set . fix local ColdFire clk_enable() for NULL clk Regards Greg The following changes since commit e22ce8eb631bdc47a4a4ea7ecf4e4ba499db4f93: Linux 5.14-rc7 (2021-08-22 14:24:56 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git tags/m68knommu-for-v5.15 for you to fetch changes up to db87db65c1059f3be04506d122f8ec9b2fa3b05e: m68knommu: only set CONFIG_ISA_DMA_API for ColdFire sub-arch (2021-08-23 08:40:05 +1000) ---------------------------------------------------------------- m68knommu: collection of fixes for 5.15 . flexcan platform support (for m5441x) . fix CONFIG_ROMKERNEL linking . fix compilation when CONFIG_ISA_DMA_API is set . fix local ColdFire clk_enable() for NULL clk ---------------------------------------------------------------- Angelo Dureghello (2): m68k: stmark2: update board setup m68k: m5441x: add flexcan support Arnd Bergmann (1): m68knommu: only set CONFIG_ISA_DMA_API for ColdFire sub-arch Dan Carpenter (1): m68k: coldfire: return success for clk_enable(NULL) Randy Dunlap (1): m68k/nommu: prevent setting ROMKERNEL when ROM is not set arch/m68k/Kconfig.bus | 2 +- arch/m68k/Kconfig.machine | 1 + arch/m68k/coldfire/clk.c | 2 +- arch/m68k/coldfire/device.c | 44 +++++++++++++++++++++++++++++++++++++++ arch/m68k/coldfire/m5441x.c | 8 +++---- arch/m68k/coldfire/stmark2.c | 6 ++++-- arch/m68k/include/asm/m5441xsim.h | 19 +++++++++++++++++ 7 files changed, 74 insertions(+), 8 deletions(-)