On Fri, Aug 16, 2019 at 9:42 PM Sowjanya Komatineni <skomatin...@nvidia.com> wrote: > > pmx_writel uses writel which inserts write barrier before the > register write. > > This patch has fix to replace writel with writel_relaxed followed > by a readback and memory barrier to ensure write operation is > completed for successful pinctrl change. > > Acked-by: Thierry Reding <tred...@nvidia.com> > Reviewed-by: Dmitry Osipenko <dig...@gmail.com> > Signed-off-by: Sowjanya Komatineni <skomatin...@nvidia.com>
Took out the previous patches and applied this instead. Yours, Linus Walleij