From: Denis Orlov <denorl2009@gmail.com>
To: barebox@lists.infradead.org
Cc: Denis Orlov <denorl2009@gmail.com>
Subject: [PATCH 0/2] make e1000 work on MIPS
Date: Fri, 10 Feb 2023 17:39:22 +0300 [thread overview]
Message-ID: <20230210143924.915149-1-denorl2009@gmail.com> (raw)
With these changes, e1000 driver now works on MIPS Malta in QEMU with
the corresponding network controller attached:
-netdev user,tftp=/tftpboot,id=net0 -device e1000,netdev=net0
Antony Pavlov (1):
net: e1000: properly map dma allocations
Denis Orlov (1):
dma: use virt/phys conversions when no dma_offset is specified
drivers/dma/map.c | 25 ++++++++++---------------
drivers/net/e1000/e1000.h | 2 ++
drivers/net/e1000/main.c | 8 ++++----
3 files changed, 16 insertions(+), 19 deletions(-)
--
2.30.2
next reply other threads:[~2023-02-10 14:41 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-10 14:39 Denis Orlov [this message]
2023-02-10 14:39 ` [PATCH 1/2] net: e1000: properly map dma allocations Denis Orlov
2023-02-10 14:39 ` [PATCH 2/2] dma: use virt/phys conversions when no dma_offset is specified Denis Orlov
2023-02-13 9:00 ` [PATCH 0/2] make e1000 work on MIPS Sascha Hauer
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=20230210143924.915149-1-denorl2009@gmail.com \
--to=denorl2009@gmail.com \
--cc=barebox@lists.infradead.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