All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Renaming dh895xcc mmp fw
       [not found] <1450371133-20595-1-git-send-email-ahsan.atta@intel.com>
@ 2015-12-21 14:36 ` Atta, Ahsan
  2015-12-21 15:35   ` Greg KH
  2015-12-21 16:59 ` Atta, Ahsan
  1 sibling, 1 reply; 3+ messages in thread
From: Atta, Ahsan @ 2015-12-21 14:36 UTC (permalink / raw)
  To: herbert; +Cc: linux-crypto, qat-linux, stable, Struk, Tadeusz

Renaming dh895xcc mmp fw

Signed-off-by: Ahsan Atta <ahsan.atta@intel.com>
---
 .../crypto/qat/qat_dh895xcc/adf_dh895xcc_hw_data.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/crypto/qat/qat_dh895xcc/adf_dh895xcc_hw_data.h b/drivers/crypto/qat/qat_dh895xcc/adf_dh895xcc_hw_data.h
index 72eacfd..f3c5de9 100644
--- a/drivers/crypto/qat/qat_dh895xcc/adf_dh895xcc_hw_data.h
+++ b/drivers/crypto/qat/qat_dh895xcc/adf_dh895xcc_hw_data.h
@@ -82,7 +82,7 @@
 #define ADF_DH895XCC_VINTMSK_OFFSET(i)	(0x3A000 + 0x200 + ((i) * 0x04))
 /* FW names */
 #define ADF_DH895XCC_FW "qat_895xcc.bin"
-#define ADF_DH895XCC_MMP "qat_mmp.bin"
+#define ADF_DH895XCC_MMP "qat_dh895xcc_mmp.bin"
 
 void adf_init_hw_data_dh895xcc(struct adf_hw_device_data *hw_data);  void adf_clean_hw_data_dh895xcc(struct adf_hw_device_data *hw_data);
--
1.7.4.1

--------------------------------------------------------------
Intel Research and Development Ireland Limited
Registered in Ireland
Registered Office: Collinstown Industrial Park, Leixlip, County Kildare
Registered Number: 308263


This e-mail and any attachments may contain confidential material for the sole
use of the intended recipient(s). Any review or distribution by others is
strictly prohibited. If you are not the intended recipient, please contact the
sender and delete all copies.

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

* Re: [PATCH] Renaming dh895xcc mmp fw
  2015-12-21 14:36 ` [PATCH] Renaming dh895xcc mmp fw Atta, Ahsan
@ 2015-12-21 15:35   ` Greg KH
  0 siblings, 0 replies; 3+ messages in thread
From: Greg KH @ 2015-12-21 15:35 UTC (permalink / raw)
  To: Atta, Ahsan; +Cc: herbert, linux-crypto, qat-linux, stable, Struk, Tadeusz

On Mon, Dec 21, 2015 at 02:36:57PM +0000, Atta, Ahsan wrote:
> Renaming dh895xcc mmp fw
> 
> Signed-off-by: Ahsan Atta <ahsan.atta@intel.com>
> ---
>  .../crypto/qat/qat_dh895xcc/adf_dh895xcc_hw_data.h |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

<formletter>

This is not the correct way to submit patches for inclusion in the
stable kernel tree.  Please read Documentation/stable_kernel_rules.txt
for how to do this properly.

</formletter>

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

* [PATCH] Renaming dh895xcc mmp fw
       [not found] <1450371133-20595-1-git-send-email-ahsan.atta@intel.com>
  2015-12-21 14:36 ` [PATCH] Renaming dh895xcc mmp fw Atta, Ahsan
@ 2015-12-21 16:59 ` Atta, Ahsan
  1 sibling, 0 replies; 3+ messages in thread
From: Atta, Ahsan @ 2015-12-21 16:59 UTC (permalink / raw)
  To: herbert; +Cc: linux-crypto

Renaming dh895xcc mmp fw

Signed-off-by: Ahsan Atta <ahsan.atta@intel.com>
---
 .../crypto/qat/qat_dh895xcc/adf_dh895xcc_hw_data.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/crypto/qat/qat_dh895xcc/adf_dh895xcc_hw_data.h b/drivers/crypto/qat/qat_dh895xcc/adf_dh895xcc_hw_data.h
index 72eacfd..f3c5de9 100644
--- a/drivers/crypto/qat/qat_dh895xcc/adf_dh895xcc_hw_data.h
+++ b/drivers/crypto/qat/qat_dh895xcc/adf_dh895xcc_hw_data.h
@@ -82,7 +82,7 @@
 #define ADF_DH895XCC_VINTMSK_OFFSET(i)	(0x3A000 + 0x200 + ((i) * 0x04))
 /* FW names */
 #define ADF_DH895XCC_FW "qat_895xcc.bin"
-#define ADF_DH895XCC_MMP "qat_mmp.bin"
+#define ADF_DH895XCC_MMP "qat_dh895xcc_mmp.bin"
 
 void adf_init_hw_data_dh895xcc(struct adf_hw_device_data *hw_data);  void adf_clean_hw_data_dh895xcc(struct adf_hw_device_data *hw_data);
--
1.7.4.1

--------------------------------------------------------------
Intel Research and Development Ireland Limited
Registered in Ireland
Registered Office: Collinstown Industrial Park, Leixlip, County Kildare
Registered Number: 308263


This e-mail and any attachments may contain confidential material for the sole
use of the intended recipient(s). Any review or distribution by others is
strictly prohibited. If you are not the intended recipient, please contact the
sender and delete all copies.

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

end of thread, other threads:[~2015-12-21 16:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1450371133-20595-1-git-send-email-ahsan.atta@intel.com>
2015-12-21 14:36 ` [PATCH] Renaming dh895xcc mmp fw Atta, Ahsan
2015-12-21 15:35   ` Greg KH
2015-12-21 16:59 ` Atta, Ahsan

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.