Re: [linux-yocto]: [kernel v5.10/standard/intel-sdk-5.10/intel-socfpga]: intel-socfpga: upgrade kernel patches for stratix10 platform

2021-12-20 Thread Bruce Ashfield
In message: [linux-yocto]: [kernel 
v5.10/standard/intel-sdk-5.10/intel-socfpga]: intel-socfpga: upgrade kernel 
patches for stratix10 platform
on 17/12/2021 Meng Li wrote:

> From: Limeng 
> 
> Hi Bruce,
> 
> I got some latest intel-socfpga BSP related patches from intel sdk kernel 
> repo https://github.com/altera-opensource/linux-socfpga.git,
> and want to merge them into linux-yocto-v5.10. There are 23 patches.
> 
> So, could you please help to merge the 23 patches into linux-ycoto kernel 
> repo, branch v5.10/standard/intel-sdk-5.10/intel-socfpga?

merged.

Bruce

> 
> The 23 patches are in my public repo 
> https://github.com/limeng-linux/linux-yocto-5.10.git, branch 
> v5.10/standard/intel-sdk-5.10/intel-socfpga
> 
> 
> diffstat info as below:
> 
>  arch/arm/boot/dts/socfpga_arria10_socdk_qspi.dts|2
>  arch/arm/boot/dts/socfpga_arria5_socdk.dts  |2
>  arch/arm/boot/dts/socfpga_cyclone5_socdk.dts|2
>  arch/arm/boot/dts/socfpga_cyclone5_sockit.dts   |2
>  arch/arm/boot/dts/socfpga_cyclone5_socrates.dts |2
>  arch/arm/boot/dts/socfpga_cyclone5_sodia.dts|2
>  arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts  |4
>  arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi   |5
>  arch/arm64/boot/dts/altera/socfpga_stratix10_socdk_nand.dts |   24
>  arch/arm64/boot/dts/intel/socfpga_agilex.dtsi   |4
>  arch/arm64/boot/dts/intel/socfpga_agilex_socdk_nand.dts |   20
>  arch/arm64/boot/dts/intel/socfpga_n5x_socdk.dts |   71 ++
>  drivers/crypto/Kconfig  |2
>  drivers/crypto/intel_fcs.c  |  345 
> ++--
>  drivers/edac/synopsys_edac.c|1
>  drivers/firmware/stratix10-svc.c|  265 +
>  drivers/fpga/stratix10-soc.c|   31 -
>  include/linux/firmware/intel/stratix10-smc.h|   28
>  include/linux/firmware/intel/stratix10-svc-client.h |   15
>  19 files changed, 606 insertions(+), 221 deletions(-)
> 
> 
> Pull request info as below:
> 
> The following changes since commit 956563a9fdf3af91d4bf51bab15438957c957605:
> 
>   Merge branch 'v5.10/standard/base' into 
> v5.10/standard/intel-sdk-5.10/intel-socfpga (2021-12-14 11:37:33 -0500)
> 
> are available in the Git repository at:
> 
>   https://github.com/limeng-linux/linux-yocto-5.10.git 
> v5.10/standard/intel-sdk-5.10/intel-socfpga
> 
> for you to fetch changes up to 94415527742e10e8935eda52e29d11095407cb6a:
> 
>   firmware: stratix10-svc: release mutex sdm_lock after processing command 
> (2021-12-16 23:46:56 -0500)
> 
> 
> Ang Tien Sung (7):
>   HSD #15010184463: crypto: intel_fcs: Fix the inability to probe driver
>   HSD #1509974402: firmware: stratix10-svc: To support a new SMC command 
> to return ATF Version
>   HSD #1508914759: firmware: stratix10-svc: fix FPGA reconfiguration SVC 
> timeout
>   HSD #14015013554: firmware: stratix10-svc: support up to 4 SVC clients
>   HSD #14015013554: fpga: stratix10-soc: support multi-client 
> multi-threading
>   HSD #14015013554: firmware: stratix10-svc: Fixed thread stop
>   HSD #15010184463: crypto: intel_fcs: Fix the inability to probe driver 
> on S10 DTSI
> 
> Dinh Nguyen (3):
>   arm: socfpga: dts: fix qspi node compatible
>   HSD #1308655004: don't clear the ue/ce status bits
>   arm64: dts: n5x: add qspi, usb, and ethernet support
> 
> Meng Li (3):
>   firmware: stratix10-svc: remove the code of adding intel-fcs device
>   intel: fcs: release mutex lock in failing path
>   firmware: stratix10-svc: release mutex sdm_lock after processing command
> 
> Siew Chin Lim (9):
>   HSD #18015689699-1: firmware: stratix10-svc: change get provsion data 
> to async SMC call
>   HSD #18015689699-2: crypto: intel_fcs: change get provision data to 
> async SMC call
>   HSD #22013011814: crypto: intel_fcs: support HWRNG via /dev/hwrng
>   HSD #22013011814-2: crypto: intel_fcs: Remove dev_err from dev/hwrng 
> read function
>   intel: fcs: Fixed typo of parameter used in SEND_CERTIFICATE
>   intel: fcs: Fixed the size of session ID in memcpy function
>   intel: fcs: Properly initialize 'timeout' in RNG request before use
>   intel: fcs: Validate the data address pointer and size before using it
>   intel: fcs: Copy data from user space to kernel space via copy_from_user
> 
> Sin Hui Kho (1):
>   arm64: dt

