summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: caam - remove overly verbose debug printAhmad Fatoum2024-01-031-3/+0
* Merge branch 'for-next/misc-fixes-sandbox'Sascha Hauer2023-06-223-5/+5
|\
| * crypto: imx-scc: fix u32 to pointer castsAhmad Fatoum2023-06-131-3/+3
| * crypto: caam - fix pointer to u32 castsAhmad Fatoum2023-06-132-2/+2
* | Merge branch 'for-next/dma-streaming-interface'Sascha Hauer2023-06-223-20/+20
|\ \ | |/ |/|
| * dma: rework dma_sync_single_for_*() interfaceDenis Orlov2023-06-063-20/+20
* | treewide: add MODULE_DEVICE_TABLE markersAhmad Fatoum2023-06-132-0/+2
|/
* crypto: imx-scc: Kconfig: drop references to unknown symbolsAntony Pavlov2023-05-221-2/+0
* Merge branch 'for-next/arm' into nextSascha Hauer2023-03-161-5/+2
|\
| * drivers: drop unneeded CONFIG_CRYPTO_HW guardAhmad Fatoum2023-03-101-5/+2
* | crypto: caam - pbl-init: fix null pointer checkAhmad Fatoum2023-03-091-1/+1
|/
* Merge branch 'for-next/caam'Sascha Hauer2023-01-208-75/+762
|\
| * ARM: i.MX8M: init CAAM when CONFIG_FSL_CAAM_RNG_PBL_INITAhmad Fatoum2023-01-121-1/+2
| * crypto: caam - implement early PBL initAhmad Fatoum2023-01-127-3/+535
| * crypto: caam - make command constants unsignedAhmad Fatoum2023-01-121-20/+20
| * crypto: caam - add job ring accessors from LinuxAhmad Fatoum2023-01-121-0/+60
| * crypto: caam - sync 64-bit accessors with LinuxAhmad Fatoum2023-01-122-52/+146
* | Rename struct driver_d to driverSascha Hauer2023-01-102-2/+2
* | Rename struct device_d to deviceSascha Hauer2023-01-1013-47/+50
* | Rename device_d::device_node to device_d::of_nodeSascha Hauer2023-01-101-1/+1
|/
* crypto: caam - delete unused variableAhmad Fatoum2022-09-121-2/+0
* drivers: migrate "GPL-2.0" license identifiers to SPDX 2.0Roland Hieber2021-11-2221-21/+21
* drivers: add missing SPDX-License-IdentifierAhmad Fatoum2021-11-0121-22/+22
* drivers: caam: remove license text covered by SPDX-License-IdentifierAhmad Fatoum2021-11-011-10/+0
* printk: port over Linux print_hex_dump_bytes/print_hex_dump_debugAhmad Fatoum2021-02-041-10/+6
* treewide: remove stale instances of struct deviceAhmad Fatoum2020-08-032-7/+0
* drivers: mark first batch of compilable drivers for COMPILE_TESTAhmad Fatoum2020-05-082-3/+3
* crypto: caam - Always do rng selftestSascha Hauer2019-08-064-26/+22
* crypto: caam: add blobgen driverSteffen Trumtrar2019-04-124-0/+240
* crypto: add new imx-scc driverSteffen Trumtrar2019-04-127-0/+694
* crypto/caam: Add missing includeSascha Hauer2019-04-121-0/+1
* hab/caam: Fix compilation of caam driver when hab is disabledSascha Hauer2019-04-111-2/+1
* treewide: surround Kconfig file paths with double quotesMasahiro Yamada2019-03-211-1/+1
* treewide: remove blank textsMasahiro Yamada2019-01-031-1/+0
* drivers: caam: add RNG software self-testRoland Hieber2018-12-056-0/+279
* crypto: caam - allow retrieving 'era' from registerMarcin Niestroj2018-09-042-4/+58
* crypto: caam - staticize caam_get_era()Marcin Niestroj2018-09-042-3/+1
* crypto: caam - sync desc.h with LinuxMarcin Niestroj2018-09-041-23/+9
* crypto: caam - do not use mem and emi_slow clock for imx7xMarcin Niestroj2018-09-041-12/+21
* crypto: caam - fix endless loop when DECO acquire failsMarcin Niestroj2018-09-041-2/+5
* crypto: caam - constify key dataMarcin Niestroj2018-09-041-4/+4
* crypto: caam - fix incorrect defineMarcin Niestroj2018-09-041-1/+1
* crypto: caam - clean-up in caam_init_rng()Marcin Niestroj2018-09-041-5/+1
* crypto: caam - avoid double inclusion in desc_constr.hMarcin Niestroj2018-09-041-0/+5
* crypto: caam - constify pointer to descriptor bufferMarcin Niestroj2018-09-041-33/+36
* crypto: caam - remove unreachable code in report_ccb_status()Marcin Niestroj2018-09-041-3/+2
* crypto: caam - trivial code clean-upMarcin Niestroj2018-09-041-2/+1
* crypto: caam - fix sparse warningsMarcin Niestroj2018-09-042-21/+15
* crypto: caam - add support for iMX6ULMarcin Niestroj2018-09-041-12/+17
* crypto: caam - handle core endianness != caam endiannessMarcin Niestroj2018-09-045-105/+206