Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1393125
| From | Johannes Thumshirn <jthumshirn@suse.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/6] MCB patches for v4.7 |
| Date | 2016-05-03 09:50 +0200 |
| Message-ID | <ruDfH-3LT-9@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/6] MCB patches for v4.7 Johannes Thumshirn <jthumshirn@suse.de> - 2016-05-03 09:50 +0200
[PATCH 1/6] mcb: Correctly initialize the bus's device Johannes Thumshirn <jthumshirn@suse.de> - 2016-05-03 09:50 +0200
Re: [PATCH 0/6] MCB patches for v4.7 Johannes Thumshirn <jthmshirn@suse.de> - 2016-05-03 10:10 +0200
Re: [PATCH 0/6] MCB patches for v4.7 Greg KH <gregkh@linuxfoundation.org> - 2016-05-04 01:00 +0200
[PATCH 6/6] mcb: Implement bus->dev.release callback Johannes Thumshirn <jthumshirn@suse.de> - 2016-05-03 12:50 +0200
[PATCH 5/6] mcb: Delete num_cells variable which is not required Johannes Thumshirn <jthumshirn@suse.de> - 2016-05-03 12:50 +0200
[PATCH 4/6] mcb: Replace ioremap and request_region with the devm version Johannes Thumshirn <jthumshirn@suse.de> - 2016-05-03 12:50 +0200
[PATCH 3/6] mcb: Fixed bar number assignment for the gdd Johannes Thumshirn <jthumshirn@suse.de> - 2016-05-03 12:50 +0200
csiph-web