linux-fpga.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] FPGA Manager (late) fixes for 5.7
@ 2020-03-31  3:55 Moritz Fischer
  2020-04-15 16:05 ` Moritz Fischer
  2020-04-23 14:12 ` Greg KH
  0 siblings, 2 replies; 4+ messages in thread
From: Moritz Fischer @ 2020-03-31  3:55 UTC (permalink / raw)
  To: gregkh; +Cc: moritzf, linux-fpga

The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9:

  Linux 5.6-rc1 (2020-02-09 16:08:48 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mdf/linux-fpga.git/ fpga-fixes-for-5.7

for you to fetch changes up to 3c2760b78f90db874401d97e3c17829e2e36f400:

  fpga: dfl: pci: fix return value of cci_pci_sriov_configure (2020-03-30 20:45:30 -0700)

----------------------------------------------------------------
FPGA Manager fixes for 5.7-rc1

Here are two (late) fixes for 5.7-rc1 merge window.

Xu's change addresses an issue with a wrong return value.

Shubhrajyoti's change makes the Zynq FPGA driver return -EPROBE_DEFER on

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

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

----------------------------------------------------------------
Shubhrajyoti Datta (1):
      fpga: zynq: Remove clk_get error message for probe defer

Xu Yilun (1):
      fpga: dfl: pci: fix return value of cci_pci_sriov_configure

 drivers/fpga/dfl-pci.c   | 6 ++++--
 drivers/fpga/zynq-fpga.c | 3 ++-
 2 files changed, 6 insertions(+), 3 deletions(-)

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

* Re: [GIT PULL] FPGA Manager (late) fixes for 5.7
  2020-03-31  3:55 [GIT PULL] FPGA Manager (late) fixes for 5.7 Moritz Fischer
@ 2020-04-15 16:05 ` Moritz Fischer
  2020-04-15 17:25   ` Greg Kroah-Hartman
  2020-04-23 14:12 ` Greg KH
  1 sibling, 1 reply; 4+ messages in thread
From: Moritz Fischer @ 2020-04-15 16:05 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: Moritz Fischer, linux-fpga

On Mon, Mar 30, 2020 at 8:55 PM Moritz Fischer <mdf@kernel.org> wrote:
>
> The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9:
>
>   Linux 5.6-rc1 (2020-02-09 16:08:48 -0800)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/mdf/linux-fpga.git/ fpga-fixes-for-5.7
>
> for you to fetch changes up to 3c2760b78f90db874401d97e3c17829e2e36f400:
>
>   fpga: dfl: pci: fix return value of cci_pci_sriov_configure (2020-03-30 20:45:30 -0700)
>
> ----------------------------------------------------------------
> FPGA Manager fixes for 5.7-rc1
>
> Here are two (late) fixes for 5.7-rc1 merge window.
>
> Xu's change addresses an issue with a wrong return value.
>
> Shubhrajyoti's change makes the Zynq FPGA driver return -EPROBE_DEFER on
>
> All patches have been reviewed on the mailing list, and have been in the
> last few linux-next releases (as part of my for-next branch) without issues.
>
> Signed-off-by: Moritz Fischer <mdf@kernel.org>
>
> ----------------------------------------------------------------
> Shubhrajyoti Datta (1):
>       fpga: zynq: Remove clk_get error message for probe defer
>
> Xu Yilun (1):
>       fpga: dfl: pci: fix return value of cci_pci_sriov_configure
>
>  drivers/fpga/dfl-pci.c   | 6 ++++--
>  drivers/fpga/zynq-fpga.c | 3 ++-
>  2 files changed, 6 insertions(+), 3 deletions(-)

Ping

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

* Re: [GIT PULL] FPGA Manager (late) fixes for 5.7
  2020-04-15 16:05 ` Moritz Fischer
@ 2020-04-15 17:25   ` Greg Kroah-Hartman
  0 siblings, 0 replies; 4+ messages in thread
From: Greg Kroah-Hartman @ 2020-04-15 17:25 UTC (permalink / raw)
  To: Moritz Fischer; +Cc: Moritz Fischer, linux-fpga

On Wed, Apr 15, 2020 at 09:05:50AM -0700, Moritz Fischer wrote:
> On Mon, Mar 30, 2020 at 8:55 PM Moritz Fischer <mdf@kernel.org> wrote:
> >
> > The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9:
> >
> >   Linux 5.6-rc1 (2020-02-09 16:08:48 -0800)
> >
> > are available in the Git repository at:
> >
> >   git://git.kernel.org/pub/scm/linux/kernel/git/mdf/linux-fpga.git/ fpga-fixes-for-5.7
> >
> > for you to fetch changes up to 3c2760b78f90db874401d97e3c17829e2e36f400:
> >
> >   fpga: dfl: pci: fix return value of cci_pci_sriov_configure (2020-03-30 20:45:30 -0700)
> >
> > ----------------------------------------------------------------
> > FPGA Manager fixes for 5.7-rc1
> >
> > Here are two (late) fixes for 5.7-rc1 merge window.
> >
> > Xu's change addresses an issue with a wrong return value.
> >
> > Shubhrajyoti's change makes the Zynq FPGA driver return -EPROBE_DEFER on
> >
> > All patches have been reviewed on the mailing list, and have been in the
> > last few linux-next releases (as part of my for-next branch) without issues.
> >
> > Signed-off-by: Moritz Fischer <mdf@kernel.org>
> >
> > ----------------------------------------------------------------
> > Shubhrajyoti Datta (1):
> >       fpga: zynq: Remove clk_get error message for probe defer
> >
> > Xu Yilun (1):
> >       fpga: dfl: pci: fix return value of cci_pci_sriov_configure
> >
> >  drivers/fpga/dfl-pci.c   | 6 ++++--
> >  drivers/fpga/zynq-fpga.c | 3 ++-
> >  2 files changed, 6 insertions(+), 3 deletions(-)
> 
> Ping

I couldn't do anything until after -rc1 came out, and now I'm working on
catching up.  Don't worry, it's not lost...

greg k-h

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

* Re: [GIT PULL] FPGA Manager (late) fixes for 5.7
  2020-03-31  3:55 [GIT PULL] FPGA Manager (late) fixes for 5.7 Moritz Fischer
  2020-04-15 16:05 ` Moritz Fischer
@ 2020-04-23 14:12 ` Greg KH
  1 sibling, 0 replies; 4+ messages in thread
From: Greg KH @ 2020-04-23 14:12 UTC (permalink / raw)
  To: Moritz Fischer; +Cc: moritzf, linux-fpga

On Mon, Mar 30, 2020 at 08:54:59PM -0700, Moritz Fischer wrote:
> The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9:
> 
>   Linux 5.6-rc1 (2020-02-09 16:08:48 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mdf/linux-fpga.git/ fpga-fixes-for-5.7

Pulled and pushed out,t hanks,.

greg k-h

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

end of thread, other threads:[~2020-04-23 14:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-31  3:55 [GIT PULL] FPGA Manager (late) fixes for 5.7 Moritz Fischer
2020-04-15 16:05 ` Moritz Fischer
2020-04-15 17:25   ` Greg Kroah-Hartman
2020-04-23 14:12 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).