From: Finn Thain <fthain@telegraphics.com.au>
To: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: <linuxppc-dev@lists.ozlabs.org>,
<linux-m68k@lists.linux-m68k.org>, <linux-kernel@vger.kernel.org>
Subject: [PATCH 0/7] Miscellaneous Macintosh fixes and clean up
Date: Tue, 11 Sep 2018 20:18:43 -0400 (EDT) [thread overview]
Message-ID: <cover.1536709753.git.fthain@telegraphics.com.au> (raw)
This series has some minor fixes and cleanups under drivers/macintosh,
including a patch to rework recent printk changes in adb-hid.c.
There's also a re-based RTC code de-duplication patch.
Finn Thain (7):
macintosh: Use common code to access RTC
macintosh/adb: Rework printk output again
macintosh/via-macii: Synchronous bus reset
macintosh/via-macii: Remove BUG_ON assertions
macintosh/via-macii: Simplify locking
macintosh/via-macii, macintosh/adb-iop: Modernize printk calls
macintosh/via-macii, macintosh/adb-iop: Clean up whitespace
arch/m68k/mac/misc.c | 75 +------
arch/powerpc/platforms/powermac/time.c | 126 ++----------
drivers/macintosh/adb-iop.c | 50 +++--
drivers/macintosh/adb.c | 8 +-
drivers/macintosh/adbhid.c | 53 ++---
drivers/macintosh/via-cuda.c | 35 ++++
drivers/macintosh/via-macii.c | 352 ++++++++++++++++-----------------
drivers/macintosh/via-pmu.c | 33 ++++
include/linux/cuda.h | 4 +
include/linux/pmu.h | 4 +
10 files changed, 328 insertions(+), 412 deletions(-)
--
2.16.4
next reply other threads:[~2018-09-12 0:18 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-12 0:18 Finn Thain [this message]
2018-09-12 0:18 ` [PATCH 1/7] macintosh: Use common code to access RTC Finn Thain
2018-10-04 13:05 ` Geert Uytterhoeven
2018-10-15 4:00 ` [1/7] " Michael Ellerman
2018-09-12 0:18 ` [PATCH 2/7] macintosh/adb: Rework printk output again Finn Thain
2018-09-12 0:18 ` [PATCH 4/7] macintosh/via-macii: Remove BUG_ON assertions Finn Thain
2018-09-12 0:18 ` [PATCH 5/7] macintosh/via-macii: Simplify locking Finn Thain
2018-09-12 0:18 ` [PATCH 6/7] macintosh/via-macii, macintosh/adb-iop: Modernize printk calls Finn Thain
2018-09-12 0:18 ` [PATCH 3/7] macintosh/via-macii: Synchronous bus reset Finn Thain
2018-09-12 0:18 ` [PATCH 7/7] macintosh/via-macii, macintosh/adb-iop: Clean up whitespace Finn Thain
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=cover.1536709753.git.fthain@telegraphics.com.au \
--to=fthain@telegraphics.com.au \
--cc=benh@kernel.crashing.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-m68k@lists.linux-m68k.org \
--cc=linuxppc-dev@lists.ozlabs.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).