linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Geert Uytterhoeven <geert@linux-m68k.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	Greg Ungerer <gerg@linux-m68k.org>,
	linux-m68k@lists.linux-m68k.org, linux-kernel@vger.kernel.org,
	Geert Uytterhoeven <geert@linux-m68k.org>
Subject: [GIT PULL] m68k updates for 5.11
Date: Mon, 14 Dec 2020 10:32:37 +0100	[thread overview]
Message-ID: <20201214093237.824639-1-geert@linux-m68k.org> (raw)

	Hi Linus,

The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git tags/m68k-for-v5.11-tag1

for you to fetch changes up to 2ae92e8b9b7eb042ccb7e9fc7ea9431f211a1bd3:

  MAINTAINERS: Update m68k Mac entry (2020-12-07 10:48:16 +0100)

----------------------------------------------------------------
m68k updates for v5.11

  - Fix WARNING splat in pmac_zilog driver,
  - Fix ADB input device regression,
  - Assume maintainership for adb-iop and via-macii,
  - Minor fixes and improvements,
  - Defconfig updates.

Thanks for pulling!

----------------------------------------------------------------
Arnd Bergmann (1):
      m68k: Avoid xchg() warning

Finn Thain (8):
      m68k: mac: Refactor iop_preinit() and iop_init()
      m68k: mac: Remove dead code
      m68k: mac: Remove redundant VIA register writes
      m68k: mac: Update Kconfig help
      m68k: Fix WARNING splat in pmac_zilog driver
      macintosh/adb-iop: Always wait for reply message from IOP
      macintosh/adb-iop: Send correct poll command
      MAINTAINERS: Update m68k Mac entry

Geert Uytterhoeven (2):
      m68k: defconfig: Update defconfigs for v5.10-rc1
      m68k: defconfig: Enable KUnit tests

Laurent Vivier (1):
      m68k: Remove unused mach_max_dma_address

Youling Tang (2):
      m68k: Drop redundant NOTES in link script
      m68k: Add a missing ELF_DETAILS in link script

 MAINTAINERS                          |  2 ++
 arch/m68k/Kconfig.machine            |  8 ++----
 arch/m68k/amiga/config.c             |  8 ------
 arch/m68k/apollo/config.c            |  1 -
 arch/m68k/atari/config.c             |  1 -
 arch/m68k/bvme6000/config.c          |  1 -
 arch/m68k/configs/amiga_defconfig    |  9 ++++--
 arch/m68k/configs/apollo_defconfig   |  9 ++++--
 arch/m68k/configs/atari_defconfig    |  9 ++++--
 arch/m68k/configs/bvme6000_defconfig |  9 ++++--
 arch/m68k/configs/hp300_defconfig    |  9 ++++--
 arch/m68k/configs/mac_defconfig      |  9 ++++--
 arch/m68k/configs/multi_defconfig    |  9 ++++--
 arch/m68k/configs/mvme147_defconfig  |  9 ++++--
 arch/m68k/configs/mvme16x_defconfig  |  9 ++++--
 arch/m68k/configs/q40_defconfig      |  9 ++++--
 arch/m68k/configs/sun3_defconfig     |  9 ++++--
 arch/m68k/configs/sun3x_defconfig    |  9 ++++--
 arch/m68k/hp300/config.c             |  1 -
 arch/m68k/include/asm/cmpxchg.h      | 10 +++----
 arch/m68k/include/asm/machdep.h      |  1 -
 arch/m68k/kernel/setup_mm.c          |  1 -
 arch/m68k/kernel/vmlinux-nommu.lds   |  3 +-
 arch/m68k/kernel/vmlinux-std.lds     |  3 +-
 arch/m68k/kernel/vmlinux-sun3.lds    |  2 +-
 arch/m68k/mac/config.c               | 26 ++++++-----------
 arch/m68k/mac/iop.c                  | 54 ++++++++++++----------------------
 arch/m68k/mac/via.c                  | 21 --------------
 arch/m68k/mvme147/config.c           |  1 -
 arch/m68k/mvme16x/config.c           |  1 -
 arch/m68k/q40/config.c               |  5 ----
 arch/m68k/sun3x/config.c             |  2 --
 drivers/macintosh/adb-iop.c          | 56 ++++++++++++++++++++++++------------
 drivers/tty/serial/pmac_zilog.c      | 14 +++++----
 34 files changed, 171 insertions(+), 159 deletions(-)

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

             reply	other threads:[~2020-12-14  9:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-14  9:32 Geert Uytterhoeven [this message]
2020-12-15  0:49 ` [GIT PULL] m68k updates for 5.11 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=20201214093237.824639-1-geert@linux-m68k.org \
    --to=geert@linux-m68k.org \
    --cc=akpm@linux-foundation.org \
    --cc=gerg@linux-m68k.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-m68k@lists.linux-m68k.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;
as well as URLs for NNTP newsgroup(s).