Re: [PATCH v5 3/4] pinctrl: Qualcomm SPMI PMIC GPIO pin controller driver

2014-10-22 Thread Ivan T. Ivanov
On Tue, 2014-10-21 at 19:15 +0100, Srinivas Kandagatla wrote: > Hi Ivan, > > Just realized that this patch can generate compiler errors due to > 3.18 > changes in pinmux_ops struct and gpiochip_remove returns void now. Yes. I am just preparing new version of this for Linus. Regards, Ivan -- To

Re: [PATCH v5 3/4] pinctrl: Qualcomm SPMI PMIC GPIO pin controller driver

2014-10-21 Thread Srinivas Kandagatla
Hi Ivan, Just realized that this patch can generate compiler errors due to 3.18 changes in pinmux_ops struct and gpiochip_remove returns void now. Same with drivers/pinctrl/qcom/pinctrl-spmi-pmic-mpp.c On 01/10/14 17:30, Ivan T. Ivanov wrote: + .enable = pmic_gpio_pin

[PATCH v5 3/4] pinctrl: Qualcomm SPMI PMIC GPIO pin controller driver

2014-10-01 Thread Ivan T. Ivanov
This is the pinctrl, pinmux, pinconf and gpiolib driver for the Qualcomm GPIO sub-function blocks found in the PMIC chips. Signed-off-by: Ivan T. Ivanov --- drivers/pinctrl/qcom/Kconfig | 13 + drivers/pinctrl/qcom/Makefile| 1 + drivers/pinctrl/qcom/pinctrl-spmi-gpio.