Re: [U-Boot] [PATCH v10 0/6] Add Intel Arria 10 SoC FPGA driver

2017-06-28 Thread Chee, Tien Fong
On Sel, 2017-06-27 at 09:56 -0500, Dinh Nguyen wrote:
> 
> On 06/07/2017 11:33 PM, tien.fong.c...@intel.com wrote:
> > 
> > From: Tien Fong Chee 
> > 
> > This is the 10th version of patchset to adds support for Intel
> > Arria 10 SoC FPGA
> > driver. This version mainly resolved comments from Marek in [v9].
> > This series is working on top of u-boot-socfpga.git - http://git.de
> > nx.de/u-boot-socfpga.git
> > 
> > [v9]: https://www.mail-archive.com/u-boot@lists.denx.de/msg252422.h
> > tml
> > 
> > v9 -> v10 changes:
> > -
> > - Moved astro_mcf5373_defocnfig into patch 3(v10).
> > - Keep fpga_manager intact by removing patch 6(v9) and patch 7(v9).
> > 
> > Patchset history
> > 
> > [v1]: https://www.mail-archive.com/u-boot@lists.denx.de/msg247788.h
> > tml
> > [v2]: https://www.mail-archive.com/u-boot@lists.denx.de/msg248541.h
> > tml
> > [v3]: https://www.mail-archive.com/u-boot@lists.denx.de/msg249160.h
> > tml
> > [v4]: https://www.mail-archive.com/u-boot@lists.denx.de/msg250149.h
> > tml
> > [v5]: https://www.mail-archive.com/u-boot@lists.denx.de/msg250517.h
> > tml
> > [v6]: https://www.mail-archive.com/u-boot@lists.denx.de/msg250687.h
> > tml
> > [v7]: https://www.mail-archive.com/u-boot@lists.denx.de/msg251213.h
> > tml
> > [v8]: https://www.mail-archive.com/u-boot@lists.denx.de/msg252196.h
> > tml
> > 
> For the whole series, besides the few minor-nits, please add
> 
> Reviewed-by: Dinh Nguyen 
> 
> FYI: please add endorsement signatures that you have received on any
> subsequent versions of the patch series. This lets people know that
> at
> least somebody has reviewed you patch so that we don't have to hunt
> down
> previous responses.
> 
Okay.

> Dinh
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] [PATCH v10 0/6] Add Intel Arria 10 SoC FPGA driver

2017-06-27 Thread Dinh Nguyen


On 06/07/2017 11:33 PM, tien.fong.c...@intel.com wrote:
> From: Tien Fong Chee 
> 
> This is the 10th version of patchset to adds support for Intel Arria 10 SoC 
> FPGA
> driver. This version mainly resolved comments from Marek in [v9].
> This series is working on top of u-boot-socfpga.git - 
> http://git.denx.de/u-boot-socfpga.git
> 
> [v9]: https://www.mail-archive.com/u-boot@lists.denx.de/msg252422.html
> 
> v9 -> v10 changes:
> -
> - Moved astro_mcf5373_defocnfig into patch 3(v10).
> - Keep fpga_manager intact by removing patch 6(v9) and patch 7(v9).
> 
> Patchset history
> 
> [v1]: https://www.mail-archive.com/u-boot@lists.denx.de/msg247788.html
> [v2]: https://www.mail-archive.com/u-boot@lists.denx.de/msg248541.html
> [v3]: https://www.mail-archive.com/u-boot@lists.denx.de/msg249160.html
> [v4]: https://www.mail-archive.com/u-boot@lists.denx.de/msg250149.html
> [v5]: https://www.mail-archive.com/u-boot@lists.denx.de/msg250517.html
> [v6]: https://www.mail-archive.com/u-boot@lists.denx.de/msg250687.html
> [v7]: https://www.mail-archive.com/u-boot@lists.denx.de/msg251213.html
> [v8]: https://www.mail-archive.com/u-boot@lists.denx.de/msg252196.html
> 

For the whole series, besides the few minor-nits, please add

Reviewed-by: Dinh Nguyen 

FYI: please add endorsement signatures that you have received on any
subsequent versions of the patch series. This lets people know that at
least somebody has reviewed you patch so that we don't have to hunt down
previous responses.

Dinh
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


[U-Boot] [PATCH v10 0/6] Add Intel Arria 10 SoC FPGA driver

