This patchset adds support for advanced crypto engine as a part of security subsystem, which is found on Samsung S5PC110 and S5PV210 system-on-chips. The corresponding crypto driver is available under GPLv2 and it was accepted for inclusion into the Linux kernel. Vladimir Zapolskiy (4): ARM: S5P: add security subsystem memory region defines ARM: S5PV210: add security subsystem clock ARM: S5P: add platform support for advanced crypto engine ARM: S5PV210: add security subsystem platform device to SMDK boards arch/arm/mach-s3c64xx/include/mach/map.h | 2 + arch/arm/mach-s5pc100/include/mach/map.h | 2 + arch/arm/mach-s5pv210/Kconfig | 2 + arch/arm/mach-s5pv210/clock.c | 6 ++++ arch/arm/mach-s5pv210/include/mach/map.h | 3 ++ arch/arm/mach-s5pv210/mach-smdkc110.c | 1 + arch/arm/mach-s5pv210/mach-smdkv210.c | 1 + arch/arm/plat-s5p/Kconfig | 5 +++ arch/arm/plat-s5p/Makefile | 1 + arch/arm/plat-s5p/dev-secss.c | 41 +++++++++++++++++++++++++++++ arch/arm/plat-samsung/include/plat/devs.h | 2 + 11 files changed, 66 insertions(+), 0 deletions(-) create mode 100644 arch/arm/plat-s5p/dev-secss.c -- 1.7.2.3 -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html