On Tue, Feb 7, 2012 at 12:57 AM, Tony Lindgren <[email protected]> wrote:
>> I'm not sure if I'm following completely, if this is inside the >> devicetree-based >> driver file, would it work to just add a struct dentry * to the >> pinctrl_desc where you put a per-driver file? > > I was thinking generic debufs entries for all drivers. OK. >> Or maybe add extern void pinctrl_add_debugfs(struct dentry *) that adds >> a new file to the existing per-driver directory through the core and then >> have this add that file? > > Sounds like you've thought it further than me already :) > > Maybe that's the way to go to solve the one register for > multiple pins issue. > >> Or did you mean that the core.c should be register-aware? > > I was just thinking string name ignoring core.c, so that would > be the pinctrl_add_debugfs() option then. Do you see problems > with this approach? No probs, something like that you call any number of times after registering the core device should work fine I guess. Yours, Linus Walleij _______________________________________________ devicetree-discuss mailing list [email protected] https://lists.ozlabs.org/listinfo/devicetree-discuss
