mbox series

[RESEND,0/2] Port mxs-dcp to imx6ull and imx6sll

Message ID cover.1541604742.git.leonard.crestez@nxp.com (mailing list archive)
Headers show
Series Port mxs-dcp to imx6ull and imx6sll | expand

Message

Leonard Crestez Nov. 7, 2018, 3:33 p.m. UTC
The DCP block is present on 6sll and 6ull but not enabled. The hardware is
mostly compatible with 6sl, the only important difference is that explicit
clock enabling is required.

All patches already have review tags from a few weeks ago. No changes
relative to v4: https://lore.kernel.org/patchwork/cover/1001134/

Patches 3/4 were already accepted by Shawn Guo for the imx tree, this
resend is just for the crypto parts now that the merge window is over.

Leonard Crestez (2):
  dt-bindings: crypto: Mention clocks for mxs-dcp
  crypto: mxs-dcp - Add support for dcp clk

 .../devicetree/bindings/crypto/fsl-dcp.txt    |  2 ++
 drivers/crypto/mxs-dcp.c                      | 28 +++++++++++++++++--
 2 files changed, 27 insertions(+), 3 deletions(-)

Comments

Herbert Xu Nov. 16, 2018, 6:19 a.m. UTC | #1
On Wed, Nov 07, 2018 at 03:33:30PM +0000, Leonard Crestez wrote:
> The DCP block is present on 6sll and 6ull but not enabled. The hardware is
> mostly compatible with 6sl, the only important difference is that explicit
> clock enabling is required.
> 
> All patches already have review tags from a few weeks ago. No changes
> relative to v4: https://lore.kernel.org/patchwork/cover/1001134/
> 
> Patches 3/4 were already accepted by Shawn Guo for the imx tree, this
> resend is just for the crypto parts now that the merge window is over.
> 
> Leonard Crestez (2):
>   dt-bindings: crypto: Mention clocks for mxs-dcp
>   crypto: mxs-dcp - Add support for dcp clk
> 
>  .../devicetree/bindings/crypto/fsl-dcp.txt    |  2 ++
>  drivers/crypto/mxs-dcp.c                      | 28 +++++++++++++++++--
>  2 files changed, 27 insertions(+), 3 deletions(-)

All applied.  Thanks.