Hello, This patch set modifies extcon-usb-gpio driver fixing bugs, and adds new features - VBUS pin detection support and 'debounce' property in devicetree node. It also updates documentation with information about new features. More detailed description of changes can be found in commit messages. Best regards, Robert Baldyga Changelog: v3: - reduced number of redundant calls of extcon_set_cable_state() function v2: https://lkml.org/lkml/2015/4/1/84 - addressed Roger's comments v1: https://lkml.org/lkml/2015/3/31/96 Robert Baldyga (4): extcon: usb-gpio: register extcon device before IRQ registration extcon: usb-gpio: add support for VBUS detection extcon: usb-gpio: make debounce value configurable in devicetree Documentation: extcon: usb-gpio: update usb-gpio binding description .../devicetree/bindings/extcon/extcon-usb-gpio.txt | 28 +++- drivers/extcon/extcon-usb-gpio.c | 181 +++++++++++++++------ 2 files changed, 153 insertions(+), 56 deletions(-) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html