public inbox for linux-m68k@lists.linux-m68k.org
 help / color / mirror / Atom feed
From: Greg Ungerer <gerg@linux-m68k.org>
To: torvalds@linux-foundation.org
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	Linux/m68k <linux-m68k@vger.kernel.org>,
	Geert Uytterhoeven <geert@linux-m68k.org>,
	gerg@kernel.org
Subject: [git pull] m68knommu changes for v6.7
Date: Thu, 2 Nov 2023 14:21:13 +1000	[thread overview]
Message-ID: <49bc6b4b-e2c5-4f83-b160-6062205cb2c3@linux-m68k.org> (raw)

Hi Linus,

Please pull the m68knommu git tree changes for v6.7.

A few changes, most of them related to fixing warnings when compiling
with "W=1". These follow up Geert's recent changes for M68K for this too.
These ones complete the fixes for the nommu and ColdFire specific code.

Also a couple of other fixes to improve ROM default addressing and
compiling for the Cleopatra boards.

Regards
Greg




The following changes since commit 05d3ef8bba77c1b5f98d941d8b2d4aeab8118ef1:

   Linux 6.6-rc7 (2023-10-22 12:11:21 -1000)

are available in the Git repository at:

   git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git tags/m68knommu-for-v6.7

for you to fetch changes up to 2508b608f4028c6fe0d63698f64a9bfc3eb6b780:

   m68k: 68000: fix warning in timer code (2023-10-23 08:22:22 +1000)

----------------------------------------------------------------
m68knommu: updates and fixes for v6.7

Fixes include.
. improve default Kconfig ROM section settings
. fix compilation for some Cleopatra boards
. fixes and cleanups for warnings compiling with "W=1"

----------------------------------------------------------------
Greg Ungerer (9):
       m68knommu: improve config ROM setting defaults
       m68knommu: fix compilation for ColdFire/Cleopatra boards
       m68k: coldfire: add and use "vectors.h"
       m68k: coldfire: ensure gpio prototypes visible
       m68k: coldfire: make mcf_maskimr() static
       m68k: coldfire: fix warnings in uboot argument processing
       m68k: coldfire: remove unused variable in MMU code
       m68k: 68000: fix warnings in 68000 interrupt handling
       m68k: 68000: fix warning in timer code

  arch/m68k/68000/ints.c          |  5 ++++-
  arch/m68k/68000/ints.h          |  7 +++++++
  arch/m68k/68000/timers.c        |  2 ++
  arch/m68k/Kconfig.machine       |  4 ++--
  arch/m68k/coldfire/intc.c       |  4 ++--
  arch/m68k/coldfire/vectors.c    |  2 ++
  arch/m68k/coldfire/vectors.h    |  3 +++
  arch/m68k/include/asm/mcfgpio.h |  8 ++++----
  arch/m68k/include/asm/nettel.h  |  5 ++---
  arch/m68k/kernel/uboot.c        | 13 ++++++++-----
  arch/m68k/mm/mcfmmu.c           |  3 +--
  11 files changed, 37 insertions(+), 19 deletions(-)
  create mode 100644 arch/m68k/68000/ints.h
  create mode 100644 arch/m68k/coldfire/vectors.h

             reply	other threads:[~2023-11-02  4:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-02  4:21 Greg Ungerer [this message]
2023-11-03  2:20 ` [git pull] m68knommu changes for v6.7 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=49bc6b4b-e2c5-4f83-b160-6062205cb2c3@linux-m68k.org \
    --to=gerg@linux-m68k.org \
    --cc=geert@linux-m68k.org \
    --cc=gerg@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-m68k@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox