Re: [GIT PULL] On-demand device probing

2015-10-19 Thread Alexandre Courbot
On Tue, Oct 20, 2015 at 3:39 AM, Russell King - ARM Linux wrote: > On Mon, Oct 19, 2015 at 08:27:44PM +0200, Uwe Kleine-König wrote: >> Hello, >> >> On Mon, Oct 19, 2015 at 04:43:24PM +0100, Russell King - ARM Linux wrote: >> > It's a bit ironic that you've chosen GPIO as an example there. The >>

Re: [PATCH] usb: pass flags parameter to gpiod_get functions

2015-03-28 Thread Alexandre Courbot
On 03/28/2015 07:22 PM, Uwe Kleine-König wrote: Hello, On Sat, Mar 28, 2015 at 09:38:12AM +0100, Robert Jarzmik wrote: Alexandre Courbot writes: On 03/28/2015 04:30 AM, Uwe Kleine-König wrote: Looks good, but can't we also merge the call to gpiod_direction to avoid using GPIOD_ASIS

Re: [PATCH] usb: pass flags parameter to gpiod_get functions

2015-03-27 Thread Alexandre Courbot
On 03/28/2015 04:30 AM, Uwe Kleine-König wrote: Since 39b2bbe3d715 (gpio: add flags argument to gpiod_get*() functions) which appeared in v3.17-rc1, the gpiod_get* functions take an additional parameter that allows to specify direction and initial value for output. Currently this parameter is ma

Re: [PATCH v2 1/4] gpio: dln2: fix issue when an IRQ is unmasked then enabled

2014-12-16 Thread Alexandre Courbot
one in irq_data > (i.e. IRQS_PENDING). > > Signed-off-by: Octavian Purdila > --- > drivers/gpio/gpio-dln2.c | 53 > +++- > 1 file changed, 7 insertions(+), 46 deletions(-) Yum, less code! Acked-by: Alexandre Courbot -- To unsubsc

Re: [PATCH v1] usb: phy: generic: migrate to gpio_desc

2014-11-30 Thread Alexandre Courbot
On Mon, Dec 1, 2014 at 5:32 AM, Robert Jarzmik wrote: > Linus Walleij writes: > >> This definately make things better so: >> Acked-by: Linus Walleij > Thanks. > >> One comment though: >> if (dev->of_node) { >> (...) + nop->gpiod_reset = devm_gpiod_get(dev, "reset-gpio

Re: [PATCH RESEND V4 0/9] Tegra xHCI support

2014-10-28 Thread Alexandre Courbot
On Wed, Oct 29, 2014 at 7:27 AM, Andrew Bresticker wrote: > This series adds support for xHCI on NVIDIA Tegra SoCs. This includes: > - patches 1 and 2: adding a driver for the mailbox used to communicate >with the xHCI controller's firmware, > - patches 3 and 4: extending the XUSB pad contr

Re: [PATCH v8 3/4] gpiolib: add irq_not_threaded flag to gpio_chip

2014-10-22 Thread Alexandre Courbot
On Mon, Oct 20, 2014 at 7:19 PM, Octavian Purdila wrote: > On Mon, Oct 20, 2014 at 8:08 AM, Alexandre Courbot wrote: >> >> On Wed, Oct 15, 2014 at 11:48 PM, Octavian Purdila >> wrote: >> > Some GPIO chips (e.g. the DLN2 USB adapter) have blocking get/set &g

Re: [PATCH v8 3/4] gpiolib: add irq_not_threaded flag to gpio_chip

2014-10-19 Thread Alexandre Courbot
On Wed, Oct 15, 2014 at 11:48 PM, Octavian Purdila wrote: > Some GPIO chips (e.g. the DLN2 USB adapter) have blocking get/set > operation but do not need a threaded irq handler. Sorry if you already explained this (I have been a little bit late with the GPIO reviews recently), but does this optim

Re: [PATCH v3 3/3] gpio: add support for Cypress CYUSBS234 USB-GPIO adapter

2014-10-09 Thread Alexandre Courbot
On Thu, Oct 9, 2014 at 8:46 AM, RR wrote: > On Wed, Oct 8, 2014 at 12:18 AM, Alexandre Courbot wrote: >> On Wed, Oct 8, 2014 at 4:09 PM, Muthu Mani wrote: >>>> -Original Message- >>>> From: Alexandre Courbot [mailto:gnu...@gmail.com] >>>> Se

Re: [PATCH v3 3/3] gpio: add support for Cypress CYUSBS234 USB-GPIO adapter

2014-10-08 Thread Alexandre Courbot
On Wed, Oct 8, 2014 at 4:09 PM, Muthu Mani wrote: >> -Original Message- >> From: Alexandre Courbot [mailto:gnu...@gmail.com] >> Sent: Tuesday, October 07, 2014 3:34 PM >> To: Muthu Mani >> Cc: Samuel Ortiz; Lee Jones; Wolfram Sang; Linus Walleij;

Re: [PATCH v3 3/3] gpio: add support for Cypress CYUSBS234 USB-GPIO adapter

2014-10-07 Thread Alexandre Courbot
On Mon, Oct 6, 2014 at 11:47 PM, Muthu Mani wrote: > + > +static int cy_gpio_direction_input(struct gpio_chip *chip, > + unsigned offset) > +{ > + return 0; > +} > + > +static int cy_gpio_direction_output(struct gpio_chip *chip, > +

Re: [PATCH] USB: EHCI: tegra: set txfill_tuning

2014-04-14 Thread Alexandre Courbot
y ssh into my Venice2! FWIW: Tested-by: Alexandre Courbot -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html