Linux cryptographic layer development
 help / color / mirror / Atom feed
* [PATCH v1] include: Remove unused crypto-ux500.h
@ 2026-05-15 19:02 Costa Shulyupin
  2026-05-15 23:21 ` Linus Walleij
  0 siblings, 1 reply; 2+ messages in thread
From: Costa Shulyupin @ 2026-05-15 19:02 UTC (permalink / raw)
  To: Linus Walleij, linux-kernel; +Cc: linux-crypto, Costa Shulyupin

The UX500 crypto drivers were removed in commit 453de3eb08c4
("crypto: ux500/cryp - delete driver") and commit dd7b7972cb89
("crypto: ux500/hash - delete driver"). No file includes
this header.

Assisted-by: Claude:claude-opus-4-6
Signed-off-by: Costa Shulyupin <costa.shul@redhat.com>
---
 include/linux/platform_data/crypto-ux500.h | 22 ----------------------
 1 file changed, 22 deletions(-)
 delete mode 100644 include/linux/platform_data/crypto-ux500.h

diff --git a/include/linux/platform_data/crypto-ux500.h b/include/linux/platform_data/crypto-ux500.h
deleted file mode 100644
index 5d43350e32cc..000000000000
--- a/include/linux/platform_data/crypto-ux500.h
+++ /dev/null
@@ -1,22 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-/*
- * Copyright (C) ST-Ericsson SA 2011
- *
- * Author: Joakim Bech <joakim.xx.bech@stericsson.com> for ST-Ericsson
- */
-#ifndef _CRYPTO_UX500_H
-#define _CRYPTO_UX500_H
-#include <linux/dmaengine.h>
-#include <linux/platform_data/dma-ste-dma40.h>
-
-struct hash_platform_data {
-	void *mem_to_engine;
-	bool (*dma_filter)(struct dma_chan *chan, void *filter_param);
-};
-
-struct cryp_platform_data {
-	struct stedma40_chan_cfg mem_to_engine;
-	struct stedma40_chan_cfg engine_to_mem;
-};
-
-#endif
-- 
2.53.0


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

* Re: [PATCH v1] include: Remove unused crypto-ux500.h
  2026-05-15 19:02 [PATCH v1] include: Remove unused crypto-ux500.h Costa Shulyupin
@ 2026-05-15 23:21 ` Linus Walleij
  0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2026-05-15 23:21 UTC (permalink / raw)
  To: Costa Shulyupin; +Cc: Linus Walleij, linux-kernel, linux-crypto

On Fri, May 15, 2026 at 9:02 PM Costa Shulyupin <costa.shul@redhat.com> wrote:

> The UX500 crypto drivers were removed in commit 453de3eb08c4
> ("crypto: ux500/cryp - delete driver") and commit dd7b7972cb89
> ("crypto: ux500/hash - delete driver"). No file includes
> this header.
>
> Assisted-by: Claude:claude-opus-4-6
> Signed-off-by: Costa Shulyupin <costa.shul@redhat.com>

Good catch!
Reviewed-by: Linus Walleij <linusw@kernel.org>

Yours,
Linus Walleij

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

end of thread, other threads:[~2026-05-15 23:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-15 19:02 [PATCH v1] include: Remove unused crypto-ux500.h Costa Shulyupin
2026-05-15 23:21 ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox