Re: [v2] ARM: davinci: fix the GPIO lookup for omapl138-hawk

2018-03-16 Thread Sekhar Nori
On Thursday 15 March 2018 10:05 PM, David Lechner wrote: > On 03/01/2018 04:34 AM, Bartosz Golaszewski wrote: >> From: Bartosz Golaszewski >> >> The GPIO chip is called davinci_gpio.0 in legacy mode. Fix it, so that >> mmc can correctly lookup the wp and cp gpios. >> >>

Re: [v2] ARM: davinci: fix the GPIO lookup for omapl138-hawk

2018-03-16 Thread Sekhar Nori
On Thursday 15 March 2018 10:05 PM, David Lechner wrote: > On 03/01/2018 04:34 AM, Bartosz Golaszewski wrote: >> From: Bartosz Golaszewski >> >> The GPIO chip is called davinci_gpio.0 in legacy mode. Fix it, so that >> mmc can correctly lookup the wp and cp gpios. >> >> Fixes: c69f43fb4f26 ("ARM:

Re: [v2] ARM: davinci: fix the GPIO lookup for omapl138-hawk

2018-03-15 Thread David Lechner
On 03/01/2018 04:34 AM, Bartosz Golaszewski wrote: From: Bartosz Golaszewski The GPIO chip is called davinci_gpio.0 in legacy mode. Fix it, so that mmc can correctly lookup the wp and cp gpios. Fixes: c69f43fb4f26 ("ARM: davinci: hawk: use gpio descriptor for mmc

Re: [v2] ARM: davinci: fix the GPIO lookup for omapl138-hawk

2018-03-15 Thread David Lechner
On 03/01/2018 04:34 AM, Bartosz Golaszewski wrote: From: Bartosz Golaszewski The GPIO chip is called davinci_gpio.0 in legacy mode. Fix it, so that mmc can correctly lookup the wp and cp gpios. Fixes: c69f43fb4f26 ("ARM: davinci: hawk: use gpio descriptor for mmc pins") Signed-off-by: Bartosz

Re: [PATCH v2] ARM: davinci: fix the GPIO lookup for omapl138-hawk

2018-03-09 Thread Sekhar Nori
On Thursday 01 March 2018 04:04 PM, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > The GPIO chip is called davinci_gpio.0 in legacy mode. Fix it, so that > mmc can correctly lookup the wp and cp gpios. > > Fixes: c69f43fb4f26 ("ARM: davinci: hawk: use gpio

Re: [PATCH v2] ARM: davinci: fix the GPIO lookup for omapl138-hawk

2018-03-09 Thread Sekhar Nori
On Thursday 01 March 2018 04:04 PM, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > The GPIO chip is called davinci_gpio.0 in legacy mode. Fix it, so that > mmc can correctly lookup the wp and cp gpios. > > Fixes: c69f43fb4f26 ("ARM: davinci: hawk: use gpio descriptor for mmc pins")

[PATCH v2] ARM: davinci: fix the GPIO lookup for omapl138-hawk

2018-03-01 Thread Bartosz Golaszewski
From: Bartosz Golaszewski The GPIO chip is called davinci_gpio.0 in legacy mode. Fix it, so that mmc can correctly lookup the wp and cp gpios. Fixes: c69f43fb4f26 ("ARM: davinci: hawk: use gpio descriptor for mmc pins") Signed-off-by: Bartosz Golaszewski

[PATCH v2] ARM: davinci: fix the GPIO lookup for omapl138-hawk

2018-03-01 Thread Bartosz Golaszewski
From: Bartosz Golaszewski The GPIO chip is called davinci_gpio.0 in legacy mode. Fix it, so that mmc can correctly lookup the wp and cp gpios. Fixes: c69f43fb4f26 ("ARM: davinci: hawk: use gpio descriptor for mmc pins") Signed-off-by: Bartosz Golaszewski --- v1 -> v2: - added the Fixes: tag