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

2014-10-28 Thread RR
On Mon, Oct 27, 2014 at 9:00 PM, Linus Walleij linus.wall...@linaro.org wrote: On Thu, Oct 9, 2014 at 1:46 AM, RR rajaram.officema...@gmail.com wrote: On Wed, Oct 8, 2014 at 12:18 AM, Alexandre Courbot gnu...@gmail.com wrote: On Wed, Oct 8, 2014 at 4:09 PM, Muthu Mani m...@cypress.com wrote:

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

2014-10-27 Thread Linus Walleij
On Thu, Oct 9, 2014 at 1:46 AM, RR rajaram.officema...@gmail.com wrote: On Wed, Oct 8, 2014 at 12:18 AM, Alexandre Courbot gnu...@gmail.com wrote: On Wed, Oct 8, 2014 at 4:09 PM, Muthu Mani m...@cypress.com wrote: +static int cy_gpio_direction_output(struct gpio_chip *chip, +

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

2014-10-09 Thread Alexandre Courbot
v3 3/3] gpio: add support for Cypress CYUSBS234 USB- GPIO adapter On Mon, Oct 6, 2014 at 11:47 PM, Muthu Mani m...@cypress.com wrote: + +static int cy_gpio_direction_input(struct gpio_chip *chip, + unsigned offset) { + return 0

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

2014-10-08 Thread Muthu Mani
...@vger.kernel.org; Linux Kernel Mailing List; Rajaram Regupathy; Johan Hovold Subject: Re: [PATCH v3 3/3] gpio: add support for Cypress CYUSBS234 USB- GPIO adapter On Mon, Oct 6, 2014 at 11:47 PM, Muthu Mani m...@cypress.com wrote: + +static int cy_gpio_direction_input(struct gpio_chip *chip

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

2014-10-08 Thread RR
; Lee Jones; Wolfram Sang; Linus Walleij; Greg Kroah- Hartman; linux-...@vger.kernel.org; linux-g...@vger.kernel.org; linux- u...@vger.kernel.org; Linux Kernel Mailing List; Rajaram Regupathy; Johan Hovold Subject: Re: [PATCH v3 3/3] gpio: add support for Cypress CYUSBS234 USB- GPIO adapter

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 m...@cypress.com 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, +

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

2014-10-06 Thread Muthu Mani
Adds support for USB-GPIO interface of Cypress Semiconductor CYUSBS234 USB-Serial Bridge controller. The GPIO get/set can be done through vendor command on control endpoint for the configured gpios. Details about the device can be found at: http://www.cypress.com/?rID=84126 Signed-off-by: Muthu

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

2014-10-06 Thread Muthu Mani
Adds support for USB-GPIO interface of Cypress Semiconductor CYUSBS234 USB-Serial Bridge controller. The GPIO get/set can be done through vendor command on control endpoint for the configured gpios. Details about the device can be found at: http://www.cypress.com/?rID=84126 Signed-off-by: Muthu