[linux-yocto]: [kernel v5.10/standard/intel-sdk-5.10/intel-socfpga]: intel-socfpga: upgrade kernel patches for stratix10 platform

2021-12-17 Thread Meng Li
From: Limeng 

Hi Bruce,

I got some latest intel-socfpga BSP related patches from intel sdk kernel repo 
https://github.com/altera-opensource/linux-socfpga.git,
and want to merge them into linux-yocto-v5.10. There are 23 patches.

So, could you please help to merge the 23 patches into linux-ycoto kernel repo, 
branch v5.10/standard/intel-sdk-5.10/intel-socfpga?

The 23 patches are in my public repo 
https://github.com/limeng-linux/linux-yocto-5.10.git, branch 
v5.10/standard/intel-sdk-5.10/intel-socfpga


diffstat info as below:

 arch/arm/boot/dts/socfpga_arria10_socdk_qspi.dts|2
 arch/arm/boot/dts/socfpga_arria5_socdk.dts  |2
 arch/arm/boot/dts/socfpga_cyclone5_socdk.dts|2
 arch/arm/boot/dts/socfpga_cyclone5_sockit.dts   |2
 arch/arm/boot/dts/socfpga_cyclone5_socrates.dts |2
 arch/arm/boot/dts/socfpga_cyclone5_sodia.dts|2
 arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts  |4
 arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi   |5
 arch/arm64/boot/dts/altera/socfpga_stratix10_socdk_nand.dts |   24
 arch/arm64/boot/dts/intel/socfpga_agilex.dtsi   |4
 arch/arm64/boot/dts/intel/socfpga_agilex_socdk_nand.dts |   20
 arch/arm64/boot/dts/intel/socfpga_n5x_socdk.dts |   71 ++
 drivers/crypto/Kconfig  |2
 drivers/crypto/intel_fcs.c  |  345 ++--
 drivers/edac/synopsys_edac.c|1
 drivers/firmware/stratix10-svc.c|  265 +
 drivers/fpga/stratix10-soc.c|   31 -
 include/linux/firmware/intel/stratix10-smc.h|   28
 include/linux/firmware/intel/stratix10-svc-client.h |   15
 19 files changed, 606 insertions(+), 221 deletions(-)


Pull request info as below:

The following changes since commit 956563a9fdf3af91d4bf51bab15438957c957605:

  Merge branch 'v5.10/standard/base' into 
v5.10/standard/intel-sdk-5.10/intel-socfpga (2021-12-14 11:37:33 -0500)

are available in the Git repository at:

  https://github.com/limeng-linux/linux-yocto-5.10.git 
v5.10/standard/intel-sdk-5.10/intel-socfpga

for you to fetch changes up to 94415527742e10e8935eda52e29d11095407cb6a:

  firmware: stratix10-svc: release mutex sdm_lock after processing command 
(2021-12-16 23:46:56 -0500)


Ang Tien Sung (7):
  HSD #15010184463: crypto: intel_fcs: Fix the inability to probe driver
  HSD #1509974402: firmware: stratix10-svc: To support a new SMC command to 
return ATF Version
  HSD #1508914759: firmware: stratix10-svc: fix FPGA reconfiguration SVC 
timeout
  HSD #14015013554: firmware: stratix10-svc: support up to 4 SVC clients
  HSD #14015013554: fpga: stratix10-soc: support multi-client 
multi-threading
  HSD #14015013554: firmware: stratix10-svc: Fixed thread stop
  HSD #15010184463: crypto: intel_fcs: Fix the inability to probe driver on 
S10 DTSI

Dinh Nguyen (3):
  arm: socfpga: dts: fix qspi node compatible
  HSD #1308655004: don't clear the ue/ce status bits
  arm64: dts: n5x: add qspi, usb, and ethernet support

Meng Li (3):
  firmware: stratix10-svc: remove the code of adding intel-fcs device
  intel: fcs: release mutex lock in failing path
  firmware: stratix10-svc: release mutex sdm_lock after processing command

Siew Chin Lim (9):
  HSD #18015689699-1: firmware: stratix10-svc: change get provsion data to 
async SMC call
  HSD #18015689699-2: crypto: intel_fcs: change get provision data to async 
SMC call
  HSD #22013011814: crypto: intel_fcs: support HWRNG via /dev/hwrng
  HSD #22013011814-2: crypto: intel_fcs: Remove dev_err from dev/hwrng read 
function
  intel: fcs: Fixed typo of parameter used in SEND_CERTIFICATE
  intel: fcs: Fixed the size of session ID in memcpy function
  intel: fcs: Properly initialize 'timeout' in RNG request before use
  intel: fcs: Validate the data address pointer and size before using it
  intel: fcs: Copy data from user space to kernel space via copy_from_user

Sin Hui Kho (1):
  arm64: dts: Update NAND MTD partition for Agilex and Stratix 10

 arch/arm/boot/dts/socfpga_arria10_socdk_qspi.dts|   2 +-
 arch/arm/boot/dts/socfpga_arria5_socdk.dts  |   2 +-
 arch/arm/boot/dts/socfpga_cyclone5_socdk.dts|   2 +-
 arch/arm/boot/dts/socfpga_cyclone5_sockit.dts   |   2 +-
 arch/arm/boot/dts/socfpga_cyclone5_socrates.dts |   2 +-
 arch/arm/boot/dts/socfpga_cyclone5_sodia.dts|   2 +-
 arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts  |   4 +-
 arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi   |   5 +++
 arch/arm64/boot/dts/altera/socfpga_stratix10_socdk_nand.dts |  24 +--