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

From: Pali RohÃr
Date: Fri May 15 2015 - 05:19:59 EST


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.rohar@xxxxxxxxx>
>
> Acked-by: Pavel Machek <pavel@xxxxxx>
>
> > @@ -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.rohar@xxxxxxxxx
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/