commit | 4e7293e3a2a367d0935925988acfd941549ce489 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Tue Jun 09 21:24:44 2020 +0300 |
committer | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Mon Jun 22 10:58:51 2020 +0300 |
tree | 5366e1058d91180b6ba4301e27498dca82d8b883 | |
parent | 5bae1f08e2853d17ce2ceeca71fe5a3ee03a0a69 [diff] |
pinctrl: cherryview: Introduce chv_readl() helper There are plenty of places where we call readl(chv_padreg(pctrl, offset, ...)); Replace them with newly introduced chv_readl() helper chv_readl(pctrl, offset, ...); Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>