2017-06-07 Thread tien . fong . chee
From: Tien Fong Chee 

This is the 10th version of patchset to adds support for Intel Arria 10 SoC FPGA
driver. This version mainly resolved comments from Marek in [v9].
This series is working on top of u-boot-socfpga.git - 
http://git.denx.de/u-boot-socfpga.git

[v9]: https://www.mail-archive.com/u-boot@lists.denx.de/msg252422.html

v9 -> v10 changes:
-
- Moved astro_mcf5373_defocnfig into patch 3(v10).
- Keep fpga_manager intact by removing patch 6(v9) and patch 7(v9).

Patchset history

[v1]: https://www.mail-archive.com/u-boot@lists.denx.de/msg247788.html
[v2]: https://www.mail-archive.com/u-boot@lists.denx.de/msg248541.html
[v3]: https://www.mail-archive.com/u-boot@lists.denx.de/msg249160.html
[v4]: https://www.mail-archive.com/u-boot@lists.denx.de/msg250149.html
[v5]: https://www.mail-archive.com/u-boot@lists.denx.de/msg250517.html
[v6]: https://www.mail-archive.com/u-boot@lists.denx.de/msg250687.html
[v7]: https://www.mail-archive.com/u-boot@lists.denx.de/msg251213.html
[v8]: https://www.mail-archive.com/u-boot@lists.denx.de/msg252196.html

Tien Fong Chee (6):
  arm: socfpga: Remove unused passing parameter of socfpga_bridges_reset
  arm: socfpga: Restructure FPGA driver in the preparation to support
A10
  arm: socfpga: Convert FPGA and FPGA_ALTERA configuration to Kconfig
  arm: socfpga: Convert FPGA_SOCFPGA configuration to Kconfig
  drivers: Enable FPGA driver build on SPL
  arm: socfpga: Add FPGA driver support for Arria 10

 arch/arm/mach-socfpga/Makefile |   2 +-
 arch/arm/mach-socfpga/include/mach/fpga_manager.h  |  70 +--
 .../include/mach/fpga_manager_arria10.h| 100 +
 .../mach/{fpga_manager.h => fpga_manager_gen5.h}   |  69 ++-
 .../include/mach/reset_manager_arria10.h   |   2 +-
 arch/arm/mach-socfpga/reset_manager_arria10.c  |   4 +-
 configs/astro_mcf5373l_defconfig   |   1 +
 configs/socfpga_arria10_defconfig  |   2 +
 configs/socfpga_arria5_defconfig   |   1 +
 configs/socfpga_cyclone5_defconfig |   1 +
 configs/socfpga_de0_nano_soc_defconfig |   1 +
 configs/socfpga_de10_nano_defconfig|   1 +
 configs/socfpga_de1_soc_defconfig  |   1 +
 configs/socfpga_is1_defconfig  |   1 +
 configs/socfpga_mcvevk_defconfig   |   1 +
 configs/socfpga_sockit_defconfig   |   1 +
 configs/socfpga_socrates_defconfig |   1 +
 configs/socfpga_sr1500_defconfig   |   1 +
 configs/socfpga_vining_fpga_defconfig  |   1 +
 configs/theadorable_debug_defconfig|   1 +
 configs/theadorable_defconfig  |   1 +
 drivers/Makefile   |   1 +
 drivers/fpga/Kconfig   |   8 +
 drivers/fpga/Makefile  |   2 +
 drivers/fpga/socfpga.c | 241 +--
 drivers/fpga/socfpga_arria10.c | 479 +
 drivers/fpga/{socfpga.c => socfpga_gen5.c} |  54 +--
 include/configs/astro_mcf5373l.h   |   2 -
 include/configs/socfpga_common.h   |   6 +-
 include/configs/theadorable.h  |   2 -
 30 files changed, 660 insertions(+), 398 deletions(-)
 create mode 100644 arch/arm/mach-socfpga/include/mach/fpga_manager_arria10.h
 copy arch/arm/mach-socfpga/include/mach/{fpga_manager.h => 
fpga_manager_gen5.h} (57%)
 create mode 100644 drivers/fpga/socfpga_arria10.c
 copy drivers/fpga/{socfpga.c => socfpga_gen5.c} (83%)

-- 
2.2.0

___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot