diff mbox

[2/2] n2rng: Attach on T5/M5, T7/M7 SPARC CPUs

Message ID 20160125211902.GA27907@yogzotot
State Not Applicable
Delegated to: David Miller
Headers show

Commit Message

Anatoly Pugachev Jan. 25, 2016, 9:19 p.m. UTC
n2rng: Attach on T5/M5, T7/M7 SPARC CPUs

(space to tab fixes after variable names)

Signed-off-by: Anatoly Pugachev <matorola@gmail.com>
---
 drivers/char/hw_random/n2-drv.c | 10 ++++++++++
 1 file changed, 10 insertions(+)

Comments

Herbert Xu Jan. 26, 2016, 2:48 p.m. UTC | #1
On Tue, Jan 26, 2016 at 12:19:02AM +0300, Anatoly Pugachev wrote:
> n2rng: Attach on T5/M5, T7/M7 SPARC CPUs
> 
> (space to tab fixes after variable names)
> 
> Signed-off-by: Anatoly Pugachev <matorola@gmail.com>

Both patches applied.  Thanks.
diff mbox

Patch

diff --git a/drivers/char/hw_random/n2-drv.c b/drivers/char/hw_random/n2-drv.c
index 843d6f6..3b06c1d6 100644
--- a/drivers/char/hw_random/n2-drv.c
+++ b/drivers/char/hw_random/n2-drv.c
@@ -743,6 +743,16 @@  static const struct of_device_id n2rng_match[] = {
 		.compatible	= "SUNW,kt-rng",
 		.data		= (void *) 1,
 	},
+	{
+		.name		= "random-number-generator",
+		.compatible	= "ORCL,m4-rng",
+		.data		= (void *) 1,
+	},
+	{
+		.name		= "random-number-generator",
+		.compatible	= "ORCL,m7-rng",
+		.data		= (void *) 1,
+	},
 	{},
 };
 MODULE_DEVICE_TABLE(of, n2rng_match);