Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 247793
b: refs/heads/master
c: 99db3ea
h: refs/heads/master
i:
  247791: 975fb42
v: v3
  • Loading branch information
Phil Sutter authored and Herbert Xu committed May 11, 2011
1 parent f8bcde9 commit be9c320
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 042e9e73561aa406b872f3e310bdc9477c379cb3
refs/heads/master: 99db3eacac81e50225d8a3571e32d692428f6920
3 changes: 1 addition & 2 deletions trunk/drivers/crypto/mv_cesa.c
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ static void mv_process_current_q(int first_block)
memcpy(cpg->sram + SRAM_CONFIG, &op,
sizeof(struct sec_accel_config));

writel(SRAM_CONFIG, cpg->reg + SEC_ACCEL_DESC_P0);
/* GO */
writel(SEC_CMD_EN_SEC_ACCL0, cpg->reg + SEC_ACCEL_CMD);

Expand Down Expand Up @@ -349,7 +348,6 @@ static void mv_process_hash_current(int first_block)

memcpy(cpg->sram + SRAM_CONFIG, &op, sizeof(struct sec_accel_config));

writel(SRAM_CONFIG, cpg->reg + SEC_ACCEL_DESC_P0);
/* GO */
writel(SEC_CMD_EN_SEC_ACCL0, cpg->reg + SEC_ACCEL_CMD);

Expand Down Expand Up @@ -1063,6 +1061,7 @@ static int mv_probe(struct platform_device *pdev)

writel(SEC_INT_ACCEL0_DONE, cpg->reg + SEC_ACCEL_INT_MASK);
writel(SEC_CFG_STOP_DIG_ERR, cpg->reg + SEC_ACCEL_CFG);
writel(SRAM_CONFIG, cpg->reg + SEC_ACCEL_DESC_P0);

ret = crypto_register_alg(&mv_aes_alg_ecb);
if (ret)
Expand Down

0 comments on commit be9c320

Please sign in to comment.