Hi Andrey,

On Mon, 2019-01-21 at 18:10 -0800, Andrey Smirnov wrote:
> Add bits and pieces needed to support IP block variant found on
> i.MX8MQ SoCs.
> 
> Cc: p.za...@pengutronix.de
> Cc: Fabio Estevam <fabio.este...@nxp.com>
> Cc: cphe...@gmail.com
> Cc: l.st...@pengutronix.de
> Cc: Leonard Crestez <leonard.cres...@nxp.com>
> Cc: "A.s. Dong" <aisheng.d...@nxp.com>
> Cc: Richard Zhu <hongxing....@nxp.com>
> Cc: Rob Herring <r...@kernel.org>
> Cc: devicet...@vger.kernel.org
> Cc: linux-...@nxp.com
> Cc: linux-arm-ker...@lists.infradead.org
> Cc: linux-kernel@vger.kernel.org
> Signed-off-by: Andrey Smirnov <andrew.smir...@gmail.com>
[...]
> +static int imx8mq_reset_assert(struct reset_controller_dev *rcdev,
> +                          unsigned long id)
                            ^
> +{
> +     return imx8mq_reset_set(rcdev, id, true);
> +}
> +
> +static int imx8mq_reset_deassert(struct reset_controller_dev *rcdev,
> +                            unsigned long id)
                              ^
> +{
> +     return imx8mq_reset_set(rcdev, id, false);
> +}

Thank you, applied all three to reset/next with a small whitespace
alignment fix.

regards
Philipp

Reply via email to