RE: [NEW DRIVER V6 5/7] drivers/gpio: DA9058 GPIO driver

2013-05-03 Thread Opensource [Anthony Olech]
> -Original Message- > From: Linus Walleij [mailto:linus.wall...@linaro.org] > Sent: 03 May 2013 12:59 > To: Opensource [Anthony Olech] > Cc: Grant Likely; Linus Walleij; Mark Brown; LKML; Lee Jones > Subject: Re: [NEW DRIVER V6 5/7] drivers/gpio: DA9058 GPIO driver &

Re: [NEW DRIVER V6 5/7] drivers/gpio: DA9058 GPIO driver

2013-05-03 Thread Linus Walleij
On Tue, Apr 30, 2013 at 6:17 PM, Opensource [Anthony Olech] wrote: > [Me] >> > +struct da9058_gpio { >> > + struct da9058 *da9058; >> > + struct platform_device *pdev; >> > + struct gpio_chip gp; >> > + struct mutex lock; >> > + int irq_0; >> > + int irq_1; >>

Re: [NEW DRIVER V6 5/7] drivers/gpio: DA9058 GPIO driver

2013-05-03 Thread Linus Walleij
On Tue, Apr 30, 2013 at 6:17 PM, Opensource [Anthony Olech] anthony.olech.opensou...@diasemi.com wrote: [Me] +struct da9058_gpio { + struct da9058 *da9058; + struct platform_device *pdev; + struct gpio_chip gp; + struct mutex lock; + int irq_0; +

RE: [NEW DRIVER V6 5/7] drivers/gpio: DA9058 GPIO driver

2013-05-03 Thread Opensource [Anthony Olech]
-Original Message- From: Linus Walleij [mailto:linus.wall...@linaro.org] Sent: 03 May 2013 12:59 To: Opensource [Anthony Olech] Cc: Grant Likely; Linus Walleij; Mark Brown; LKML; Lee Jones Subject: Re: [NEW DRIVER V6 5/7] drivers/gpio: DA9058 GPIO driver On Tue, Apr 30, 2013 at 6

RE: [NEW DRIVER V6 5/7] drivers/gpio: DA9058 GPIO driver

2013-04-30 Thread Opensource [Anthony Olech]
> -Original Message- > From: Linus Walleij [mailto:linus.wall...@linaro.org] > Sent: 24 April 2013 14:15 > To: Opensource [Anthony Olech] > Cc: Grant Likely; Linus Walleij; Mark Brown; LKML; David Dajun Chen; Lee Jones > Subject: Re: [NEW DRIVER V6 5/7] drivers/gpio:

RE: [NEW DRIVER V6 5/7] drivers/gpio: DA9058 GPIO driver

2013-04-30 Thread Opensource [Anthony Olech]
-Original Message- From: Linus Walleij [mailto:linus.wall...@linaro.org] Sent: 24 April 2013 14:15 To: Opensource [Anthony Olech] Cc: Grant Likely; Linus Walleij; Mark Brown; LKML; David Dajun Chen; Lee Jones Subject: Re: [NEW DRIVER V6 5/7] drivers/gpio: DA9058 GPIO driver On Fri

Re: [NEW DRIVER V6 5/7] drivers/gpio: DA9058 GPIO driver

2013-04-24 Thread Linus Walleij
On Fri, Apr 19, 2013 at 6:56 PM, Anthony Olech wrote: > This patch is relative to next-20130419 of linux-next > > This is the GPIO component driver of the Dialog DA9058 PMIC. > This driver is just one component of the whole DA9058 PMIC driver. > It depends on the CORE component driver of the

Re: [NEW DRIVER V6 5/7] drivers/gpio: DA9058 GPIO driver

2013-04-24 Thread Linus Walleij
On Fri, Apr 19, 2013 at 6:56 PM, Anthony Olech anthony.olech.opensou...@diasemi.com wrote: This patch is relative to next-20130419 of linux-next This is the GPIO component driver of the Dialog DA9058 PMIC. This driver is just one component of the whole DA9058 PMIC driver. It depends on the