From: Pat Riehecky <riehecky@fnal.gov>
To: <linux-kernel@vger.kernel.org>
Cc: <rubini@gnudd.com>, <drivers_other@kernel-bugs.osdl.org>,
<gregkh@linuxfoundation.org>, <federico.vaga@cern.ch>,
Pat Riehecky <riehecky@fnal.gov>
Subject: [PATCH 0/5] Update kernel to latest FMC bus release
Date: Fri, 30 Jun 2017 11:15:01 -0500 [thread overview]
Message-ID: <cover.1498838809.git.riehecky@fnal.gov> (raw)
The following patches sync up the mainline kernel's FMC bus with the upstream release tagged v2017-06.
Commits (written by Federico Vaga) have been squashed into logical units.
These patches address kernel bug 195653.
These specific changes have been live within the FMC repo since 2015 and in active use by FMC projects since then.
The patches include 1 bugfix and 4 enhancements:
Bugfix:
0001-fmc-remove-unused-variable.patch - remove an unused int
Enhancement:
0002-fmc-hide-fmc-operations-behind-helpers.patch - user helper functions to hide internal semantics
0003-fmc-The-only-way-to-dump-the-SDB-is-from-debugfs.patch - use debugfs to dump the device
0004-fmc-change-registration-prototype.patch - add a second prototype for device registration
0005-fmc-carrier-can-program-FPGA-on-registration.patch - permit programming the FPGA on registration
Upstream git repo: http://www.ohwr.org/projects/fmc-bus/repository/show?rev=fmc-bus-v2017-06
FMC maintainer: Alessandro Rubini <rubini@gnudd.com>
Initial approver of FMC: Greg KH <gregkh@linuxfoundation.org>
Bugzilla assigned to: drivers_other@kernel-bugs.osdl.org
Federico Vaga (5):
drivers/fmc: remove unused variable
drivers/fmc: hide fmc operations behind helpers
drivers/fmc: The only way to dump the SDB is from debugfs
drivers/fmc: change registration prototype
drivers/fmc: carrier can program FPGA on registration
drivers/fmc/Makefile | 1 +
drivers/fmc/fmc-chardev.c | 3 +-
drivers/fmc/fmc-core.c | 95 ++++++++++++++++++++--
drivers/fmc/fmc-debug.c | 173 +++++++++++++++++++++++++++++++++++++++++
drivers/fmc/fmc-dump.c | 41 ----------
drivers/fmc/fmc-match.c | 2 +-
drivers/fmc/fmc-private.h | 9 +++
drivers/fmc/fmc-sdb.c | 119 ++++++----------------------
drivers/fmc/fmc-trivial.c | 20 ++---
drivers/fmc/fmc-write-eeprom.c | 8 +-
drivers/fmc/fru-parse.c | 3 +-
include/linux/fmc.h | 39 +++++++++-
12 files changed, 349 insertions(+), 164 deletions(-)
create mode 100644 drivers/fmc/fmc-debug.c
create mode 100644 drivers/fmc/fmc-private.h
--
1.8.3.1
next reply other threads:[~2017-06-30 16:15 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-30 16:15 Pat Riehecky [this message]
2017-06-30 16:15 ` [PATCH 1/5] drivers/fmc: remove unused variable Pat Riehecky
2017-06-30 16:15 ` [PATCH 2/5] drivers/fmc: hide fmc operations behind helpers Pat Riehecky
2017-06-30 16:15 ` [PATCH 3/5] drivers/fmc: The only way to dump the SDB is from debugfs Pat Riehecky
2017-06-30 16:15 ` [PATCH 4/5] drivers/fmc: change registration prototype Pat Riehecky
2017-06-30 16:15 ` [PATCH 5/5] drivers/fmc: carrier can program FPGA on registration Pat Riehecky
2017-07-05 10:27 ` [PATCH 0/5] Update kernel to latest FMC bus release Alessandro Rubini
2017-07-05 14:22 ` [PATCH v2 00/05] " Pat Riehecky
2017-07-05 14:22 ` [PATCH v2 01/05] drivers/fmc: remove unused variable Pat Riehecky
2017-07-17 14:29 ` Greg KH
2017-07-05 14:22 ` [PATCH v2 02/05] drivers/fmc: hide fmc operations behind helpers Pat Riehecky
2017-07-05 14:22 ` [PATCH v2 03/05] drivers/fmc: The only way to dump the SDB is from debugfs Pat Riehecky
2017-07-05 14:22 ` [PATCH v2 04/05] drivers/fmc: change registration prototype Pat Riehecky
2017-07-05 14:22 ` [PATCH v2 05/05] drivers/fmc: carrier can program FPGA on registration Pat Riehecky
2017-07-17 14:30 ` Greg KH
2017-07-17 14:33 ` Alessandro Rubini
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.1498838809.git.riehecky@fnal.gov \
--to=riehecky@fnal.gov \
--cc=drivers_other@kernel-bugs.osdl.org \
--cc=federico.vaga@cern.ch \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rubini@gnudd.com \
/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
Powered by JetHome