Re: [PATCH 03/10] crypto: omap-sham: Add support for omap3 devices

2015-05-17 Thread Herbert Xu
On Fri, May 15, 2015 at 11:19:33AM +0200, Pali Rohár wrote:
> On Saturday 28 February 2015 17:25:02 Pavel Machek wrote:
> > On Thu 2015-02-26 14:49:53, Pali Rohár wrote:
> > > omap3 support is same as omap2, just with different IO address (specified 
> > > in DT)
> > > 
> > > Signed-off-by: Pali Rohár 
> > 
> > Acked-by: Pavel Machek 
> > 
> > > @@ -1792,6 +1792,10 @@ static const struct of_device_id 
> > > omap_sham_of_match[] = {
> > >   .data   = _sham_pdata_omap2,
> > >   },
> > >   {
> > > + .compatible = "ti,omap3-sham",
> > > + .data   = _sham_pdata_omap2,
> > > + },
> > > + {
> > >   .compatible = "ti,omap4-sham",
> > >   .data   = _sham_pdata_omap4,
> > >   },
> > 
> 
> Herbert, this is second crypto patch in this series, can you apply it too?

Applied.
-- 
Email: Herbert Xu 
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 03/10] crypto: omap-sham: Add support for omap3 devices

2015-05-17 Thread Herbert Xu
On Fri, May 15, 2015 at 11:19:33AM +0200, Pali Rohár wrote:
 On Saturday 28 February 2015 17:25:02 Pavel Machek wrote:
  On Thu 2015-02-26 14:49:53, Pali Rohár wrote:
   omap3 support is same as omap2, just with different IO address (specified 
   in DT)
   
   Signed-off-by: Pali Rohár pali.ro...@gmail.com
  
  Acked-by: Pavel Machek pa...@ucw.cz
  
   @@ -1792,6 +1792,10 @@ static const struct of_device_id 
   omap_sham_of_match[] = {
 .data   = omap_sham_pdata_omap2,
 },
 {
   + .compatible = ti,omap3-sham,
   + .data   = omap_sham_pdata_omap2,
   + },
   + {
 .compatible = ti,omap4-sham,
 .data   = omap_sham_pdata_omap4,
 },
  
 
 Herbert, this is second crypto patch in this series, can you apply it too?

Applied.
-- 
Email: Herbert Xu herb...@gondor.apana.org.au
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 03/10] crypto: omap-sham: Add support for omap3 devices

2015-05-15 Thread Pali Rohár
On Saturday 28 February 2015 17:25:02 Pavel Machek wrote:
> On Thu 2015-02-26 14:49:53, Pali Rohár wrote:
> > omap3 support is same as omap2, just with different IO address (specified 
> > in DT)
> > 
> > Signed-off-by: Pali Rohár 
> 
> Acked-by: Pavel Machek 
> 
> > @@ -1792,6 +1792,10 @@ static const struct of_device_id 
> > omap_sham_of_match[] = {
> > .data   = _sham_pdata_omap2,
> > },
> > {
> > +   .compatible = "ti,omap3-sham",
> > +   .data   = _sham_pdata_omap2,
> > +   },
> > +   {
> > .compatible = "ti,omap4-sham",
> > .data   = _sham_pdata_omap4,
> > },
> 

Herbert, this is second crypto patch in this series, can you apply it too?

-- 
Pali Rohár
pali.ro...@gmail.com
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 03/10] crypto: omap-sham: Add support for omap3 devices

2015-05-15 Thread Pali Rohár
On Saturday 28 February 2015 17:25:02 Pavel Machek wrote:
 On Thu 2015-02-26 14:49:53, Pali Rohár wrote:
  omap3 support is same as omap2, just with different IO address (specified 
  in DT)
  
  Signed-off-by: Pali Rohár pali.ro...@gmail.com
 
 Acked-by: Pavel Machek pa...@ucw.cz
 
  @@ -1792,6 +1792,10 @@ static const struct of_device_id 
  omap_sham_of_match[] = {
  .data   = omap_sham_pdata_omap2,
  },
  {
  +   .compatible = ti,omap3-sham,
  +   .data   = omap_sham_pdata_omap2,
  +   },
  +   {
  .compatible = ti,omap4-sham,
  .data   = omap_sham_pdata_omap4,
  },
 

