pinctrl: cherryview: add handlers for pin_config_group_get/set
authorDan O'Donovan <dan@emutex.com>
Fri, 10 Jun 2016 12:23:36 +0000 (13:23 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 15 Jun 2016 06:37:40 +0000 (08:37 +0200)
commit77401d7fdfcdcb233864f7a6edc1e15b4f5d56d9
tree909d99f664404989809a1ab9141d1dc450363528
parentccdf81d08dbe059885d77a82adea33d0599b6421
pinctrl: cherryview: add handlers for pin_config_group_get/set

Pin config get/set handlers for pin groups were previously not
implemented by this driver.  The pin_config_group_set is
particularly useful for applying a common config setting to all
pins in a specified group with a single call, without the caller
needing to reference each individual pin by name.

Signed-off-by: Dan O'Donovan <dan@emutex.com>
Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/intel/pinctrl-cherryview.c