* [GIT PULL] FPGA Manager changes for 6.2-rc1
@ 2022-11-15 14:18 Xu Yilun
2022-11-23 18:37 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Xu Yilun @ 2022-11-15 14:18 UTC (permalink / raw)
To: gregkh; +Cc: yilun.xu, linux-fpga, hao.wu, mdf
The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:
Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/fpga/linux-fpga tags/fpga-for-6.2-rc1
for you to fetch changes up to ee31d5038c06b56ea515f4fe490274628c0f80e1:
dt-bindings: fpga: document Lattice sysCONFIG FPGA manager (2022-10-25 14:45:53 +0800)
----------------------------------------------------------------
FPGA Manager changes for 6.2-rc1
Zynq:
- Yang's change Switch to use dev_err_probe() helper
Lattice:
- Ivan's change add support for Lattice Sysconfig FPGA reprogrammer
All patches have been reviewed on the mailing list, and have been in the
last linux-next releases (as part of our for-next branch).
Signed-off-by: Xu Yilun <yilun.xu@intel.com>
----------------------------------------------------------------
Ivan Bornyakov (2):
fpga: lattice-sysconfig-spi: add Lattice sysCONFIG FPGA manager
dt-bindings: fpga: document Lattice sysCONFIG FPGA manager
Yang Yingliang (1):
fpga: zynq: Switch to use dev_err_probe() helper
.../bindings/fpga/lattice,sysconfig.yaml | 81 +++++
drivers/fpga/Kconfig | 11 +
drivers/fpga/Makefile | 2 +
drivers/fpga/lattice-sysconfig-spi.c | 152 ++++++++
drivers/fpga/lattice-sysconfig.c | 397 +++++++++++++++++++++
drivers/fpga/lattice-sysconfig.h | 39 ++
drivers/fpga/zynq-fpga.c | 8 +-
7 files changed, 685 insertions(+), 5 deletions(-)
create mode 100644 Documentation/devicetree/bindings/fpga/lattice,sysconfig.yaml
create mode 100644 drivers/fpga/lattice-sysconfig-spi.c
create mode 100644 drivers/fpga/lattice-sysconfig.c
create mode 100644 drivers/fpga/lattice-sysconfig.h
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] FPGA Manager changes for 6.2-rc1
2022-11-15 14:18 [GIT PULL] FPGA Manager changes for 6.2-rc1 Xu Yilun
@ 2022-11-23 18:37 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2022-11-23 18:37 UTC (permalink / raw)
To: Xu Yilun; +Cc: linux-fpga, hao.wu, mdf
On Tue, Nov 15, 2022 at 10:18:17PM +0800, Xu Yilun wrote:
> The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:
>
> Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/fpga/linux-fpga tags/fpga-for-6.2-rc1
Pulled and pushed out, thanks.
greg k-h
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-11-23 18:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-15 14:18 [GIT PULL] FPGA Manager changes for 6.2-rc1 Xu Yilun
2022-11-23 18:37 ` Greg KH
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.