On Mon, 28 Mar 2011 10:34:22 +0800
Arjan van de Ven<arjan@xxxxxxxxxxxxxxx> wrote:
On 3/27/2011 7:29 PM, Lu Guanqun wrote:Hi Arjan,Export get_gpio_by_name() function and make its name more focused.I can't say that I like the new name... at all.
We are doing this because currently get_gpio_by_name() is only used
by the devices exported from SFI DEVS table, but it is also useful
for other PCI devices which also use the GPIO lines, and have their
gpio infos in the SFI GPIO table.
what's "mid" ?
what is wrong with the original name????
The original get_gpio_by_name() is static and only used in mrst.c as it's
mrst/mfld specific. So if we call it from a PCI driver, that name sounds
like a platform independent general API while it's actually mrst/mfld bound.that makes no sense.
So we would show this dependency from the function name.