Hi, The Allwinner pin controllers can setup a different debouncing period based on two clocks and a prescaler. This debouncing is applied to the whole IRQ bank, which prevents us from using the per-pin property that is usually used. Let me know what you think, Maxime Changes from v1: - Changed the resolution of the debouncing property to microseconds, and switched to the input-debounce instead of a custom one. Maxime Ripard (2): pinctrl: sunxi: Add support for interrupt debouncing ARM: sunxi: Add the missing clocks to the pinctrl nodes Documentation/devicetree/bindings/pinctrl/allwinner,sunxi-pinctrl.txt | 14 ++++++++++++- arch/arm/boot/dts/sun4i-a10.dtsi | 3 ++- arch/arm/boot/dts/sun5i.dtsi | 3 ++- arch/arm/boot/dts/sun6i-a31.dtsi | 3 ++- arch/arm/boot/dts/sun7i-a20.dtsi | 3 ++- arch/arm/boot/dts/sun8i-a23-a33.dtsi | 3 ++- arch/arm/boot/dts/sun8i-h3.dtsi | 3 ++- arch/arm/boot/dts/sun9i-a80.dtsi | 3 ++- drivers/pinctrl/sunxi/pinctrl-sunxi.c | 81 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- drivers/pinctrl/sunxi/pinctrl-sunxi.h | 7 ++++++- 10 files changed, 116 insertions(+), 7 deletions(-) base-commit: bc5952be2d424b75ed11ff599b70bc9604e98d42 -- git-series 0.8.11 -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html