Message ID | Y3Ofqbmsbn8q4Ksb@yilunxu-OptiPlex-7050 (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [GIT,PULL] FPGA Manager changes for 6.2-rc1 | expand |
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
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