Received: by 2002:a05:6a10:f3d0:0:0:0:0 with SMTP id a16csp3408054pxv; Sun, 4 Jul 2021 18:23:26 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxKCmDKhMAfqNRY0HPzMoOPRO+Ji1UaenIPrAV6x9D85NDGFJZLCFldH/G81u8fn6sjAd+F X-Received: by 2002:a17:907:d94:: with SMTP id go20mr1049761ejc.388.1625448205856; Sun, 04 Jul 2021 18:23:25 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1625448205; cv=none; d=google.com; s=arc-20160816; b=YFrxEmkeUd5g+4QjjL0WvdQ6j0lx4x7GbD+mqXykg93MBFAFnF+jsc/HgRqsABQwY2 0yPW8zhhl1ZRenzfJUH2vqgJxhNu34wjEsCnRnGTLRnoxYOuPdz3ZQjnMthdUgaAgpKP 3IBQiF6AlqlMnKojKv1USYYrFvuifM6icb+cp8ry8wzLi7Tefp+/91pcq5hgXHT5X09O Q8GBADabk5n6kasc9bjHBebuyahWHsIjp3lamFrMGjOcjLHeib7/qhwrue4jqnESYIy9 oh4OSV5hfzi8zmQ7K6ErnapcKgPFgg5xczSzuJuLvNXh0hUW2WCGOcQyYEkKwcwVkDp6 4y4w== 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=yfxP4VQtfX8LimjFTuERFwWldDA0B16IJHMyffzWb4M=; b=lmRF+t4QYae/PXCgyMwkQMAUmq8m+DAIJ3hiK3TWC4NPCeVsm9smTKcnwcZr2aeiwr cvmqzn0GV+ltQi/lwvWn15INhURG1Gk7YxvEg10+IrQ/cY64bpxVsTtwsl66m7Je5JWk WOj/GPn/naX0FtK9bt+z+VjOzVJ0neI0Rvo5zMCaw70rdt3ZPPK5cJjQ6tU9gKDa2ATz sXPLWHldPozTH2rvuSYBVTbe8cPNwAws+emFAUZger7wUHG5yon0jlIUE2yXhv8PriCz QNvD4ENKIuuRLgJb6kksMWqFAh4TRiSLtlSKJh/zVGarmYxX63KUnDSOT+h5i5yiiwAv GIYw== 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 u6si10397208eju.58.2021.07.04.18.23.02; Sun, 04 Jul 2021 18:23:25 -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 S229813AbhGEBSM (ORCPT + 99 others); Sun, 4 Jul 2021 21:18:12 -0400 Received: from mail.kernel.org ([198.145.29.99]:59578 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229549AbhGEBSM (ORCPT ); Sun, 4 Jul 2021 21:18:12 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id C4412611F2; Mon, 5 Jul 2021 01:15:34 +0000 (UTC) From: Greg Ungerer Subject: [git pull] m68knommu changes for v5.14 To: torvalds@linux-foundation.org Cc: "linux-kernel@vger.kernel.org" , Linux/m68k , Geert Uytterhoeven , gerg@kernel.org Message-ID: Date: Mon, 5 Jul 2021 11:15:32 +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.14. Only a single fix, for a build failure picked up by the kernel build robot. Regards Greg The following changes since commit 13311e74253fe64329390df80bed3f07314ddd61: Linux 5.13-rc7 (2021-06-20 15:03:15 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git tags/m68knommu-for-v5.14 for you to fetch changes up to 3f605ee17f8e785ba6ff69bee8e584e377a3cf28: m68knommu: fix missing LCD splash screen data initializer (2021-06-21 12:09:26 +1000) ---------------------------------------------------------------- m68knommu: fixes for v5.14 Fixes include: . fix missing LCD splash screen data initializer ---------------------------------------------------------------- Greg Ungerer (1): m68knommu: fix missing LCD splash screen data initializer arch/m68k/68000/dragen2.c | 1 + arch/m68k/68000/screen.h | 804 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 805 insertions(+) create mode 100644 arch/m68k/68000/screen.h