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: [email protected] > Cc: Fabio Estevam <[email protected]> > Cc: [email protected] > Cc: [email protected] > Cc: Leonard Crestez <[email protected]> > Cc: "A.s. Dong" <[email protected]> > Cc: Richard Zhu <[email protected]> > Cc: Rob Herring <[email protected]> > Cc: [email protected] > Cc: [email protected] > Cc: [email protected] > Cc: [email protected] > Signed-off-by: Andrey Smirnov <[email protected]> [...] > +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

