On Mon, Apr 16, 2012 at 10:21 AM, viresh kumar <[email protected]> wrote: > On 4/16/12, Grant Likely <[email protected]> wrote: >> It isn't recommended anymore. Use the bus_type specific helpers instead. > > Ok. So here is fixup for 3/5 of this patchset. > > @Linus: I will merge this with PACH 3/5 and send pull request to Arnd. > > fixup! pinctrl: Add SPEAr pinctrl drivers
Cool, thanks. Now what you *could* do is something like devm_platform_ioremap() that gets the resource, does request_region() and ioremap(). That would cut a lot of boilerplate out of drivers. :-) g. _______________________________________________ devicetree-discuss mailing list [email protected] https://lists.ozlabs.org/listinfo/devicetree-discuss
