commit | fab262f5000407ce86a010ab5bc683c01c02d1a6 | [log] [tgz] |
---|---|---|
author | Doug Anderson <dianders@chromium.org> | Tue Oct 21 10:47:35 2014 -0700 |
committer | Heiko Stuebner <heiko@sntech.de> | Wed Oct 29 21:06:49 2014 +0100 |
tree | 9ad659d5a9adc5f1e94cff33bdbf397a28c3ef8d | |
parent | 0fb7dcb1b3328e2ec4958b681f2e31dfd8f004fb [diff] |
pinctrl: rockchip: Protect read-modify-write with the spinlock There were a few instances where the rockchip pinctrl driver would do read-modify-write with no spinlock. Add a spinlock for these cases. Signed-off-by: Doug Anderson <dianders@chromium.org> Signed-off-by: Heiko Stuebner <heiko@sntech.de>