commit | e005da0ef77e3b4426a6d0a0289fd1b74a5738f0 | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert+renesas@glider.be> | Tue Nov 13 09:38:35 2018 +0100 |
committer | Geert Uytterhoeven <geert+renesas@glider.be> | Tue Apr 02 09:57:50 2019 +0200 |
tree | 65b136ced5b419718ba5f168f2d6551590636d0a | |
parent | fa4d36712f20e2425171ab1f62341ebb6416d3ea [diff] |
pinctrl: rza1: Remove unneeded spinlock acquisitions rza1_get_bit() is just a single register read. Hence there's no need to synchronize it with other register writes to the same bank. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Jacopo Mondi <jacopo@jmondi.org>