All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] FPGA Manager addtional 5.13 changes
@ 2021-04-08  1:54 Moritz Fischer
  2021-04-08  6:43 ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Moritz Fischer @ 2021-04-08  1:54 UTC (permalink / raw)
  To: gregkh; +Cc: linux-fpga, moritzf

The following changes since commit 6f1e376cfc6864a2f46538db909bbd5253c3c146:

  fpga: Add support for Xilinx DFX AXI Shutdown manager (2021-03-06 07:54:40 -0800)

are available in the Git repository at:

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

for you to fetch changes up to a78a51a851ed3edc83264a67e2ba77a34f27965f:

  fpga: dfl: pci: add DID for D5005 PAC cards (2021-04-05 17:46:56 -0700)

----------------------------------------------------------------
Second set of FPGA Manager changes for 5.13-rc1

FPGA Manager:
- Russ' first change improves port_enable reliability
- Russ' second change adds a new device ID for a DFL device
- Geert's change updates the examples in binding with dt overlay sugar
  syntax

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.

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

----------------------------------------------------------------
Geert Uytterhoeven (1):
      dt-bindings: fpga: fpga-region: Convert to sugar syntax

Russ Weight (2):
      fpga: dfl: afu: harden port enable logic
      fpga: dfl: pci: add DID for D5005 PAC cards

 .../devicetree/bindings/fpga/fpga-region.txt       | 187 ++++++++++-----------
 drivers/fpga/dfl-afu-error.c                       |  10 +-
 drivers/fpga/dfl-afu-main.c                        |  35 ++--
 drivers/fpga/dfl-afu.h                             |   2 +-
 drivers/fpga/dfl-pci.c                             |  18 +-
 5 files changed, 127 insertions(+), 125 deletions(-)

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

* Re: [GIT PULL] FPGA Manager addtional 5.13 changes
  2021-04-08  1:54 [GIT PULL] FPGA Manager addtional 5.13 changes Moritz Fischer
@ 2021-04-08  6:43 ` Greg KH
  0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2021-04-08  6:43 UTC (permalink / raw)
  To: Moritz Fischer; +Cc: linux-fpga, moritzf

On Wed, Apr 07, 2021 at 06:54:29PM -0700, Moritz Fischer wrote:
> The following changes since commit 6f1e376cfc6864a2f46538db909bbd5253c3c146:
> 
>   fpga: Add support for Xilinx DFX AXI Shutdown manager (2021-03-06 07:54:40 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mdf/linux-fpga.git tags/fpga-late-for-5.13

pulled and pushed out, thanks.

greg k-h

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

* Re: [GIT PULL] FPGA Manager addtional 5.13 changes
  2021-04-08  1:48 Moritz Fischer
@ 2021-04-08  1:51 ` Moritz Fischer
  0 siblings, 0 replies; 4+ messages in thread
From: Moritz Fischer @ 2021-04-08  1:51 UTC (permalink / raw)
  To: Moritz Fischer; +Cc: gregkh, linux-fpga, moritzf

On Wed, Apr 07, 2021 at 06:48:08PM -0700, Moritz Fischer wrote:
> The following changes since commit 6f1e376cfc6864a2f46538db909bbd5253c3c146:
> 
>   fpga: Add support for Xilinx DFX AXI Shutdown manager (2021-03-06 07:54:40 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mdf/linux-fpga.git tags/fpga-late-for-5.13
> 
> for you to fetch changes up to a78a51a851ed3edc83264a67e2ba77a34f27965f:
> 
>   fpga: dfl: pci: add DID for D5005 PAC cards (2021-04-05 17:46:56 -0700)
> 
> ----------------------------------------------------------------
> Second set of FPGA Manager changes for 5.13-rc1
> 
> FPGA Manager:
> - Russ' first change improves port_enable reliability
> - Russ' second change adds a new device ID for a DFL device
> - Geert's change updates the examples in binding with dt overlay sugar
>   syntax
> 
> 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.
> 
> Signed-off-by: Moritz Fischer <mdf@kernel.org>
> 
> ----------------------------------------------------------------
> Geert Uytterhoeven (1):
>       dt-bindings: fpga: fpga-region: Convert to sugar syntax
> 
> Russ Weight (2):
>       fpga: dfl: afu: harden port enable logic
>       fpga: dfl: pci: add DID for D5005 PAC cards
> 
>  .../devicetree/bindings/fpga/fpga-region.txt       | 187 ++++++++++-----------
>  drivers/fpga/dfl-afu-error.c                       |  10 +-
>  drivers/fpga/dfl-afu-main.c                        |  35 ++--
>  drivers/fpga/dfl-afu.h                             |   2 +-
>  drivers/fpga/dfl-pci.c                             |  18 +-
>  5 files changed, 127 insertions(+), 125 deletions(-)

Ugh, sorry, let me resend this with correct sender ... I was messing
with my local mail setup ...

Moritz

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

* [GIT PULL] FPGA Manager addtional 5.13 changes
@ 2021-04-08  1:48 Moritz Fischer
  2021-04-08  1:51 ` Moritz Fischer
  0 siblings, 1 reply; 4+ messages in thread
From: Moritz Fischer @ 2021-04-08  1:48 UTC (permalink / raw)
  To: gregkh; +Cc: linux-fpga, moritzf

The following changes since commit 6f1e376cfc6864a2f46538db909bbd5253c3c146:

  fpga: Add support for Xilinx DFX AXI Shutdown manager (2021-03-06 07:54:40 -0800)

are available in the Git repository at:

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

for you to fetch changes up to a78a51a851ed3edc83264a67e2ba77a34f27965f:

  fpga: dfl: pci: add DID for D5005 PAC cards (2021-04-05 17:46:56 -0700)

----------------------------------------------------------------
Second set of FPGA Manager changes for 5.13-rc1

FPGA Manager:
- Russ' first change improves port_enable reliability
- Russ' second change adds a new device ID for a DFL device
- Geert's change updates the examples in binding with dt overlay sugar
  syntax

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.

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

----------------------------------------------------------------
Geert Uytterhoeven (1):
      dt-bindings: fpga: fpga-region: Convert to sugar syntax

Russ Weight (2):
      fpga: dfl: afu: harden port enable logic
      fpga: dfl: pci: add DID for D5005 PAC cards

 .../devicetree/bindings/fpga/fpga-region.txt       | 187 ++++++++++-----------
 drivers/fpga/dfl-afu-error.c                       |  10 +-
 drivers/fpga/dfl-afu-main.c                        |  35 ++--
 drivers/fpga/dfl-afu.h                             |   2 +-
 drivers/fpga/dfl-pci.c                             |  18 +-
 5 files changed, 127 insertions(+), 125 deletions(-)

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

end of thread, other threads:[~2021-04-08  6:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-08  1:54 [GIT PULL] FPGA Manager addtional 5.13 changes Moritz Fischer
2021-04-08  6:43 ` Greg KH
  -- strict thread matches above, loose matches on Subject: below --
2021-04-08  1:48 Moritz Fischer
2021-04-08  1:51 ` Moritz Fischer

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.