Herbert, this is second crypto patch in this series, can you apply it too?

-- 
Pali Rohár
pali.ro...@gmail.com
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 03/10] crypto: omap-sham: Add support for omap3 devices

2015-02-28 Thread Pavel Machek
On Thu 2015-02-26 14:49:53, Pali Rohár wrote:
> omap3 support is same as omap2, just with different IO address (specified in 
> DT)
> 
> Signed-off-by: Pali Rohár 

Acked-by: Pavel Machek 

> @@ -1792,6 +1792,10 @@ static const struct of_device_id omap_sham_of_match[] 
> = {
>   .data   = _sham_pdata_omap2,
>   },
>   {
> + .compatible = "ti,omap3-sham",
> + .data   = _sham_pdata_omap2,
> + },
> + {
>   .compatible = "ti,omap4-sham",
>   .data   = _sham_pdata_omap4,
>   },

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) 
http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 03/10] crypto: omap-sham: Add support for omap3 devices

2015-02-28 Thread Pavel Machek
On Thu 2015-02-26 14:49:53, Pali Rohár wrote:
 omap3 support is same as omap2, just with different IO address (specified in 
 DT)
 
 Signed-off-by: Pali Rohár pali.ro...@gmail.com

Acked-by: Pavel Machek pa...@ucw.cz

 @@ -1792,6 +1792,10 @@ static const struct of_device_id omap_sham_of_match[] 
 = {
   .data   = omap_sham_pdata_omap2,
   },
   {
 + .compatible = ti,omap3-sham,
 + .data   = omap_sham_pdata_omap2,
 + },
 + {
   .compatible = ti,omap4-sham,
   .data   = omap_sham_pdata_omap4,
   },

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) 
http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 03/10] crypto: omap-sham: Add support for omap3 devices

2015-02-26 Thread Pali Rohár
omap3 support is same as omap2, just with different IO address (specified in DT)

Signed-off-by: Pali Rohár 
---
 drivers/crypto/omap-sham.c |4 
 1 file changed, 4 insertions(+)

diff --git a/drivers/crypto/omap-sham.c b/drivers/crypto/omap-sham.c
index 3c76696..b20e374 100644
--- a/drivers/crypto/omap-sham.c
+++ b/drivers/crypto/omap-sham.c
@@ -1792,6 +1792,10 @@ static const struct of_device_id omap_sham_of_match[] = {
.data   = _sham_pdata_omap2,
},
{
+   .compatible = "ti,omap3-sham",
+   .data   = _sham_pdata_omap2,
+   },
+   {
.compatible = "ti,omap4-sham",
.data   = _sham_pdata_omap4,
},
-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 03/10] crypto: omap-sham: Add support for omap3 devices

2015-02-26 Thread Pali Rohár
omap3 support is same as omap2, just with different IO address (specified in DT)

Signed-off-by: Pali Rohár pali.ro...@gmail.com
---
 drivers/crypto/omap-sham.c |4 
 1 file changed, 4 insertions(+)

diff --git a/drivers/crypto/omap-sham.c b/drivers/crypto/omap-sham.c
index 3c76696..b20e374 100644
--- a/drivers/crypto/omap-sham.c
+++ b/drivers/crypto/omap-sham.c
@@ -1792,6 +1792,10 @@ static const struct of_device_id omap_sham_of_match[] = {
.data   = omap_sham_pdata_omap2,
},
{
+   .compatible = ti,omap3-sham,
+   .data   = omap_sham_pdata_omap2,
+   },
+   {
.compatible = ti,omap4-sham,
.data   = omap_sham_pdata_omap4,
},
-- 
1.7.9.5

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/