public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [RESEND PATCH 0/4] mcb changes for v4.8 or v4.9
@ 2016-08-26  7:34 Johannes Thumshirn
  2016-08-26  7:34 ` [RESEND PATCH 1/4] mcb: Added support for LPC or non PCI based MCB carrier Johannes Thumshirn
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Johannes Thumshirn @ 2016-08-26  7:34 UTC (permalink / raw)
  To: Greg KH; +Cc: Andreas Werner, Linux Kernel Mailinglist, Johannes Thumshirn

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-08-26  7:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-26  7:34 [RESEND PATCH 0/4] mcb changes for v4.8 or v4.9 Johannes Thumshirn
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox