mbox series

[GIT,PULL] FPGA Manager late cleanups for 5.14-rc1

Message ID YNZIhWJGeRwaqRfd@epycbox.lan (mailing list archive)
State Rejected, archived
Headers show
Series [GIT,PULL] FPGA Manager late cleanups for 5.14-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mdf/linux-fpga.git/ tags/fpga-cleanup-late-for-5.14

Message

Moritz Fischer June 25, 2021, 9:20 p.m. UTC
The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:

  Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mdf/linux-fpga.git/ tags/fpga-cleanup-late-for-5.14

for you to fetch changes up to 92c5ddbc93abddab737df19655787ca354a3a397:

  fpga: fpga-bridge: removed repeated word (2021-05-28 15:09:50 -0700)

----------------------------------------------------------------
FPGA Manager Changes for 5.14-rc1

FPGA Manager
- Navin's change removes a duplicate word in a comment
- Tom's change fixes a spelling mistake
- Mauro's change fixes up documentation

All patches have been reviewed on the mailing list, and have been in the
last linux-next releases (as part of my for-next branch) without issues
for a couple of weeks.

Signed-off-by: Moritz Fischer <mdf@kernel.org>

----------------------------------------------------------------
Mauro Carvalho Chehab (1):
      docs: driver-api: fpga: avoid using UTF-8 chars

Navin Sankar Velliangiri (1):
      fpga: fpga-bridge: removed repeated word

Tom Rix (1):
      fpga: fix spelling mistakes

 Documentation/driver-api/fpga/fpga-bridge.rst      | 10 +++++-----
 Documentation/driver-api/fpga/fpga-mgr.rst         | 12 ++++++------
 Documentation/driver-api/fpga/fpga-programming.rst |  8 ++++----
 Documentation/driver-api/fpga/fpga-region.rst      | 20 ++++++++++----------
 Documentation/fpga/dfl.rst                         |  4 ++--
 drivers/fpga/altera-cvp.c                          |  2 +-
 drivers/fpga/dfl-fme-pr.c                          |  2 +-
 drivers/fpga/dfl-n3000-nios.c                      |  2 +-
 drivers/fpga/dfl.h                                 |  2 +-
 drivers/fpga/fpga-bridge.c                         |  8 ++++----
 drivers/fpga/zynq-fpga.c                           |  6 +++---
 include/linux/fpga/fpga-mgr.h                      |  2 +-
 12 files changed, 39 insertions(+), 39 deletions(-)

Comments

Greg KH June 27, 2021, 10:48 a.m. UTC | #1
On Fri, Jun 25, 2021 at 02:20:05PM -0700, Moritz Fischer wrote:
> The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:
> 
>   Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mdf/linux-fpga.git/ tags/fpga-cleanup-late-for-5.14

It's too late for 5.14-rc1 if 5.13 comes out today, sorry.  Please add
these to whatever you want me to take after 5.14-rc1 is out.

thanks,

greg k-h