This series add the pin control driver for palam device. It add some common utility APIs in generic pinconf driver. Laxman Dewangan (2): pinctrl: pinconf_generic: add utility functions for add map/configs pinctrl: palmas: add pincontrol driver .../devicetree/bindings/pinctrl/pinctrl-palmas.txt | 91 ++ drivers/pinctrl/Kconfig | 9 + drivers/pinctrl/Makefile | 1 + drivers/pinctrl/pinconf-generic.c | 105 ++ drivers/pinctrl/pinctrl-palmas.c | 1211 ++++++++++++++++++++ include/linux/mfd/palmas.h | 35 +- include/linux/pinctrl/pinconf-generic.h | 52 + 7 files changed, 1493 insertions(+), 11 deletions(-) create mode 100644 Documentation/devicetree/bindings/pinctrl/pinctrl-palmas.txt create mode 100644 drivers/pinctrl/pinctrl-palmas.c -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html