From: Johannes Thumshirn <jthumshirn@suse.de>
To: Greg KH <gregkh@linuxfoundation.org>
Cc: Andreas Werner <andreas.werner@men.de>,
Linux Kernel Mailinglist <linux-kernel@vger.kernel.org>,
Johannes Thumshirn <jthumshirn@suse.de>
Subject: [RESEND PATCH 0/4] mcb changes for v4.8 or v4.9
Date: Fri, 26 Aug 2016 09:34:56 +0200 [thread overview]
Message-ID: <cover.1472196564.git.jthumshirn@suse.de> (raw)
Hi Greg,
This is a re-send for my mcb-for-v4.8 series from Tue, 5 Jul 2016
15:39:49 +0200. I understand that it might be to late to in the rc
phase to include it in v4.8 so I think it's good to target them to
v4.9.
A highlight would be Andy's patches to support MCB FPGA carrier
devices on the LPC bus.
There are two more patches by me that just do removal of dead code or
add some type safety.
All this is tested on real hardware as well as on a prototyped Qemu
implementation, and passes a 'make C=1 W=1' run.
The changes are also available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jth/linux.git tags/for-v4.8
Thanks,
Johannes
Andreas Werner (2):
mcb: Added support for LPC or non PCI based MCB carrier
mcb: Added bar descriptor support for non PCI bus MCB carrier
Johannes Thumshirn (2):
mcb: Introduce type safety for to_mcb_*
mcb: remove sub-device handling code
drivers/mcb/Kconfig | 9 +++
drivers/mcb/Makefile | 1 +
drivers/mcb/mcb-core.c | 17 -----
drivers/mcb/mcb-internal.h | 9 +++
drivers/mcb/mcb-lpc.c | 158 +++++++++++++++++++++++++++++++++++++++++++++
drivers/mcb/mcb-parse.c | 126 ++++++++++++++++++++++++++++++++----
include/linux/mcb.h | 22 +++++--
7 files changed, 304 insertions(+), 38 deletions(-)
create mode 100644 drivers/mcb/mcb-lpc.c
--
2.9.3
next reply other threads:[~2016-08-26 7:35 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-26 7:34 Johannes Thumshirn [this message]
2016-08-26 7:34 ` [RESEND PATCH 1/4] mcb: Added support for LPC or non PCI based MCB carrier Johannes Thumshirn
2016-08-26 7:34 ` [RESEND PATCH 2/4] mcb: Added bar descriptor support for non PCI bus " Johannes Thumshirn
2016-08-26 7:34 ` [RESEND PATCH 3/4] mcb: Introduce type safety for to_mcb_* Johannes Thumshirn
2016-08-26 7:35 ` [RESEND PATCH 4/4] mcb: remove sub-device handling code Johannes Thumshirn
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.1472196564.git.jthumshirn@suse.de \
--to=jthumshirn@suse.de \
--cc=andreas.werner@men.de \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@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