Re: [PATCH v7 1/3] gpio: dwapb: remove name from dwapb_port_property

2016-04-07 Thread Jiang Qiu
Hi Andy, Thanks for your reply. See my comments inline. Thanks Jiang 在 2016/4/6 20:57, Andy Shevchenko 写道: > On Wed, Apr 6, 2016 at 10:07 AM, qiujiang wrote: >> This patch removed the name property from dwapb_port_property. >> The name property is redundant because we can get those info >> from

Re: [PATCH v7 1/3] gpio: dwapb: remove name from dwapb_port_property

2016-04-06 Thread Andy Shevchenko
On Wed, Apr 6, 2016 at 10:07 AM, qiujiang wrote: > This patch removed the name property from dwapb_port_property. > The name property is redundant because we can get those info > from dwapb_gpio dev and pp->idx property. Where idx is used in such replacements? > --- a/drivers/gpio/gpio-dwapb.c >