Home
last modified time | relevance | path

Searched hist:"4 e7293e3" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/pinctrl/intel/
H A Dpinctrl-cherryview.c4e7293e3 Tue Jun 09 13:24:44 CDT 2020 Andy Shevchenko <andriy.shevchenko@linux.intel.com> 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>
4e7293e3 Tue Jun 09 13:24:44 CDT 2020 Andy Shevchenko <andriy.shevchenko@linux.intel.com> 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>