[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAOMZO5DT9xrGzX1SPGpLxOBB_KKKt_7obtq8kWxy4AeNdDKBfg@mail.gmail.com>
Date: Wed, 19 Jul 2017 19:37:09 -0300
From: Fabio Estevam <festevam@...il.com>
To: Andrew Lunn <andrew@...n.ch>
Cc: Linus Walleij <linus.walleij@...aro.org>,
Sergei Shtylyov <sergei.shtylyov@...entembedded.com>,
"David S. Miller" <davem@...emloft.net>,
Florian Fainelli <f.fainelli@...il.com>,
"netdev@...r.kernel.org" <netdev@...r.kernel.org>,
Fabio Estevam <fabio.estevam@....com>
Subject: Re: [PATCH net-next] mdio_bus: Remove unneeded gpiod NULL check
Hi Andrew,
On Tue, Jul 18, 2017 at 10:32 AM, Andrew Lunn <andrew@...n.ch> wrote:
> http://elixir.free-electrons.com/linux/latest/source/include/linux/gpio/consumer.h#L345
> static inline void gpiod_set_value_cansleep(struct gpio_desc *desc, int value)
> {
> /* GPIO can never have been requested */
> WARN_ON(1);
> }
>
> But i would say this is a gpio problem. If GPIO enabled does not care,
> GPIO disabled should also not care.
Agreed.
Sergei, sorry for taking so long to understand your point.
> Adding Linus Walleij.
Just sent a RFC patch to linux-gpio.
Thanks
Powered by blists - more mailing lists