From: Geoff Levand <geoff@infradead.org>
To: Michael Ellerman <mpe@ellerman.id.au>,
David@lists.ozlabs.org, S.Miller@lists.ozlabs.org,
" <davem@davemloft.net>,
Jakub Kicinski <kuba@kernel.org>"@lists.ozlabs.org
Cc: netdev@vger.kernel.org, linuxppc-dev@lists.ozlabs.org
Subject: [PATCH 0/5] DMA fixes for PS3 device drivers
Date: Wed, 02 Jun 2021 01:08:11 +0000 [thread overview]
Message-ID: <cover.1622577339.git.geoff@infradead.org> (raw)
Hi,
This is a set of patches that fix various DMA related problems in the PS3
device drivers, and add better error checking and improved message logging.
The gelic network driver had a number of problems and most of the changes are
in it's sources.
Please consider.
-Geoff
The following changes since commit 8124c8a6b35386f73523d27eacb71b5364a68c4c:
Linux 5.13-rc4 (2021-05-30 11:58:25 -1000)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/geoff/ps3-linux.git for-merge-gelic
for you to fetch changes up to 4adcfc9735bf8d1987d2bc82e914be154f2ffad8:
net/ps3_gelic: Cleanups, improve logging (2021-06-01 12:27:43 -0700)
----------------------------------------------------------------
Geoff Levand (5):
powerpc/ps3: Add CONFIG_PS3_VERBOSE_RESULT option
powerpc/ps3: Warn on PS3 device errors
powerpc/ps3: Add dma_mask to ps3_dma_region
net/ps3_gelic: Add gelic_descr structures
net/ps3_gelic: Cleanups, improve logging
arch/powerpc/include/asm/ps3.h | 4 +-
arch/powerpc/platforms/ps3/Kconfig | 9 +
arch/powerpc/platforms/ps3/mm.c | 12 +
arch/powerpc/platforms/ps3/system-bus.c | 9 +-
drivers/net/ethernet/toshiba/ps3_gelic_net.c | 968 +++++++++++++++------------
drivers/net/ethernet/toshiba/ps3_gelic_net.h | 24 +-
drivers/ps3/ps3-vuart.c | 2 +-
drivers/ps3/ps3av.c | 22 +-
8 files changed, 598 insertions(+), 452 deletions(-)
--
2.25.1
next reply other threads:[~2021-06-02 1:09 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-02 1:08 Geoff Levand [this message]
2021-06-02 1:08 ` [PATCH 2/5] powerpc/ps3: Warn on PS3 device errors Geoff Levand
2021-06-02 1:08 ` [PATCH 1/5] powerpc/ps3: Add CONFIG_PS3_VERBOSE_RESULT option Geoff Levand
2021-06-02 1:08 ` [PATCH 3/5] powerpc/ps3: Add dma_mask to ps3_dma_region Geoff Levand
2021-06-02 1:08 ` [PATCH 4/5] net/ps3_gelic: Add gelic_descr structures Geoff Levand
2021-06-02 1:08 ` [PATCH 5/5] net/ps3_gelic: Cleanups, improve logging Geoff Levand
2021-06-03 5:38 ` [PATCH 0/5] DMA fixes for PS3 device drivers Michael Ellerman
2021-06-03 19:27 ` Geoff Levand
2021-06-04 0:34 ` Michael Ellerman
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.1622577339.git.geoff@infradead.org \
--to=geoff@infradead.org \
--cc=" <davem@davemloft.net>, Jakub Kicinski <kuba@kernel.org>"@lists.ozlabs.org \
--cc=David@lists.ozlabs.org \
--cc=S.Miller@lists.ozlabs.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=mpe@ellerman.id.au \
--cc=netdev@vger.kernel.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).