pinctrl: Fix pin_config_*_set_bulk APIs
authorSherman Yin <syin@broadcom.com>
Thu, 15 May 2014 01:30:47 +0000 (18:30 -0700)
committerAlex Shi <alex.shi@linaro.org>
Mon, 16 Jun 2014 03:58:47 +0000 (11:58 +0800)
commit1881384399daa2df6cef8117bc133f8f37fcbe83
treeace4ccef0fdcc2dcf619590826ea805c867a91d1
parent270cfc4788befe0e1a16bf1b3a7b80d9f4127c57
pinctrl: Fix pin_config_*_set_bulk APIs

In commit baeae2041e14d5b7a272b9941b88fb56d716f643, Linaro-specific
APIs pin_config_set_bulk and pin_config_group_set_bulk were introduced.
However, pinconf_check_ops was not updated, and the wrong function was
used in the PIN_MAP_TYPE_CONFIGS_PIN case in pinconf_apply_setting.

Change-Id: Idc4a802f3d0086b927b808f65270e548b5b927be
Signed-off-by: Sherman Yin <syin@broadcom.com>
drivers/pinctrl/pinconf.c