pinctrl: intel: merrifield: Add pin config group handlers
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 27 Oct 2016 16:10:15 +0000 (19:10 +0300)
committerLinus Walleij <linus.walleij@linaro.org>
Sat, 29 Oct 2016 08:33:47 +0000 (10:33 +0200)
commitb9aa65ba8efa810076a081fabd3f3477f751c4ac
tree9ed974a33ff7899be764d53fec8c34d090ca049f
parente06c2ee5f13c55a982804d76ea526c630b21b383
pinctrl: intel: merrifield: Add pin config group handlers

Pin config get() and 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: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/intel/pinctrl-merrifield.c