projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ar71xx: use DEFAULT:= in the uboot-ar71xx package instead of adding uboot to the...
[openwrt.git]
/
target
/
linux
/
lantiq
/
patches
/
270-crypto.patch
diff --git
a/target/linux/lantiq/patches/270-crypto.patch
b/target/linux/lantiq/patches/270-crypto.patch
index
e6ee885
..
e99cfd3
100644
(file)
--- a/
target/linux/lantiq/patches/270-crypto.patch
+++ b/
target/linux/lantiq/patches/270-crypto.patch
@@
-1,11
+1,11
@@
--- a/drivers/crypto/Kconfig
+++ b/drivers/crypto/Kconfig
--- a/drivers/crypto/Kconfig
+++ b/drivers/crypto/Kconfig
-@@ -2
43,4 +243
,75 @@
- OMAP processors have
SHA1/MD5 hw
accelerator. Select this if you
- want to use the OMAP module for
SHA1/MD5
algorithms.
+@@ -2
52,4 +252
,75 @@
+ OMAP processors have
AES module
accelerator. Select this if you
+ want to use the OMAP module for
AES
algorithms.
+config CRYPTO_DEV_LANTIQ
+config CRYPTO_DEV_LANTIQ
-+
bool
"Support for Lantiq crypto engine"
++
tristate
"Support for Lantiq crypto engine"
+ select CRYPTO_ALGAPI
+ default y
+ help
+ select CRYPTO_ALGAPI
+ default y
+ help
@@
-6166,30
+6166,18
@@
+};
+
+#endif /* DEU_FALCON_H */
+};
+
+#endif /* DEU_FALCON_H */
---- a/arch/mips/lantiq/xway/devices.c
-+++ b/arch/mips/lantiq/xway/devices.c
-@@ -277,3 +277,9 @@
- break;
- }
- }
-+
-+void __init
-+lq_register_crypto(const char *name)
-+{
-+ platform_device_register_simple(name, 0, 0, 0);
-+}
--- a/arch/mips/lantiq/xway/devices.h
+++ b/arch/mips/lantiq/xway/devices.h
--- a/arch/mips/lantiq/xway/devices.h
+++ b/arch/mips/lantiq/xway/devices.h
-@@ -21,5 +21,6 @@
- extern void __init lq_register_wdt(void);
+@@ -24,5 +24,6 @@
extern void __init lq_register_ethernet(struct lq_eth_data *eth);
extern void __init lq_register_asc(int port);
extern void __init lq_register_ethernet(struct lq_eth_data *eth);
extern void __init lq_register_asc(int port);
+ extern void __init lq_register_gpio_buttons(struct gpio_button *buttons, int cnt);
+extern void __init lq_register_crypto(const char *name);
#endif
--- a/arch/mips/lantiq/xway/mach-easy50712.c
+++ b/arch/mips/lantiq/xway/mach-easy50712.c
+extern void __init lq_register_crypto(const char *name);
#endif
--- a/arch/mips/lantiq/xway/mach-easy50712.c
+++ b/arch/mips/lantiq/xway/mach-easy50712.c
-@@ -7
2,6 +72
,7 @@
+@@ -7
4,6 +74
,7 @@
lq_register_wdt();
lq_register_pci(&lq_pci_data);
lq_register_ethernet(&lq_eth_data);
lq_register_wdt();
lq_register_pci(&lq_pci_data);
lq_register_ethernet(&lq_eth_data);
@@
-6199,7
+6187,7
@@
MIPS_MACHINE(LANTIQ_MACH_EASY50712,
--- a/arch/mips/lantiq/xway/mach-easy50812.c
+++ b/arch/mips/lantiq/xway/mach-easy50812.c
MIPS_MACHINE(LANTIQ_MACH_EASY50712,
--- a/arch/mips/lantiq/xway/mach-easy50812.c
+++ b/arch/mips/lantiq/xway/mach-easy50812.c
-@@ -7
1,6 +71
,7 @@
+@@ -7
3,6 +73
,7 @@
lq_register_wdt();
lq_register_pci(&lq_pci_data);
lq_register_ethernet(&lq_eth_data);
lq_register_wdt();
lq_register_pci(&lq_pci_data);
lq_register_ethernet(&lq_eth_data);
This page took
0.025064 seconds
and
4
git commands to generate.