Re: [PATCH v2] gpio: octeon_gpio: Add GPIO controller driver for Octeon

2020-07-28 Thread Simon Glass
Hi Daniel, On Wed, 22 Jul 2020 at 05:47, Daniel Schwierzeck wrote: > > > Hi Daniel, > > > > On 21.07.20 16:59, Daniel Schwierzeck wrote: > > > > Hi Daniel, > > > > > > > > On 18.07.20 15:25, Daniel Schwierzeck wrote: > > > > > > From: Suneel Garapati > > > ... > > > > > found another issue: > >

Re: [PATCH v2] gpio: octeon_gpio: Add GPIO controller driver for Octeon

2020-07-23 Thread Stefan Roese
On 22.07.20 13:47, Daniel Schwierzeck wrote: Hi Daniel, On 21.07.20 16:59, Daniel Schwierzeck wrote: Hi Daniel, On 18.07.20 15:25, Daniel Schwierzeck wrote: From: Suneel Garapati ... found another issue: drivers/gpio/octeon_gpio.c: In function 'octeon_gpio_probe': drivers/gpio/octeon_gpio

Re: [PATCH v2] gpio: octeon_gpio: Add GPIO controller driver for Octeon

2020-07-22 Thread Daniel Schwierzeck
> Hi Daniel, > > On 21.07.20 16:59, Daniel Schwierzeck wrote: > > > Hi Daniel, > > > > > > On 18.07.20 15:25, Daniel Schwierzeck wrote: > > > > > From: Suneel Garapati > > ... > > > > found another issue: > > > > > > > > drivers/gpio/octeon_gpio.c: In function 'octeon_gpio_probe': > > > > drive

Re: [PATCH v2] gpio: octeon_gpio: Add GPIO controller driver for Octeon

2020-07-22 Thread Stefan Roese
Hi Daniel, On 21.07.20 16:59, Daniel Schwierzeck wrote: Hi Daniel, On 18.07.20 15:25, Daniel Schwierzeck wrote: From: Suneel Garapati ... found another issue: drivers/gpio/octeon_gpio.c: In function 'octeon_gpio_probe': drivers/gpio/octeon_gpio.c:189:16: warning: implicit declaration of

Re: [PATCH v2] gpio: octeon_gpio: Add GPIO controller driver for Octeon

2020-07-21 Thread Daniel Schwierzeck
> Hi Daniel, > > On 18.07.20 15:25, Daniel Schwierzeck wrote: > > > From: Suneel Garapati ... > > found another issue: > > > > drivers/gpio/octeon_gpio.c: In function 'octeon_gpio_probe': > > drivers/gpio/octeon_gpio.c:189:16: warning: implicit declaration of > > function 'dm_pci_map_bar'; did

Re: [PATCH v2] gpio: octeon_gpio: Add GPIO controller driver for Octeon

2020-07-21 Thread Stefan Roese
Hi Daniel, On 18.07.20 15:25, Daniel Schwierzeck wrote: From: Suneel Garapati Add support for GPIO controllers found on Octeon II/III and Octeon TX TX2 SoC platforms. Signed-off-by: Aaron Williams Signed-off-by: Suneel Garapati Signed-off-by: Stefan Roese Cc: Simon Glass Cc: Daniel Schw

Re: [PATCH v2] gpio: octeon_gpio: Add GPIO controller driver for Octeon

2020-07-18 Thread Daniel Schwierzeck
> From: Suneel Garapati > > Add support for GPIO controllers found on Octeon II/III and Octeon TX > TX2 SoC platforms. > > Signed-off-by: Aaron Williams > Signed-off-by: Suneel Garapati > Signed-off-by: Stefan Roese > Cc: Simon Glass > Cc: Daniel Schwierzeck > Cc: Aaron Williams > Cc: Ch

Re: [PATCH v2] gpio: octeon_gpio: Add GPIO controller driver for Octeon

2020-07-16 Thread Stefan Roese
Hi Daniel, On 16.07.20 20:44, Daniel Schwierzeck wrote: +U_BOOT_DRIVER(octeon_gpio) = { + .name = "octeon_gpio", + .id = UCLASS_GPIO, + .of_match = of_match_ptr(octeon_gpio_ids), + .probe = octeon_gpio_probe, + .priv_auto_alloc_size = sizeof(struct octeon_g

Re: [PATCH v2] gpio: octeon_gpio: Add GPIO controller driver for Octeon

2020-07-16 Thread Daniel Schwierzeck
> From: Suneel Garapati > > Add support for GPIO controllers found on Octeon II/III and Octeon TX > TX2 SoC platforms. > > Signed-off-by: Aaron Williams > Signed-off-by: Suneel Garapati > Signed-off-by: Stefan Roese > Cc: Simon Glass > Cc: Daniel Schwierzeck > Cc: Aaron Williams > Cc: Ch

Re: [PATCH v2] gpio: octeon_gpio: Add GPIO controller driver for Octeon

2020-05-31 Thread Simon Glass
On Tue, 26 May 2020 at 06:19, Stefan Roese wrote: > > From: Suneel Garapati > > Add support for GPIO controllers found on Octeon II/III and Octeon TX > TX2 SoC platforms. > > Signed-off-by: Aaron Williams > Signed-off-by: Suneel Garapati > Signed-off-by: Stefan Roese > Cc: Simon Glass > Cc: D

[PATCH v2] gpio: octeon_gpio: Add GPIO controller driver for Octeon

2020-05-26 Thread Stefan Roese
From: Suneel Garapati Add support for GPIO controllers found on Octeon II/III and Octeon TX TX2 SoC platforms. Signed-off-by: Aaron Williams Signed-off-by: Suneel Garapati Signed-off-by: Stefan Roese Cc: Simon Glass Cc: Daniel Schwierzeck Cc: Aaron Williams Cc: Chandrakala Chavva --- v2 (