Re: [PATCH 07/13] pinctrl: add a pincontrol driver for BCM6358
From: Linus Walleij <hidden>
Date: 2016-08-23 09:18:42
Also in:
linux-gpio
From: Linus Walleij <hidden>
Date: 2016-08-23 09:18:42
Also in:
linux-gpio
On Mon, Aug 22, 2016 at 3:57 PM, Jonas Gorski [off-list ref] wrote:
On 22 August 2016 at 15:21, Linus Walleij [off-list ref] wrote:
quoted
quoted
+ else + mode = syscon_regmap_lookup_by_pdevname("syscon.fffe0098");That looks very very fragile.For !OF I need to use the pdevname, so I need to "guess" the right one, and using the scheme of "syscon.<address>" seemed to be the one most likely not conflicting with anything else.
OK from my side, I can live with that. CC:ing the syscon pdev support author: Alexander what is your thoughts about this? Is there a good convention to follow for pdev lookups? Yours, Linus Walleij