Thread (72 messages) 72 messages, 9 authors, 2014-02-17

Re: [PATCH 2/8 v4] crypto:s5p-sss: Add device tree support

From: Mark Rutland <mark.rutland@arm.com>
Date: 2014-01-23 18:00:09
Also in: linux-devicetree, linux-samsung-soc, lkml

On Thu, Jan 23, 2014 at 05:47:25PM +0000, Sylwester Nawrocki wrote:
On 23/01/14 18:41, Mark Rutland wrote:
quoted
quoted
quoted
diff --git a/drivers/crypto/s5p-sss.c b/drivers/crypto/s5p-sss.c
quoted
quoted
index 93cddeb..2da5617 100644
--- a/drivers/crypto/s5p-sss.c
+++ b/drivers/crypto/s5p-sss.c
@@ -22,6 +22,7 @@
 #include <linux/scatterlist.h>
 #include <linux/dma-mapping.h>
 #include <linux/io.h>
+#include <linux/of.h>
 #include <linux/crypto.h>
 #include <linux/interrupt.h>
 
@@ -177,6 +178,12 @@ struct s5p_aes_dev {
 
 static struct s5p_aes_dev *s5p_dev;
 
+static const struct of_device_id s5p_sss_dt_match[] = {
+	{ .compatible = "samsung,s5pv210-secss", },
nit: the first semicolon could be omitted.
I assume you mean comma ratehr than semicolon?
Indeed...and it's actually the second one :-/
Also, I meant "rather" rather than "ratehr". At least we figured it out
in the end. :)

Thanks,
Mark.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help