From: Greg KH <gregkh@linuxfoundation.org>
To: Johannes Thumshirn <jthmshirn@suse.de>
Cc: Andreas Werner <andreas.werner@men.de>,
Linux Kernel Mailinglist <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 0/6] MCB patches for v4.7
Date: Tue, 3 May 2016 15:53:59 -0700 [thread overview]
Message-ID: <20160503225359.GA6550@kroah.com> (raw)
In-Reply-To: <20160503080257.GI25505@c203.arch.suse.de>
On Tue, May 03, 2016 at 10:02:57AM +0200, Johannes Thumshirn wrote:
> On Tue, May 03, 2016 at 09:46:21AM +0200, Johannes Thumshirn wrote:
> > Hi Greg,
> >
> > The following patches are the MCB updates for v4.7. These are mainly cleanups
> > and some bug fixes from Andreas and me. The only non cleanup/bugfix patch is
> > 'mcb: export bus information via sysfs' which exports information about the
> > carrier FPGA to sysfs, like the revision number and model name of the FPGA,
> > so that a field technician can easily obtain these.
> >
> > All patches have been tested by Andreas and have been on lkml for people to
> > comment as well as in my git tree located at:
> >
> > git://git.kernel.org/pub/scm/linux/kernel/git/jth/linux.git tags/for-v4.7
> >
> > Thanks,
> > Johannes
> >
> > Andreas Werner (3):
> > mcb: Fixed bar number assignment for the gdd
> > mcb: Replace ioremap and request_region with the devm version
> > mcb: Delete num_cells variable which is not required
> >
> > Johannes Thumshirn (3):
> > mcb: Correctly initialize the bus's device
> > mcb: export bus information via sysfs
> > mcb: Implement bus->dev.release callback
> >
> > Documentation/ABI/testing/sysfs-bus-mcb | 29 ++++++++++
> > drivers/mcb/mcb-core.c | 99 ++++++++++++++++++++++++++++++---
> > drivers/mcb/mcb-internal.h | 1 -
> > drivers/mcb/mcb-parse.c | 17 ++----
> > drivers/mcb/mcb-pci.c | 23 +++-----
> > include/linux/mcb.h | 14 ++++-
> > 6 files changed, 144 insertions(+), 39 deletions(-)
> > create mode 100644 Documentation/ABI/testing/sysfs-bus-mcb
> >
> > --
> > 2.8.1
> >
>
> Somehow only two patches did make it through the mailserver, my apologies.
>
> I'll re-send once I figured out what went wrong.
Odd, I got them all here, unless you resent them...
next prev parent reply other threads:[~2016-05-03 22:54 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-03 7:46 [PATCH 0/6] MCB patches for v4.7 Johannes Thumshirn
2016-05-03 7:46 ` [PATCH 1/6] mcb: Correctly initialize the bus's device Johannes Thumshirn
2016-05-03 7:46 ` [PATCH 2/6] mcb: export bus information via sysfs Johannes Thumshirn
2016-05-03 8:02 ` [PATCH 0/6] MCB patches for v4.7 Johannes Thumshirn
2016-05-03 22:53 ` Greg KH [this message]
2016-05-03 10:42 ` [PATCH 3/6] mcb: Fixed bar number assignment for the gdd Johannes Thumshirn
2016-05-03 10:42 ` [PATCH 4/6] mcb: Replace ioremap and request_region with the devm version Johannes Thumshirn
2016-05-03 10:42 ` [PATCH 5/6] mcb: Delete num_cells variable which is not required Johannes Thumshirn
2016-05-03 10:42 ` [PATCH 6/6] mcb: Implement bus->dev.release callback 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=20160503225359.GA6550@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=andreas.werner@men.de \
--cc=jthmshirn@suse.de \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.