Hi, Following set of patches reorganize and add support for keypad controller found in Qualcomm PMIC pm8941 chip, at least. Controllers found in pm8058 and pm8921, currently supported by driver, seems to be similar to controller found in pm8941. Difference is register access, SSBI vs SPMI bus, registers offsets and bit definitions. To be able to easily add support for new controller, driver have been converted to use struct regmap_field. Regards, Ivan Ivan T. Ivanov (4): Input: pmic8xxx-keypad - remove unused register and bit definitions Input: pmic8xxx-keypad - use regmap_field for register access Input: pmic8xxx-keypad - add support keypad found in pm8941 Input: pmic8xxx-keypad - update DT bindings documentation .../bindings/input/qcom,pm8xxx-keypad.txt | 10 +- drivers/input/keyboard/pmic8xxx-keypad.c | 299 +++++++++++++-------- 2 files changed, 188 insertions(+), 121 deletions(-) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html