All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/4] Stratix10 FPGA reconfiguration support
@ 2018-10-08  9:48 chee.hong.ang at intel.com
  2018-10-08  9:48 ` [U-Boot] [PATCH v2 1/4] arm: socfpga: stratix10: Add macros for mailbox's arguments chee.hong.ang at intel.com
                   ` (3 more replies)
  0 siblings, 4 replies; 18+ messages in thread
From: chee.hong.ang at intel.com @ 2018-10-08  9:48 UTC (permalink / raw)
  To: u-boot

From: "Ang, Chee Hong" <chee.hong.ang@intel.com>

Summary of v2 changes:
- Addressed review comments in drivers/fpga/stratix10.c
- Update SPDX tag in drivers/fpga/stratix10.c
- Add parentheses in macro functions
- Define default empty socfpga_fpga_add()

v1 patchsets:
https://lists.denx.de/pipermail/u-boot/2018-October/343256.html

Ang, Chee Hong (4):
  arm: socfpga: stratix10: Add macros for mailbox's arguments
  arm: socfpga: stratix10: Add Stratix 10 FPGA Reconfiguration Driver
  arm: socfpga: stratix10: Add Stratix10 FPGA into FPGA device table
  arm: socfpga: stratix10: Enable Stratix10 FPGA Reconfiguration

 arch/arm/mach-socfpga/include/mach/mailbox_s10.h |   6 +
 arch/arm/mach-socfpga/misc.c                     |  29 +++
 arch/arm/mach-socfpga/misc_s10.c                 |   2 +
 configs/socfpga_stratix10_defconfig              |   1 +
 drivers/fpga/Kconfig                             |  11 +
 drivers/fpga/Makefile                            |   1 +
 drivers/fpga/altera.c                            |   6 +
 drivers/fpga/stratix10.c                         | 288 +++++++++++++++++++++++
 include/altera.h                                 |   8 +
 9 files changed, 352 insertions(+)
 create mode 100644 drivers/fpga/stratix10.c

-- 
2.7.4

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

end of thread, other threads:[~2018-11-15 13:40 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-08  9:48 [U-Boot] [PATCH v2 0/4] Stratix10 FPGA reconfiguration support chee.hong.ang at intel.com
2018-10-08  9:48 ` [U-Boot] [PATCH v2 1/4] arm: socfpga: stratix10: Add macros for mailbox's arguments chee.hong.ang at intel.com
2018-10-08  9:48 ` [U-Boot] [PATCH v2 2/4] arm: socfpga: stratix10: Add Stratix 10 FPGA Reconfiguration Driver chee.hong.ang at intel.com
2018-10-08  9:48 ` [U-Boot] [PATCH v2 3/4] arm: socfpga: stratix10: Add Stratix10 FPGA into FPGA device table chee.hong.ang at intel.com
2018-10-08  9:57   ` Marek Vasut
2018-10-08 15:10     ` Ang, Chee Hong
2018-10-08 20:32       ` Marek Vasut
2018-10-09  3:03         ` Ang, Chee Hong
2018-10-09 12:48           ` Marek Vasut
2018-10-10  5:30             ` Ang, Chee Hong
2018-10-10 10:27               ` Marek Vasut
2018-10-11  6:21                 ` Ang, Chee Hong
2018-10-11 10:03                   ` Marek Vasut
2018-11-14  7:09                     ` Ang, Chee Hong
2018-11-14 11:52                       ` Marek Vasut
2018-11-15  7:13                         ` Ang, Chee Hong
2018-11-15 13:40                           ` Marek Vasut
2018-10-08  9:48 ` [U-Boot] [PATCH v2 4/4] arm: socfpga: stratix10: Enable Stratix10 FPGA Reconfiguration chee.hong.ang at intel.com

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.