On Wed, Jan 23, 2019 at 2:49 AM Philipp Zabel <p.za...@pengutronix.de> wrote: > > 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. >
Thanks again for applying this stuff. If that's not too much to ask, would you mind creating an immutable branch, so I could start sending patches that depend on "dt-bindings/reset/imx8mq-reset.h" to i.MX tree without waiting for it to trickle down? If not, no worries, I'll wait. Thanks, Andrey Smirnov