Re: [PATCH 3/4] extcon: usb-gpio: make debounce value configurable in devicetree

2015-03-31 Thread Robert Baldyga
On 03/31/2015 11:30 AM, Roger Quadros wrote: > On 31/03/15 10:46, Robert Baldyga wrote: >> This patch adds devicetree property for setting debounce value. It allows >> to set debounce time shorter or longer depending on the needs of given >> platform. >> >> Signed-off-by: Robert Baldyga >> --- >>

Re: [PATCH 3/4] extcon: usb-gpio: make debounce value configurable in devicetree

2015-03-31 Thread Roger Quadros
On 31/03/15 10:46, Robert Baldyga wrote: > This patch adds devicetree property for setting debounce value. It allows > to set debounce time shorter or longer depending on the needs of given > platform. > > Signed-off-by: Robert Baldyga > --- > drivers/extcon/extcon-usb-gpio.c | 14 +-

[PATCH 3/4] extcon: usb-gpio: make debounce value configurable in devicetree

2015-03-31 Thread Robert Baldyga
This patch adds devicetree property for setting debounce value. It allows to set debounce time shorter or longer depending on the needs of given platform. Signed-off-by: Robert Baldyga --- drivers/extcon/extcon-usb-gpio.c | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff